aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-24Turned two vars of the HQ2x/HQ3x ASM implementation into global vars, to make...Max Horn
2009-01-24added detection entry for playable demo and some code differencesGregory Montoir
2009-01-24don't append '/' to path in getChildren()Joost Peters
2009-01-24fix typoJoost Peters
2009-01-24fix compilationJoost Peters
2009-01-24fix near-infinite loop and segfault in ARM costume asm when len == 0 (should ...Willem Jan Palenstijn
2009-01-24Remove the unused OSystem parameter of launcherDialog() (noticed by syke)Jordi Vilalta Prat
2009-01-24Fix for bug #2533091 "MAC: Cannot add games in the launcher in fullscreen mode".Johannes Schickel
2009-01-24pollCD() should only return true, if CD audio is actually playing.Travis Howell
2009-01-24Moved 565 mode specific bits of HQ2x/HQ3x asm to 'variables'Max Horn
2009-01-24Update detection table with known file sizes.Travis Howell
2009-01-24Initialize variables that might not be initialized but still used later on li...Kari Salminen
2009-01-24fixing #2531282: don't fall back to a real audio CD when playing enhanced mid...Willem Jan Palenstijn
2009-01-24remove 'HACK': don't use _cd.playing to indicate emulationWillem Jan Palenstijn
2009-01-24Removed leftover test code for MADE V1, used in Manhole EGA (though the sound...Filippos Karapetis
2009-01-23Changed Graphics::ImageDecoder to allow custom PixelFormatsMax Horn
2009-01-23Remark that the HQnx ASM code only works in 565 modeMax Horn
2009-01-23Added some comments to hq2x/hq3x asm codeMax Horn
2009-01-23- Implemented sfGetMusicBeat (used in several games as some kind of timer)Benjamin Haisch
2009-01-23Renamed Kyra's Resource::getFileStream to createReadStreamMax Horn
2009-01-23Renamed Archive::openFile to createReadStreamForMemberMax Horn
2009-01-23Renamed 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-23Remove unused shutdown() code.Travis Howell
2009-01-23Remove last use of time() in AGOS engine.Travis Howell
2009-01-23OopsMax Horn
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / createW...Max Horn
2009-01-23Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat...Max Horn
2009-01-23DS: Nothing is supposed to use time(), so don't globally include <time.h> -- ...Max Horn
2009-01-23DS: Apply an old cleanup patch of mine from last AugustMax Horn
2009-01-23DS: Fix compilationMax Horn
2009-01-23cleanupMax Horn
2009-01-23Made InitLUT use a PixelFormat instead of a ColorMaskMax Horn
2009-01-22Get rid of the wrappers around the zlib stream wrapper wrappers ;)Max Horn
2009-01-22Revert my previous commit. File still produces error 'wrapCompressedReadStre...Max Horn
2009-01-22Removed incorrect Common:: prefix from stuff that is not part of namespace Co...Max Horn
2009-01-22Fix the compilation of the Wii portJordi Vilalta Prat
2009-01-22Replace some binary names with $(EXECUTABLE)Jordi Vilalta Prat
2009-01-22Silenced MSVC warningsFilippos Karapetis
2009-01-22Fix buggy images in GUI when switching overlay mode (e.g. on Mac OS X when to...Max Horn
2009-01-22Fix warningMax Horn
2009-01-22Minor cleanup (got rid of a dynamic array).Johannes Schickel
2009-01-22Added an '!=' operator to PixelFormat.Johannes Schickel
2009-01-22- Added support for The Manhole EGA versionBenjamin Haisch
2009-01-22Speed up HQ2x/HQ3x C versions by reordering tests in diffYUV: most likeliest ...Max Horn
2009-01-22Got rid of several occurrences of gBitFormatMax Horn
2009-01-22Got rid of gBitFormat in thumbnail scaler code (and even simplified it in the...Max Horn
2009-01-22Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ...Max Horn
2009-01-21Clear the list of savegames before re-populating it. Otherwise, even save namesTorbjörn Andersson
2009-01-21Don't allow the nul character in savegame names, since that terminates theTorbjörn Andersson