Age | Commit message (Expand) | Author |
2016-05-28 | PARALLACTION: Cleanup object initialization | Eugene Sandulenko |
2016-05-04 | PARALLACTION: Use Common::strlcpy instead of strncpy as suggested by LordHoto | Eugene Sandulenko |
2016-05-04 | PARALLACTION: Use strncpy | Eugene Sandulenko |
2014-02-18 | PARALLACTION: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-09-27 | PARALLACTION: Clean up global variables a bit. | Alyssa Milburn |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2012-02-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman |
2011-10-01 | PARALLACTION: Fixed bugs #2880939 and #3135868 | Filippos Karapetis |
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-29 | PARALLACTION: Cleanup dialogue code. | Nicola Mettifogo |
2011-01-29 | PARALLACTION: Simplify text comparisons in dialogue code. | Nicola Mettifogo |
2010-04-27 | Fix bug 2969257 (labels) and hopefully plug all the leaks. | Nicola Mettifogo |
2009-09-24 | Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an... | Filippos Karapetis |
2009-09-24 | Fixed some more warnings about unreachable code | Filippos Karapetis |
2009-04-29 | Refactoring. | Nicola Mettifogo |
2009-03-29 | (Re)link bounding animations after location has been completely parsed. This ... | Nicola Mettifogo |
2009-03-29 | Commands now evaluate their reference Zone at runtime, thus handling of forwa... | Nicola Mettifogo |
2009-03-29 | Merged CommandData into Command. | Nicola Mettifogo |
2009-03-28 | Added 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-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-02-26 | Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointe... | Nicola Mettifogo |
2009-02-24 | Changed interface to walk code, to better handle the differences between game... | Nicola Mettifogo |
2009-02-23 | Cleanup. | Nicola Mettifogo |
2009-02-23 | Rewrote the sarcophagus puzzle in Nippon Safes, since I finally understood ho... | Nicola Mettifogo |
2009-01-04 | Implemented counters in BRA. Only valid answer options are shown, and counter... | Nicola Mettifogo |
2008-12-26 | Fixed selection of invalid frame numbers. This means that most locations can ... | Nicola Mettifogo |
2008-12-17 | Reduced code duplication when manipulating Animations, and cleanup. | Nicola Mettifogo |
2008-12-13 | * Replaced char* with Common::String in the parser. | Nicola Mettifogo |
2008-12-07 | Fixed some more leaks and mismatched allocations/deallocations. | Nicola Mettifogo |
2008-11-12 | Fixed default zone flags, so that labels in BRA are only shown on zones which... | Nicola Mettifogo |
2008-08-26 | Cleanup. | Nicola Mettifogo |
2008-08-15 | Updated layer calculation: animations are now hidden properly by background e... | Nicola Mettifogo |
2008-08-15 | Made scripts access Animation fields via accessors and mutators, instead of u... | Nicola Mettifogo |
2008-08-15 | Simplified handling of script variables (especially locals). | Nicola Mettifogo |
2008-07-28 | Added 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-09 | Fixed 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-22 | Added constructor and destructor to Dialogue, thus fixing a long standing leak. | Nicola Mettifogo |
2008-05-09 | Tiny cleanup to ease extraction of the program parser code. | Nicola Mettifogo |
2008-04-06 | Replaced custom ManagedList with Common::SharedPtr. | Nicola Mettifogo |
2008-02-09 | Added new debug command to dump scripts execution status. | Nicola Mettifogo |
2008-02-06 | Fix system hang under linux. | Nicola Mettifogo |
2008-02-05 | Fixes to make BRA introduction run: | Nicola Mettifogo |
2008-02-04 | Adjusted random number generator, thus improving animation quality in the int... | Nicola Mettifogo |