aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-01-21made ISO9660 support optional via USE_WII_DIAndre Heider
2009-01-21added ENABLE_VKEYBD, ENABLE_KEYMAPPER (both not mapped yet) and ENABLE_AGIAndre Heider
2009-01-21configure: changed 'Running on x86' to 'Compiling for x86'Max Horn
2009-01-21configure: changed order of backend detection and engine listing (backend det...Max Horn
2009-01-21Fixed GMM save/load functionallity in kyra1.Johannes Schickel
2009-01-21Fixed vkbd drawing and GUI drawing on screen change while vkbd is shown.Johannes Schickel
2009-01-21More cleanup of the DS portMax Horn
2009-01-21More cleanupMax Horn
2009-01-21cleanupMax Horn
2009-01-21Yet more cleanupMax Horn
2009-01-21Made Common::Stack return refs, thus ensuring that it matches exactly the beh...Max Horn
2009-01-21Yet more cleanupMax Horn
2009-01-21Fix what I believe to be an error in Keymapper::cleanupGameKeymapsMax Horn
2009-01-21more cleanupMax Horn
2009-01-21Some cleanup / code simplificationMax Horn
2009-01-20Mention that kSupportsRTL is problematic in tinselFilippos Karapetis
2009-01-20Implemented getDebugger()Filippos Karapetis
2009-01-20some code cleanupMax Horn
2009-01-20Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cppMax Horn
2009-01-20Bypass copy protection screen completely in Waxworks, since copy protection i...Travis Howell
2009-01-20Changed configure to add ENABLE_VKEYBD and ENABLE_KEYMAPPER to DEFINES, inste...Max Horn