supertux.git
2010-03-04 florianfSnowshot: Call ->set_action() in the constructor.
2010-03-04 grumbelRemoved speed limit when grabbing normal objects
2010-03-04 mathnerd314Minor cleanup in SoundManager
2010-03-04 mathnerd314Use static casts in GL::Renderer
2010-03-04 mathnerd314Small cleanup of Sector::get_nearest_player
2010-03-04 mathnerd314Remove walk key
2010-03-03 mathnerd314Tweak offsets a bit so kamikazesnowball doesn't die.
2010-03-03 mathnerd314Don't save state of initial worldmap before loading it
2010-03-03 mathnerd314Apparently C++ doesn't automatically convert from std...
2010-03-03 mathnerd314Check that savegame exists before trying to load it.
2010-03-03 mathnerd314someone forgot a ! in world.cpp...
2010-03-03 mathnerd314Change Mysterious House of Ice to use dark bg tiles.
2010-03-02 grumbelRemoved unused TileSet member variable from Tile
2010-03-02 florianfHaywire: Fix a null-pointer dereference when Haywire...
2010-03-02 mathnerd314Some install changes to CMakeLists.txt
2010-03-02 grumbelAdded background image, removed snow particles (visual...
2010-03-02 anmasterUpdate sv.po to match recent changes. Also reword some...
2010-03-02 florianfLevel 1-12 "Into the Stars": Changed the level height...
2010-03-02 florianfLevel 1-01: Fixed decal filenames.
2010-03-02 florianfLevel 1-10 "23rd Airborne": Added a (somewhat hidden...
2010-03-02 florianfShort Fuse: Make badguy shootable with the fireflower.
2010-03-02 florianfShort Fuse: Implemented the new minibomb from the Miles...
2010-03-02 florianfobject/explosion.[ch]pp: Added the "hurt" and "push...
2010-03-02 florianfsupertux/sector.[ch]pp: Implemented the get_nearby_obje...
2010-03-02 florianfbadguy/walking_badguy.[ch]pp: Added the add_velocity...
2010-03-02 florianfSnowman: Created body-only animation and added it to...
2010-03-02 grumbelSome TODO updates
2010-03-01 florianfNightcave test level: Restore decals that have been...
2010-03-01 florianfLevel 1-01 "Welcome to Antarctica": Added billboards...
2010-03-01 florianfAdded test level for "unstable tiles".
2010-03-01 grumbelUse proper background tiles for secret area
2010-03-01 grumbelTurned the run-blockade into a staircase, to allow...
2010-03-01 grumbelFine tuned the enemy placement and removed lots of...
2010-03-01 florianfobject/unstable_tile.[ch]pp: Implement third state...
2010-03-01 grumbelResized background to 800x600 to work around bug drawin...
2010-03-01 florianfsdl_texture.cpp: Rewrite the optimize() function.
2010-03-01 grumbelImplemented proper clipping
2010-03-01 grumbelAdded DrawingContext::get_cliprect()
2010-03-01 grumbelAdded constructor te Rectf() that takes a Sizef
2010-02-28 anmasterTry to fix level20 by adding a black image at top and...
2010-02-28 anmasterExpand bonus2/level20.stl to fill new max resolution...
2010-02-28 florianfUnstable tile: Dissolve, then disappear without falling...
2010-02-28 anmasterExpand bonus2/level17.stl to fill new max resolution.
2010-02-28 mathnerd314Clean up test levels a bit.
2010-02-28 anmasterExpand bonus2/level19.stl to fill new max resolution...
2010-02-28 anmasterExpand bonus1/thompson-level1.stl to fill new max resol...
2010-02-28 anmasterExpand bonus1/bonus-level5.stl to fill new max resolution.
2010-02-28 grumbelCompiler warning fix, init variables to 0
2010-02-28 grumbelCompiler warning fix, init variables to 0
2010-02-28 anmasterExpand bonus1/bonus-level4.stl to fill new max resolution.
2010-02-28 mathnerd314Remove last vestiges of DEBUG
2010-02-28 anmasterExpand bonus1/bonus-level3.stl to fill new max resolution.
2010-02-28 mathnerd314Small ctor change.
2010-02-28 anmasterExpand bonus1/bonus-level2.stl to fill new max resolution.
2010-02-28 florianflisp/parser.cpp: Remove a forgotten debug message.
2010-02-28 anmasterExpand bonus-level1.stl to fill new max resolution.
2010-02-28 mathnerd314Change secret area signature to use editor-only tiles.
2010-02-28 anmasterRun tools/normalize-po-files.sh on all *.po files to...
2010-02-28 anmasterUpdate some Swedish translations.
2010-02-28 anmasterCommiting fix for world1, level25 from bug #586 "Arctic...
2010-02-28 mathnerd314Fix Sprite class once and for all.
2010-02-28 florianfAdded a test level for "Haywire".
2010-02-28 florianflisp/parser.cpp: Use absolute directory when talking...
2010-02-28 anmasterUpdate bonus1 translation, charset changed from ISO...
2010-02-28 anmasterFix some header issues in the top sv.po (for the string...
2010-02-28 florianfsprite/sprite.cpp: Revert revision 6435 by Mathnerd314.
2010-02-28 anmasterUpdate Swedish translation of code. NOTE: Levels are...
2010-02-28 florianfbadguy/haywire.cpp: Use BadGuy::get_nearest_player().
2010-02-28 florianfbadbuy/badbuy.cpp: Use Sector::get_nearest_player().
2010-02-28 florianfIcecrusher and Haywire: Use the bounding box to find...
2010-02-28 florianfsupertux/sector.hpp: Add a version of Sector::get_neare...
2010-02-28 florianfsupertux/sector.cpp: Use Rectf::distance().
2010-02-28 florianfRectf: Implement distance().
2010-02-28 florianfHaywire: Walk towards the player if possible.
2010-02-28 florianfIcecrusher: Use Sector::get_nearest_player().
2010-02-28 florianfsupertux/sector.[ch]pp: Implement Sector::get_nearest_p...
2010-02-28 florianfHaywire: Implemented a first version of the "crazy...
2010-02-28 florianfWalking badguy: Implemented {get,set}_walk_speed.
2010-02-27 florianfLevel 1-09: Set the direction of a Bouncing Snowball.
2010-02-27 florianfLevel 1-08 "Stone Cold": Add a Cannon shooting Snowshots.
2010-02-27 florianfLevel 1-17 "Or is it just me": Add a Cannon shooting...
2010-02-27 florianflocale/de.po: Updated German translation.
2010-02-27 mathnerd314Fix frame out of range error for -O2 release build...
2010-02-27 florianfUpdate copyright information to: "Copyright (c) 2003...
2010-02-27 sik0fewladd -Wno-unused-parameter to disable warnings for unuse...
2010-02-27 florianfLevel 1-24 "The Shattered Bridge": Replace background...
2010-02-27 florianfLevel 1-27 "No More Mr Ice Guy": Move spawn point to...
2010-02-27 florianfYeti: Move start position so Yeti doesn't jump on Tux...
2010-02-27 florianfYeti: In the second phase, drop stalactites in pairs.
2010-02-27 florianfYeti: Give the yeti five lives only.
2010-02-27 florianfLevels 1-15 and 1-22: Add Crystallo where he doesn...
2010-02-27 florianfsupertux/src/badguy/crystallo.cpp: Use MovingSprite...
2010-02-27 florianftiles.strf: Make Crystal cave tiles non-solid.
2010-02-27 florianfChanged the Icy Island worldmap to a linear worldmap...
2010-02-27 florianfSnowman: Spawn the Snowball exactly where the Snowman...
2010-02-27 mathnerd314Possible new Milestone1-like worldmap
2010-02-27 mathnerd314Snowman turns into snowball when stomped.
2010-02-27 mathnerd314Some documentation for physic and what it does
2010-02-27 mathnerd314Slightly more interesting yeti_stalactites.
2010-02-27 mathnerd314Fix for Yeti killing you when he jumps. (probably won...
next