aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-30TSAGE: Fix a glitch in scene 2320 (no idea if it was visible or not)strangerke
2011-05-30TSAGE: Fix a bug in scene 7000, after talking to Skeenarstrangerke
2011-05-29COMMON: Limit pragma warning use in algorithm.h to MSVC.Johannes Schickel
Since we only want to disable a MSVC specific warning with it and other compilers might have different warnings numbers it is safer to only target MSVC here.
2011-05-29SCI: Added a more generalized fix for bug #3306417md5
2011-05-29AGOS: Silenced a false positive warning in MSVCmd5
2011-05-29CREATE_PROJECT: Fixed typomd5
2011-05-29VS: Disabled libpng, libtheora and opengl in the VS solution filesmd5
2011-05-29SCI: Make 'quit' an alias for 'quit game' in the consoleWillem Jan Palenstijn
2011-05-29CREATE_PROJECT: Disable PNG, Theora and OpenGL by default.md5
PNG and Theora are used for the sword25 engine, which isn't stable yet. OpenGL isn't stable yet.
2011-05-29SCUMM: Fix bug #1013617athrxx
(ZAK FM-TOWNS: Wrong verb ('Teleport To') shown)
2011-05-29KYRA: pause midi sounds while gmm is runningathrxx
2011-05-29FM-TOWNS AUDIO: Unlock internal mutex before calling imuse timer proc.athrxx
2011-05-29SCUMM: implement some missing (very low relevance) imuse codeathrxx
1) Don't skip transpose setting in sysex command 0. There are only a few sounds where this setting is used (mainly sfx). 2) Make MI2 and INDY4 read certain player start parameters from the sound resource. The start parameters usually match our default parameters (exception: e.g. LeChuck's Fortress). The use of these parameters has been dropped in DOTT (they use default parameters like we do).
2011-05-29KYRA: remove useless mutex from sound_townsathrxx
2011-05-28TSAGE: Fix a glitch in scene 5100, add some commentsstrangerke
2011-05-28TSAGE: Fix an animation issue, and the transition between scene 5300 and ↵strangerke
5100 (Seeker waking up and leaving)
2011-05-28TSAGE: Fix 'Restart' button, when game is overstrangerke
2011-05-28TSAGE: Fix priority glitch in scene 4000 when climbing down the right chimneystrangerke
2011-05-28TSAGE: Add some comments, and a missing remove() in scene 2300strangerke
2011-05-28TSAGE: Fix similar issue in scene 2150strangerke
2011-05-28TSAGE: Fix crash when restoring a game in scene 2100strangerke
2011-05-28TSAGE: Add specific initialization for ringworld CD, fixing the color of the ↵strangerke
buttons
2011-05-28TSAGE: Fix several bugs in scene 5300strangerke
2011-05-28TSAGE: Fix a couple of glitches in scene 5300strangerke
2011-05-28TSAGE: Fix bug in scene 2100 when Seeker is in the cave. (Thanks ↵strangerke
eriktorbjorn for pointing the reason of the problem)
2011-05-27TSAGE: Add a workaround for the mouse hidden bug in scene 4150 (also present ↵strangerke
in the original)
2011-05-27TSAGE: Fix a sound glitch in scene 4150strangerke
2011-05-27WINCE: Update of port-related READMECeRiAl
2011-05-27WINCE: Update of port-related READMECeRiAl
2011-05-27TSAGE: Fix priority issue in scene 2100, in the liftstrangerke
2011-05-27TSAGE: Cosmetic tweaks to Scene::setZoomPercents.Alyssa Milburn
2011-05-27TSAGE: Rename _field1800 in scene 2100strangerke
2011-05-27TSAGE: Fix (second) bug "Scene 2100: If you sit down at Quinn's console and ↵strangerke
then get back up again, his walk animation gets screwed"
2011-05-27SCI: Fix access to variables (gc_interval etc.) from the consoleLars Skovlund
2011-05-27Revert "SCI: Don't attempt to modify null/disposed objects."Lars Skovlund
This fix for bug #3303802 is a potential cause of unreproducible bugs in all SCI games that taint savegames. This reverts commit 48140a012d69d76de5ae80de7ca926e71c39cd03.
2011-05-27TSAGE: Bugfix for loading savegames directly from the launcherPaul Gilbert
2011-05-27TSAGE: Bugfix for saving game in scene #4025Paul Gilbert
2011-05-27TSAGE: Bugfix for using lift after restoring a savegame in scene #2320Paul Gilbert
2011-05-27SCI: Don't attempt to modify null/disposed objects.md5
These cases occur usually because of script bugs. Fixes script bug #3303802 - "SCI: PQ1VGA - Crash at the jail"
2011-05-27SCI: Added a workaround for bug #3308087 - "SCI: SQ1VGA - Engine Abort Upon ↵md5
Loading Ulence Flats Save"
2011-05-27SCI: Fixed bug #3306417 - "LAURA BOW 2: segmentation fault while talking to ↵md5
Dr. Myklos"
2011-05-26DC: Don't set a lib search path for pluginsMax Horn
Plugins may not rely on external libs, so there is no point in specifying a custom library search path for them.
2011-05-26SWORD25: Fix making multiple saves at the same time.Alyssa Milburn
This adds a missing seek. Thanks to [md5] for guessing the cause.
2011-05-26SWORD25: Committed changes to module.mk which were forgotten in my previous ↵md5
commit
2011-05-26SWORD25: Merged the PNG and thumbnail decoding code into a common classmd5
2011-05-26BUILD: Make endianess check stricterMax Horn
2011-05-26BUILD: Reorder configure some moreMax Horn
2011-05-26SWORD25: Removed the leftover libpng codemd5
2011-05-26SWORD25 (LUA): Removed unused code for handling precompiled LUA sciptsmd5
2011-05-26ANDROID: Trying to fix the recent linker failuresMax Horn