more fixes
[supertux.git] / src / badguy.cpp
2004-10-22 Ricardo CruzBugfix: dying variable was not being initialized, thus...
2004-10-21 Ricardo CruzForgot to check for enemies on top or under screen...
2004-10-21 Ricardo CruzBugfix: enemies below half the screen were not appearin...
2004-10-21 Ricardo CruzBadguys from the start of the level were not appearing...
2004-10-19 Ricardo CruzBugfix: Jumpy and Flying Snowball faced player even...
2004-10-19 Ricardo CruzBugfix: enemies ordinary pictures were not being displa...
2004-10-19 Ricardo CruzBugfix: bomb ticking always has the left direction.
2004-10-18 Ricardo CruzMade Jumy and Flying Snowball look at player. And maybe...
2004-10-18 Ricardo CruzImplemented mirror actions correctly. Bugfix: right...
2004-10-18 Ricardo CruzThis is a first implementation of a bridge from BadGuys...
2004-09-17 Ricardo CruzAdded Total to statistics.
2004-09-15 Ricardo CruzMade statistics to keep track of also: bad guys squishe...
2004-09-14 Ricardo CruzMr. Ice Block can now break power up boxes as well...
2004-09-10 Ricardo CruzBugfix: when throwing ice block to the left Tux is...
2004-09-09 Ricardo CruzBugfix: ice blocks were hurting player when dropped.
2004-09-09 Ricardo CruzThis should fix the position of ice blocks when hold.
2004-09-09 Ricardo CruzTweaked scores.
2004-09-08 Ricardo CruzRemoved stupid checking.
2004-08-30 Ricardo CruzAdded flame fish.
2004-08-29 Ricardo CruzIce fire destroys flame.
2004-08-14 Ricardo CruzChanged Walking Tree direction change behavior.
2004-08-13 Ricardo CruzCheck if this fixes the jamming.
2004-07-26 Tobias GläßerMoved defines.h out of the library and back to src/.
2004-07-25 Tobias Gläßer- Major changes in Setup-API.
2004-07-20 Tobias Gläßermainly changed #includes to work with the new SuperTux...
2004-07-01 Ricardo CruzChanges:
2004-06-14 Ingo Ruhnke- fixed bounce code a bit, should now be useable, bounc...
2004-06-14 Ingo Ruhnke- added jumping from badguys (hold jump pressed while...
2004-06-09 Ryan Flegel- did some C++ifying. let's try to follow suit :)
2004-06-08 Ryan Flegel- draw dead badguys/Tux above foreground tiles
2004-06-01 Ryan Flegel- fixed some crashes where there was an invalid tile...
2004-06-01 Ryan Flegel- a couple small fixes
2004-05-31 Matthias Braunintroduce a new SoundManager class and merged MusicMana...
2004-05-31 Matthias Brauna first implementation of doors to switch between sectors
2004-05-31 Ricardo CruzAdded support for drawing effects again.
2004-05-31 Matthias Braunbig refactoring of level and world class. A level is...
2004-05-30 Matthias Braun-Changed drawing model. Everything is handled through...
2004-05-28 Ryan Flegel- made bombs explode instantly when they run into an...
2004-05-27 Ryan Flegel- walking tree tweaks
2004-05-27 Ricardo CruzDraw enemies upside down when falling.
2004-05-25 Ryan Flegel- tweaked walkingtree
2004-05-25 Ryan Flegel- added walking tree enemy. still needs some work
2004-05-25 Ryan Flegel- some wingling tweaks
2004-05-25 Matthias Braunmore tuning of badguy activation
2004-05-25 Matthias Braunattempt to tune badguy activation
2004-05-25 Ryan Flegel- beginnings of a wingling
2004-05-24 Matthias Braunmake badguys reappear when scrolling back
2004-05-24 Matthias Braun-renamed ViewPort to Camera
2004-05-22 Ricardo CruzDon't remove badguys, just because they are out of...
2004-05-22 Ricardo CruzFixes.
2004-05-21 Matthias Brauneliminated global scroll_x and scroll_y variables
2004-05-20 Matthias Braun-converted remaining classes to GameObject
2004-05-20 Matthias Braun-changed Level class to save tiles in a big 1 dimension...
2004-05-20 Matthias Braun-Added new object system and converted some GameObjects...
2004-05-18 Ryan Flegel- barebones BadGuyManager -> ObjectManager
2004-05-17 Ryan Flegel- some trampoline changes
2004-05-17 Ricardo CruzAdded a skelaton for the config bad guys code. Just...
2004-05-17 Ryan Flegel- added spikes
2004-05-16 Ryan Flegel- collision fix
2004-05-14 Ryan Flegel- fixed badguy collisions so they no longer get jammed
2004-05-14 Ryan Flegel- changed b/g for credits
2004-05-13 Ryan Flegel- made mriceblock break blocks when kicked into them
2004-05-13 Ricardo CruzImproved frozen behavior.
2004-05-12 Ricardo CruzFirst implementation of the ice power.
2004-05-11 Ricardo CruzFixed hotspot square drawing in debug mode.
2004-05-11 Ricardo CruzCleanups. Basically I made sprites to care about the...
2004-05-08 Ricardo CruzAdded explode(). Avoid duplicated code, futhermore...
2004-05-08 Ricardo Cruzif a stalactite hits a Mr. Bomb, explode, instead of...
2004-05-06 Ryan Flegel- replaced some fabs() where fabsf() should be used
2004-05-02 Tobias Gläßerleveleditor related improvements
2004-05-01 Ingo Ruhnke- improved verboseness of badguy in wall error message
2004-04-30 Ryan Flegel- make badguys bounce up when bumped from beneath
2004-04-30 Ryan Flegel- fixed stunned blocks moving when bumped into (as...
2004-04-30 Ryan Flegel- should fix all cases of bad guys walking/bouncing...
2004-04-29 Matthias Braunyou can't bump flying snowballs
2004-04-29 Ingo Ruhnke<MatzeB> -updates the TODO file
2004-04-28 Ricardo CruzTux kicking animation wasn't being used in some circust...
2004-04-28 Ingo Ruhnke<MatzeB> my patch fixes another leak in the levelsubset...
2004-04-28 Ricardo CruzChanged kill_me() in order to get the score has an...
2004-04-28 Ricardo CruzDon't give score when flatting a badguy, since this...
2004-04-27 Ingo Ruhnke<MatzeB> -adds a workaround for the disappearing eggs...
2004-04-27 Ricardo CruzApplied patch from Matze Braun that was sent to the...
2004-04-26 Ingo Ruhnke- 'nother badguy fix from MatzeB:
2004-04-26 Ricardo CruzImplemented kicking (as asked by Ingo). The kick timing...
2004-04-26 Ingo Ruhnke<MatzeB> -cleanup in resource management functions
2004-04-22 Ricardo CruzImplemented explosion sound when Mr.Bomb explodes.
2004-04-22 Ingo Ruhnke- changed bouncing snowball speed back to normal
2004-04-22 Ingo Ruhnke- changed way badguy removal is handled (ie. with a...
2004-04-22 Ingo Ruhnke- made some arrays private
2004-04-22 Ingo Ruhnke- undo of my last patch, removing 'this' is not a good...
2004-04-22 Ingo Ruhnke- fixed bomb-dup bug (vector increases on add, and...
2004-04-22 Ingo Ruhnke- synced walk speed of walking enemies
2004-04-22 Ingo Ruhnke- some cleanup
2004-04-22 Ricardo CruzApplied Ryan's patch for overlaping badguys.
2004-04-20 Ingo Ruhnke- added stay-on-platform into the level fileformat
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-18 Ricardo CruzPatch by Ryan:
2004-04-17 Ricardo CruzApplied patch from Ryan:
2004-04-17 Ingo Ruhnke- moved badguys to use sprite class
next