Age | Commit message (Expand) | Author |
2016-05-28 | PARALLACTION: Cleanup object initialization | Eugene Sandulenko |
2014-02-18 | PARALLACTION: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-11-24 | PARALLACTION: Janitorial - Fix spacing errors | Strangerke |
2013-11-09 | PARALLACTION: Initialize class. CID 1002703 | Eugene Sandulenko |
2013-11-09 | PARALLACTION: Initialize class. CID 1002702 | Eugene Sandulenko |
2013-11-09 | PARALLACTION: Initialize class. CID 1002701 | Eugene Sandulenko |
2012-02-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2010-12-12 | PARALLACTION: parse command lists for kNoneType zones, even if defined after ... | Nicola Mettifogo |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-06-13 | Added a parser for kZoneNone zones/animations in BRA. | Nicola Mettifogo |
2010-05-19 | Add a parser for HEAR zones in BRA, and handle the relative MUSIC command. Pa... | Nicola Mettifogo |
2009-07-26 | Moved parser functions arrays to file scope, as they were tripping up the obs... | Nicola Mettifogo |
2009-04-03 | Moved background and character loading code from LocationParser_br to the eng... | Nicola Mettifogo |
2009-03-29 | Commands now evaluate their reference Zone at runtime, thus handling of forwa... | Nicola Mettifogo |
2009-03-24 | Removed paranoia check. | Nicola Mettifogo |
2009-03-24 | * Pushed evaluation of 'following question' from dialogue parsing to dialogue... | Nicola Mettifogo |
2009-03-23 | Turned ZoneTypes into a regular numeric id (no more a bitfield). | Nicola Mettifogo |
2009-03-23 | Implemented all variants of IF script instruction. Program class has been cha... | Nicola Mettifogo |
2009-03-18 | Postpone loading of mask and path data on BRA. This fixed locations in which ... | Nicola Mettifogo |
2009-03-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn |
2009-03-02 | Initialize and save zones flags and follower position when a location switch ... | Nicola Mettifogo |
2009-02-27 | The engine has now to build the drawing list for the graphic department, inst... | Nicola Mettifogo |
2009-02-24 | Changed interface to walk code, to better handle the differences between game... | Nicola Mettifogo |
2009-01-08 | Don't assert anymore when a command flag doesn't exist, but ignore it and pri... | Nicola Mettifogo |
2009-01-04 | Implemented counters in BRA. Only valid answer options are shown, and counter... | Nicola Mettifogo |
2009-01-03 | Dropped the script preprocessor introduced to fix the broken scripts. The par... | Nicola Mettifogo |
2008-12-21 | Moved more GfxObj management to Gfx object. | Nicola Mettifogo |
2008-12-13 | * Replaced char* with Common::String in the parser. | Nicola Mettifogo |
2008-12-07 | Fixed assorted leaks in Parallaction. | Nicola Mettifogo |
2008-11-14 | Removed unused parameter. | Nicola Mettifogo |
2008-11-13 | Update to the low level parser: | Nicola Mettifogo |
2008-11-09 | Update ReadStringStream and parser to work with the new eos() logic. | Nicola Mettifogo |
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn |
2008-08-31 | Uniformed the interface of Parallaction class (and its hierarchy) with regard... | Nicola Mettifogo |
2008-08-15 | Added routines to load and handle item masks: animation are now correctly hid... | Nicola Mettifogo |
2008-08-14 | Finally moved parseNextToken to Script, where it belongs! | 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-28 | Tiny readability aid for parser code. | Nicola Mettifogo |
2008-07-26 | BRA now parses path data from the scripts. | Nicola Mettifogo |
2008-07-25 | Changed the remaining references to Nodes into Points. | Nicola Mettifogo |
2008-07-25 | * Changed walk code to use Common::Point instead of the clumsy WalkNode. | Nicola Mettifogo |
2008-06-05 | Merged revisions 32507-32513,32516,32518,32520-32521,32523-32524,32526-32548,... | Christopher Page |
2008-06-04 | * Implemented character change opcodes in BRA | Nicola Mettifogo |
2008-06-03 | PARA: Fixed some memory leaks | Christopher Page |
2008-06-03 | Fixed initialization of parsers, necessary after the latest removal of static... | Nicola Mettifogo |
2008-06-02 | Merged revisions 32348-32349,32351-32356,32358-32411,32413-32441,32443-32445,... | Christopher Page |
2008-06-02 | PARA: Got rid of calls to system->quit() so that the Parallaction engine can ... | Christopher Page |
2008-06-01 | Got rid of the static arrays for initialization of parsers and exec opcodes, ... | Nicola Mettifogo |