aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-25Small loop adjustment to compile for VC6Lars Persson
2006-02-25Fix c&p mistake in adding DEBUG_PARSER debug levelSven Hesse
2006-02-25Some more MKID -> MKID_BE changesMax Horn
2006-02-25A typical example why MKID is dangerous: Kyra uses it incorrectly, thus saveg...Max Horn
2006-02-25Replaced some more MKIDs by MKID_BE; this then enabled me to remove ScummEngi...Max Horn
2006-02-25Got rid of the 'tag' parameter for readResTypeList()Max Horn
2006-02-25Replaced MKID by MID_BE in most places in the SCUMM engineMax Horn
2006-02-25Removed the (useless and confusing) PROTO_MKID_BE macroMax Horn
2006-02-25Some more cine header cleanupMax Horn
2006-02-25Adjust masking in copyWizImageWithMask() to match ScummVM, wizImages masking ...Travis Howell
2006-02-25Reducing the header dependencies in cine a bit moreMax Horn
2006-02-25- avoid using typedef for structs (it is just not necessary in C++)Max Horn
2006-02-25Fix cine module.mk file (this fixed the dependencies system)Max Horn
2006-02-25More corrections to copyWizImageWithMask() in HE gamesTravis Howell
2006-02-25Use static/const on data tables when possible (this helps the compiler to opt...Max Horn
2006-02-25Moved cine engine into namespace CineMax Horn
2006-02-24Add MSVC71 project files courtsey of QuietustEugene Sandulenko
2006-02-24Add corrections to copyWizImageWithMask() in HE gamesTravis Howell
2006-02-24Changed debug()s to debugC()sSven Hesse
2006-02-24added TRLE wiz masking (mostly untested)Gregory Montoir
2006-02-24cleanupGregory Montoir
2006-02-24Adding GOB2's CD handling opcodes, the CD version of GOB2 now startsSven Hesse
2006-02-24Turn off background caching for the graphics widget, so that the SCUMMTorbjörn Andersson
2006-02-24Fixed redraw glitch. Our editable widgets were asking the theme to draw a veryTorbjörn Andersson
2006-02-24Cleanup.Torbjörn Andersson
2006-02-24CleanupTorbjörn Andersson
2006-02-24Fix redraw glitches when typing very long - enough to be truncated - strings.Torbjörn Andersson
2006-02-23I assume -1 and 0xFFFFFFFF are supposed to be the same value when assigned toTorbjörn Andersson
2006-02-23formating codePaweł Kołodziejski
2006-02-23formating codePaweł Kołodziejski
2006-02-23formating codePaweł Kołodziejski
2006-02-23Reminder to update the NEWS fileMax Horn
2006-02-23updated msvc7 project files, it's really this time :)Paweł Kołodziejski
2006-02-23fixed error for msvc7, it didn't find func without Common namespacePaweł Kołodziejski
2006-02-23fixed warnings for msvc7Paweł Kołodziejski
2006-02-23updated msvc7 project filesPaweł Kołodziejski
2006-02-23fixed warningsPaweł Kołodziejski
2006-02-23In Feeble Files, mouse clicks are recorded in _bitArray[] as well. I was hopingTorbjörn Andersson
2006-02-23Fix a few more compile warnings.Travis Howell
2006-02-23Fix a few compile warnings.Travis Howell
2006-02-23Update function type, to match last commitTravis Howell
2006-02-23Fix a few compile warnings.Travis Howell
2006-02-23Fixed some more compiler warnings. Many still remain.Torbjörn Andersson
2006-02-23Changed mmp zip file for .in filesLars Persson
2006-02-23Cleanup to remove duplicate type definesTravis Howell
2006-02-23Fixed some of the compiler warnings.Torbjörn Andersson
2006-02-23Don't call exit() directly. Instead, use the backend's quit() method for normalTorbjörn Andersson
2006-02-22Fixed typo in configure scriptGregory Montoir
2006-02-22Added CINE plugin to PluginManager::loadPlugins() sectionGregory Montoir
2006-02-22Initial version of Cinematique engine evo 1.Eugene Sandulenko