added Italian translation by Iknos
[supertux.git] / src /
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 CruzDo fading for Contrib Worldmaps, as well.
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 CruzOoops. I've alligned help text on center to test draw_t...
2004-10-18 Ricardo CruzThis is a first implementation of a bridge from BadGuys...
2004-10-09 Ricardo CruzGot rid of some of the debugging messages.
2004-10-09 Ricardo CruzFixed crash when exiting level editor.
2004-10-09 Ricardo CruzBugfix: change of level or level_subset is possible...
2004-10-09 Ricardo CruzJust took out unncessary declaration.
2004-10-09 Ricardo CruzAdded a "hide-from-contribs" tag for info files.
2004-10-09 Ricardo CruzBugfix: its finally possible to open a levelsubset.
2004-10-09 Marek Moeckelfurther tweaked flapping, finally found a speed setting...
2004-10-09 Ricardo CruzDon't output level filenames on Contribs.
2004-10-08 Marek Moeckelfound some values for tux' flapping speed that feel...
2004-10-08 Ricardo CruzFading level's name text.
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
next