aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/energymonitor.cpp
AgeCommit message (Collapse)Author
2014-08-09PEGASUS: Cleanup from unused constants.Eugene Sandulenko
Agreed with clone2727.
2014-04-23PEGASUS: Poll for events in more placesMatthew Hoops
Based on a patch by Keith Kaisershot (blitter)
2013-02-04PEGASUS: Fix minor energy bar glitch while calibratingMatthew Hoops
Need to set the energy level before showing it
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: Remove t prefix from typedefsMatthew Hoops
Some other minor cleanup too
2011-10-02PEGASUS: Fix energy monitor calibrationMatthew Hoops
Minus a quick flicker
2011-10-02PEGASUS: Add a hack to skip energy bar calibration for nowMatthew Hoops
2011-09-26PEGASUS: Begin populating the Neighborhood class with more useful functionsMatthew Hoops
2011-09-26PEGASUS: Implement the death codeMatthew Hoops
2011-09-22PEGASUS: Add the EnergyMonitor classMatthew Hoops