aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Collapse)Author
2007-07-29Fixed some warningsMax Horn
svn-id: r28308
2007-07-29Cleanup.Nicola Mettifogo
svn-id: r28303
2007-07-29Made current callable routines members of Parallaction_ns, and moved them to ↵Nicola Mettifogo
callables_ns.cpp. svn-id: r28302
2007-07-29Fixed mismatched table name in initialization.Nicola Mettifogo
svn-id: r28300
2007-07-29Moved all callable routines and related data into callables.cpp.Nicola Mettifogo
svn-id: r28299
2007-07-29- Added parser strings for Big Red AdventureNicola Mettifogo
- Pushed parser strings initialization down to engine subclasses svn-id: r28295
2007-07-29Fix build.Nicola Mettifogo
svn-id: r28292
2007-07-29Removed direct references to callable functions (opcodes). They are now only ↵Nicola Mettifogo
available via a virtual member function in the engine. svn-id: r28291
2007-07-29Cleanup and some new comments.Nicola Mettifogo
svn-id: r28290
2007-07-29Moved specialized initialization code into subclasses.Nicola Mettifogo
svn-id: r28289
2007-07-29Added dummy SoundMan to help with integration of Big Red Adventure.Nicola Mettifogo
svn-id: r28288
2007-07-28Should fix bug #1762614. There is a chance some regression glitches appear ↵Nicola Mettifogo
in locations where animations are displayed together with character comments. svn-id: r28272
2007-07-28Now yielding control to system after updateScreen is invoked to get smoother ↵Nicola Mettifogo
mouse movements. svn-id: r28269
2007-07-28Remove debug code.Travis Howell
svn-id: r28268
2007-07-28Fixed bug #1762638. Mask filenames weren't chosen correctly when not ↵Nicola Mettifogo
explicitly specified by scripts. svn-id: r28267
2007-07-28Screen is now refreshed when waiting for left clicks. Solves bug #1762618.Nicola Mettifogo
svn-id: r28265
2007-07-28Add support for multi-tune Protracker modules used in the Amiga version of ↵Travis Howell
Waxworks. svn-id: r28256
2007-07-27Added Italian language flag to Big Red Adventure detection structs.Nicola Mettifogo
svn-id: r28248
2007-07-27Added detection target for Big Red Adventure, and derived new engine classes ↵Nicola Mettifogo
for supported games. svn-id: r28247
2007-07-27- Moved disk code for Nippon Safes in new file disk_ns.cpp, adding _ns ↵Nicola Mettifogo
suffix to classes and member functions. - Added function stubs into new file disk_br.cpp for Big Red Adventure [IT STILL CRASHES!]. - Modified engine to create the proper Disk manager object. svn-id: r28246
2007-07-26Merged archive.cpp into disk.cpp.Nicola Mettifogo
svn-id: r28221
2007-07-26Made screen size parameters properties of engine instead of compile-time ↵Nicola Mettifogo
constants. svn-id: r28219
2007-07-26Dos full version of Big Red Adventure is detected now. The engine crashes ↵Nicola Mettifogo
immediately afterwards. svn-id: r28218
2007-07-15Refactored selectCharacter so that menu code doesn't need auxiliary buffer ↵Nicola Mettifogo
kBit2 anymore. svn-id: r28106
2007-07-15Screen update is no more triggered automatically when performing full ↵Nicola Mettifogo
screen-size blits on Front buffer. Menu code has been changed accordingly to retain consistency. svn-id: r28097
2007-07-13Full screen updates aren't automatic after palette changes anymore now. ↵Nicola Mettifogo
Traded some code pollution with SPEED! svn-id: r28061
2007-07-10Removed leftover empty function.Nicola Mettifogo
svn-id: r28004
2007-07-09Moved mouse cursor tampering from inventory.cpp to Gfx class, and some cleanup.Nicola Mettifogo
svn-id: r27996
2007-07-08Changed inventory graphics update from synchronous to lazy.Nicola Mettifogo
svn-id: r27975
2007-07-08Cleanup inventory code.Nicola Mettifogo
svn-id: r27974
2007-07-08Oops.Nicola Mettifogo
svn-id: r27968
2007-07-08Yet another fix for broken parsing/displaying of strings. Now quotes are ↵Nicola Mettifogo
properly considered when they are needed, and ignored when they aren't. svn-id: r27967
2007-07-08Finally fixed parsing of labels.Nicola Mettifogo
svn-id: r27962
2007-07-08Made parseNextToken *really* work this time.Nicola Mettifogo
svn-id: r27960
2007-07-08Parser is now able to deal with missing quotes at the end of instructions in ↵Nicola Mettifogo
location scripts. svn-id: r27959
2007-07-08Location background sound (different from music) now implemented.Nicola Mettifogo
svn-id: r27958
2007-07-08The mouse cursor is shown during dialogues in the Amiga versions (Demo and ↵Travis Howell
Multi-lingual). svn-id: r27955
2007-07-07Moved SaveLoadChooser class to saveload.cpp and adjusted dependencies.Nicola Mettifogo
svn-id: r27954
2007-07-07Oops. Crappy dump code doesn't belong to global repository.Nicola Mettifogo
svn-id: r27950
2007-07-07DLTA tags in multi-frame images are now supported.Nicola Mettifogo
svn-id: r27949
2007-07-05Skip DLTA frames for now, when loading character face data in the Amiga ↵Travis Howell
multi-lingual version. To prevent reading past the end of data. svn-id: r27918
2007-07-05Fix incorrect face frame been shown during dialogs, due to regression in ↵Travis Howell
revision 27834. svn-id: r27917
2007-07-04Fix introduction in Amiga multi-lingual version. Specifically characters for ↵Travis Howell
the introduction are only available in disk1 svn-id: r27897
2007-07-03Changed Dialogue from a typedef for an implicit n-tree of Questions to a ↵Nicola Mettifogo
plain-vanilla array. This greatly simplify management and doesn't require obscure flagging of tree leaves. svn-id: r27887
2007-07-03Some cheap renaming and cleanup.Nicola Mettifogo
svn-id: r27886
2007-07-02Removed special displayBalloonString routine.Nicola Mettifogo
svn-id: r27850
2007-07-02Fixed glitch: protection code appearing over prompt.Nicola Mettifogo
svn-id: r27848
2007-07-01Applied new flatBlitCnv and little refactoring to dialogue code.Nicola Mettifogo
svn-id: r27834
2007-07-01Introduced new flatBlitCnv to reduce code duplication.Nicola Mettifogo
svn-id: r27833
2007-07-01Re-added __attribute__(packed)Max Horn
svn-id: r27830