Made code -Wshadow clean, missed a bunch of issues in the last commit
[supertux.git] / src / object / level_time.cpp
2014-08-17 Ingo RuhnkeMade code -Wshadow clean, missed a bunch of issues...
2014-08-12 Ingo RuhnkeRemoved trailing whitespace from all *.?pp files
2010-01-01 Mathnerd314Make it build with -DCOMPILE_AMALGATION=ON. Still not...
2009-12-13 Ingo RuhnkeMore use of SurfacePtr
2009-11-27 Ingo RuhnkeChanged ObjectFactory code so that it works properly...
2009-11-21 Ingo RuhnkeReplaced .reset(new Surface()) with a factory method
2009-11-21 Ingo RuhnkeRenamed namespaces to all lowercase
2009-11-19 Ingo RuhnkeTurned stuff in supertux/resources.cpp into a class...
2009-11-18 Ingo RuhnkeAdded supertux/globals.?pp to collect all the random...
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2009-06-14 Mathnerd314Random stuff that I should have committed ages ago.
2008-08-21 Ingo RuhnkeqMax <qwiglydee@gmail.com>'s font patch, adds unicode...
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
2007-01-28 Ingo Ruhnke- renamed LEFT_ALLIGN to ALIGN_LEFT
2007-01-28 Arvid NorlanderFixed trailing whitespaces in all(?) source files of...
2006-12-16 Wolfgang Becker[Patch #1251] by tuxdev: timelimit fudge factor
2006-10-27 Christoph SommerMade LevelTime object scriptable (start, stop, get_time...
2006-07-25 Christoph SommerCommitted some code beautification patches by Tron
2006-07-25 Christoph SommerIn-game HUD now uses icons instead of text /
2006-07-24 Christoph SommerLevel time decreases only when game is not paused,...
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
2006-04-26 Matthias Braun- fix debugging functions for killing player
2006-04-13 Ondřej HošekMassive copyright update. I'm sorry if I'm crediting...
2006-04-12 Matthias Braunfade out console
2006-04-09 Christoph SommerMessaging subsystem rewrite, step I
2006-03-25 Christoph SommerUnified Messaging Subsystem
2006-01-16 Ondřej HošekTime now stops when you complete a level and get into...
2006-01-11 Ondřej Hošek* The "time needed" statistic now works again. You...
2005-10-31 Ondřej Hošek* Level time now respects top border
2005-10-03 Matthias Braun- Reworked Surface class and drawing stuff:
2005-06-28 Matthias Braunfix miniswig using wrong stack numbers in functions...
2005-06-26 Matthias Braunrenamed all .h to .hpp
2005-05-12 Matthias Braun- Refactored worldmap a bit to reuse GameObject from...