VOGONS

Common searches


Search results

Display options

Re: Info about the owner of others webs of 3dfx

in Milliways
Interview of fans or collectores of 3dfx and ex-workers of 3dfx... what have you tried? It took just a couple of minutes to spot that the probable owner of http://hw-museum.cz visited some other forum 2 hours ago... https://community.hwbot.org/profile/22924-havli/

Re: multi threading

no. 1. most instructions depend on the output of prior instruction. 2. the real cpu is already speculating, where possible. 3. 300+ cycles needed for synchronization between threads, every time.

Re: What's about legal information?

http://www.gnu.org/licenses/gpl-2.0.html https://www.gnu.org/licenses/old-licenses/gpl-2.0-faq.en.html I would like to bundle GPLed software with some sort of installation software. Does that installer need to have a GPL-compatible license? >> No. The installer and the files it installs are separate …

Re: .IMS and .MDR

in Milliways
scummvm might be of interest: http://wiki.scummvm.org/index.php/SCUMM/Techn … ence/iMuse_data https://github.com/scummvm/scummvm/tree/maste … nes/scumm/imuse https://github.com/scummvm/scummvm/tree/maste … cumm/imuse_digi

Re: Star Trek Generations: video won't play

in Windows
try extracting this to your game folder https://web.archive.org/web/20120208102025/ht … timr/cvid32.zip from the makers of cinepack http://www.probo.com/cinepak.php afaik this codec was disabled in windows over security concerns...? so probably don't want it in your system32 folder

Re: Forcing 44khz sample rate in OpenAL

in PC Emulation
memory address 00E5b774 did you poke the memory, or patch it where the original value was set? Use Cheat Engine's debugger to "Find out what writes to this address"" and patch it where it's set so it is ready during initialization. it is hopefully dma.speed: snd_dma.cpp#L491 OpenAl32. …

Re: Hidden and Dangerous crazy ai extreme rapid fire bug

in Windows
the savegames and editors don't appear to work with the deluxe edition. However, one can get to that mission fairly quick with cheat codes. I haven't tried very hard to reproduce it, but the problem doesn't happen here. try some basic trouble shooting steps. 1. delete the game config out of the …

Re: DirectDraw Wrapper

interesting, I'll have to see if I can find my copy of Diablo 2 this weekend. nGlide might be worth checking out as well. anyways it took me more time to write this post than to alter ShowFPS :-) http://www.bitpatch.com/downloads/ddwrapper_lowang.zip link will only be good for 1 week unless I forget …

Re: DirectDraw Wrapper

Showfps just Blt's (copies) the number box onto the primary (fake or real) surface, immediately after unlocking or flipping that surface. I wouldn't expect it to have the side-effect you described, unless it is related to the use of the DDBLT_WAIT flag. I would recommend you try some of the other …

Page 3 of 12