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-09-27 | PARALLACTION: Clean up global variables a bit. | Alyssa Milburn |
2011-08-24 | PARALLACTION: Correct Previous Commit to Coding Conventions. | D G Turner |
2011-08-24 | PARALLACTION: Improve safety of PathBuffer Accesses in Pathfinding. | D G Turner |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-01-21 | PARALLACTION: Minor Whitespace fixup in walk.cpp | David Turner |
2011-01-18 | PARALLACTION: Fix Big Red Adventure Walking To Stop On Path Build Failure. | David Turner |
2011-01-17 | PARALLACTION: Minor Whitespace and code complexity reduction in walk.* | David Turner |
2011-01-17 | PARALLACTION: Some Improvements To Big Red Adventure Walk Code. | David Turner |
2011-01-13 | PARALLACTION: Fixed Limit Values in Big Red Adventure Walker Code. | David Turner |
2011-01-13 | PARALLACTION: Fix for Valgrind Uninitialized Error in Big Red Adventure Walk ... | David Turner |
2010-10-12 | JANITORIAL: Cleanup (mostly whitespace) | Torbjörn Andersson |
2010-06-13 | Keep the balloon from getting stuck in an infinite loop when floating near th... | Nicola Mettifogo |
2010-06-13 | Improved debug output of BRA walk code. | Nicola Mettifogo |
2010-04-28 | Make sure walk coordinate are valid before checking path buffer. | Nicola Mettifogo |
2010-04-02 | Fix whitespace | Willem Jan Palenstijn |
2009-03-23 | Merged GetData, HearData, SpeakData, PathData, ExamineData, MergeData into Ty... | Nicola Mettifogo |
2009-03-23 | Implemented MOVE script instruction. | Nicola Mettifogo |
2009-03-23 | Fully implemented scrolling. | Nicola Mettifogo |
2009-03-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn |
2009-03-02 | Enabled walking delay for follower animation. | Nicola Mettifogo |
2009-02-26 | Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointe... | Nicola Mettifogo |
2009-02-26 | Merged walk code for NS, and simplified handling. | Nicola Mettifogo |
2009-02-26 | Cleanup of CommandExec and ProgramExec, and pushed down dependencies from exe... | Nicola Mettifogo |
2009-02-25 | Updated all for(;;) loops to use prefix increment on iterators. | Nicola Mettifogo |
2009-02-24 | Fixed shadowed name. | Nicola Mettifogo |
2009-02-24 | Implemented follower support, except that: | Nicola Mettifogo |
2009-02-24 | Changed interface to walk code, to better handle the differences between game... | Nicola Mettifogo |
2009-02-03 | Removed newlines from debug statements. | Nicola Mettifogo |
2009-01-07 | Extended PathBuffer to support BRA. | Nicola Mettifogo |
2009-01-07 | * moved more mask management to BackgroundInfo | 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-12-06 | Implemented horizontal scrolling for BRA, by using a back buffer. Dialogues i... | Nicola Mettifogo |
2008-08-15 | Made coordinates and frame number protected into Zone and Animation, and chan... | Nicola Mettifogo |
2008-07-28 | Enforcing use of nullZonePtr only for nulling out pointers, as it is useless ... | Nicola Mettifogo |
2008-07-27 | Added rudimental support for location changes when walking through doors. The... | Nicola Mettifogo |
2008-07-27 | Doug from BRA can now walk in his hotel room. He still stops in bizarre poses... | Nicola Mettifogo |
2008-07-26 | More cleanup. | Nicola Mettifogo |
2008-07-26 | Cleanup. | Nicola Mettifogo |
2008-07-26 | * Added walk calculations to BRA (doesn't walk yet, though). | 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-07-14 | Fixed regression in walk code. Now standing frames are correctly selected whe... | Nicola Mettifogo |
2008-07-13 | More refactoring of walk code. | Nicola Mettifogo |
2008-07-13 | Cleanup of walk code. | Nicola Mettifogo |
2008-07-11 | Moved program and command execution code out of the engine, into their own br... | Nicola Mettifogo |
2008-05-05 | - Moved some members from the engine class to Location, since they belong there. | Nicola Mettifogo |