Age | Commit message (Expand) | Author |
2018-08-18 | PARALLACTION: Replace use of strdup with Common::String & malloc | Colin Snover |
2014-02-18 | PARALLACTION: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-11-19 | PARALLACTION: Mask unused, but set variable warning, by debug(). | D G Turner |
2012-09-27 | PARALLACTION: Clean up global variables a bit. | Alyssa Milburn |
2012-02-21 | Merge pull request #182 from fingolfin/forbid-ctype | Willem Jan Palenstijn |
2012-02-20 | COMMON: Move isFoo functions to namespace Common, add doxygen comments | Max Horn |
2012-02-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman |
2012-02-15 | ALL: Avoid using is* macros from ctype.h | Max Horn |
2011-06-23 | ANALYSIS: Add static casts to is* functions | Littleboy |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-01-13 | PARALLACTION: Fix for DoorData Memory Leak in Big Red Adventure. | David Turner |
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-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-04-03 | Moved background and character loading code from LocationParser_br to the eng... | Nicola Mettifogo |
2009-04-03 | PARALLACTION: Fix silly Mingw 'shadowed declaration' warnings | Max Horn |
2009-03-29 | Implemented 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-29 | Merged CommandData into Command. | Nicola Mettifogo |
2009-03-23 | Refactored the zone type parsers. | Nicola Mettifogo |
2009-03-23 | Turned ZoneTypes into a regular numeric id (no more a bitfield). | Nicola Mettifogo |
2009-03-23 | Merged GetData, HearData, SpeakData, PathData, ExamineData, MergeData into Ty... | Nicola Mettifogo |
2009-03-23 | Pushed down dependencies from parser.h | 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-14 | Added midi support to BRA. So far music starts, but related script commands h... | Nicola Mettifogo |
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-26 | Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointe... | Nicola Mettifogo |
2009-02-25 | Updated all for(;;) loops to use prefix increment on iterators. | Nicola Mettifogo |
2009-02-24 | Implemented follower support, except that: | Nicola Mettifogo |
2009-02-23 | Cleanup. | Nicola Mettifogo |
2009-02-03 | Fixed support for walking zones in BRA: | Nicola Mettifogo |
2009-01-12 | Fixed regression from revision 35765. Mask and path patches were destroyed be... | Nicola Mettifogo |
2009-01-07 | Extended PathBuffer to support BRA. | Nicola Mettifogo |
2009-01-07 | * moved more mask management to BackgroundInfo | 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-20 | Moved mask creation/handling to Gfx. | Nicola Mettifogo |
2008-12-17 | Reduced code duplication when manipulating Animations, and cleanup. | Nicola Mettifogo |
2008-12-14 | Removed some unused code. | Nicola Mettifogo |
2008-11-08 | * cleanup | Nicola Mettifogo |
2008-08-22 | Fixed error in parsing. | Nicola Mettifogo |
2008-08-15 | Implemented raster operation for masks and postponed blitting of zones after ... | Nicola Mettifogo |
2008-08-15 | Added routines to load and handle item masks: animation are now correctly hid... | Nicola Mettifogo |
2008-08-15 | Updated layer calculation: animations are now hidden properly by background e... | Nicola Mettifogo |
2008-08-15 | Made coordinates and frame number protected into Zone and Animation, and chan... | Nicola Mettifogo |