aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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
2003-10-16add method to set the xor byte in the file class. Needed as the combined mac ...Jonathan Gray
2003-10-14improved timer resolution -> this helps iMuse *a lot* on my system when there...Max Horn
2003-10-14Turn off another annoying MSVC warningJamieson Christian
2003-10-14init RNG for everybody using time()Max Horn
2003-10-12EVC : compile differentNicolas Bacca
2003-10-10some cleanupMax Horn
2003-10-10modified version of patch #821018; fix for bug #821083Max Horn
2003-10-09fix ConfMan.set when dom is empty; added some asserts (paranoia)Max Horn
2003-10-08new config manager. not everything is completed, and some things will still b...Max Horn
2003-10-08humpfMax Horn
2003-10-08add String::lastChar() methodMax Horn
2003-10-08renamed createNode() to findOrCreateNode(); added addKey() method; reimplemen...Max Horn
2003-10-06added String::emptyString constantMax Horn
2003-10-05no need for an explicit error here; rather, the linker will catch any invalid...Max Horn
2003-10-05cleaned up iterator code in MapMax Horn
2003-10-05added iterators to List templateMax Horn
2003-10-05added doxygen comment & TODOsMax Horn
2003-10-04use namespace Common a bit more; don't zero the RNG in scumm (else the seed g...Max Horn
2003-10-03fixed compilation under msvc7Paweł Kołodziejski
2003-10-02fix scaler compilation for MSVC6. However, the produced code stll seems to be...Max Horn
2003-10-02according to tsuteiuQ, this helps MSVC6 (seems it can cope with the enums but...Max Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-10-02fix a warning wjp gets with gcc 3.2.3Max Horn
2003-10-02Added MSVC6_COMPAT in order to be able to disableJamieson Christian
2003-10-01sync with hq2x (in particular, use my Altivec code here, tooMax Horn
2003-10-01make MSVC7 happyMax Horn
2003-10-01move INTERPOLATE / Q_INTERPOLATE to intern.h; remove some jumps (pipelin tras...Max Horn
2003-10-01instead of using a stack array, use regular variables (marked with the regist...Max Horn
2003-09-30added some AltiVec code. Still under development, and notice that this is my ...Max Horn
2003-09-29synced hq2x with upstream changes; some performance tweaks to hq2x/hq3x (I th...Max Horn
2003-09-29forgot to add common/scaler to MODULE_DIRSMax Horn
2003-09-29templatized more of the scalers; also introduced template struct ColorMasks (...Max Horn
2003-09-29split out scalers into separate source files in common/scaler; some optimizat...Max Horn
2003-09-28removed duplicate g_timer object (one was global, one was static to timer.cpp...Max Horn
2003-09-28Slightly more sensible hotkeys for the scalers. Hq2x is now number 8, rightTorbjörn Andersson
2003-09-28don't try to pass NULL when there is an int argumentJonathan Gray
2003-09-27get rid of explicit redMask/blueMask and use redBlueMask instead (this will b...Max Horn
2003-09-27cheak doxygen commentsMax Horn
2003-09-27Fixed template function compile quirks under MSVC6.Jamieson Christian
2003-09-27added hq2x scaler (no, I am not going to add hq4x anytime soon. It would be a...Max Horn
2003-09-27added a FIXME (regarding optimization) to INTERPOLATE; added new template fun...Max Horn