Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-21 | disable custom new/delete/free by default (only keep it around in case it ↵ | Max Horn | |
comes in handy again in the future) svn-id: r11839 | |||
2003-12-21 | Require stdafx.h to have been included. | Marcus Comstedt | |
svn-id: r11822 | |||
2003-12-18 | resolve an inconsistency in the FROM_* helper macros: now they *always* cast ↵ | Max Horn | |
their argument to unsigned (previously, the LE funcs would do this when used on BE machines, and vice versa; but using a FROM_LE macro on a LE machine wouldn't cause a cast to unsigned; this potentially leads to endian bugs!) svn-id: r11726 | |||
2003-12-16 | Add capture mouse option, patch #860831 | Travis Howell | |
Uses Ctrl m to toggle, since that is closest to original games. Disabled by default. svn-id: r11680 | |||
2003-12-15 | Removed 'fullscreen' option (PalmOS) | Chris Apers | |
svn-id: r11656 | |||
2003-12-15 | Correct name | Chris Apers | |
svn-id: r11655 | |||
2003-12-13 | small fix for hexdump() | Max Horn | |
svn-id: r11617 | |||
2003-12-13 | removed GameSettings::detectname and GameSettings::midi; renamed ↵ | Max Horn | |
GameSettings::gameName to name; added temporary experimental MD5 hack svn-id: r11603 | |||
2003-12-13 | added MD5 code to CVS | Max Horn | |
svn-id: r11602 | |||
2003-12-11 | Drop OpenGL backend, since it has no maintainer and is too buggy. | Travis Howell | |
svn-id: r11569 | |||
2003-12-10 | detect zlib in configure script; use it by default, if available | Max Horn | |
svn-id: r11544 | |||
2003-12-10 | slightly altered singleton implemention, might help MSVC6, or might screw it ↵ | Max Horn | |
even more :-) svn-id: r11543 | |||
2003-12-05 | rewrote hq2x/hq3x code so that we can compile both the altivec and plain C ↵ | Max Horn | |
version; on OSX, this will only use the altivec code if altivec is actually present svn-id: r11504 | |||
2003-12-01 | Patch #847464: Remove spurious semicolons | Max Horn | |
svn-id: r11445 | |||
2003-11-30 | zlib compression works *very* well, factor 3-6 in my test cases. Personally ↵ | Max Horn | |
I'd make zlib support the default... svn-id: r11435 | |||
2003-11-30 | oops forgot to commit this one, it seems | Max Horn | |
svn-id: r11434 | |||
2003-11-30 | cleanup; added (currently commented out) zlib/gzip code | Max Horn | |
svn-id: r11433 | |||
2003-11-30 | cleanup | Max Horn | |
svn-id: r11432 | |||
2003-11-18 | Add extra directory checks for Macintosh versions of indy3/loom | Travis Howell | |
svn-id: r11333 | |||
2003-11-11 | cleanup (merged the two base set() methods) | Max Horn | |
svn-id: r11256 | |||
2003-11-10 | added namespace GUI | Max Horn | |
svn-id: r11255 | |||
2003-11-10 | fix for bug #833537 (Config manager saves "save_slot") | Max Horn | |
svn-id: r11254 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11219 | |||
2003-11-07 | fixed ConfigManager getInt/getBool | Max Horn | |
svn-id: r11199 | |||
2003-11-07 | change behaviour of ConfigManager::get once again -> now we *do* fall back ↵ | Max Horn | |
to the registered defaults... svn-id: r11195 | |||
2003-11-07 | spelling fixes | Jonathan Gray | |
svn-id: r11180 | |||
2003-11-07 | typo, gnaw gnaw | Max Horn | |
svn-id: r11172 | |||
2003-11-07 | Use the new capabilities of class Map to make the ConfigManager case ↵ | Max Horn | |
insensitive when it comes to comparing config keys/domains svn-id: r11171 | |||
2003-11-07 | Introduce Comperator template parameter to Map -> this allows more flexible ↵ | Max Horn | |
use of Map (in particular, I can now use a StringMap in ConfigManager which ignores case) svn-id: r11170 | |||
2003-11-07 | change (Const)String::c_str to never return 0 (rather return empty string) ↵ | Max Horn | |
-> can be used to simplify code. Also don't use stricmp in </<=/>/>= operators, it is inconsisten with == and != operators svn-id: r11169 | |||
2003-11-06 | cut down dependencies a bit (so that I don't have to recompile hq2x/hq3x ↵ | Max Horn | |
whenever common/scaler.h is changed :-) svn-id: r11168 | |||
2003-11-05 | changed the way get(key,domain) works for global domains (instead of ↵ | Max Horn | |
defaulting to the empty string, it will now default to the registered default in this case) svn-id: r11151 | |||
2003-11-05 | export language list (so that it can be used by the GUI); added methods to ↵ | Max Horn | |
convert a Platform/Language ID into a canonical string svn-id: r11141 | |||
2003-11-05 | added ConfigManager::removeKey | Max Horn | |
svn-id: r11140 | |||
2003-11-04 | swap GFX_HQ2X & GFX_ADVMAME3X (purely cosmetic :-) | Max Horn | |
svn-id: r11134 | |||
2003-11-04 | added PROP_GET_GFX_MODE; removed PROP_SHOW_DEFAULT_CURSOR | Max Horn | |
svn-id: r11132 | |||
2003-11-03 | stdafx.h needs to be included first. | Marcus Comstedt | |
svn-id: r11117 | |||
2003-11-03 | Use compiler option instead of this | Chris Apers | |
svn-id: r11104 | |||
2003-11-02 | forgot to commit this, sorry guys | Max Horn | |
svn-id: r11048 | |||
2003-11-02 | turned NewGui into a singleton, and made OSystem a pseudo-singleton; added ↵ | Max Horn | |
Widget::findWidget (preparing to add support for nested widgets, for the tab widget) svn-id: r11045 | |||
2003-11-01 | cleanup | Max Horn | |
svn-id: r11042 | |||
2003-11-01 | fix potential crash | Max Horn | |
svn-id: r11037 | |||
2003-11-01 | added doxygen comment | Max Horn | |
svn-id: r11036 | |||
2003-11-01 | make doxygen happy | Gregory Montoir | |
svn-id: r11030 | |||
2003-10-26 | factor out common debugger code | Max Horn | |
svn-id: r10984 | |||
2003-10-24 | Fixed typo and added FIXME comment for the DotMatrix scaler. | Torbjörn Andersson | |
svn-id: r10956 | |||
2003-10-17 | added russian as a language (part of patch #823031, adapted to recent code ↵ | Max Horn | |
changes) svn-id: r10878 | |||
2003-10-17 | renamed some Timer methods | Max Horn | |
svn-id: r10868 | |||
2003-10-17 | proper fix for COMI timer issue: don't let a Timer remove itself | Max Horn | |
svn-id: r10867 | |||
2003-10-17 | moved platform/language constants to common/util.* | Max Horn | |
svn-id: r10862 |