Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-26 | PEGASUS: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-09-21 | PEGASUS: Replace FunctionPtr by our Functor code in Common. | Johannes Schickel | |
This "fixes" a segmentation fault in our buildbot's toolchain for DC. The segmentation fault occured while compiling engines/pegasus/ai/ai_condition.cpp. Thanks to clone2727 for looking over this and testing it. | |||
2012-04-03 | PEGASUS: Fix file permissions | Matthew Hoops | |
2011-12-19 | PEGASUS: Fix timers starting when paused | Matthew Hoops | |
TimeBase now has its own pause time adjustment instead of using getTotalPlayTime() | |||
2011-12-16 | PEGASUS: Remove t prefix from typedefs | Matthew Hoops | |
Some other minor cleanup too | |||
2011-10-09 | PEGASUS: Fix movie end trigger not always being sent | Matthew Hoops | |
The demo is now completable and the full game is playable up through the temporal rip in the TSA. Holy halibut, Batman! | |||
2011-10-09 | PEGASUS: Only call callbacks once | Matthew Hoops | |
Fixes final walk movie of a stride, among various other things | |||
2011-10-02 | PEGASUS: Fix idlers freeing themselves | Matthew Hoops | |
Our idler handling is more like the original now | |||
2011-09-24 | PEGASUS: Import AI code and relevant items | Matthew Hoops | |
2011-09-20 | PEGASUS: Update timer code a bit to make it friendlier for movies | Matthew Hoops | |
2011-09-18 | PEGASUS: Rewrite TimeBase to be a bit more accurate with timing | Matthew Hoops | |
2011-09-17 | PEGASUS: Add the fuse classes | Matthew Hoops | |
2011-09-16 | PEGASUS: Implement fader support | Matthew Hoops | |
2011-09-15 | PEGASUS: Stub off the base timebase code | Matthew Hoops | |
This is not tested, and hopefully just works without anymore changes. I hate QuickTime :P | |||
2011-09-07 | PEGASUS: Add Idler framework | Matthew Hoops | |