Age | Commit message (Expand) | Author |
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 | Removed the MSVC-specific pragmas for disabling warnings. These are now in Sc... | Filippos Karapetis |
2009-09-24 | Fix bug #2865191 - NoPatience hangs after undo. | Travis Howell |
2009-09-23 | Removed an assert() in favour of error checking. | Andre Heider |
2009-09-23 | PSP: improved suspend/resume support [patch from bluddy] | Joost Peters |
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 | Fix warning in gcc 3.3.5, by changing FORCEINLINE definition. | Johannes Schickel |
2009-09-22 | - Merged scriptObjInit0() and scriptObjInit11() | Filippos Karapetis |
2009-09-22 | Add basic test for HashMap::iterator | Willem Jan Palenstijn |
2009-09-22 | Remove superfluous checks | Willem Jan Palenstijn |
2009-09-22 | Fix regression in 44236, which caused iterators to see dummy node entries as ... | Johannes Schickel |
2009-09-22 | cleanup | Joost Peters |
2009-09-22 | Apply patch #2863653: "PSP: Flickering problem fix" + some formatting changes... | Joost Peters |
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 | Updated the MSVC project files for commit #44240 (removed intmap.*) | 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 | Stop confusing doxygen :) | Max Horn |
2009-09-21 | COMMON: Remove Common::HashMap::_dummyNode, instead use HASHMAP_DUMMY_NODE (t... | Max Horn |