aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-18TSAGE: Bugfix and cleanup for boarding rental boatPaul Gilbert
2011-10-18TSAGE: Bugfix and cleanup for getting boat keys in Scene 840 - Boat RentalsPaul Gilbert
2011-10-18TSAGE: Bugfix for returning home at the end of day 3Paul Gilbert
2011-10-18WINCE: Add workaround for memory management problem on Windows CE < 6.0CeRiAl
This fixes the "32MB memory limit per process" problem in Windows CE < 6.0
2011-10-18TSAGE: Bugfixes for returning to Lyle's office after finding schedulePaul Gilbert
2011-10-18TSAGE: Bugfix for putting down boots correctly after looking at themPaul Gilbert
2011-10-18TSAGE: Bugfix for using caravan key, and give item a proper namePaul Gilbert
2011-10-18TSAGE: Bugfixes and cleanup of Blue Force Scene 450 - Alley Cat BowlingPaul Gilbert
2011-10-18TSAGE: Bugfixes for Blue Force scene 315 - Tony's BarPaul Gilbert
2011-10-18TINSEL: Bugfix for restoring DW1 savegames with a saved scenePaul Gilbert
This happens, for example, when restoring a savegame of the dragon summoning book close-up. After restoring, you couldn't leave the close up.
2011-10-18CRUISE: Revert part of mouse movement patch applied from Bug #3423955.D G Turner
The removal of updateScreen() when DisplayOn is not set may cause a regression and is not related to fixing of the mouse jerkiness.
2011-10-18SCI: Duck videos are 16bpp, so we need to change the active pixel formatFilippos Karapetis
2011-10-18SCI: Added some hacks related to new functionality in Phantasmagoria 2Filippos Karapetis
The game will now start (but won't do anything exciting - it'll display its main menu, which doesn't work yet)
2011-10-18SCI: Initial implementation of kPlayDuck for Phantasmagoria 2Filippos Karapetis
2011-10-18SCI: Set the correct number of kernel functions for SCI3Filippos Karapetis
2011-10-18SCI: Added the GOG version of GK2, and fixed some GUI flagsFilippos Karapetis
2011-10-18TSAGE: Fix errors in scene 115, action6Strangerke
2011-10-17TSAGE: Blue Force - Implement scene 115.Strangerke
This breaks the previous savegame format.
2011-10-17TSAGE: Corrected signature of ASound::play methodPaul Gilbert
2011-10-17BUILD: Fix win32 target for Windows.Travis Howell
2011-10-17DOC: Add Italian QuickStartThierry Crozat
2011-10-17I18N: Regenerate translations data fileThierry Crozat
2011-10-17I18N: Update Italian translationThierry Crozat
2011-10-16CRUISE: Fix For Unresponsive Mouse Movement noted in Bug #3423955.D G Turner
This patch was supplied on the bug by Ignaz Forster (ifo).
2011-10-16SCI: Moved the Hi-res description for LSL6 hi-res in the extras fieldFilippos Karapetis
2011-10-16I18N: Regenerate translations data fileThierry Crozat
2011-10-16I18N: Updated German translation.Simon Sawatzki
2011-10-16SCI: Updated the description of LSL6 hires to distinguish it betterFilippos Karapetis
2011-10-16AGI: Refine commit #69c705a to always pick the longest matching phraseFilippos Karapetis
Thanks to wjp for his observation in the original commit
2011-10-16SCI: Script 64036 in Torin's passage contains an invalid exportFilippos Karapetis
2011-10-16TINSEL: Revert of prior commits for #2893946Paul Gilbert
2011-10-16TSAGE: Cleaned up Blue Force scene 114 - Outside Tony's BarPaul Gilbert
2011-10-16TSAGE: Bugfixes for Blue Force scene 550 when with LylePaul Gilbert
2011-10-16TSAGE: Bugfix to be able to leave Alleycat BowlPaul Gilbert
2011-10-16TSAGE: Bugfix for driving past Grandma Frannie's with LylePaul Gilbert
2011-10-16TSAGE: Bugfixes for fax machine in Lyle's OfficePaul Gilbert
2011-10-16TSAGE: Workaround for original game bug in BF scene 600.Paul Gilbert
The global scroll object follower was set to a scene object in this scene, but not reset when the scene ends, resulting in the pointer pointing to a freed object.
2011-10-16TSAGE: Bugfix for infinite recursion when talking to grandma.Paul Gilbert
2011-10-16TSAGE: Workaround for script bug in Blue Force using invalid visage rlb indexes.Paul Gilbert
This affects the inspection cut-scene on Day 2
2011-10-16BUILD: Install the new Spanish quickstart file.Jordi Vilalta Prat
2011-10-16I18N: Patch #3424097: "Spanish translation for 1.4.0"Jordi Vilalta Prat
Updated the Spanish interface translation and added the QuickStart translation.
2011-10-16DOC: Update SVN references to git.Jordi Vilalta Prat
2011-10-16AGI: Fixed bug #3424066 - "LSL1 AGI: Password Glitch"Filippos Karapetis
We should not stop looking when a partial sentence match is found, as a better match might exist later on. In this case, there were two matching sentences, "Ken" (which is wrong in this case) and "Ken sent me" (which is correct, but was never reached as the partial match was returned first)
2011-10-15Merge pull request #102 from SimSaw/masterAlyssa Milburn
Update of German translation DOCS.
2011-10-15DOCS: Updated German translation of README and NEWS.Simon Sawatzki
2011-10-15MOHAWK: Add various Living Books detection entries from bug #3422652.Alyssa Milburn
2011-10-15TSAGE: Fixed accidental recursion in FollowerObject::reposition methodPaul Gilbert
2011-10-15DREAMWEB: Silenced warnings, applied coding conventionsFilippos Karapetis
- Silenced a lot of signed/unsigned MSVC warnings - Changed (rarely used) "not" keywords to "!"
2011-10-15MADE: Graphics::Surface is a struct, not a classFilippos Karapetis
2011-10-15TSAGE: Bugfix for Blue Force scene 810 - Lyle's OfficePaul Gilbert