Made code using fireworks sound effect.
[supertux.git] / src /
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...
2004-08-08 Tobias GläßerMerged the bitmask code with a newer version (1.3)...
2004-08-08 Tobias GläßerFinally tested and implemented the bitmask_create_SDL...
2004-08-06 Ricardo CruzReplaced insert() by this cleaner way to add entries.
2004-08-06 Tobias GläßerConverted many char*s to std::strings. This is providin...
2004-08-05 Ricardo CruzRemoved commented code.
2004-08-05 Ricardo CruzReplaced the use of a vector for the tiles placement...
2004-08-05 Ricardo CruzJust tweaked the stomp cloud values a little.
2004-08-05 Ricardo CruzMade the stomp cloud to have an independent movement...
2004-07-29 Tobias Gläßerthe last change didn't work portable
2004-07-29 Tobias GläßerDebugging and testing SuperTux from within the source...
2004-07-29 Tobias Gläßer- FrameRate class is more flexible
2004-07-28 Tobias Gläßerfixed compilation problem
2004-07-28 Tobias Gläßer- Various fixes and cleanups.
2004-07-28 Ricardo CruzAdded a --flip-levels argument, I guess it doesn't...
2004-07-28 Ricardo CruzImproved passive messages code. Fixed bug of showing...
2004-07-28 Ricardo CruzBug fix: When using map-message field and there is...
2004-07-28 Ricardo CruzNew field: (passive-message "blabla") . This will show...
2004-07-28 Ricardo CruzFixed the not saving bug.
2004-07-28 Ricardo CruzTux growing animation and door opening alpha was not...
2004-07-28 Ricardo CruzChanges in worldmap:
2004-07-27 Ricardo CruzFixed bug to let the player go through messages with...
2004-07-27 Ricardo CruzRenamed Level by SpecialTile.
2004-07-27 Tobias Gläßer- Cleanups
2004-07-27 Ricardo CruzDisabled level flipping on debug mode.
2004-07-27 Ricardo CruzOoops, almost forgot this!
2004-07-27 Ricardo CruzAdded auto-walk field for world maps.
2004-07-27 Ryan Flegel- added include
2004-07-27 Tobias GläßerC++ifyied SuperTux ticks.
2004-07-26 Tobias GläßerMoved defines.h out of the library and back to src/.
2004-07-26 Tobias GläßerMade the SuperTux library again a bit more selfstanding.
2004-07-25 Tobias Gläßer- Major changes in Setup-API.
2004-07-24 Tobias GläßerSuperTux lib became a bit more independend of SupeTux.
2004-07-21 Tobias GläßerThe SuperTux library features a SuperTux namespace...
2004-07-21 Tobias GläßerIntroduction of SuperTux namespace.
2004-07-20 Tobias Gläßerand here comes the shrinked ;) Makefile.am
2004-07-20 Tobias Gläßerone forgotten #include change
2004-07-20 Tobias Gläßermainly changed #includes to work with the new SuperTux...
2004-07-20 Tobias Gläßerforgot removing it
2004-07-20 Tobias Gläßermisc stuff goes here. It is at least temporarly needed...
2004-07-20 Tobias Gläßerremoved them in favour of their new live in the SuperTu...
2004-07-20 Tobias Gläßerremoved in favor of the new library
2004-07-17 Ricardo CruzJust changed the name of a worldmap flag.
2004-07-17 Ricardo CruzOptmized code for reading level's name. Instead of...
2004-07-16 Ricardo CruzImplemented a new special-tile field that should replac...
2004-07-16 Ricardo CruzRead the first 5 chars, not the all string of LANG.
2004-07-14 Ricardo CruzMerged the two worldmap and level subset contrib menu.
2004-07-13 Tobias GläßerFixed gcc3.4.x compilation.
2004-07-12 Ricardo CruzOoops, forgot to change something after testing.
2004-07-12 Ricardo CruzDamn strlen() crashes when NULL is passed. Fixed.
2004-07-10 Ricardo CruzReplaced USE_ALPHA/IGNORE_ALPHA by booleans.
2004-07-10 Ricardo Cruzdisplay_text_file() now reads the background image...
2004-07-10 Marek MoeckelMade Tux' starting position on the world map settable...
2004-07-09 Ricardo CruzFixed crash when LANG system's variable is not defined.
2004-07-09 Ricardo CruzShows map's title, not filename, in menu.
next