- added new extro background
[supertux.git] / src / resources.cpp
2004-04-28 Ingo Ruhnke<MatzeB> fixes some remaining memory leaks
2004-04-26 Ingo Ruhnke<MatzeB> -cleanup in resource management functions
2004-04-25 Ingo Ruhnke- rewrote tux drawing code, added firetux
2004-04-25 Ingo Ruhnke- moved tux gfx into a struct
2004-04-25 Ingo Ruhnke- moved tux completly to sprites
2004-04-25 Ingo Ruhnkereplaced distros with coins
2004-04-24 Ingo Ruhnke'nother music patch by matzeb
2004-04-24 Ingo Ruhnke- patch from MatzeB to make music handling easier and...
2004-04-24 Ingo Ruhnke- new star tux, still rather pure, but useable
2004-04-24 Ingo Ruhnke- fixed bug in Menu::check()
2004-04-22 Ricardo CruzRemoved box_full and box_empty from this.
2004-04-22 Ingo Ruhnke- integrated skid tux
2004-04-22 Ingo Ruhnke- synced walk speed of walking enemies
2004-04-22 Ricardo CruzApplied MatzeB (Ryan?) patch that fixes crash and also...
2004-04-22 Ingo Ruhnke- added small skid tux
2004-04-20 Ingo Ruhnke- added standard copyright header to every file
2004-04-18 Ingo Ruhnke- fixed some align problems with tux
2004-04-18 Ingo Ruhnke- added new bigtux
2004-04-18 Ingo Ruhnke- added constructor to level
2004-04-17 Ingo Ruhnke- moved badguys to use sprite class
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 Ruhnke- moved some global variables into a seperate class
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- moved some more stuff into the world class
2004-04-11 Ingo Ruhnke- moved gameobjects into there own file
2004-04-11 Ingo Ruhnke- moved stuff from gamesession to world