aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/objects.h
AgeCommit message (Expand)Author
2018-08-18PARALLACTION: Replace use of strdup with Common::String & mallocColin Snover
2014-02-18PARALLACTION: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-24PARALLACTION: Janitorial - Fix spacing errorsStrangerke
2012-03-13JANITORIAL: Avoid the ugly operator invocation syntax.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-01-29PARALLACTION: Cleanup dialogue code.Nicola Mettifogo
2011-01-29PARALLACTION: Simplify text comparisons in dialogue code.Nicola Mettifogo
2010-05-22Added descriptions for kFlagsSelfuse and kFlagsYourself. See patch 3003626.Nicola Mettifogo
2010-05-19Add a parser for HEAR zones in BRA, and handle the relative MUSIC command. Pa...Nicola Mettifogo
2010-04-27Fix bug 2969257 (labels) and hopefully plug all the leaks.Nicola Mettifogo
2009-04-29Refactoring.Nicola Mettifogo
2009-03-30PARALLACTION: Commit of parentheses patch from salty-horse. (from -devel "Ena...Johannes Schickel
2009-03-29(Re)link bounding animations after location has been completely parsed. This ...Nicola Mettifogo
2009-03-29Commands now evaluate their reference Zone at runtime, thus handling of forwa...Nicola Mettifogo
2009-03-29Merged CommandData into Command.Nicola Mettifogo
2009-03-28Added initialization for _index and _locationIndex in Zone objects.Nicola Mettifogo
2009-03-24* Pushed evaluation of 'following question' from dialogue parsing to dialogue...Nicola Mettifogo
2009-03-23Turned ZoneTypes into a regular numeric id (no more a bitfield).Nicola Mettifogo
2009-03-23Oops.Nicola Mettifogo
2009-03-23Merged GetData, HearData, SpeakData, PathData, ExamineData, MergeData into Ty...Nicola Mettifogo
2009-03-23Implemented all variants of IF script instruction. Program class has been cha...Nicola Mettifogo
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-03-02Initialize and save zones flags and follower position when a location switch ...Nicola Mettifogo
2009-02-26Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointe...Nicola Mettifogo
2009-02-24Implemented follower support, except that:Nicola Mettifogo
2009-02-24Changed interface to walk code, to better handle the differences between game...Nicola Mettifogo
2009-02-23Cleanup.Nicola Mettifogo
2009-02-23Rewrote the sarcophagus puzzle in Nippon Safes, since I finally understood ho...Nicola Mettifogo
2009-01-20Adapted fixed-sized arrays to cope with the larger dialogues in BRA. Maybe th...Nicola Mettifogo
2009-01-04Implemented counters in BRA. Only valid answer options are shown, and counter...Nicola Mettifogo
2008-12-26Fixed selection of invalid frame numbers. This means that most locations can ...Nicola Mettifogo
2008-12-24Questions in dialogues can have up to 10 answers in BRA.Nicola Mettifogo
2008-12-20Moved mask creation/handling to Gfx.Nicola Mettifogo
2008-12-17Reduced code duplication when manipulating Animations, and cleanup.Nicola Mettifogo
2008-12-13* Replaced char* with Common::String in the parser.Nicola Mettifogo
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