Norwegian Nynorsk translation by Karl Ove Hufthammer!
[supertux.git] / src / sprite.h
2004-07-01 Ricardo CruzChanges:
2004-06-14 Ingo Ruhnke- moved tilemanager into its own class
2004-06-09 Ryan Flegel- did some C++ifying. let's try to follow suit :)
2004-06-08 Ricardo CruzReplaced uint32_t by Uint32. Has to be done, since...
2004-05-31 Ricardo CruzAdded support for drawing effects again.
2004-05-30 Matthias Braun-Changed drawing model. Everything is handled through...
2004-05-27 Ricardo CruzImplemented Tux growing animation.
2004-05-27 Ricardo CruzDraw enemies upside down when falling.
2004-05-20 Matthias Braun-converted remaining classes to GameObject
2004-04-26 Ingo Ruhnke<MatzeB> -cleanup in resource management functions
2004-04-17 Ingo Ruhnke- added draw_part()
2004-04-17 Ingo Ruhnke- moved badguys to use sprite class
2004-04-13 Ingo Ruhnke- converted text_type into a class
2004-04-13 Ingo Ruhnke- converted texture_type into a Surface class
2004-04-12 Ingo Ruhnke- added simple sprite class