aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-18MAIN: initialized more singletons early to prevent fragmentation.Yotam Barnoy
2010-11-18TOOLS: Do not copy SCUMM MD5 data to web SVN module anymoreMax Horn
2010-11-18PSP: added backtracing function for debuggingYotam Barnoy
2010-11-18GUI: changed tooltip to be deleted when inactiveYotam Barnoy
2010-11-18MAIN: added early call to getAudioCdManager to prevent late allocationYotam Barnoy
2010-11-18MOHAWK: Cleanup Myst script handlingMatthew Hoops
2010-11-18TOOLS: Update create_msvc batch filesJulien Templier
2010-11-17SCI: Added hacks in kClone/kDisposeClone for SCI3Filippos Karapetis
2010-11-17SCI: Call lookupArray() after allocateArray() when duplicating arraysFilippos Karapetis
2010-11-17SCI: Code formattingFilippos Karapetis
2010-11-17SCI: Added sanity checks for SCI3 scripts bigger than 64KBFilippos Karapetis
2010-11-17SCI3: Implement opcode to retrieve the info selector.Lars Skovlund
2010-11-17SCI3: Handle script exports correctlyLars Skovlund
2010-11-17SCI3: relocate operand of the lofsa opcodeLars Skovlund
2010-11-17MOHAWK: Cache the Myst screen bufferMatthew Hoops
2010-11-17CRUISE: Corrected uninit read of _polyStruct in ctp.cpp:49 detected by Valgrind.David Turner
2010-11-17SCI: Fixed the speed in the intro of PQ2, version 1.002.011 (bug #3102071)Filippos Karapetis
2010-11-17MOHAWK: Apply patch #2988976: "MYST: Fix drawing partial subimages"Matthew Hoops
2010-11-17Adapt SCI property instructions (pToa etc.) to SCI3Lars Skovlund
2010-11-17SCI1.1 and newer games always ignore move count. The "version" command works ...Filippos Karapetis
2010-11-17SCI: Remove key modifier (e.g. num lock) status for keyboard function keys. T...Filippos Karapetis
2010-11-17SCI: lofsa/lofss functionality for SCI3Filippos Karapetis
2010-11-17SCI: Allow SCI3 game scripts to runFilippos Karapetis
2010-11-17SCI: Added some SCI3 selector related informationFilippos Karapetis
2010-11-17SCI: Make class table size OB1 workaround slightly more readableMax Horn
2010-11-17SCI: Fixed the return values of Object::relocateSci3()Filippos Karapetis
2010-11-17ENGINES: Change 'colour' to 'color'Max Horn
2010-11-17GRAPHICS: colour -> colorMax Horn
2010-11-17TINSEL: Get rid of some global variablesMax Horn
2010-11-17SCI: Change 'colour' to 'color'Max Horn
2010-11-17SCI3: added a SCI3 implementation of findGameObject(), based on a patch by ls...Filippos Karapetis
2010-11-17SCI: More work on SCI3, based on a patch by lskovlunFilippos Karapetis
2010-11-17SCI: Some more work on SCI3, based on a patch by lskovlunFilippos Karapetis
2010-11-17SCI: Added the SCI3 equivalent of initialiseObjects(), from a patch by lskovlunFilippos Karapetis
2010-11-17SCI: Some restructuring. Added some SCI3 placeholders/stubsFilippos Karapetis
2010-11-17SCI: The heap was a separate resource in SCI1.1 - SCI2.1 games only. It was l...Filippos Karapetis
2010-11-17SCI: Specify that -1 means "all maps" when listing base36-encoded resourcesFilippos Karapetis
2010-11-17SCI: Updated dissectScript() to handle synonym blocksFilippos Karapetis
2010-11-17SCI: Unified the functionality and parameters of the disasm and disasm_addr c...Filippos Karapetis
2010-11-17SCI: Added the ability to display original script bytecode in the "disasm" co...Filippos Karapetis
2010-11-16SCI: Fix for bug #3110215 - "SQ4 German: endless flight on Estros"Filippos Karapetis
2010-11-16TINSEL: Fixed compilation with MSVCFilippos Karapetis
2010-11-16LASTEXPRESS: Fix SequenceFrame leak in Entities codeJulien Templier
2010-11-16GUI: Fixed build failure in console due to missing header.David Turner
2010-11-16GUI: Push down some header (inter)dependenciesMax Horn
2010-11-16GUI: Commit some changes missing in my previous commit (oops)Max Horn
2010-11-16GUI: Rename gui/GuiManager.* to gui/gui-manager.*Max Horn
2010-11-16GUI: Move major widgets to new directory gui/widgetsMax Horn
2010-11-16TINSEL: Remove unnecessary 'static'Max Horn
2010-11-16TINSEL: Mark all (?) global vars with a FIXME commentMax Horn