aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-10-15TSAGE: Implemented SceneMessage class to show messages before fading in a scenePaul Gilbert
This is used by Blue Force to display 'The Next Day' messages.
2011-10-15MADE: Graphics::Surface is a struct, not a classFilippos Karapetis
2011-10-15SCI: Added a heuristic to distinguish Mac SCI1.1 from SCI2.1 versionsFilippos Karapetis
This removes the hack that checks for the existence of resource.cfg
2011-10-15SCI: Fixed text length in upscaled SCI32 gamesFilippos Karapetis
2011-10-14SCI: Fixed display of text surfaces in SCI21Filippos Karapetis
2011-10-14SCI: Silenced warningsFilippos Karapetis
2011-10-14TSAGE: Fix stupid cut&paste errorStrangerke
2011-10-14TSAGE: Blue Force - Add speakers used in scene 115Strangerke
2011-10-14SCI: More work on kBitmap (still WIP)Filippos Karapetis
2011-10-14SCI: More work on the vertical plane offset for SCI32. Still WIP.Filippos Karapetis
Vertical clipping is still not finished. This fixes the display in the Torin demo (which uses a scene with loads of items with a vertical offset).
2011-10-14TSAGE: Bugfix for #3423512 - Not being able to get crownPaul Gilbert
2011-10-14TSAGE: Bugfix for Ringworld demo having save/restore buttons enabled in GMMPaul Gilbert
This splits checking if save and load are enabled to the individual game classes.
2011-10-14TINSEL: Alter previous DW1 bugfix so that DW2 still works properlyPaul Gilbert