aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parser_br.cpp
AgeCommit message (Expand)Author
2008-08-22Fixed error in parsing.Nicola Mettifogo
2008-08-15Implemented raster operation for masks and postponed blitting of zones after ...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-15Disabled lip syncing code in BRA, since I couldn't find any scripts actually ...Nicola Mettifogo
2008-08-15Simplified handling of script variables (especially locals).Nicola Mettifogo
2008-08-02Fixed issues detected by DrMcCoy's obnoxious compiler. ;)Nicola Mettifogo
2008-08-02* Added a preprocessor to deal with the crappy location scripts in BRA.Nicola Mettifogo
2008-07-31* Removed references to the current _backgroundInfo from parser code.Nicola Mettifogo
2008-07-31Made changing of background more flexible, in that the engine can now configu...Nicola Mettifogo
2008-07-31Changed Gfx::_backgroundInfo to be a pointer. This temporarily kills all z-bu...Nicola Mettifogo
2008-07-28Tiny readability aid for parser code.Nicola Mettifogo
2008-07-28Correct character name set by character location parser.Travis Howell
2008-07-26BRA now parses path data from the scripts.Nicola Mettifogo
2008-07-03Fix for bug #2008054: Parallaction engine doesn't compile under MSVC9Eugene Sandulenko
2008-06-04* Implemented character change opcodes in BRANicola Mettifogo
2008-06-01Got rid of the static arrays for initialization of parsers and exec opcodes, ...Nicola Mettifogo
2008-05-11Renamed some parallaction member vars to have a leading underscore (besides b...Max Horn
2008-05-11Cleanup of parsing code.Nicola Mettifogo
2008-05-10Extracted script parsing code to its own class.Nicola Mettifogo
2008-05-09Moved location parsing out of the engines, to LocationParser_ns and LocationP...Nicola Mettifogo
2008-05-05- Moved some members from the engine class to Location, since they belong there.Nicola Mettifogo
2008-05-04Added new Parser class, which will gradually grow to include all parsing code...Nicola Mettifogo
2008-04-06Replaced custom ManagedList with Common::SharedPtr.Nicola Mettifogo
2008-02-09More refactoring for command parsing/execution.Nicola Mettifogo
2008-02-05Fixes to make BRA introduction run:Nicola Mettifogo
2008-02-03- Character is now initialized when needed (for the moment only by NS)Nicola Mettifogo
2008-02-03Programs are now handled in their own list, instead of being accessed via the...Nicola Mettifogo
2008-02-02Subtitles are now displayed in the intro for BRA, though in wrong color (and ...Nicola Mettifogo
2008-02-02BRA now loads and displays location backgrounds (at least in the intro).Nicola Mettifogo
2008-02-02Some more integration of background code into BackgroundInfo.Nicola Mettifogo
2008-01-28Move low level background management into Gfx.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
2007-10-14Integrated low-level routines into the Script class, turning it into a self-c...Nicola Mettifogo
2007-10-14Made location parser more fault-tolerant, in that it prints out a warning mes...Nicola Mettifogo
2007-09-22Refactored a lot of Character-related code and put it into the Character class.Nicola Mettifogo
2007-09-19Added copyright notice to existing files.Nicola Mettifogo
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-16Revised debug levels and added many debug strings for parsers.Nicola Mettifogo
2007-09-15Fixed BRA parser table for scripts.Nicola Mettifogo
2007-09-02More support for subtitles in BRA.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 implementation for most parser and exec opcodes in BRA.Nicola Mettifogo