aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-09-24Fix bug #2865191 - NoPatience hangs after undo.Travis Howell
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-22- Merged scriptObjInit0() and scriptObjInit11()Filippos Karapetis
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-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-21SCI: Rename Object::flags and pos to _flags and _pos; tweak scriptObjInit0 an...Max Horn
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
2009-09-20LOL/PC-98: start fixing color issues (still not working correctly though)Florian Kagerer
2009-09-20Implement support for transparent dialgue boxes in the Amiga version of Futur...Johannes Schickel
2009-09-20Implement more precise palette conversion in Palette::save. This makes the ou...Johannes Schickel
2009-09-20Some more paranoia asserts.Johannes Schickel
2009-09-20Implement yet another slight palette handling difference in Kyrandia 1 Amiga,...Johannes Schickel
2009-09-20- Add support for Kyrandia 1 German Amiga in create_kyradat.Johannes Schickel
2009-09-20Slightly changed unsupported effect level handling in native MT-32 mode.Johannes Schickel
2009-09-20Fix removal of SJIS characters in LoL PC98 menu.Johannes Schickel
2009-09-20Fix language settings in LoL PC98, this fixes the ingame menu usage.Johannes Schickel
2009-09-20This hopefully fixes threading issues in PC98 sound driver.Johannes Schickel
2009-09-20Implement slight differences for PC98 version in TextDisplayer_LoL::printDial...Johannes Schickel
2009-09-20Fix bug in LoLEngine::decodeSjis.Johannes Schickel
2009-09-20Correct error in load code for PC version of Waxworks.Travis Howell
2009-09-20Add checks for half-width katakana, which are currently unsupported.Johannes Schickel
2009-09-20Fixed endian bug when using inventory items on objects.Andre Heider