fix some more timings and the long standing gradient software bug (which was function...
[supertux.git] / src / gameloop.h
2004-11-23 Matthias Braunfix some more timings and the long standing gradient...
2004-11-20 Matthias BraunThe BIG COMMIT(tm)
2004-09-20 Ricardo CruzWhen swap keep statistics so far. (not tested - I'd...
2004-09-15 Ricardo CruzAdded drawing of statistics on levels messages and...
2004-09-14 Ricardo CruzImplemented a statistics system. I believe this feature...
2004-09-13 Ricardo CruzAdded fire works at the end sequence.
2004-09-11 Ricardo CruzImplemented a cheating system, mainly for debugging.
2004-07-28 Tobias Gläßer- Various fixes and cleanups.
2004-07-25 Tobias Gläßer- Major changes in Setup-API.
2004-07-21 Tobias GläßerThe SuperTux library features a SuperTux namespace...
2004-07-20 Tobias Gläßermainly changed #includes to work with the new SuperTux...
2004-07-07 Ricardo CruzInstead of setting the level to be flipped from the...
2004-05-31 Matthias Brauna first implementation of doors to switch between sectors
2004-05-31 Matthias Braunbig refactoring of level and world class. A level is...
2004-05-30 Matthias Braun-Changed drawing model. Everything is handled through...
2004-05-12 Ryan Flegel- fixed some enums
2004-04-29 Ingo Ruhnke<MatzeB> -updates the TODO file
2004-04-26 Ingo Ruhnke- new more bulletprof endsequence code patch from MatzeB
2004-04-25 Ingo Ruhnke- tweaked bullet and endsequence
2004-04-21 Ingo Ruhnke- made end seq a bit more robust
2004-04-21 Ingo Ruhnke- added end-sequence code
2004-04-20 Ingo Ruhnke- added standard copyright header to every file
2004-04-19 Ingo Ruhnke- removed a few menu variables
2004-04-19 Ingo Ruhnke- fixed bug in live counting
2004-04-17 Ingo Ruhnke- changed/clean up level end detection a bit, still...
2004-04-16 Ingo Ruhnke- some more savegame stuff
2004-04-11 Ingo Ruhnkerenamed timer_type to Timer
2004-04-11 Ingo Ruhnke- moved time_left timer into gamesession
2004-04-11 Ingo Ruhnke- made frame ration local
2004-04-11 Ingo Ruhnke- localized some more variables
2004-04-11 Ingo Ruhnke- made some more global variables, local
2004-04-11 Ingo Ruhnke- renamed 'world' to 'global_world' to emphasis that...
2004-04-11 Ingo Ruhnke- moved some activate_bad_guy stuff into the world...
2004-04-11 Ingo Ruhnke- moved some more level_ stuff into the levelclass
2004-04-11 Ingo Ruhnke- moved stuff from gamesession to world
2004-04-10 Ingo Ruhnke- moved stuff from scene into a World class, just an...
2004-04-10 Ingo Ruhnke- moved lots of code around, made gameloop even more...
2004-04-10 Ingo Ruhnke- reduced menu fadness a bit (ie. balanced the edges)
2004-04-10 Ingo Ruhnke- turned gameloop into a class, in the hope to reduce...
2004-04-10 Ingo Ruhnke- more c++-ification
2004-04-10 Ingo Ruhnke- some indent fixes
2004-04-10 Ingo Ruhnke- reorganized menu flow as descripted in the todo,...
2004-04-03 Tobias Gläßerlots of improvements all over the code.
2004-03-28 Ingo Ruhnke- removed alpha from tile since it isn't needed
2004-03-25 Ingo Ruhnke- fixed bricktile
2004-03-24 Tobias Gläßernew levelformat with multiple layers and and new tilese...
2004-03-22 Ingo Ruhnke- replaced YES/NO with true/false
2004-03-20 Tobias Gläßernew level-format, many changes to level-related stuff
2004-03-19 Ingo Ruhnke- added level starting from command line thingy
2004-03-15 Tobias Gläßerupdate
2004-03-14 Tobias Gläßerapplied Ricardo's upgrade direction patch again.
2004-02-24 Tobias Gläßergameplay improvements
2004-02-24 Tobias Gläßermany code-cleanups. merged leveleditor patch from Ricar...
2004-02-18 Tobias Gläßerhuge CVS merge, see ChangeLog for details.
2004-01-20 Tobias Gläßerarrays are dynamic now, fixed bugs, more code cleanups
2004-01-18 Tobias GläßerHuge code merge. This reflects the current status of...
2003-12-29 Tobias Gläßerupdate, the location of themes has changed. You can...
2003-12-29 Tobias Gläßerincoporated patches from Duong-Khang (stereo sound...
2003-12-28 Bill KendrickNow loads both normal and fast versions of songs; plays...
2003-12-26 Tobias Gläßerapplied a patch by Duong-Khang NGUYEN <neoneurone@users...
2003-12-24 Tobias GläßerA brandnew MENU!
2003-12-20 Tobias GläßerFixed FIXME. Tux doesn't die anymore, when he reaches...
2003-12-10 Bill KendrickLots of updates! Level 2 support, mostly. (Thanks...
2003-04-09 Bill KendrickInitial revision