Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-01-21 | Fixed GMM save/load functionallity in kyra1. | Johannes Schickel | |
svn-id: r35980 | |||
2009-01-21 | Fixed vkbd drawing and GUI drawing on screen change while vkbd is shown. | Johannes Schickel | |
svn-id: r35979 | |||
2009-01-21 | More cleanup of the DS port | Max Horn | |
svn-id: r35978 | |||
2009-01-21 | More cleanup | Max Horn | |
svn-id: r35977 | |||
2009-01-21 | cleanup | Max Horn | |
svn-id: r35976 | |||
2009-01-21 | Yet more cleanup | Max Horn | |
svn-id: r35975 | |||
2009-01-21 | Made Common::Stack return refs, thus ensuring that it matches exactly the ↵ | Max Horn | |
behavior of FixedStack; added unit tests svn-id: r35974 | |||
2009-01-21 | Yet more cleanup | Max Horn | |
svn-id: r35973 | |||
2009-01-21 | Fix what I believe to be an error in Keymapper::cleanupGameKeymaps | Max Horn | |
svn-id: r35972 | |||
2009-01-21 | more cleanup | Max Horn | |
svn-id: r35971 | |||
2009-01-21 | Some cleanup / code simplification | Max Horn | |
svn-id: r35970 | |||
2009-01-20 | Mention that kSupportsRTL is problematic in tinsel | Filippos Karapetis | |
svn-id: r35969 | |||
2009-01-20 | Implemented getDebugger() | Filippos Karapetis | |
svn-id: r35967 | |||
2009-01-20 | some code cleanup | Max Horn | |
svn-id: r35966 | |||
2009-01-20 | Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cpp | Max Horn | |
svn-id: r35965 | |||
2009-01-20 | Bypass copy protection screen completely in Waxworks, since copy protection ↵ | Travis Howell | |
is disabled in Good Old Games release. svn-id: r35963 | |||
2009-01-20 | Changed configure to add ENABLE_VKEYBD and ENABLE_KEYMAPPER to DEFINES, ↵ | Max Horn | |
instead of config.h svn-id: r35962 | |||
2009-01-20 | Whoops committed from the wrong directory. Removing ImageMan leftover. | Johannes Schickel | |
svn-id: r35961 | |||
2009-01-20 | Removed ImageMan again, now the code uses Graphics::ImageDecoder directly. | Johannes Schickel | |
svn-id: r35960 | |||
2009-01-20 | Some formatting. | Johannes Schickel | |
svn-id: r35959 | |||
2009-01-20 | Implemented loading from the command line and the GMM for tinsel ↵ | Filippos Karapetis | |
(kSupportsLoadingDuringStartup) svn-id: r35958 |