aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2007-05-27fixed warning and add assert for potential uninitialised srcPaweł Kołodziejski
svn-id: r26964
2007-05-27Removing debug leftoversEugene Sandulenko
svn-id: r26962
2007-05-27The 'i' and 'l' charactors only have a shorter width in Simon the Sorcerer 1/2.Travis Howell
svn-id: r26958
2007-05-27Correct cursor used when entering saved game name in Elvira 2 and Waxworks.Travis Howell
svn-id: r26957
2007-05-27Add extra mouse cursors used by Elvira 2.Travis Howell
svn-id: r26956
2007-05-27Reworked game saving so that restored games don't fire off hotspot ↵Paul Gilbert
activation scripts, and conversation bugfix to keep characters in place svn-id: r26955
2007-05-27Add font table for Elvira 1/2 and Waxworks.Travis Howell
svn-id: r26954
2007-05-27Correct error in printStats opcode for Elvira 2.Travis Howell
svn-id: r26953
2007-05-26Fix bug #1709430: "FT: CAPSLOCK + V enables cheating for all fights"Eugene Sandulenko
svn-id: r26948
2007-05-26Patch from bug #1722153: "FT: Error on loading a game saved during a dialogue"Eugene Sandulenko
svn-id: r26947
2007-05-26Fix Enter key behavior under MacOS as mentioned in FR #1273746: "BS1: SomeEugene Sandulenko
smaller refinements to the GUI" svn-id: r26946
2007-05-26typo (interpretator => interpreter)Matthew Hoops
svn-id: r26945
2007-05-26oopsEugene Sandulenko
svn-id: r26944
2007-05-26Slighty modified patch #1701058: "Correct some graphical glitches for Eugene Sandulenko
Brocken Sword 1 Mac" svn-id: r26942
2007-05-26Add Italian versions as supplied in bug #1722142: "GOB: italian md5 of WeenEugene Sandulenko
and Bargon" svn-id: r26940
2007-05-26Add fallback detector to AGI engine.Eugene Sandulenko
svn-id: r26939
2007-05-26Fix potential memory overwriteEugene Sandulenko
svn-id: r26938
2007-05-26Add code for opcodes 177/178 in Elvira 2.Travis Howell
svn-id: r26937
2007-05-25Bugfix to save whether each NPC has been identified, and correctly transform ↵Paul Gilbert
back from Selena svn-id: r26935
2007-05-24sync resource unpacking code of cruise with cineGregory Montoir
svn-id: r26933
2007-05-23Little graphics fix for FM-Towns version. (Thanks to Florian Kagerer)Johannes Schickel
svn-id: r26930
2007-05-23Commit of patch #1715313 ("CORE: STL like algorithm implementation").Johannes Schickel
svn-id: r26929
2007-05-22Silenced a rather paranoid GCC warning.Torbjörn Andersson
svn-id: r26924
2007-05-22Some graphic fixes for FM-Towns version. (Thanks to Florian Kagerer for this).Johannes Schickel
svn-id: r26915
2007-05-22Fixes graphics glitch introduced while cleaning up.Johannes Schickel
svn-id: r26914
2007-05-22Minor cleanup.Travis Howell
svn-id: r26913
2007-05-22Move code to correct position.Travis Howell
svn-id: r26912
2007-05-22Add support for the saved game overwrite check script in Waxworks.Travis Howell
svn-id: r26911
2007-05-22Mouse glitch no longer seems to occur in Elvira 1.Travis Howell
svn-id: r26910
2007-05-22Add load/save interface support for Elvira 2 and Waxworks.Travis Howell
svn-id: r26909
2007-05-21Fixed the largest memory leaks.Nicola Mettifogo
svn-id: r26905
2007-05-21Fixed palette fade in intro sequence and palette effect for Dino's treatmentNicola Mettifogo
svn-id: r26904
2007-05-21Fix bug #1722330 - FREDDI: Minor graphics glitch on Mac OS X.Travis Howell
svn-id: r26903
2007-05-20Fixed regression: location comment wasn't shown on every location except the ↵Nicola Mettifogo
first visited. svn-id: r26895
2007-05-20Added guard code to prevent crashes when stopping sound effects.Nicola Mettifogo
svn-id: r26894
2007-05-20Fixed bug. snprintf counts the termination character on Linux, but not on ↵Nicola Mettifogo
Windows, so had to resort to another solution. svn-id: r26893
2007-05-20Removed phony 'start game' message from Amiga demo.Nicola Mettifogo
svn-id: r26891
2007-05-20Disabled halfbrite for Amiga versions. The effect will be enabled again when ↵Nicola Mettifogo
support is complete. svn-id: r26890
2007-05-20Fixed embarrassing - and old as time - mistake preventing some items from ↵Nicola Mettifogo
being deleted from the screen when picked up. svn-id: r26889
2007-05-20Added savegame code so characters correctly leave rooms after restoring a gamePaul Gilbert
svn-id: r26888
2007-05-20Fixed several room change, NPC behaviour, and door closing codePaul Gilbert
svn-id: r26887
2007-05-20some fixes for the music in Amiga OS DemoGregory Montoir
svn-id: r26886
2007-05-20made the resource loading function case insensitive to the filename and ↵Gregory Montoir
removed a NULL dereference if a file is not found svn-id: r26885
2007-05-20Update quick load code for Elvira 1/2 and Waxworks, based on original scripts.Travis Howell
svn-id: r26884
2007-05-20Added saving of the room walkable pathsPaul Gilbert
svn-id: r26883
2007-05-20Bugfix to constrain savegame names to the dialog widthPaul Gilbert
svn-id: r26882
2007-05-20Add dissolve code for Elvira 2 and Waxworks.Travis Howell
svn-id: r26881
2007-05-19when reading a string from a script, skip the '\0' trailing char (less ↵Gregory Montoir
opcode '0' executions...) svn-id: r26880
2007-05-19removed 4 unused offscreen buffers ; also changed several 64k buffers to be ↵Gregory Montoir
dynamically allocated. svn-id: r26879
2007-05-19Fixed regression: wrong job ordering caused a bunch of graphic glitches.Nicola Mettifogo
svn-id: r26878