Age | Commit message (Expand) | Author |
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 |
2003-10-17 | fix (workaround) for bug #825331 | Max Horn |
2003-10-17 | COMI crashes because for some reasons we get a 0 timer interval. not sure how... | Max Horn |
2003-10-17 | added push_back method with List arg (append one list to another one efficien... | Max Horn |
2003-10-16 | add method to set the xor byte in the file class. Needed as the combined mac ... | Jonathan Gray |
2003-10-14 | improved timer resolution -> this helps iMuse *a lot* on my system when there... | Max Horn |
2003-10-14 | Turn off another annoying MSVC warning | Jamieson Christian |
2003-10-14 | init RNG for everybody using time() | Max Horn |
2003-10-12 | EVC : compile different | Nicolas Bacca |
2003-10-10 | some cleanup | Max Horn |
2003-10-10 | modified version of patch #821018; fix for bug #821083 | Max Horn |
2003-10-09 | fix ConfMan.set when dom is empty; added some asserts (paranoia) | Max Horn |
2003-10-08 | new config manager. not everything is completed, and some things will still b... | Max Horn |
2003-10-08 | humpf | Max Horn |
2003-10-08 | add String::lastChar() method | Max Horn |
2003-10-08 | renamed createNode() to findOrCreateNode(); added addKey() method; reimplemen... | Max Horn |
2003-10-06 | added String::emptyString constant | Max Horn |
2003-10-05 | no need for an explicit error here; rather, the linker will catch any invalid... | Max Horn |
2003-10-05 | cleaned up iterator code in Map | Max Horn |
2003-10-05 | added iterators to List template | Max Horn |
2003-10-05 | added doxygen comment & TODOs | Max Horn |
2003-10-04 | use namespace Common a bit more; don't zero the RNG in scumm (else the seed g... | Max Horn |
2003-10-03 | fixed compilation under msvc7 | Paweł Kołodziejski |
2003-10-02 | fix scaler compilation for MSVC6. However, the produced code stll seems to be... | Max Horn |
2003-10-02 | according to tsuteiuQ, this helps MSVC6 (seems it can cope with the enums but... | Max Horn |
2003-10-02 | renamed namespace ScummVM to Common | Max Horn |
2003-10-02 | fix a warning wjp gets with gcc 3.2.3 | Max Horn |
2003-10-02 | Added MSVC6_COMPAT in order to be able to disable | Jamieson Christian |
2003-10-01 | sync with hq2x (in particular, use my Altivec code here, too | Max Horn |
2003-10-01 | make MSVC7 happy | Max Horn |
2003-10-01 | move INTERPOLATE / Q_INTERPOLATE to intern.h; remove some jumps (pipelin tras... | Max Horn |
2003-10-01 | instead of using a stack array, use regular variables (marked with the regist... | Max Horn |
2003-09-30 | added some AltiVec code. Still under development, and notice that this is my ... | Max Horn |
2003-09-29 | synced hq2x with upstream changes; some performance tweaks to hq2x/hq3x (I th... | Max Horn |
2003-09-29 | forgot to add common/scaler to MODULE_DIRS | Max Horn |
2003-09-29 | templatized more of the scalers; also introduced template struct ColorMasks (... | Max Horn |
2003-09-29 | split out scalers into separate source files in common/scaler; some optimizat... | Max Horn |
2003-09-28 | removed duplicate g_timer object (one was global, one was static to timer.cpp... | Max Horn |