aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-24Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an...Filippos Karapetis
2009-09-24Turn an error into a warning.Johannes Schickel
2009-09-24Reverted parts of revisions #44292, #44293, #44295 and #44296, to prevent war...Filippos Karapetis
2009-09-24Reverted my commit #44290 - apparently, it was a bad idea, as g_engine is a hackFilippos Karapetis
2009-09-24Remove references to non existant function convertScreenRect.Johannes Schickel
2009-09-24Fixed bug in Engine::flipMute, whiched prevent the game from being muted the ...Johannes Schickel
2009-09-24Changed some code to follow our guidelines.Johannes Schickel
2009-09-24Fix what looks like a typo in the condition, which checks for a divide by zero.Johannes Schickel
2009-09-24Add the "FIXME" comment at "g_engine" from engine.cpp to "g_engine" in engine...Johannes Schickel
2009-09-24Fix warnings.Johannes Schickel
2009-09-24Changed _script to be a pointer, in order to control its creation/destruction...Filippos Karapetis
2009-09-24Changed make_reg to accept the same type of parameters as a reg_t does - i.e....Filippos Karapetis
2009-09-24Changed createResFileEntry() to error out againFilippos Karapetis
2009-09-24Fixed some more warnings about unreachable codeFilippos Karapetis
2009-09-24Fixed some more warnings about unreachable codeFilippos Karapetis
2009-09-24AGOS: Fixed some warnings about unreachable codeFilippos Karapetis
2009-09-24MADE: Fixed some warnings about unreachable codeFilippos Karapetis
2009-09-24TINSEL: Fixed some warnings about unreachable codeFilippos Karapetis
2009-09-24The maximum value that a signed 16-bit integer can hold is 32767, not 32768 (...Filippos Karapetis
2009-09-24CRUISE: Fixed some warnings about unreachable codeFilippos Karapetis
2009-09-24Removed some warnings about unreachable codeFilippos Karapetis
2009-09-24Add "demo" to the extras field of the fallback detector for demosFilippos Karapetis
2009-09-24Changed some references from LureEngine to the global g_engine (e.g. calls to...Filippos Karapetis
2009-09-24Add VGA script code differences in DIMP.Travis Howell
2009-09-24Correct tags.Travis Howell
2009-09-24Split the script opcode table for DIMP, since it doesn't match(ie timers) oth...Travis Howell
2009-09-24Commented out unused variableFilippos Karapetis
2009-09-24Removed the MSVC-specific pragmas for disabling warnings. These are now in Sc...Filippos Karapetis
2009-09-24Fix bug #2865191 - NoPatience hangs after undo.Travis Howell
2009-09-23Removed an assert() in favour of error checking.Andre Heider
2009-09-23PSP: improved suspend/resume support [patch from bluddy]Joost Peters
2009-09-23fix for bug #2820389Paweł Kołodziejski
2009-09-23Commit modified patch from bug report #2849084 "AGI: Crash when saving fallba...Johannes Schickel
2009-09-23not need continue checks after foundPaweł Kołodziejski
2009-09-23SCI: Rename _sciVersion to s_sciVersion and made it local to resource.cpp (i....Max Horn
2009-09-23Removed redundant offset from dirty rect calculation logicPaul Gilbert
2009-09-23- Moved the SCI version in a global variableFilippos Karapetis
2009-09-23ops, remove some ancient changePaweł Kołodziejski
2009-09-23this should fix bug #2820389Paweł Kołodziejski
2009-09-23Got rid of Common::File::addDefaultDirectory, instead implemented the solutio...Johannes Schickel
2009-09-23COMMON: Add "ignoreCase" parameter to matchString.Johannes Schickel
2009-09-22Clear menu stack in FWRenderer deconstructor.Johannes Schickel
2009-09-22Implement menu stack to support all menu color effects, specific to the Amiga...Johannes Schickel
2009-09-22Fix warning in gcc 3.3.5, by changing FORCEINLINE definition.Johannes Schickel
2009-09-22- Merged scriptObjInit0() and scriptObjInit11()Filippos Karapetis
2009-09-22Add basic test for HashMap::iteratorWillem Jan Palenstijn
2009-09-22Remove superfluous checksWillem Jan Palenstijn
2009-09-22Fix regression in 44236, which caused iterators to see dummy node entries as ...Johannes Schickel
2009-09-22cleanupJoost Peters
2009-09-22Apply patch #2863653: "PSP: Flickering problem fix" + some formatting changes...Joost Peters