aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/items/item.h
AgeCommit message (Collapse)Author
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2014-04-17PEGASUS: Reset item state upon starting a new gameMatthew Hoops
2012-09-26PEGASUS: Remove trailing whitespaces.Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2012-04-03PEGASUS: Fix file permissionsMatthew Hoops
2011-12-20PEGASUS: Some space/misc cleanupMatthew Hoops
2011-12-16PEGASUS: Cleanup some constantsMatthew Hoops
Added missing static qualifiers, get rid of some short/long
2011-12-16PEGASUS: Remove t prefix from typedefsMatthew Hoops
Some other minor cleanup too
2011-09-24PEGASUS: Import AI code and relevant itemsMatthew Hoops
2011-09-22PEGASUS: Implement Item::getDragSprite()Matthew 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
2011-09-04PEGASUS: Implement more item codeMatthew Hoops
2011-09-02PEGASUS: Restructure remaining (already converted) Game Shell classesMatthew Hoops