aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-22SCI: Fixed bug #3044050 - "SQ4FLOPPY: Crash while flying in Skate-o-Rama"Filippos Karapetis
2010-11-22SCI: Patched the QFG3 character import screen the same way as with QFG2Filippos Karapetis
2010-11-21SCI: Proper fix for the QFG2 character import screen crashes (bug #3037996)Filippos Karapetis
2010-11-21I18N: Backport add Brazilian Portuguese translationThierry Crozat
2010-11-21I18N: Add Brazilian Portuguese (from patch #3114669)Thierry Crozat
2010-11-21QUEEN: Correct uninitialised read in Queen Adlib driver found by Valgrind.David Turner
2010-11-21CRUISE: Slight formatting fix.Johannes Schickel
2010-11-21CRUISE: Fix Memory Accesses Errors and Leaks Reported By ValgrindDavid Turner
2010-11-21SCI: Fix for bug #3037996 - "QFG2: Crash during import dialog after time (imp...Filippos Karapetis
2010-11-21SCI: Fixed the "version" console command in SCI1.1 and earlier gamesFilippos Karapetis
2010-11-21CRUISE: Bugfix for #3064846 - Raoul appearing in Book screenPaul Gilbert
2010-11-21SCI: Added 3 uninitialized temp fixes for the RAMA demo, which is now workingFilippos Karapetis
2010-11-21SCI: Removed the correct subops from kString in late SCI2.1/SCI3 games (thank...Filippos Karapetis
2010-11-21SCI: kArray wasn't changed in late SCI2.1/SCI3 games (thanks to waltervn)Filippos Karapetis
2010-11-21SCI: Added the kString/kArray type in the "version" console commandFilippos Karapetis
2010-11-21SCI: Removed incorrect pointer arithmetic support for SCI2 stringsFilippos Karapetis
2010-11-21SCI: Adapted kArray/kString to use the new heuristic for late SCI2.1/SCI3 gam...Filippos Karapetis
2010-11-21SCI: Added a heuristic to detect the modified late SCI2.1/SCI3 kString/kArray...Filippos Karapetis
2010-11-21MOHAWK: Fix Living Books v1 sound (courtesy of fuzzie)Matthew Hoops
2010-11-20MOHAWK: Cleanup resource handlingMatthew Hoops
2010-11-20SCI: Fix ScummVM freezing during the credits scene in EcoQuest 1 (bug #3101846)Filippos Karapetis
2010-11-20TOOLS: Fixed some compiler warnings in create_mads toolPaul Gilbert
2010-11-20TOOLS: Minor fix to create_mads makefilePaul Gilbert
2010-11-20TINSEL: Preliminary functionality for reading BE data filesPaul Gilbert
2010-11-20SCI: Fixed timer bug #3109139 - "SQ4: Crash after exiting Skate-o-Rama during...Filippos Karapetis
2010-11-20SCI: Some minor fixes for Phantasmagoria 2 (which doesn't work at all, since ...Filippos Karapetis
2010-11-19HUGO: Start using endianness-safe read/write functionsArnaud Boutonné
2010-11-19MOHAWK: Implement an image cache systemMatthew Hoops
2010-11-19TEST: Make cxxtest work with Python 3.1 too.Johannes Schickel
2010-11-19PSP: Remove tabs from README.PSP.Johannes Schickel
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
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