aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/util.h
AgeCommit message (Collapse)Author
2012-09-26PEGASUS: Remove trailing whitespaces.Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2012-09-21PEGASUS: 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-03PEGASUS: Fix file permissionsMatthew Hoops
2012-04-02PEGASUS: Remove stray semicolonMatthew Hoops
2011-12-15PEGASUS: Begin cleaning up pegasus-defined typesMatthew Hoops
2011-12-13PEGASUS: Add a tickCount() functionMatthew Hoops
2011-10-13PEGASUS: Add the WSC neighborhoodMatthew Hoops
Seems to be working fine, minus the molecule sprites (though the minigame is completable and the antidote can be found).
2011-09-24PEGASUS: Import AI code and relevant itemsMatthew Hoops
2011-09-17PEGASUS: Add transition classesMatthew Hoops
2011-09-05PEGASUS: Restructure remaining MMShell code into the base codeMatthew Hoops
MMTimeValue has been removed, as Common::Timestamp will just be used instead