aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/objects.h
AgeCommit message (Expand)Author
2008-08-26Cleanup.Nicola Mettifogo
2008-08-15Added routines to load and handle item masks: animation are now correctly hid...Nicola Mettifogo
2008-08-15Updated layer calculation: animations are now hidden properly by background e...Nicola Mettifogo
2008-08-15Made coordinates and frame number protected into Zone and Animation, and chan...Nicola Mettifogo
2008-08-15Made scripts access Animation fields via accessors and mutators, instead of u...Nicola Mettifogo
2008-08-15Simplified handling of script variables (especially locals).Nicola Mettifogo
2008-07-29* Added flexible verb configuration for both NS and BRA.Nicola Mettifogo
2008-07-28Preliminary code for traps.Nicola Mettifogo
2008-07-28Added a post processing step to runScripts, so that Animation can be validate...Nicola Mettifogo
2008-07-26BRA now parses path data from the scripts.Nicola Mettifogo
2008-07-02- Changed labels to be GfxObj's, thus removing the Label object altogether.Nicola Mettifogo
2008-06-29Changed all remaining code to use the GfxObj class to keep frames data. This ...Nicola Mettifogo
2008-06-22Added constructor and destructor to Dialogue, thus fixing a long standing leak.Nicola Mettifogo
2008-05-09Tiny cleanup to ease extraction of the program parser code.Nicola Mettifogo
2008-05-08Reverted commit 31928 by Buddha_, and defined kFlagsAll as 0xFFFFFFFFU in the...Nicola Mettifogo
2008-05-07A (temporary?) fix for the signed/unsigned issues with enum CommandFlags usage.Kari Salminen
2008-05-05- Moved some members from the engine class to Location, since they belong there.Nicola Mettifogo
2008-04-06Replaced custom ManagedList with Common::SharedPtr.Nicola Mettifogo
2008-02-09More refactoring for command parsing/execution.Nicola Mettifogo
2008-02-09Added new debug command to dump scripts execution status.Nicola Mettifogo
2008-02-03Programs are now handled in their own list, instead of being accessed via the...Nicola Mettifogo
2008-01-28All interactive objects are now drawn in the framebuffer instead of using the...Nicola Mettifogo
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-09Replaced the remaining old string code with the new label code. All the text ...Nicola Mettifogo
2008-01-08Restructured label handling and moved all related code to Gfx.Nicola Mettifogo
2008-01-08Removed useless members.Nicola Mettifogo
2008-01-08Added a proper _name member to Zone, instead of using the label text.Nicola Mettifogo
2008-01-06Indent with tabs instead of spaces.Torbjörn Andersson
2007-11-22* added adapter from Graphics::Surface to FramesNicola Mettifogo
2007-11-21* moved label drawing into Gfx, to be drawn directly in the framebufferNicola Mettifogo
2007-11-18Cleanup.Nicola Mettifogo
2007-10-19Added new debugger command 'localflags' and changed Table object to provide d...Nicola Mettifogo
2007-09-17* moved Table handling to objects.cpp Nicola Mettifogo
2007-09-02Simplified global label management and added subtitles for BRA.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-25Cleanup script routines.Nicola Mettifogo
2007-08-24First step in restructuring engine code:Nicola Mettifogo