aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2003-11-07typo, gnaw gnawMax Horn
svn-id: r11172
2003-11-07Use 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-07Introduce 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-07change (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-06cut 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-05changed 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-05export 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-05added ConfigManager::removeKeyMax Horn
svn-id: r11140
2003-11-04swap GFX_HQ2X & GFX_ADVMAME3X (purely cosmetic :-)Max Horn
svn-id: r11134
2003-11-04added PROP_GET_GFX_MODE; removed PROP_SHOW_DEFAULT_CURSORMax Horn
svn-id: r11132
2003-11-03stdafx.h needs to be included first.Marcus Comstedt
svn-id: r11117
2003-11-03Use compiler option instead of thisChris Apers
svn-id: r11104
2003-11-02forgot to commit this, sorry guysMax Horn
svn-id: r11048
2003-11-02turned 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-01cleanupMax Horn
svn-id: r11042
2003-11-01fix potential crashMax Horn
svn-id: r11037
2003-11-01added doxygen commentMax Horn
svn-id: r11036
2003-11-01make doxygen happyGregory Montoir
svn-id: r11030
2003-10-26factor out common debugger codeMax Horn
svn-id: r10984
2003-10-24Fixed typo and added FIXME comment for the DotMatrix scaler.Torbjörn Andersson
svn-id: r10956
2003-10-17added russian as a language (part of patch #823031, adapted to recent code ↵Max Horn
changes) svn-id: r10878
2003-10-17renamed some Timer methodsMax Horn
svn-id: r10868
2003-10-17proper fix for COMI timer issue: don't let a Timer remove itselfMax Horn
svn-id: r10867
2003-10-17moved platform/language constants to common/util.*Max Horn
svn-id: r10862
2003-10-17fix (workaround) for bug #825331Max Horn
svn-id: r10853
2003-10-17COMI crashes because for some reasons we get a 0 timer interval. not sure ↵Max Horn
how that is possible, but adding some asserts for now svn-id: r10852
2003-10-17added push_back method with List arg (append one list to another one ↵Max Horn
efficiently) svn-id: r10850
2003-10-16add method to set the xor byte in the file class. Needed as the combined mac ↵Jonathan Gray
data files are only xor'd in the resource files, not the parts of the combined file svn-id: r10825
2003-10-14improved timer resolution -> this helps iMuse *a lot* on my system when ↵Max Horn
there is load svn-id: r10804
2003-10-14Turn off another annoying MSVC warningJamieson Christian
svn-id: r10803
2003-10-14init RNG for everybody using time()Max Horn
svn-id: r10796
2003-10-12EVC : compile differentNicolas Bacca
svn-id: r10744
2003-10-10some cleanupMax Horn
svn-id: r10720
2003-10-10modified version of patch #821018; fix for bug #821083Max Horn
svn-id: r10716
2003-10-09fix ConfMan.set when dom is empty; added some asserts (paranoia)Max Horn
svn-id: r10698
2003-10-08new config manager. not everything is completed, and some things will still ↵Max Horn
be changed, but it seems to work well enough to put it into CVS svn-id: r10687
2003-10-08humpfMax Horn
svn-id: r10685
2003-10-08add String::lastChar() methodMax Horn
svn-id: r10684
2003-10-08renamed createNode() to findOrCreateNode(); added addKey() method; ↵Max Horn
reimplemented merge() svn-id: r10683
2003-10-06added String::emptyString constantMax Horn
svn-id: r10649
2003-10-05no need for an explicit error here; rather, the linker will catch any ↵Max Horn
invalid uses if we don't give a body svn-id: r10610
2003-10-05cleaned up iterator code in MapMax Horn
svn-id: r10608
2003-10-05added iterators to List templateMax Horn
svn-id: r10607
2003-10-05added doxygen comment & TODOsMax Horn
svn-id: r10604
2003-10-04use namespace Common a bit more; don't zero the RNG in scumm (else the seed ↵Max Horn
gets reset); remove obsolete 256 color blending code svn-id: r10592
2003-10-03fixed compilation under msvc7Paweł Kołodziejski
svn-id: r10562
2003-10-02fix scaler compilation for MSVC6. However, the produced code stll seems to ↵Max Horn
be incorrect... Jamieson, maybe the MSVC6_COMPAT should be re-added then after all? svn-id: r10552
2003-10-02according to tsuteiuQ, this helps MSVC6 (seems it can cope with the enums ↵Max Horn
but not with static consts) svn-id: r10551
2003-10-02renamed namespace ScummVM to CommonMax Horn
svn-id: r10544
2003-10-02fix a warning wjp gets with gcc 3.2.3Max Horn
svn-id: r10541