aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2003-12-16Add capture mouse option, patch #860831Travis Howell
2003-12-15Removed 'fullscreen' option (PalmOS)Chris Apers
2003-12-15Correct nameChris Apers
2003-12-13small fix for hexdump()Max Horn
2003-12-13removed GameSettings::detectname and GameSettings::midi; renamed GameSettings...Max Horn
2003-12-13added MD5 code to CVSMax Horn
2003-12-11Drop OpenGL backend, since it has no maintainer and is too buggy.Travis Howell
2003-12-10detect zlib in configure script; use it by default, if availableMax Horn
2003-12-10slightly altered singleton implemention, might help MSVC6, or might screw it ...Max Horn
2003-12-05rewrote hq2x/hq3x code so that we can compile both the altivec and plain C ve...Max Horn
2003-12-01Patch #847464: Remove spurious semicolonsMax Horn
2003-11-30zlib compression works *very* well, factor 3-6 in my test cases. Personally I...Max Horn
2003-11-30oops forgot to commit this one, it seemsMax Horn
2003-11-30cleanup; added (currently commented out) zlib/gzip codeMax Horn
2003-11-30cleanupMax Horn
2003-11-18Add extra directory checks for Macintosh versions of indy3/loomTravis Howell
2003-11-11cleanup (merged the two base set() methods)Max Horn
2003-11-10added namespace GUIMax Horn
2003-11-10fix for bug #833537 (Config manager saves "save_slot")Max Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-07fixed ConfigManager getInt/getBoolMax Horn
2003-11-07change behaviour of ConfigManager::get once again -> now we *do* fall back to...Max Horn
2003-11-07spelling fixesJonathan Gray
2003-11-07typo, gnaw gnawMax Horn
2003-11-07Use the new capabilities of class Map to make the ConfigManager case insensit...Max Horn
2003-11-07Introduce Comperator template parameter to Map -> this allows more flexible u...Max Horn
2003-11-07change (Const)String::c_str to never return 0 (rather return empty string) ->...Max Horn
2003-11-06cut down dependencies a bit (so that I don't have to recompile hq2x/hq3x when...Max Horn
2003-11-05changed the way get(key,domain) works for global domains (instead of defaulti...Max Horn
2003-11-05export language list (so that it can be used by the GUI); added methods to co...Max Horn
2003-11-05added ConfigManager::removeKeyMax Horn
2003-11-04swap GFX_HQ2X & GFX_ADVMAME3X (purely cosmetic :-)Max Horn
2003-11-04added PROP_GET_GFX_MODE; removed PROP_SHOW_DEFAULT_CURSORMax Horn
2003-11-03stdafx.h needs to be included first.Marcus Comstedt
2003-11-03Use compiler option instead of thisChris Apers
2003-11-02forgot to commit this, sorry guysMax Horn
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-11-01cleanupMax Horn
2003-11-01fix potential crashMax Horn
2003-11-01added doxygen commentMax Horn
2003-11-01make doxygen happyGregory Montoir
2003-10-26factor out common debugger codeMax Horn
2003-10-24Fixed typo and added FIXME comment for the DotMatrix scaler.Torbjörn Andersson
2003-10-17added russian as a language (part of patch #823031, adapted to recent code ch...Max Horn
2003-10-17renamed some Timer methodsMax Horn
2003-10-17proper fix for COMI timer issue: don't let a Timer remove itselfMax Horn
2003-10-17moved platform/language constants to common/util.*Max Horn
2003-10-17fix (workaround) for bug #825331Max Horn
2003-10-17COMI crashes because for some reasons we get a 0 timer interval. not sure how...Max Horn
2003-10-17added push_back method with List arg (append one list to another one efficien...Max Horn