added inheritance diagram for the gameobjects
[supertux.git] / src / gameobjs.h
2004-05-26 Ricardo CruzA couple of improvements for the flying platform.
2004-05-24 Matthias Braun-renamed ViewPort to Camera
2004-05-24 Ricardo CruzNew flying platform object.
2004-05-20 Matthias Braun-converted remaining classes to GameObject
2004-05-20 Matthias Braunconverted player to new object system
2004-05-20 Matthias Braun-Added new object system and converted some GameObjects...
2004-05-18 Ryan Flegel- ObjectManager stuff
2004-05-18 Ryan Flegel- barebones BadGuyManager -> ObjectManager
2004-05-17 Ryan Flegel- tux can now pick up trampoline
2004-05-17 Ryan Flegel- trampoline stuff
2004-05-16 Ryan Flegel- trampoline stuff
2004-05-16 Ryan Flegel- trampoline stuff
2004-05-16 Ryan Flegel- more game object changes. looks a bit nicer now
2004-05-16 Ryan Flegel- Made some changes to object code
2004-05-16 Ryan Flegel- added support for different types of objects
2004-05-02 Tobias Gläßerleveleditor related improvements
2004-04-20 Ingo Ruhnke- added standard copyright header to every file
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-11 Ingo Ruhnkerenamed timer_type to Timer
2004-04-11 Ingo Ruhnke- made frame ration local
2004-04-11 Ingo Ruhnke- change gameobjs names from lower case to upper case
2004-04-11 Ingo Ruhnke- moved some more stuff into the world class
2004-04-11 Ingo Ruhnke- moved gameobjects into there own file