Age | Commit message (Expand) | Author |
2009-09-24 | Fixed bug in Engine::flipMute, whiched prevent the game from being muted the ... | Johannes Schickel |
2009-09-24 | Changed some code to follow our guidelines. | Johannes Schickel |
2009-09-24 | Fix what looks like a typo in the condition, which checks for a divide by zero. | Johannes Schickel |
2009-09-24 | Add the "FIXME" comment at "g_engine" from engine.cpp to "g_engine" in engine... | Johannes Schickel |
2009-09-24 | Fix warnings. | Johannes Schickel |
2009-09-24 | Changed _script to be a pointer, in order to control its creation/destruction... | Filippos Karapetis |
2009-09-24 | Changed make_reg to accept the same type of parameters as a reg_t does - i.e.... | Filippos Karapetis |
2009-09-24 | Changed createResFileEntry() to error out again | Filippos Karapetis |
2009-09-24 | Fixed some more warnings about unreachable code | Filippos Karapetis |
2009-09-24 | Fixed some more warnings about unreachable code | Filippos Karapetis |
2009-09-24 | AGOS: Fixed some warnings about unreachable code | Filippos Karapetis |
2009-09-24 | MADE: Fixed some warnings about unreachable code | Filippos Karapetis |
2009-09-24 | TINSEL: Fixed some warnings about unreachable code | Filippos Karapetis |
2009-09-24 | The maximum value that a signed 16-bit integer can hold is 32767, not 32768 (... | Filippos Karapetis |
2009-09-24 | CRUISE: Fixed some warnings about unreachable code | Filippos Karapetis |
2009-09-24 | Removed some warnings about unreachable code | Filippos Karapetis |
2009-09-24 | Add "demo" to the extras field of the fallback detector for demos | Filippos Karapetis |
2009-09-24 | Changed some references from LureEngine to the global g_engine (e.g. calls to... | Filippos Karapetis |
2009-09-24 | Add VGA script code differences in DIMP. | Travis Howell |
2009-09-24 | Correct tags. | Travis Howell |
2009-09-24 | Split the script opcode table for DIMP, since it doesn't match(ie timers) oth... | Travis Howell |
2009-09-24 | Commented out unused variable | Filippos Karapetis |
2009-09-24 | Fix bug #2865191 - NoPatience hangs after undo. | Travis Howell |
2009-09-23 | fix for bug #2820389 | Paweł Kołodziejski |
2009-09-23 | Commit modified patch from bug report #2849084 "AGI: Crash when saving fallba... | Johannes Schickel |
2009-09-23 | not need continue checks after found | Paweł Kołodziejski |
2009-09-23 | SCI: Rename _sciVersion to s_sciVersion and made it local to resource.cpp (i.... | Max Horn |
2009-09-23 | Removed redundant offset from dirty rect calculation logic | Paul Gilbert |
2009-09-23 | - Moved the SCI version in a global variable | Filippos Karapetis |
2009-09-23 | ops, remove some ancient change | Paweł Kołodziejski |
2009-09-23 | this should fix bug #2820389 | Paweł Kołodziejski |
2009-09-23 | Got rid of Common::File::addDefaultDirectory, instead implemented the solutio... | Johannes Schickel |
2009-09-23 | COMMON: Add "ignoreCase" parameter to matchString. | Johannes Schickel |
2009-09-22 | Clear menu stack in FWRenderer deconstructor. | Johannes Schickel |
2009-09-22 | Implement menu stack to support all menu color effects, specific to the Amiga... | Johannes Schickel |
2009-09-22 | - Merged scriptObjInit0() and scriptObjInit11() | Filippos Karapetis |
2009-09-22 | Copy the internal game name when loading, and don't recreate it | Filippos Karapetis |
2009-09-22 | Removed unused variable | Filippos Karapetis |
2009-09-22 | Simplified the code which creates the mouse cursor | Filippos Karapetis |
2009-09-22 | SCI: Change SystemStrings to use RAW storage consistenly | Max Horn |
2009-09-22 | SCI: Add some FIXMEs, and print warning if accessing a raw segment as non-raw... | Max Horn |
2009-09-22 | SCI: Add new type SegmentRef which ultimately will allow us to distinguish be... | Max Horn |
2009-09-22 | SCI: Change SystemString::name from char* to Common::String | Max Horn |
2009-09-22 | SCI: SegmentObj's now set their type in constructor; replace central SegmentO... | Max Horn |
2009-09-21 | SCI: cleanup | Max Horn |
2009-09-21 | SCI: Replace IntMapper Script::_objIndices and Common::Array Script::_objects... | Max Horn |
2009-09-21 | SCI: Workaround for crash in debugger's backtrace | Max Horn |
2009-09-21 | SCI: Change kAnimate to actually tail recurse | Max Horn |
2009-09-21 | SCI: Rename Object::flags and pos to _flags and _pos; tweak scriptObjInit0 an... | Max Horn |
2009-09-21 | Changed AMIGA menu code to closer match the original. (The menu item highligh... | Johannes Schickel |