aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parallaction.cpp
AgeCommit message (Expand)Author
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-17* moved Table handling to objects.cpp Nicola Mettifogo
2007-09-16Revised debug levels and added many debug strings for parsers.Nicola Mettifogo
2007-09-11Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ...Max Horn
2007-09-02Simplified global label management and added subtitles for BRA.Nicola Mettifogo
2007-09-02Jobs are now members of the engine and are handled with a table, instead of b...Nicola Mettifogo
2007-08-26Implemented more opcodes.Nicola Mettifogo
2007-08-25Added an abstract base class for representing multiple-frames for animations....Nicola Mettifogo
2007-08-25Merged most parser contexts into a single structure, added some new fields to...Nicola Mettifogo
2007-08-24First step in restructuring engine code:Nicola Mettifogo
2007-08-16Now using stacks to keep track of multiple levels when parsing location scripts.Nicola Mettifogo
2007-08-16Changed more parsing routines to use tables instead of switch statements.Nicola Mettifogo
2007-08-14Defined new Table for location scripts level-0 statements, and changed parseL...Nicola Mettifogo
2007-08-13Added invalid opcode entries in slot 0 of opcode lists, and adjusted indices ...Nicola Mettifogo
2007-08-13Moved opcode initialization to new routine.Nicola Mettifogo
2007-08-13Changed Table to return 0 instead of -1 when lookup fails. Lookup already yie...Nicola Mettifogo
2007-08-12Changed signature of disk routines for backgrounds to something resembling re...Nicola Mettifogo
2007-08-12Pushed menu handling into Parallaction_ns.Nicola Mettifogo
2007-08-11Moved cursor handling from Gfx to engine subclasses.Nicola Mettifogo
2007-08-11Cleanup.Nicola Mettifogo
2007-08-11Overhaul of background/mask/path handling:Nicola Mettifogo
2007-08-07Turned StaticCnv struct into stock Graphics::Surface, and changed all relevan...Nicola Mettifogo
2007-08-07MaskBuffer and PathBuffer are now correctly freed before they are deallocated...Nicola Mettifogo
2007-08-06- Renamed BitBuffer to MaskBufferNicola Mettifogo
2007-08-06Removed useless mask width and size data members from engine.Nicola Mettifogo
2007-07-29Oops. Last cleanup left out one very important line.Nicola Mettifogo
2007-07-29Cleanup.Nicola Mettifogo
2007-07-29- Added parser strings for Big Red AdventureNicola Mettifogo
2007-07-29Cleanup and some new comments.Nicola Mettifogo
2007-07-29Moved specialized initialization code into subclasses.Nicola Mettifogo
2007-07-28Now yielding control to system after updateScreen is invoked to get smoother ...Nicola Mettifogo
2007-07-28Screen is now refreshed when waiting for left clicks. Solves bug #1762618.Nicola Mettifogo
2007-07-27- Moved disk code for Nippon Safes in new file disk_ns.cpp, adding _ns suffix...Nicola Mettifogo
2007-07-26Made screen size parameters properties of engine instead of compile-time cons...Nicola Mettifogo
2007-07-08Changed inventory graphics update from synchronous to lazy.Nicola Mettifogo
2007-07-08Cleanup inventory code.Nicola Mettifogo
2007-07-08Location background sound (different from music) now implemented.Nicola Mettifogo
2007-07-04Fix introduction in Amiga multi-lingual version. Specifically characters for ...Travis Howell
2007-06-23Made changeCharacter restore the previous open Archive after completing its d...Nicola Mettifogo
2007-06-23Compare Common::KEYCODE_ against KeyState::keycode, not KeyState::asciiMax Horn
2007-06-23Changed input routine to use KEYCODE.Nicola Mettifogo
2007-06-18Mouse is now properly hidden during dialogues, and is restored after load/sav...Nicola Mettifogo
2007-06-16Reduce code duplication.Travis Howell
2007-06-16Fix quit command failing in certain locations (ie character/language selectio...Travis Howell
2007-06-15All known versions of Nippon Safes are now enabled with all features except f...Nicola Mettifogo
2007-06-15Add basic support for Amiga version.Travis Howell
2007-06-05Fixed crash on exit (bug #1726185).Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-21Fixed the largest memory leaks.Nicola Mettifogo