aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-12SCI: Fix sign in disasm of relative jumpsWillem Jan Palenstijn
2011-06-11SCI: Fixed script bug #3313962 - "ECOQUEST2 Spanish: Crash near beginning"md5
2011-06-11SCI: Changed order of script and room in error messagesmd5
2011-06-03ENGINES: Remove some uses of g_engineMax Horn
2011-06-03SCI: Switch some char* to Common::String&Max Horn
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-05-31SCI: Fix up start/end points when pathfinding with opt == 0.Walter van Niftrik
2011-05-29SCI: Added a more generalized fix for bug #3306417md5
2011-05-27Revert "SCI: Don't attempt to modify null/disposed objects."Lars Skovlund
2011-05-27SCI: Don't attempt to modify null/disposed objects.md5
2011-05-27SCI: Added a workaround for bug #3308087 - "SCI: SQ1VGA - Engine Abort Upon L...md5
2011-05-27SCI: Fixed bug #3306417 - "LAURA BOW 2: segmentation fault while talking to D...md5
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-25ALL: analyse -> analyzeMatthew Hoops
2011-05-25ALL: behaviour -> behaviorMatthew Hoops
2011-05-25SCI: Constify Object::_baseVarsMax Horn
2011-05-13SCI: Avoid incrementing lockers of deleted scriptWillem Jan Palenstijn
2011-05-13SCI: Don't include several debug tables when REDUCE_MEMORY_USAGE is definedmd5
2011-05-13SCI: Marked the sanity check inside processWorkList() as a workaroundmd5
2011-05-13SCI: Added workarounds for bug #3292251, instead of patching the scriptmd5
2011-05-12SCI: Fixed bugs #3299458 and #3295849md5
2011-05-12SCI: Fix signature of script patch qfg3DialogCrash (bug #3300241)Tarek Soliman
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2011-04-26SCI: Fixed script bug #3292334 - "HOYLE4: Gin Rummy bug"md5
2011-04-26SCI: Fixed script bug #3292251 - "SCI: QFG3: Script error when buying robe"md5
2011-04-26SCI: Fixed 2 script bugs in Hoyle 4 - heartsmd5
2011-04-26SCI: Fixed several uninitialized variable script bugs in Hoyle 4 Bridgemd5
2011-04-21SCI: Avoid (unused) sqrt of a negative numberWillem Jan Palenstijn
2011-04-20SCI: Fix precedence (bug #3087872)Willem Jan Palenstijn
2011-04-15SCI: Silenced the warning for kMacPlatform(1)md5
2011-04-14ALL: centre -> centerMax Horn
2011-04-05SCI: Extended the script workaround for the sign reading script (bugs #327273...md5
2011-04-04SCI: Added workaround for script bug #3272735 - "SCI: QFG2: Crash when typing...md5
2011-04-03SCI: Added a workaround for script bug #3268076 - "MOTHERGOOSE: Crash after f...md5
2011-04-02SCI: Fix SQ1 droid zapping issue with a script patch, thanks toLars Skovlund
2011-03-29SCI: Add workaround for a GK1 pointer comparisonMatthew Hoops
2011-03-28SCI: Fix Compilation with --enable-release set.D G Turner
2011-03-28SCI: Renamed restAdjust to r_rest (like r_acc and r_prev)md5
2011-03-28SCI: Error out when kMemorySegment() is requested to save more than 256 bytesmd5
2011-03-28SCI: Set the GC_INTERVAL define to its hexadecimal equivalentmd5
2011-03-27SCI: Moved some debug functions from vm.cpp to scriptdebug.cppmd5
2011-03-26SCI: Removed the READ_VAR and WRITE_VAR wrappersmd5
2011-03-26SCI: Refactored and cleaned up the VM call stack handling codemd5
2011-03-25SCI: Reordered some functionsmd5
2011-03-25SCI: Cleaned up the BreakpointType enum and documented the bpe commandmd5
2011-03-25SCI: Cleaned up send_selector()md5
2011-03-25SCI: Extended a workaround for KQ7 to apply in all roomsmd5