enemies fall down again, small improvements to tile manager
[supertux.git] / src / player.cpp
2004-11-22 Matthias Braunenemies fall down again, small improvements to tile...
2004-11-20 Matthias BraunThe BIG COMMIT(tm)
2004-11-05 Ryan Flegel- fixed warnings
2004-10-31 Ricardo CruzShow combos when a new record is reached.
2004-10-31 Ricardo CruzTuned buttjump range values as asked by Iknos.
2004-10-31 Ricardo CruzAdded a parameter for Particles to set the drawing...
2004-10-30 Ricardo CruzAdded my own flapping. :)
2004-10-30 Ricardo CruzSwitched left and right dust as asked by Marek.
2004-10-29 Ricardo CruzAdded an effect when skidding to check if a similar...
2004-10-18 Ricardo CruzImplemented mirror actions correctly. Bugfix: right...
2004-10-09 Marek Moeckelfurther tweaked flapping, finally found a speed setting...
2004-10-08 Marek Moeckelfound some values for tux' flapping speed that feel...
2004-10-08 Marek Moeckelchanging directions while flapping now works
2004-10-08 Marek Moeckelwhen flapping, Tux' x-velocity decreases slowly now
2004-10-08 Marek Moeckelput both Ryan's and my flapping code into player.cpp...
2004-10-07 Ryan Flegel- [sort of] reverted flapping to it's old form
2004-10-07 Ricardo CruzSometime ago I asked what keys ppl would prefer, made...
2004-10-06 Ryan Flegel- tweaked flapping a bit, let me know what you think
2004-10-04 Ricardo CruzOnly show combo messages after 5 combos, as suggested...
2004-10-03 Marek Moeckel-made flapping less powerful by reducing speed and...
2004-09-23 Marek Moeckelcustom messages for combos, depending on how many badgu...
2004-09-23 Ricardo CruzShow a message when more than one bad guys is killed...
2004-09-20 Ricardo CruzBugfix: Don't kill badguys when they are already dying...
2004-09-18 Marek MoeckelTux can now flap after bouncing off an enemy
2004-09-18 Marek Moeckelfixed "flapping key not responding"-problem
2004-09-17 Marek Moeckelfixed problems with the flapping key not responding
2004-09-17 Ricardo CruzAdded Total to statistics.
2004-09-16 Marek Moeckelreplaced double jumping with flapping
2004-09-16 Marek Moeckeljust changed tabs for spaces :)
2004-09-16 Marek Moeckelplay jump sound again when double jumping
2004-09-15 Marek Moeckeldisabled hovering by default (needs tweaking!)
2004-09-15 Marek Moeckelimplemented double jump (press up again while jumping...
2004-09-15 Ricardo CruzMade statistics to keep track of also: bad guys squishe...
2004-09-13 Ricardo CruzBug fix: on incencible mode, stars were being drawn...
2004-09-11 Ricardo CruzPlayer should be drawn above enemies.
2004-09-10 Ricardo CruzGive different layers to different body parts.
2004-09-09 Ricardo CruzMade a few mistakes with actions names.
2004-09-09 Ricardo CruzImplemented mirroring in Sprite, so that now it's possi...
2004-09-08 Ricardo CruzMade use of small tux.
2004-09-04 Ricardo CruzAdded grabbing while ducking.
2004-08-25 Ryan Flegel- some indentation
2004-08-19 Ricardo CruzOnly use one type of actions for both directions.
2004-08-18 Ricardo CruzMade draw() func on Player more sane.
2004-08-18 Ricardo CruzIdle change.
2004-08-17 Ricardo CruzChanged next action behavior.
2004-08-17 Ricardo CruzAdded more animations.
2004-08-17 Ricardo CruzSeparated body parts!
2004-08-13 Ricardo CruzShould fix arm crash.
2004-08-12 Ricardo CruzChanged player stuff to use action. Bad guys should...
2004-08-05 Ricardo CruzMade the stomp cloud to have an independent movement...
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-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-08 Marek MoeckelFixed crashes at tiles that are not defined in supertux...
2004-06-08 Marek MoeckelStomp sprite stays in place now (i.e. doesn't follow...
2004-06-07 Marek MoeckelDust clouds are now drawn around Tux' feet whenever...
2004-06-07 Marek MoeckelTweaked the buttstomp range - now it kills only enemies...
2004-06-07 Marek MoeckelJust a small fix to prevent Tux from butt-jumping when...
2004-06-04 Ricardo CruzNow the growings animation looks pretty cool :)
2004-06-01 Ricardo CruzDraw player above enemies in the dying sequence.
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 Matthias Braunbig refactoring of level and world class. A level is...
2004-05-30 Ryan Flegel- butt jump now kills nearby badguys
2004-05-30 Matthias Braun-Changed drawing model. Everything is handled through...
2004-05-28 Ryan Flegel- fixed 'When you jump into the roof or a bonus and...
2004-05-28 Ryan Flegel- added unisolid patch from Upsilon
2004-05-27 Ricardo CruzImplemented Tux growing animation.
2004-05-26 Ricardo CruzA couple of improvements for the flying platform.
2004-05-26 Matthias Braunsome cleanups and robustness checks, I added while...
2004-05-25 Ricardo CruzDisable gravity when on flying platform.
2004-05-25 Matthias Braunimplemented autoscrolling and proper camera parsing...
2004-05-24 Ryan Flegel- fixed it so Tux doesn't die on spikes if safety timer...
2004-05-24 Ryan Flegel- fixed it so arm is not drawn when Tux is shooting...
2004-05-24 Matthias Braun-renamed ViewPort to Camera
2004-05-24 Ricardo CruzNew flying platform object.
2004-05-23 Ricardo CruzMade butt-jump to behave according to what Marek asked...
2004-05-22 Ricardo CruzTux shows arm when firing.
2004-05-21 Matthias Braunfix firetux not being able to pickup stuff
2004-05-21 Matthias Brauneliminated global scroll_x and scroll_y variables
2004-05-20 Matthias Braunimprove tux holding objects
2004-05-20 Matthias Braun-converted remaining classes to GameObject
2004-05-20 Matthias Braunconverted player to new object system
2004-05-19 Ricardo CruzJust improved a bit the butt jump control.
2004-05-18 Ricardo CruzOnly butt jump after a full jump. This approuch is...
2004-05-18 Ricardo CruzRyan was right, Tux was firing from the head :D
2004-05-18 Marek MoeckelChanged back the sliding fix because it was buggy
2004-05-18 Matthias Braunreverted totally pointless commit of rmcruz. size does...
2004-05-18 Ricardo CruzFix bug reported by Ryan: in level smaller than 19...
2004-05-18 Ricardo CruzTiny fix. Just to make fire or ice Tux to be able to...
2004-05-18 Marek MoeckelChanged it so that only big Tux is able to butt-jump
2004-05-18 Matthias Braunchanged duck mode a bit so that you can only jump a...
2004-05-18 Matthias Braunfixed butt jump to work even when up-key is not pressed...
2004-05-18 Ricardo CruzNow the player dies when reaching the bottom of the...
2004-05-17 Ryan Flegel- typo fix
2004-05-17 Ryan Flegel- some trampoline changes
next