Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-24 | fix compilation | Joost Peters | |
svn-id: r36040 | |||
2009-01-24 | fix near-infinite loop and segfault in ARM costume asm when len == 0 (should ↵ | Willem Jan Palenstijn | |
fix #2340221) svn-id: r36039 | |||
2009-01-24 | Remove the unused OSystem parameter of launcherDialog() (noticed by syke) | Jordi Vilalta Prat | |
svn-id: r36038 | |||
2009-01-24 | Fix for bug #2533091 "MAC: Cannot add games in the launcher in fullscreen mode". | Johannes Schickel | |
svn-id: r36036 | |||
2009-01-24 | pollCD() should only return true, if CD audio is actually playing. | Travis Howell | |
svn-id: r36035 | |||
2009-01-24 | Moved 565 mode specific bits of HQ2x/HQ3x asm to 'variables' | Max Horn | |
svn-id: r36034 | |||
2009-01-24 | Update detection table with known file sizes. | Travis Howell | |
svn-id: r36032 | |||
2009-01-24 | Initialize variables that might not be initialized but still used later on ↵ | Kari Salminen | |
line 422 in a debug function call (Fixes MSVC's warnings about 'potentially uninitialized local variable'). svn-id: r36031 | |||
2009-01-24 | fixing #2531282: don't fall back to a real audio CD when playing enhanced ↵ | Willem Jan Palenstijn | |
midi tracks svn-id: r36030 | |||
2009-01-24 | remove 'HACK': don't use _cd.playing to indicate emulation | Willem Jan Palenstijn | |
svn-id: r36029 | |||
2009-01-24 | Removed leftover test code for MADE V1, used in Manhole EGA (though the ↵ | Filippos Karapetis | |
sound effects in Manhole EGA are still not working) svn-id: r36028 | |||
2009-01-23 | Changed Graphics::ImageDecoder to allow custom PixelFormats | Max Horn | |
svn-id: r36026 | |||
2009-01-23 | Remark that the HQnx ASM code only works in 565 mode | Max Horn | |
svn-id: r36025 | |||
2009-01-23 | Added some comments to hq2x/hq3x asm code | Max Horn | |
svn-id: r36024 | |||
2009-01-23 | - Implemented sfGetMusicBeat (used in several games as some kind of timer) | Benjamin Haisch | |
svn-id: r36023 | |||
2009-01-23 | Renamed Kyra's Resource::getFileStream to createReadStream | Max Horn | |
svn-id: r36022 | |||
2009-01-23 | Renamed Archive::openFile to createReadStreamForMember | Max Horn | |
svn-id: r36021 | |||
2009-01-23 | Renamed ArchiveMember::open -> createReadStream, and made it a cv member ↵ | Max Horn | |
(const); same for Archive::openFile svn-id: r36020 | |||
2009-01-23 | Trigger error in German versions of Elvira 1/2 and Waxworks, since we still ↵ | Travis Howell | |
lack the font table data. svn-id: r36019 | |||
2009-01-23 | Remove unused shutdown() code. | Travis Howell | |
svn-id: r36018 | |||
2009-01-23 | Remove last use of time() in AGOS engine. | Travis Howell | |
svn-id: r36016 | |||
2009-01-23 | Oops | Max Horn | |
svn-id: r36015 | |||
2009-01-23 | Renamed FSNode::openForReading / openForWriting to createReadStream / ↵ | Max Horn | |
createWriteStream, again to make ownership of the returned stream clear svn-id: r36014 | |||
2009-01-23 | Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to ↵ | Max Horn | |
createConfigReadStream & createConfigWriteStream, in order to make it clear that the *caller* is responsible for deleting the streams (i.e., 'owns' them) svn-id: r36013 | |||
2009-01-23 | DS: Nothing is supposed to use time(), so don't globally include <time.h> -- ↵ | Max Horn | |
in particular, no need to fake a time() impl if the only code using it is the backend itself ;) svn-id: r36012 | |||
2009-01-23 | DS: Apply an old cleanup patch of mine from last August | Max Horn | |
svn-id: r36011 | |||
2009-01-23 | DS: Fix compilation | Max Horn | |
svn-id: r36010 | |||
2009-01-23 | cleanup | Max Horn | |
svn-id: r36009 | |||
2009-01-23 | Made InitLUT use a PixelFormat instead of a ColorMask | Max Horn | |
svn-id: r36008 | |||
2009-01-22 | Get rid of the wrappers around the zlib stream wrapper wrappers ;) | Max Horn | |
svn-id: r36007 | |||
2009-01-22 | Revert my previous commit. File still produces error ↵ | Max Horn | |
'wrapCompressedReadStream' is not a member of 'Common' with gcc 4.2.4, though svn-id: r36006 | |||
2009-01-22 | Removed incorrect Common:: prefix from stuff that is not part of namespace ↵ | Max Horn | |
Common svn-id: r36005 | |||
2009-01-22 | Fix the compilation of the Wii port | Jordi Vilalta Prat | |
svn-id: r36004 | |||
2009-01-22 | Replace some binary names with $(EXECUTABLE) | Jordi Vilalta Prat | |
svn-id: r36003 | |||
2009-01-22 | Silenced MSVC warnings | Filippos Karapetis | |
svn-id: r36002 | |||
2009-01-22 | Fix buggy images in GUI when switching overlay mode (e.g. on Mac OS X when ↵ | Max Horn | |
toggline full screen and windowed mode) svn-id: r36001 | |||
2009-01-22 | Fix warning | Max Horn | |
svn-id: r36000 | |||
2009-01-22 | Minor cleanup (got rid of a dynamic array). | Johannes Schickel | |
svn-id: r35999 | |||
2009-01-22 | Added an '!=' operator to PixelFormat. | Johannes Schickel | |
svn-id: r35998 | |||
2009-01-22 | - Added support for The Manhole EGA version | Benjamin Haisch | |
- Support for 'chunked' picture resources and EGA pictures - Improved the mouth sync in RtZ (still not perfect, though) - Removed obsolete TODOs - Fixed sfPlayMovie to return if the movie playback was aborted or not; this is used by RtZ to determine if it should display the credits screen after the intro movie svn-id: r35997 | |||
2009-01-22 | Speed up HQ2x/HQ3x C versions by reordering tests in diffYUV: most likeliest ↵ | Max Horn | |
to be taken now is first, least likely is last svn-id: r35996 | |||
2009-01-22 | Got rid of several occurrences of gBitFormat | Max Horn | |
svn-id: r35995 | |||
2009-01-22 | Got rid of gBitFormat in thumbnail scaler code (and even simplified it in ↵ | Max Horn | |
the process) svn-id: r35994 | |||
2009-01-22 | Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ↵ | Max Horn | |
into methods, and added an operator== svn-id: r35993 | |||
2009-01-21 | Clear the list of savegames before re-populating it. Otherwise, even save names | Torbjörn Andersson | |
that have been entered before cancelling the dialog will remain in it. svn-id: r35987 | |||
2009-01-21 | Don't allow the nul character in savegame names, since that terminates the | Torbjörn Andersson | |
string. This happens, for instance, when pressing the Shift key. (I usually start my savegame names with an upper-case letter, and I couldn't understand why it didn't seem to register any of my keypresses.) svn-id: r35986 | |||
2009-01-21 | made ISO9660 support optional via USE_WII_DI | Andre Heider | |
svn-id: r35985 | |||
2009-01-21 | added ENABLE_VKEYBD, ENABLE_KEYMAPPER (both not mapped yet) and ENABLE_AGI | Andre Heider | |
svn-id: r35984 | |||
2009-01-21 | configure: changed 'Running on x86' to 'Compiling for x86' | Max Horn | |
svn-id: r35983 | |||
2009-01-21 | configure: changed order of backend detection and engine listing (backend ↵ | Max Horn | |
detection may fail, e.g. when sdl-config is not found, while engine 'detection' never fails) svn-id: r35982 |