aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-18M4: Do not use Common::SubReadStream where ReadStream sufficesMax Horn
2010-11-18SCI3: Added another previously unused opcode (0x27 / 0x4e)Filippos Karapetis
2010-11-18SCI2: Treat SCI2 raw arrays (type 3) as strings in kArrayFilippos Karapetis
2010-11-18BACKENDS: Implement logging API proposed by Max on -devel.Johannes Schickel
2010-11-18MOHAWK: Cleanup bitmap surface and pack/draw function handlingMatthew Hoops
2010-11-18GUI: Simplify Tooltip implementation.Johannes Schickel
2010-11-18COMMON: Turn BufferedWriteStream into a template class, with disposeParentStr...Max Horn
2010-11-18DS: Add note that ARM_ADPCM is unused (and fix a typo)Max Horn
2010-11-18DS: cleanupMax Horn
2010-11-18Get rid of a const_cast.Lars Skovlund
2010-11-18DS: Replace GBAMPSaveFile by DSFileStream + wrapBufferedWriteStreamMax Horn
2010-11-18DS: Remove write buffering in DSFileStream, use wrapBufferedWriteStream insteadMax Horn
2010-11-18SCI: Slight formatting fix.Johannes Schickel
2010-11-18DS: Avoid needlessly allocating temporary Common::String instancesMax Horn
2010-11-18SCI3: implement setInfoSelector() for SCI3, fixes infinite recursionLars Skovlund
2010-11-18SCI3: Add proper support for the calle instructionLars Skovlund
2010-11-18COMMON: Make implementation of Buffered*Stream classes internalMax Horn
2010-11-18DS: Port changes from 1.2.0 branch to trunkMax Horn
2010-11-18Fix operator precedence problemLars Skovlund
2010-11-18ENGINES: Do not use MemoryReadStream where (Seekable)ReadStream suffices; avo...Max Horn
2010-11-18COMMON: Fix incorrect use of assert() macroMax Horn
2010-11-18DS: Two more 'FILE' related fixes/workaroundsMax Horn
2010-11-18MOHAWK: Remove unused drawRLE() functionMatthew Hoops
2010-11-18MOHAWK: Implement the old Mohawk bitmap format (thanks to fuzzie)Matthew Hoops
2010-11-18DS: Add some FIXME/TODO comments on changes that need to be applied to the DS...Max Horn
2010-11-18DS: Fix compilation despite use of 'forbidden' symbolsMax Horn
2010-11-18PSP: reduced fragmentation by allocating overlay just onceYotam Barnoy
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