aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-19LASTEXPRESS: Include common/events.h instead of common/EventRecorder.hMax Horn
2010-11-19COMMON: Cleanup EventRecorderMax Horn
2010-11-19COMMON: Cleanup XMLParser codeMax Horn
2010-11-19COMMON: Push #include stream.h from zlib.h to zlib.cppMax Horn
2010-11-18SCI: Added a stub for a new subop in kString, and disabled trackOriginAndFind...Filippos Karapetis
2010-11-18SCI: Added species selector functionality for SCI3Filippos Karapetis
2010-11-18SCI: Removed SCI3 hacks in kClone/kDisposeCloneFilippos Karapetis
2010-11-18SCI: Slight formatting fix and use \t instead of a tab character in debugN.Johannes Schickel
2010-11-18SCI: Fix debugger disassembly of property accesses in SCI3Lars Skovlund
2010-11-18SCI3: Fix new opcode 0x4eLars Skovlund
2010-11-18GUI: Make activeDialog in runLoop const, since it should not be changed.Johannes Schickel
2010-11-18MOHAWK: Add support for Riven 24bpp images (not yet used)Matthew Hoops
2010-11-18COMMON: Change wrapBufferedWriteStream() to always disposes wrapped streamMax Horn
2010-11-18PS2: Fix use of Ps2File::_sema w/o __PS2_FILE_SEMA__ guardMax Horn
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