aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-09-22Copy the internal game name when loading, and don't recreate itFilippos Karapetis
2009-09-22Removed unused variableFilippos Karapetis
2009-09-22Simplified the code which creates the mouse cursorFilippos Karapetis
2009-09-22Updated the MSVC project files for commit #44240 (removed intmap.*)Filippos Karapetis
2009-09-22SCI: Change SystemStrings to use RAW storage consistenlyMax Horn
2009-09-22SCI: Add some FIXMEs, and print warning if accessing a raw segment as non-raw...Max Horn
2009-09-22SCI: Add new type SegmentRef which ultimately will allow us to distinguish be...Max Horn
2009-09-22SCI: Change SystemString::name from char* to Common::StringMax Horn
2009-09-22SCI: SegmentObj's now set their type in constructor; replace central SegmentO...Max Horn
2009-09-21SCI: cleanupMax Horn
2009-09-21SCI: Replace IntMapper Script::_objIndices and Common::Array Script::_objects...Max Horn
2009-09-21SCI: Workaround for crash in debugger's backtraceMax Horn
2009-09-21SCI: Change kAnimate to actually tail recurseMax Horn
2009-09-21Stop confusing doxygen :)Max Horn
2009-09-21COMMON: Remove Common::HashMap::_dummyNode, instead use HASHMAP_DUMMY_NODE (t...Max Horn
2009-09-21Updated from upstreamMax Horn
2009-09-21SCI: Rename Object::flags and pos to _flags and _pos; tweak scriptObjInit0 an...Max Horn
2009-09-21whitespace fixAndre Heider
2009-09-21reinit the console when changing the video mode.Andre Heider
2009-09-21Changed AMIGA menu code to closer match the original. (The menu item highligh...Johannes Schickel
2009-09-21Add more shouldQuit checks in event loops.Johannes Schickel
2009-09-21Fix box outline color for FW Amiga.Johannes Schickel
2009-09-20Cleanup.Johannes Schickel
2009-09-20Fix valgrind warning.Johannes Schickel
2009-09-20Fix compilation under Linux.Johannes Schickel
2009-09-20Add some shouldQuit() checks in event loops. This makes it possible to easily...Johannes Schickel
2009-09-20Changed some type names to match our coding guidelines.Johannes Schickel