aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/objects.cpp
AgeCommit message (Expand)Author
2010-04-27Fix bug 2969257 (labels) and hopefully plug all the leaks.Nicola Mettifogo
2009-09-24Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an...Filippos Karapetis
2009-09-24Fixed some more warnings about unreachable codeFilippos Karapetis
2009-04-29Refactoring.Nicola Mettifogo
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-23Merged GetData, HearData, SpeakData, PathData, ExamineData, MergeData into Ty...Nicola Mettifogo
2009-03-23Pushed down dependencies from parser.hNicola Mettifogo
2009-03-23Implemented all variants of IF script instruction. Program class has been cha...Nicola Mettifogo
2009-02-26Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointe...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-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-17Reduced code duplication when manipulating Animations, and cleanup.Nicola Mettifogo
2008-12-13* Replaced char* with Common::String in the parser.Nicola Mettifogo
2008-12-07Fixed some more leaks and mismatched allocations/deallocations.Nicola Mettifogo
2008-11-12Fixed default zone flags, so that labels in BRA are only shown on zones which...Nicola Mettifogo
2008-08-26Cleanup.Nicola Mettifogo
2008-08-15Updated layer calculation: animations are now hidden properly by background e...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-28Added a post processing step to runScripts, so that Animation can be validate...Nicola Mettifogo
2008-07-26* Added walk calculations to BRA (doesn't walk yet, though).Nicola Mettifogo
2008-07-09Fixed leaks in NS and BRA.Nicola Mettifogo
2008-07-02- Changed labels to be GfxObj's, thus removing the Label object altogether.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-04-06Replaced custom ManagedList with Common::SharedPtr.Nicola Mettifogo
2008-02-09Added new debug command to dump scripts execution status.Nicola Mettifogo
2008-02-06Fix system hang under linux.Nicola Mettifogo
2008-02-05Fixes to make BRA introduction run:Nicola Mettifogo
2008-02-04Adjusted random number generator, thus improving animation quality in the int...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-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
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-10-14Integrated low-level routines into the Script class, turning it into a self-c...Nicola Mettifogo
2007-10-04Fixed bug #1803287. The inner block was changing the test condition causing u...Nicola Mettifogo
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko