aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parser_br.cpp
AgeCommit message (Expand)Author
2009-07-26Moved parser functions arrays to file scope, as they were tripping up the obs...Nicola Mettifogo
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-04-03Moved background and character loading code from LocationParser_br to the eng...Nicola Mettifogo
2009-04-03PARALLACTION: Fix silly Mingw 'shadowed declaration' warningsMax Horn
2009-03-29Implemented IFCHAR command. This makes part 3 of BRA completely explorable.Nicola Mettifogo
2009-03-29(Re)link bounding animations after location has been completely parsed. This ...Nicola Mettifogo
2009-03-29Merged CommandData into Command.Nicola Mettifogo
2009-03-23Refactored the zone type parsers.Nicola Mettifogo
2009-03-23Turned ZoneTypes into a regular numeric id (no more a bitfield).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-03-18Postpone loading of mask and path data on BRA. This fixed locations in which ...Nicola Mettifogo
2009-03-14Added midi support to BRA. So far music starts, but related script commands h...Nicola Mettifogo
2009-03-02Initialize and save zones flags and follower position when a location switch ...Nicola Mettifogo
2009-02-27The engine has now to build the drawing list for the graphic department, inst...Nicola Mettifogo
2009-02-26Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointe...Nicola Mettifogo
2009-02-25Updated all for(;;) loops to use prefix increment on iterators.Nicola Mettifogo
2009-02-24Implemented follower support, except that:Nicola Mettifogo
2009-02-23Cleanup.Nicola Mettifogo
2009-02-03Fixed support for walking zones in BRA:Nicola Mettifogo
2009-01-12Fixed regression from revision 35765. Mask and path patches were destroyed be...Nicola Mettifogo
2009-01-07Extended PathBuffer to support BRA.Nicola Mettifogo
2009-01-07* moved more mask management to BackgroundInfoNicola Mettifogo
2009-01-04Implemented counters in BRA. Only valid answer options are shown, and counter...Nicola Mettifogo
2009-01-03Dropped the script preprocessor introduced to fix the broken scripts. The par...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-14Removed some unused code.Nicola Mettifogo
2008-11-08* cleanupNicola Mettifogo
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