Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-26 | PEGASUS: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-04-06 | PEGASUS: Use an Array instead of a List for NotificationReceivers | Matthew Hoops | |
Fixes occasional crashes with the norad sub controls. CodeWarrior's iterators used indices unlike our List iterators, thus necessitating the change here. | |||
2012-04-03 | PEGASUS: Fix file permissions | Matthew Hoops | |
2011-12-20 | PEGASUS: Some space/misc cleanup | Matthew Hoops | |
2011-12-16 | PEGASUS: Remove t prefix from typedefs | Matthew Hoops | |
Some other minor cleanup too | |||
2011-12-15 | PEGASUS: Fix compilation on Windows | Matthew Hoops | |
2011-09-05 | PEGASUS: Restructure remaining MMShell code into the base code | Matthew Hoops | |
MMTimeValue has been removed, as Common::Timestamp will just be used instead | |||
2011-09-05 | PEGASUS: Cleanup and hookup the notification code | Matthew Hoops | |