Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-29 | Fixed some warnings | Max Horn | |
svn-id: r28308 | |||
2007-07-29 | Cleanup. | Nicola Mettifogo | |
svn-id: r28303 | |||
2007-07-29 | Made current callable routines members of Parallaction_ns, and moved them to ↵ | Nicola Mettifogo | |
callables_ns.cpp. svn-id: r28302 | |||
2007-07-29 | Fixed mismatched table name in initialization. | Nicola Mettifogo | |
svn-id: r28300 | |||
2007-07-29 | Moved all callable routines and related data into callables.cpp. | Nicola Mettifogo | |
svn-id: r28299 | |||
2007-07-29 | - Added parser strings for Big Red Adventure | Nicola Mettifogo | |
- Pushed parser strings initialization down to engine subclasses svn-id: r28295 | |||
2007-07-29 | Fix build. | Nicola Mettifogo | |
svn-id: r28292 | |||
2007-07-29 | Removed 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-29 | Cleanup and some new comments. | Nicola Mettifogo | |
svn-id: r28290 | |||
2007-07-29 | Moved specialized initialization code into subclasses. | Nicola Mettifogo | |
svn-id: r28289 | |||
2007-07-29 | Added dummy SoundMan to help with integration of Big Red Adventure. | Nicola Mettifogo | |
svn-id: r28288 | |||
2007-07-28 | Should 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-28 | Now yielding control to system after updateScreen is invoked to get smoother ↵ | Nicola Mettifogo | |
mouse movements. svn-id: r28269 | |||
2007-07-28 | Remove debug code. | Travis Howell | |
svn-id: r28268 | |||
2007-07-28 | Fixed bug #1762638. Mask filenames weren't chosen correctly when not ↵ | Nicola Mettifogo | |
explicitly specified by scripts. svn-id: r28267 | |||
2007-07-28 | Screen is now refreshed when waiting for left clicks. Solves bug #1762618. | Nicola Mettifogo | |
svn-id: r28265 | |||
2007-07-28 | Add support for multi-tune Protracker modules used in the Amiga version of ↵ | Travis Howell | |
Waxworks. svn-id: r28256 | |||
2007-07-27 | Added Italian language flag to Big Red Adventure detection structs. | Nicola Mettifogo | |
svn-id: r28248 | |||
2007-07-27 | Added 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-26 | Merged archive.cpp into disk.cpp. | Nicola Mettifogo | |
svn-id: r28221 | |||
2007-07-26 | Made screen size parameters properties of engine instead of compile-time ↵ | Nicola Mettifogo | |
constants. svn-id: r28219 | |||
2007-07-26 | Dos full version of Big Red Adventure is detected now. The engine crashes ↵ | Nicola Mettifogo | |
immediately afterwards. svn-id: r28218 | |||
2007-07-15 | Refactored selectCharacter so that menu code doesn't need auxiliary buffer ↵ | Nicola Mettifogo | |
kBit2 anymore. svn-id: r28106 | |||
2007-07-15 | Screen 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-13 | Full screen updates aren't automatic after palette changes anymore now. ↵ | Nicola Mettifogo | |
Traded some code pollution with SPEED! svn-id: r28061 | |||
2007-07-10 | Removed leftover empty function. | Nicola Mettifogo | |
svn-id: r28004 | |||
2007-07-09 | Moved mouse cursor tampering from inventory.cpp to Gfx class, and some cleanup. | Nicola Mettifogo | |
svn-id: r27996 | |||
2007-07-08 | Changed inventory graphics update from synchronous to lazy. | Nicola Mettifogo | |
svn-id: r27975 | |||
2007-07-08 | Cleanup inventory code. | Nicola Mettifogo | |
svn-id: r27974 | |||
2007-07-08 | Oops. | Nicola Mettifogo | |
svn-id: r27968 | |||
2007-07-08 | Yet 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-08 | Finally fixed parsing of labels. | Nicola Mettifogo | |
svn-id: r27962 | |||
2007-07-08 | Made parseNextToken *really* work this time. | Nicola Mettifogo | |
svn-id: r27960 | |||
2007-07-08 | Parser is now able to deal with missing quotes at the end of instructions in ↵ | Nicola Mettifogo | |
location scripts. svn-id: r27959 | |||
2007-07-08 | Location background sound (different from music) now implemented. | Nicola Mettifogo | |
svn-id: r27958 | |||
2007-07-08 | The mouse cursor is shown during dialogues in the Amiga versions (Demo and ↵ | Travis Howell | |
Multi-lingual). svn-id: r27955 | |||
2007-07-07 | Moved SaveLoadChooser class to saveload.cpp and adjusted dependencies. | Nicola Mettifogo | |
svn-id: r27954 | |||
2007-07-07 | Oops. Crappy dump code doesn't belong to global repository. | Nicola Mettifogo | |
svn-id: r27950 | |||
2007-07-07 | DLTA tags in multi-frame images are now supported. | Nicola Mettifogo | |
svn-id: r27949 | |||
2007-07-05 | Skip 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-05 | Fix incorrect face frame been shown during dialogs, due to regression in ↵ | Travis Howell | |
revision 27834. svn-id: r27917 | |||
2007-07-04 | Fix introduction in Amiga multi-lingual version. Specifically characters for ↵ | Travis Howell | |
the introduction are only available in disk1 svn-id: r27897 | |||
2007-07-03 | Changed 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-03 | Some cheap renaming and cleanup. | Nicola Mettifogo | |
svn-id: r27886 | |||
2007-07-02 | Removed special displayBalloonString routine. | Nicola Mettifogo | |
svn-id: r27850 | |||
2007-07-02 | Fixed glitch: protection code appearing over prompt. | Nicola Mettifogo | |
svn-id: r27848 | |||
2007-07-01 | Applied new flatBlitCnv and little refactoring to dialogue code. | Nicola Mettifogo | |
svn-id: r27834 | |||
2007-07-01 | Introduced new flatBlitCnv to reduce code duplication. | Nicola Mettifogo | |
svn-id: r27833 | |||
2007-07-01 | Re-added __attribute__(packed) | Max Horn | |
svn-id: r27830 |