<MatzeB> -cleanup in resource management functions
[supertux.git] / src / special.cpp
2004-04-26 Ingo Ruhnke<MatzeB> -cleanup in resource management functions
2004-04-26 Ingo Ruhnke- fixed 'jump' on flower collection
2004-04-25 Ingo Ruhnke- tweaked bullet and endsequence
2004-04-25 Ingo Ruhnke- bullet tweaks
2004-04-25 Ingo Ruhnke- memleak fix and menu fix from MatzeB
2004-04-22 Ingo Ruhnke- made shrink behaviour more mariobros3 like, ie. firet...
2004-04-22 Ingo Ruhnke- changed way badguy removal is handled (ie. with a...
2004-04-21 Ingo Ruhnke- music patch from MatzeB, should fix crash on level...
2004-04-20 Ingo Ruhnke- turned LEFT/RIGHT defines into enum, turned BadGuyMod...
2004-04-20 Ingo Ruhnke- fixed level editor menus a bit (still not 100% working)
2004-04-19 Ingo Ruhnke- changed upgrades to use sprites
2004-04-19 Ingo Ruhnke- added UpgradeKind name to nameless enum
2004-04-18 Ingo Ruhnke- added constructor to level
2004-04-16 Ingo Ruhnke- some more savegame stuff
2004-04-13 Ingo Ruhnke- fixed egg behaviour a bit
2004-04-13 Ingo Ruhnke- converted texture_type into a Surface class
2004-04-12 Ingo Ruhnke- commited MatzeB's update patch
2004-04-11 Ingo Ruhnkestarted to convert timer into a class
2004-04-11 Ingo Ruhnke- made frame ration local
2004-04-11 Ingo Ruhnke- moved some global variables into a seperate class
2004-04-11 Ingo Ruhnke- localized some more variables
2004-04-11 Ingo Ruhnke- turned special into classes
2004-04-11 Ingo Ruhnke- renamed 'world' to 'global_world' to emphasis that...
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-03 Tobias Gläßerlots of improvements all over the code.
2004-03-29 Tobias Gläßer- introduced new function wait_for_event
2004-03-24 Ingo Ruhnke- converted Player into a class (naming still needs...
2004-03-22 Ingo Ruhnke- replaced YES/NO with true/false
2004-03-21 Tobias Gläßerconverted game object arrays to std::vector
2004-03-17 Ingo Ruhnke- renamed *.c to *.cxx