- [sort of] reverted flapping to it's old form
[supertux.git] / src / 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
2004-05-17 Ryan Flegel- added spikes
2004-05-17 Ryan Flegel- oops. don't need two iostream's.. or do we.. :)
2004-05-17 Ryan Flegel- tux can now pick up trampoline
2004-05-16 Ryan Flegel- trampoline stuff
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-11 Ryan Flegel- made fixes to buttjump
2004-05-11 Ryan Flegel- added butt-jump
2004-05-10 Tobias GläßerFixed some TODO-list bugs.
2004-05-08 Ricardo CruzSmall clean-up.
2004-05-08 Ricardo CruzFixes death in modes different than the autoscrolling.
2004-05-08 Ricardo CruzFixed bug that was causing player's dead.
2004-05-07 Ricardo CruzAdded horizontal auto scrolling!
next