aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Collapse)Author
2007-06-18Mouse is now properly hidden during dialogues, and is restored after ↵Nicola Mettifogo
load/save dialog boxes are closed. Moreover, kEngineMouse constant has been renamed to better match its meaning. svn-id: r27539
2007-06-16Silence MSVC8 warningFilippos Karapetis
svn-id: r27475
2007-06-16The codes difference when selecting character, only applies to the Amiga ↵Travis Howell
multi-lingual version. svn-id: r27464
2007-06-16Fixed - embarrassing - broken password check.Nicola Mettifogo
svn-id: r27463
2007-06-16Add code difference in Amiga versions, when selecting character.Travis Howell
svn-id: r27462
2007-06-16Made language selection screen policy clearer.Nicola Mettifogo
svn-id: r27461
2007-06-16Fixed regression: crash when loading objects on Amiga.Nicola Mettifogo
svn-id: r27460
2007-06-16Reduce code duplication.Travis Howell
svn-id: r27459
2007-06-16Fix quit command failing in certain locations (ie character/language ↵Travis Howell
selection) for now. svn-id: r27458
2007-06-16Update comment.Travis Howell
svn-id: r27446
2007-06-16Remove code to skip frames in the Amiga demo again, as it fixes Honest Chan ↵Travis Howell
not appearing correctly. svn-id: r27442
2007-06-16Add GF_LANG_MULT game flag, for detecting differences between the two Amiga ↵Travis Howell
versions. svn-id: r27441
2007-06-15All known versions of Nippon Safes are now enabled with all features except ↵Nicola Mettifogo
for half-brite effects. Please keep an eye out for regression. svn-id: r27437
2007-06-15More adjustments for Amiga version.Travis Howell
svn-id: r27417
2007-06-15More adjustments for Amiga version.Travis Howell
svn-id: r27416
2007-06-15When selecting language, ignore request for language that doesn't exist.Travis Howell
svn-id: r27414
2007-06-15Another adjustment for Amiga version.Travis Howell
svn-id: r27413
2007-06-15Enable language screen in Amiga version.Travis Howell
svn-id: r27412
2007-06-15Add basic support for Amiga version.Travis Howell
svn-id: r27411
2007-06-14oops wrong platform.Nicola Mettifogo
svn-id: r27398
2007-06-13Added full version of Nippon Safes for Amiga (EN/FR/DE) to detector.Nicola Mettifogo
svn-id: r27389
2007-06-12Patch #1733764: "Fallback detection patch". GSoC student.Eugene Sandulenko
svn-id: r27375
2007-06-09Silenced warning on WinCE.Nicola Mettifogo
svn-id: r27236
2007-06-05Fixed crash on exit (bug #1726185).Nicola Mettifogo
svn-id: r27105
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
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-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-19Fixed regression: wrong job ordering caused a bunch of graphic glitches.Nicola Mettifogo
svn-id: r26878
2007-05-18Made final comment appear.Nicola Mettifogo
svn-id: r26868
2007-05-18Made congratulations message visible.Nicola Mettifogo
svn-id: r26867
2007-05-18Reverting my last change.Nicola Mettifogo
svn-id: r26866
2007-05-16Replaced explicit bitmasks with function calls.Nicola Mettifogo
svn-id: r26855
2007-05-15Fixed bug when typing protection code.Nicola Mettifogo
svn-id: r26847
2007-05-13Reverted some changes to inventory handling.Nicola Mettifogo
svn-id: r26838
2007-05-13More cleanup.Nicola Mettifogo
svn-id: r26835
2007-05-13cleanupNicola Mettifogo
svn-id: r26834
2007-05-13New debug messages.Nicola Mettifogo
svn-id: r26832
2007-05-13Reverted my last change to changeLocation.Nicola Mettifogo
svn-id: r26831
2007-05-13Fixed timings when showing credits.Nicola Mettifogo
svn-id: r26830
2007-05-13Added new debugger commands.Nicola Mettifogo
svn-id: r26829
2007-05-12Fixed crashes when changing location in the introduction and removed useless ↵Nicola Mettifogo
code from the original engine. svn-id: r26813
2007-05-12New debug strings and levels.Nicola Mettifogo
svn-id: r26812
2007-05-12Fixed script command lookup table.Nicola Mettifogo
svn-id: r26805
2007-05-12Added Audio debug level and fixed a bug when freeing music streams.Nicola Mettifogo
svn-id: r26804