aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
2007-08-04Fixes bug #1765310. Counter needs to be reset at the beginning of each iterat...Nicola Mettifogo
2007-08-04Added routine to restore door backgrounds: this means that backgrounds for do...Nicola Mettifogo
2007-08-04Fixed broken implementation of Close command.Nicola Mettifogo
2007-07-31Changed code to use the new fadePalette function, thus removing fadeInPalette...Nicola Mettifogo
2007-07-31Generalized fadePalette to support custom target palette.Nicola Mettifogo
2007-07-31Renamed palette functions.Nicola Mettifogo
2007-07-30Fixed palette going psychedelic at the very end of the game.Nicola Mettifogo
2007-07-30Replaced some palette code in _c_endComment with a function call.Nicola Mettifogo
2007-07-29Refactored allegedly ugly code.Nicola Mettifogo
2007-07-29Oops. Last cleanup left out one very important line.Nicola Mettifogo
2007-07-29Now callables array is properly initialized.Nicola Mettifogo
2007-07-29Cleanup.Nicola Mettifogo
2007-07-29Added callables stubs for Big Red Adventure.Nicola Mettifogo
2007-07-29Removed debug code.Nicola Mettifogo
2007-07-29Fixed some warningsMax Horn
2007-07-29Cleanup.Nicola Mettifogo
2007-07-29Made current callable routines members of Parallaction_ns, and moved them to ...Nicola Mettifogo
2007-07-29Fixed mismatched table name in initialization.Nicola Mettifogo
2007-07-29Moved all callable routines and related data into callables.cpp.Nicola Mettifogo
2007-07-29- Added parser strings for Big Red AdventureNicola Mettifogo
2007-07-29Fix build.Nicola Mettifogo
2007-07-29Removed direct references to callable functions (opcodes). They are now only ...Nicola Mettifogo
2007-07-29Cleanup and some new comments.Nicola Mettifogo
2007-07-29Moved specialized initialization code into subclasses.Nicola Mettifogo
2007-07-29Added dummy SoundMan to help with integration of Big Red Adventure.Nicola Mettifogo
2007-07-28Should fix bug #1762614. There is a chance some regression glitches appear in...Nicola Mettifogo
2007-07-28Now yielding control to system after updateScreen is invoked to get smoother ...Nicola Mettifogo
2007-07-28Remove debug code.Travis Howell
2007-07-28Fixed bug #1762638. Mask filenames weren't chosen correctly when not explicit...Nicola Mettifogo
2007-07-28Screen is now refreshed when waiting for left clicks. Solves bug #1762618.Nicola Mettifogo
2007-07-28Add support for multi-tune Protracker modules used in the Amiga version of Wa...Travis Howell
2007-07-27Added Italian language flag to Big Red Adventure detection structs.Nicola Mettifogo
2007-07-27Added detection target for Big Red Adventure, and derived new engine classes ...Nicola Mettifogo
2007-07-27- Moved disk code for Nippon Safes in new file disk_ns.cpp, adding _ns suffix...Nicola Mettifogo
2007-07-26Merged archive.cpp into disk.cpp.Nicola Mettifogo
2007-07-26Made screen size parameters properties of engine instead of compile-time cons...Nicola Mettifogo
2007-07-26Dos full version of Big Red Adventure is detected now. The engine crashes imm...Nicola Mettifogo
2007-07-15Refactored selectCharacter so that menu code doesn't need auxiliary buffer kB...Nicola Mettifogo
2007-07-15Screen update is no more triggered automatically when performing full screen-...Nicola Mettifogo
2007-07-13Full screen updates aren't automatic after palette changes anymore now. Trade...Nicola Mettifogo
2007-07-10Removed leftover empty function.Nicola Mettifogo
2007-07-09Moved mouse cursor tampering from inventory.cpp to Gfx class, and some cleanup.Nicola Mettifogo
2007-07-08Changed inventory graphics update from synchronous to lazy.Nicola Mettifogo
2007-07-08Cleanup inventory code.Nicola Mettifogo
2007-07-08Oops.Nicola Mettifogo
2007-07-08Yet another fix for broken parsing/displaying of strings. Now quotes are prop...Nicola Mettifogo
2007-07-08Finally fixed parsing of labels.Nicola Mettifogo
2007-07-08Made parseNextToken *really* work this time.Nicola Mettifogo
2007-07-08Parser is now able to deal with missing quotes at the end of instructions in ...Nicola Mettifogo
2007-07-08Location background sound (different from music) now implemented.Nicola Mettifogo