Age | Commit message (Expand) | Author |
2009-01-25 | added a few more code differences, demo version is now completable | Gregory Montoir |
2009-01-25 | TUCKER: modified flic playback to make use of dirtyrects | Gregory Montoir |
2009-01-25 | Fixed warning. | Torbjörn Andersson |
2009-01-25 | some DW2 endian fixes | Joost Peters |
2009-01-25 | Added some unused opcodes in Rodney | Filippos Karapetis |
2009-01-25 | Added some information on sfPlayNote, sfStopNote, sfPlayTele, sfStopTele | Filippos Karapetis |
2009-01-25 | Removed leftover debug code | Filippos Karapetis |
2009-01-25 | Fixed compilation | Filippos Karapetis |
2009-01-25 | fix compilation | Joost Peters |
2009-01-25 | Updated the MSVC projects with the new cruise/staticres file | Paul Gilbert |
2009-01-25 | Introduced a static string list for language dependant strings, and changed t... | Paul Gilbert |
2009-01-25 | Minor cleanup and changed g_cruise to _vm for consistency | Paul Gilbert |
2009-01-25 | Renamed lowBits -> kLowBitsMask and highBits -> kHighBitsMask | Max Horn |
2009-01-25 | - Implemented sound decompression for Manhole EGA | Benjamin Haisch |
2009-01-24 | HQX: Removed some more branches (like in my previous commit) from interpolati... | Max Horn |
2009-01-24 | Turned two vars of the HQ2x/HQ3x ASM implementation into global vars, to make... | Max Horn |
2009-01-24 | added detection entry for playable demo and some code differences | Gregory Montoir |
2009-01-24 | don't append '/' to path in getChildren() | Joost Peters |
2009-01-24 | fix typo | Joost Peters |
2009-01-24 | fix compilation | Joost Peters |
2009-01-24 | fix near-infinite loop and segfault in ARM costume asm when len == 0 (should ... | Willem Jan Palenstijn |
2009-01-24 | Remove the unused OSystem parameter of launcherDialog() (noticed by syke) | Jordi Vilalta Prat |
2009-01-24 | Fix for bug #2533091 "MAC: Cannot add games in the launcher in fullscreen mode". | Johannes Schickel |
2009-01-24 | pollCD() should only return true, if CD audio is actually playing. | Travis Howell |
2009-01-24 | Moved 565 mode specific bits of HQ2x/HQ3x asm to 'variables' | Max Horn |
2009-01-24 | Update detection table with known file sizes. | Travis Howell |
2009-01-24 | Initialize variables that might not be initialized but still used later on li... | Kari Salminen |
2009-01-24 | fixing #2531282: don't fall back to a real audio CD when playing enhanced mid... | Willem Jan Palenstijn |
2009-01-24 | remove 'HACK': don't use _cd.playing to indicate emulation | Willem Jan Palenstijn |
2009-01-24 | Removed leftover test code for MADE V1, used in Manhole EGA (though the sound... | Filippos Karapetis |
2009-01-23 | Changed Graphics::ImageDecoder to allow custom PixelFormats | Max Horn |
2009-01-23 | Remark that the HQnx ASM code only works in 565 mode | Max Horn |
2009-01-23 | Added some comments to hq2x/hq3x asm code | Max Horn |
2009-01-23 | - Implemented sfGetMusicBeat (used in several games as some kind of timer) | Benjamin Haisch |
2009-01-23 | Renamed Kyra's Resource::getFileStream to createReadStream | Max Horn |
2009-01-23 | Renamed Archive::openFile to createReadStreamForMember | Max Horn |
2009-01-23 | Renamed ArchiveMember::open -> createReadStream, and made it a cv member (con... | Max Horn |
2009-01-23 | Trigger error in German versions of Elvira 1/2 and Waxworks, since we still ... | Travis Howell |
2009-01-23 | Remove unused shutdown() code. | Travis Howell |
2009-01-23 | Remove last use of time() in AGOS engine. | Travis Howell |
2009-01-23 | Oops | Max Horn |
2009-01-23 | Renamed FSNode::openForReading / openForWriting to createReadStream / createW... | Max Horn |
2009-01-23 | Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat... | Max Horn |
2009-01-23 | DS: Nothing is supposed to use time(), so don't globally include <time.h> -- ... | Max Horn |
2009-01-23 | DS: Apply an old cleanup patch of mine from last August | Max Horn |
2009-01-23 | DS: Fix compilation | Max Horn |
2009-01-23 | cleanup | Max Horn |
2009-01-23 | Made InitLUT use a PixelFormat instead of a ColorMask | Max Horn |
2009-01-22 | Get rid of the wrappers around the zlib stream wrapper wrappers ;) | Max Horn |
2009-01-22 | Revert my previous commit. File still produces error 'wrapCompressedReadStre... | Max Horn |