- fixed blackscreen on amd64 (and likely other 64bit archs), thanks to bug
[supertux.git] / src /
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-08 Ricardo CruzBugfix: don't show weird number when level editing...
2004-10-08 Ricardo CruzFixed following bug from level editor:
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-07 Ricardo CruzTwo leveleditor related bug fixes:
2004-10-06 Ricardo CruzSplited out level stuff from SpecialTile to a Level...
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-04 Ricardo CruzAdded support for tile animation on worldmap.
2004-10-03 Marek Moeckel-made flapping less powerful by reducing speed and...
2004-09-24 Matthias Braunremoved unused function whcih caused compile errors
2004-09-24 Ricardo CruzMade changes to reflect change of way that alpha applie...
2004-09-24 Ricardo CruzUploading the level editor I was working on - It isn...
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-22 Ryan Flegel- newgame player status bugfix
2004-09-21 Ryan Flegel- fixed warnings pointed out by Frank
2004-09-20 Ryan Flegel- fixed bug reported by Frank van der Loo
2004-09-20 Ricardo CruzBugfix: Don't kill badguys when they are already dying...
2004-09-20 Ricardo CruzChanged FloatingScore to support text (changed name...
2004-09-20 Ricardo CruzFixed layout on worldmap message.
2004-09-20 Ricardo CruzWhen swap keep statistics so far. (not tested - I'd...
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-18 Ricardo CruzContrib worldmaps are now being saved.
2004-09-17 Marek Moeckelfixed problems with the flapping key not responding
2004-09-17 Ricardo CruzOoops. Mistake.
2004-09-17 Ricardo CruzFixed Score = -1 on worldmap display when no level...
2004-09-17 Ricardo CruzFixed levels on contribs menu.
2004-09-17 Ricardo CruzFixed when of the warning that appear to Frank.
2004-09-17 Ricardo CruzRemove particles when they get off the screen.
2004-09-17 Ricardo CruzAdded Total to statistics.
2004-09-17 Marek Moeckeldon't loose a life when using the "kill" cheat
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-16 Ricardo CruzAdded support for setting up end sequence animations...
2004-09-16 Ricardo CruzImproved layout of statistics displaying.
2004-09-16 Ricardo CruzChanged behavior of centered text drawing and added...
2004-09-16 Ricardo CruzAdded a "gotoend" cheat to put Tux near the end of...
2004-09-15 Marek Moeckeldisabled hovering by default (needs tweaking!)
2004-09-15 Ricardo CruzForgot to make this translatable.
2004-09-15 Ricardo CruzAdded drawing of statistics on levels messages and...
2004-09-15 Marek Moeckeladded two new cheat codes:
2004-09-15 Ricardo CruzAdded a Jump 'n Bump like way to show statistics.
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-14 Ricardo CruzOoops, forgot to upload the actual Statistics implement...
2004-09-14 Ricardo CruzImplemented a statistics system. I believe this feature...
2004-09-14 Ricardo CruzWhen typying 'lifeup' pause is triggered (cause of...
2004-09-14 Ricardo CruzMr. Ice Block can now break power up boxes as well...
2004-09-14 Ricardo CruzMade code using fireworks sound effect.
2004-09-13 Ricardo CruzAdded fire works at the end sequence.
2004-09-13 Ricardo CruzAdded simple particle system object. I called it Partic...
2004-09-13 Ricardo CruzBug fix: on incencible mode, stars were being drawn...
2004-09-13 Ricardo CruzNot used anymore. They were moved to lib/gui. Looks...
2004-09-13 Ricardo CruzSpawn points should now be working!
2004-09-13 Ricardo CruzMoved cheating code, so that it ain't run every cycle...
2004-09-12 Ricardo CruzI guess this way is faster.
2004-09-11 Ricardo CruzI guess the checking is unnecessary.
2004-09-11 Ricardo CruzImplemented a cheating system, mainly for debugging.
2004-09-11 Ricardo CruzPlayer should be drawn above enemies.
2004-09-10 Ricardo CruzGive different layers to different body parts.
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-09 Ricardo CruzMade a few mistakes with actions names.
2004-09-09 Matthias Braunfix old levels background speed not getting adjusted...
2004-09-09 Ricardo CruzImplemented mirroring in Sprite, so that now it's possi...
2004-09-08 Ricardo CruzNetsrot patch duplicated an include.
2004-09-08 Matthias Braunapplied netsrot's patch
2004-09-08 Ricardo CruzRemoved stupid checking.
2004-09-08 Ricardo CruzMade use of small tux.
2004-09-04 Ricardo CruzAdded grabbing while ducking.
2004-08-30 Ricardo CruzAdded flame fish.
2004-08-29 Ricardo CruzIce fire destroys flame.
2004-08-26 Ricardo CruzUpdated code to support new stuff from 0.1.2.
2004-08-25 Ryan Flegel- some indentation
2004-08-21 Ricardo CruzChanged the background feeding format for the new level...
2004-08-19 Ricardo CruzOnly use one type of actions for both directions.
2004-08-18 Ricardo CruzForward bug fix port to HEAD.
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-14 Ricardo CruzTrampoline image was not yet working cause:
2004-08-14 Ricardo CruzChanged Walking Tree direction change behavior.
2004-08-14 Ricardo CruzRemoved trampoline sprites hack.
2004-08-13 Ricardo CruzShould fix arm crash.
2004-08-13 Ricardo CruzUsing wrong name for sprite.
2004-08-13 Ricardo CruzCheck if this fixes the jamming.
2004-08-12 Ricardo CruzChanged player stuff to use action. Bad guys should...
2004-08-11 Tobias GläßerReverted last commit of Ricardo. The change led to...
2004-08-10 Ricardo CruzUse SDL toggle call in non-windows systems.
2004-08-10 Ricardo CruzThere is no point in making a Y inferior to scroll_y...
next