aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/elements.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-03-20Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2011-12-20PEGASUS: Some space/misc cleanupMatthew Hoops
2011-12-16PEGASUS: Remove t prefix from typedefsMatthew Hoops
Some other minor cleanup too
2011-09-29PEGASUS: Add the SoundLevel classMatthew Hoops
2011-09-29PEGASUS: Implement the ScreenDimmer classMatthew Hoops
2011-09-26PEGASUS: Begin populating the Neighborhood class with more useful functionsMatthew Hoops
2011-09-22PEGASUS: Remove unused EnergyBar classMatthew Hoops
2011-09-19PEGASUS: Add the Surface classesMatthew Hoops
Renamed from GWorld; I'm trying to distance us from QuickDraw as much as possible :P
2011-09-15PEGASUS: Stub off the base timebase codeMatthew Hoops
This is not tested, and hopefully just works without anymore changes. I hate QuickTime :P
2011-09-10PEGASUS: Implement two of the primitive-based DisplayElementsMatthew Hoops