enemies fall down again, small improvements to tile manager
[supertux.git] / src / player.cpp
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!
2004-05-04 Ricardo CruzMade it possible for Tux to be in a position before...
2004-05-03 Ricardo CruzAdded back scrolling!
2004-05-01 Ingo Ruhnke- improved verboseness of badguy in wall error message
2004-05-01 Ricardo CruzJust made stars to blink more.
2004-04-30 Ingo Ruhnke- reduced jump tolleranze to two tiles
2004-04-30 Ryan Flegel- Fixed jumping so it works in a way everybody can...
2004-04-29 Ricardo CruzIn the invincible mode, stars start flickering when...
2004-04-29 Ingo Ruhnkeundo'ed Ricardo patch, since it makes small jumps compl...
2004-04-29 Ricardo CruzCommented the set_velocity_y(0). I guess this is better...
2004-04-29 Matthias Braun-optimized and cleaned up collision_object_map
2004-04-29 Ingo Ruhnke- removed auto-repeat of jump events, now one has to...
2004-04-29 Ingo Ruhnke<MatzeB> -updates the TODO file
2004-04-28 Ricardo CruzForgot to commit this file. It used badguy's killme...
2004-04-28 Ingo Ruhnke- added fire duck tux
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- changed priority of skid and duck to avoid glitches...
2004-04-26 Ingo Ruhnke- added saving of bonuses on worldmap, no loading yet
2004-04-25 Ingo Ruhnke- bullet tweaks
2004-04-25 Ingo Ruhnke- rewrote tux drawing code, added firetux
2004-04-25 Ingo Ruhnke- moved tux gfx into a struct
2004-04-25 Ingo Ruhnke- moved tux completly to sprites
2004-04-25 Ingo Ruhnke- added intro text
2004-04-24 Ingo Ruhnke- new star tux, still rather pure, but useable
2004-04-24 Ingo Ruhnke- fixed duck-jump bug
2004-04-24 Ingo Ruhnke- added holding gfx, still looks rather stupid, but...
2004-04-24 Ingo Ruhnke- fixed bug in Menu::check()
2004-04-22 Ingo Ruhnke- made shrink behaviour more mariobros3 like, ie. firet...
2004-04-22 Ingo Ruhnke- changed way badguy removal is handled (ie. with a...
2004-04-22 Ingo Ruhnke- synced walk speed of walking enemies
2004-04-22 Ingo Ruhnke- merged a few duplicated if's in player
2004-04-22 Ingo Ruhnke- added small skid tux
2004-04-21 Ingo Ruhnke- music patch from MatzeB, should fix crash on level...
2004-04-20 Ingo Ruhnke- turned LEFT/RIGHT defines into enum, turned BadGuyMod...
2004-04-20 Ingo Ruhnke- stop tux if he ran into a block, no more accelerating...
2004-04-20 Ingo Ruhnke- switched gamespeed back to normal
2004-04-20 Ingo Ruhnke- moved joystick mappings into a struct
2004-04-20 Ingo Ruhnke- added standard copyright header to every file
2004-04-19 Ingo Ruhnke- added more mario lik duck behaviour
2004-04-18 Ingo Ruhnke- commited start_pos patch from sik0fewl
2004-04-18 Ingo Ruhnke- fixed some align problems with tux
2004-04-18 Ingo Ruhnke- added new bigtux
2004-04-18 Ingo Ruhnke- moved default start position two tiles higher
2004-04-18 Ricardo CruzPatch by Ryan:
2004-04-17 Ingo Ruhnke- changed/clean up level end detection a bit, still...
2004-04-16 Ingo Ruhnke- some more savegame stuff
2004-04-16 Ricardo CruzThis patch was send to the mailing list by Ryan (aka...
2004-04-13 Ingo Ruhnke- commited MatzeBs duck fix
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-12 Ingo Ruhnkecommited MatzeB's slider patch
2004-04-11 Ingo Ruhnke- tweaked scroll behaviour a little bit
2004-04-11 Ingo Ruhnkestarted to convert timer into a class
2004-04-11 Ingo Ruhnkestarted to convert timer into a class
2004-04-11 Ingo Ruhnke- moved time_left timer into gamesession
2004-04-11 Ingo Ruhnke- made frame ration local
2004-04-11 Ingo Ruhnke- moved some global variables into a seperate class
2004-04-11 Ingo Ruhnke- made some more global variables, local
2004-04-11 Ingo Ruhnke- moved some more stuff into the world class
2004-04-10 Ingo Ruhnke- moved stuff from scene into a World class, just an...
2004-04-10 Ingo Ruhnke- moved lots of code around, made gameloop even more...
2004-04-10 Ingo Ruhnke- some indent fixes
2004-04-09 Ingo Ruhnke- fixed snowball anim
2004-04-09 Ingo Ruhnke- added new smalltux
2004-04-04 Tobias Gläßer- Physic C++ rewrite (Matze Braun)
2004-04-03 Tobias Gläßerlots of improvements all over the code.
2004-03-28 Ingo Ruhnke- removed alpha from tile since it isn't needed
2004-03-26 Tobias Gläßermerged bad_guy patch from Matze Braun. (recycling Ricar...
2004-03-25 Ingo Ruhnke- fixed brick-bug (or maybe not, they still behave...
2004-03-25 Ingo Ruhnke- fixed badguys a little bit
2004-03-25 Ingo Ruhnke- fixed bricktile
2004-03-25 Ingo Ruhnke- added translation table for the old format
2004-03-24 Tobias Gläßernew levelformat with multiple layers and and new tilese...
2004-03-24 Ingo Ruhnke- renamed input/input_
2004-03-24 Ingo Ruhnke- removed a few redundant "== true"'s
2004-03-24 Ingo Ruhnke- converted Player into a class (naming still needs...
2004-03-24 Ingo Ruhnke- coverted badguy type into an object
2004-03-23 Ingo Ruhnke- fixed joystick code a bit
2004-03-22 Ingo Ruhnke- removed NO_UPDATE and let the default argument handle it
2004-03-22 Ingo Ruhnke- replaced YES/NO with true/false
2004-03-20 Tobias Gläßernew level-format, many changes to level-related stuff
2004-03-19 Ricardo CruzCorrected a laptop behaviour, regarding kicking
2004-03-17 Ingo Ruhnke- renamed *.c to *.cxx