Age | Commit message (Expand) | Author |
2004-02-05 | renamed (Const)Iterator to (const_)iterator; changed size() to return an uint | Max Horn |
2004-01-30 | Various changes to the build system which allow building ScummVM in an extern... | Max Horn |
2004-01-26 | Return default description string | Chris Apers |
2004-01-21 | Prevent getPlatformDescription(...) from returing NULL pointer using kPlatfor... | Chris Apers |
2004-01-18 | improved rect clipping & verification | Max Horn |
2004-01-17 | Implements TOGGLE_VIRTUAL_KEYBOARD | Nicolas Bacca |
2004-01-17 | Cleaner virtual keyboard support for the new CE backend, coming soon | Nicolas Bacca |
2004-01-16 | Hack for Launcher Scaler dropdown. Backends using the Launcher will need to i... | James Brown |
2004-01-10 | Start of debug channel support. TODO: Move this to the common Debugger system? | James Brown |
2004-01-08 | useful convenience method | Max Horn |
2004-01-06 | add missing comma to ensure all directories are checked | Jonathan Gray |
2004-01-06 | updated copyright notice | Max Horn |
2004-01-06 | start work on czech subtitle support, not finished | Jonathan Gray |
2003-12-30 | cleanup for language/platform functions | Max Horn |
2003-12-27 | Search additional folder for BS1 | Travis Howell |
2003-12-25 | be stricter about File::open params | Max Horn |
2003-12-21 | disable custom new/delete/free by default (only keep it around in case it com... | Max Horn |
2003-12-21 | Require stdafx.h to have been included. | Marcus Comstedt |
2003-12-18 | resolve an inconsistency in the FROM_* helper macros: now they *always* cast ... | Max Horn |
2003-12-16 | Add capture mouse option, patch #860831 | Travis Howell |
2003-12-15 | Removed 'fullscreen' option (PalmOS) | Chris Apers |
2003-12-15 | Correct name | Chris Apers |
2003-12-13 | small fix for hexdump() | Max Horn |
2003-12-13 | removed GameSettings::detectname and GameSettings::midi; renamed GameSettings... | Max Horn |
2003-12-13 | added MD5 code to CVS | Max Horn |
2003-12-11 | Drop OpenGL backend, since it has no maintainer and is too buggy. | Travis Howell |
2003-12-10 | detect zlib in configure script; use it by default, if available | Max Horn |
2003-12-10 | slightly altered singleton implemention, might help MSVC6, or might screw it ... | Max Horn |
2003-12-05 | rewrote hq2x/hq3x code so that we can compile both the altivec and plain C ve... | Max Horn |
2003-12-01 | Patch #847464: Remove spurious semicolons | Max Horn |
2003-11-30 | zlib compression works *very* well, factor 3-6 in my test cases. Personally I... | Max Horn |
2003-11-30 | oops forgot to commit this one, it seems | Max Horn |
2003-11-30 | cleanup; added (currently commented out) zlib/gzip code | Max Horn |
2003-11-30 | cleanup | Max Horn |
2003-11-18 | Add extra directory checks for Macintosh versions of indy3/loom | Travis Howell |
2003-11-11 | cleanup (merged the two base set() methods) | Max Horn |
2003-11-10 | added namespace GUI | Max Horn |
2003-11-10 | fix for bug #833537 (Config manager saves "save_slot") | Max Horn |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-11-07 | fixed ConfigManager getInt/getBool | Max Horn |
2003-11-07 | change behaviour of ConfigManager::get once again -> now we *do* fall back to... | Max Horn |
2003-11-07 | spelling fixes | Jonathan Gray |
2003-11-07 | typo, gnaw gnaw | Max Horn |
2003-11-07 | Use the new capabilities of class Map to make the ConfigManager case insensit... | Max Horn |
2003-11-07 | Introduce Comperator template parameter to Map -> this allows more flexible u... | Max Horn |
2003-11-07 | change (Const)String::c_str to never return 0 (rather return empty string) ->... | Max Horn |
2003-11-06 | cut down dependencies a bit (so that I don't have to recompile hq2x/hq3x when... | Max Horn |
2003-11-05 | changed the way get(key,domain) works for global domains (instead of defaulti... | Max Horn |
2003-11-05 | export language list (so that it can be used by the GUI); added methods to co... | Max Horn |
2003-11-05 | added ConfigManager::removeKey | Max Horn |