aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-19PSP: Update README.PSP.in with the latest changes to README.PSP.Johannes Schickel
2010-11-19BUILD: Revert r53427.Johannes Schickel
2010-11-19SCI: Only compile kGetConfig for SCI32Willem Jan Palenstijn
2010-11-19TOOLS: Move Visual Studio pre/post build events scripts to external filesJulien Templier
2010-11-19TOOLS: Add stubs for external Pre/Post build scripts in Visual StudioJulien Templier
2010-11-19SCI : data field is only supported if building for SCI32Lars Persson
2010-11-19SYMBIAN : Updated for proper FORBIDDEN handling, added cdaudio support needed...Lars Persson
2010-11-19SCI: Also send system strings to kString(). This makes LSL7 continue into the...Filippos Karapetis
2010-11-19SCI: Only handle seg_type_string if ENABLE_SCI32 is definedLars Persson
2010-11-19Some subfunctions changed positions in SCI3 kString. WIP.Lars Skovlund
2010-11-19Implement a couple of NULL checks in kArrayLars Skovlund
2010-11-19SYMBIAN : Remove Symbian FatalError implementation (not really used anymore f...Lars Persson
2010-11-19COMMON: Use user include instead of system include to remove lots of compiler...Lars Persson
2010-11-19SCI3: Implement new opcode 0x4c.Lars Skovlund
2010-11-19SCI: Implement the GetConfig call for LSL7Lars Skovlund
2010-11-19LASTEXPRESS: Poll events when loading savegames to prevent freezing the appli...Julien Templier
2010-11-19LASTEXPRESS: Add missing queue reset in Entitites::resetSequencesJulien Templier
2010-11-19LASTEXPRESS: Simplify current frame calculation in Animation::processJulien Templier
2010-11-19SCI: Added pointer arithmetic support for SCI2 stringsFilippos Karapetis
2010-11-19SCI: Added support for script -> string copying (used by late SCI2.1 and SCI3...Filippos Karapetis
2010-11-19TOOLS: Added create_mads tool for MADS/M4 enginePaul Gilbert
2010-11-19SCI: Fixed commentFilippos Karapetis
2010-11-19SCI: Moved the Object class in a separate fileFilippos Karapetis
2010-11-19SCI: Added KQ4 Atari ST version from bug report #3110941Filippos Karapetis
2010-11-19MOHAWK: Implement another Riven demo externalMatthew Hoops
2010-11-19ALL: Push down deps on stream.h from .h to .cpp filesMax Horn
2010-11-19COMMON: Push include file.h and fs.h from translation.h to translation.cppMax Horn
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