Age | Commit message (Expand) | Author |
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 |
2003-11-04 | swap GFX_HQ2X & GFX_ADVMAME3X (purely cosmetic :-) | Max Horn |
2003-11-04 | added PROP_GET_GFX_MODE; removed PROP_SHOW_DEFAULT_CURSOR | Max Horn |
2003-11-03 | stdafx.h needs to be included first. | Marcus Comstedt |
2003-11-03 | Use compiler option instead of this | Chris Apers |
2003-11-02 | forgot to commit this, sorry guys | Max Horn |
2003-11-02 | turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi... | Max Horn |
2003-11-01 | cleanup | Max Horn |
2003-11-01 | fix potential crash | Max Horn |
2003-11-01 | added doxygen comment | Max Horn |
2003-11-01 | make doxygen happy | Gregory Montoir |
2003-10-26 | factor out common debugger code | Max Horn |
2003-10-24 | Fixed typo and added FIXME comment for the DotMatrix scaler. | Torbjörn Andersson |
2003-10-17 | added russian as a language (part of patch #823031, adapted to recent code ch... | Max Horn |
2003-10-17 | renamed some Timer methods | Max Horn |
2003-10-17 | proper fix for COMI timer issue: don't let a Timer remove itself | Max Horn |
2003-10-17 | moved platform/language constants to common/util.* | Max Horn |