aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/elements.cpp
AgeCommit message (Collapse)Author
2011-09-29PEGASUS: Fix sprites being drawn incorrectlyMatthew Hoops
2011-09-29PEGASUS: Fix a typo in the SoundLevel codeMatthew Hoops
2011-09-29PEGASUS: Add the SoundLevel classMatthew Hoops
2011-09-29PEGASUS: Implement the ScreenDimmer classMatthew Hoops
2011-09-28PEGASUS: Fix frame sequencesMatthew Hoops
2011-09-22PEGASUS: Remove unused EnergyBar classMatthew Hoops
2011-09-21PEGASUS: Fix DropHighlightMatthew Hoops
2011-09-21PEGASUS: Fix updating elements when the bounds changeMatthew 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: Implement very basic screen updating (new API)Matthew Hoops
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