- fixed bomb-dup bug (vector increases on add, and this changes I guess, so remove...
[supertux.git] / src / badguy.h
2004-04-22 Ingo Ruhnke- some cleanup
2004-04-21 Ingo Ruhnke- added end-sequence code
2004-04-20 Ingo Ruhnke- added stay-on-platform into the level fileformat
2004-04-20 Ingo Ruhnke- turned LEFT/RIGHT defines into enum, turned BadGuyMod...
2004-04-20 Ingo Ruhnke- added stay_on_platform flag for badguys
2004-04-20 Ingo Ruhnke- added standard copyright header to every file
2004-04-17 Ingo Ruhnke- moved badguys to use sprite class
2004-04-16 Ingo Ruhnke- added new jumpy/money gfx
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-10 Ingo Ruhnke- introduced mriceblock (at least a bit)
2004-04-04 Tobias Gläßer- Physic C++ rewrite (Matze Braun)
2004-03-29 Tobias Gläßer- introduced new function wait_for_event
2004-03-28 Tobias Gläßerapplied flame badguy patch from Matze Braun
2004-03-27 Tobias Gläßerfixed BSOD hopping
2004-03-26 Tobias Gläßermerged bad_guy patch from Matze Braun. (recycling Ricar...
2004-03-25 Ingo Ruhnke- added alternative (more flexible) way to define badgu...
2004-03-24 Ingo Ruhnke- minor cleanup
2004-03-24 Ingo Ruhnke- coverted badguy type into an object
2004-03-24 Ingo Ruhnke- created a named enum for badguys
2004-03-24 Ingo Ruhnkesplitted actions commands for different badguys into...
2004-03-24 Ingo Ruhnkesplitted drawing commands for different badguys into...
2004-03-23 Ingo Ruhnke- removed unneded typedef's for structs
2004-03-22 Ingo Ruhnke- replaced YES/NO with true/false
2004-03-13 Tobias Gläßernew collision detection. cleanups. bug fixes. music...
2004-02-18 Tobias Gläßerhuge CVS merge, see ChangeLog for details.
2004-01-21 Tobias GläßerMore code cleanups. Fixed a few bugs.
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äßerincoporated patches from Duong-Khang (stereo sound...
2003-12-27 Tobias Gläßerrenamed from enemy.h to badguy.h