Updated addon repository URL and improved debug output on download
[supertux.git] / src / worldmap / tux.cpp
2014-12-18 LMHWoldmap images for earthtux
2014-11-23 Tobias Markus[cppcheck] Part 3: More perf fixes that were missed...
2014-11-15 LMHCompleted airflower powerup abilities.
2014-08-17 Ingo RuhnkeMerge branch 'feature/init-cleanup'
2014-08-17 Ingo RuhnkeTurned a lot of other global objects into Currentons
2014-08-17 Ingo RuhnkeMade code -Wshadow clean, missed a bunch of issues...
2014-08-14 Ingo RuhnkeMerge branch 'feature/savegame'
2014-08-14 Ingo RuhnkeRenamed WorldState to Savegame and implemented basic...
2014-08-14 Ingo RuhnkeMoved Levelset into it's own class, pass WorldState...
2014-08-12 Ingo RuhnkeRemoved trailing whitespace from all *.?pp files
2014-08-11 Ingo RuhnkeUpdated email address, grumbel@gmx.de -> grumbel@gmail.com
2014-08-06 Ingo RuhnkeMerge branch 'feature/gamecontroller'
2014-08-06 Ingo RuhnkeRenamed JoystickKeyboardController to InputManager
2014-08-06 Ingo RuhnkeMoved keyboard code into KeyboardManager class
2013-10-26 LMHWorldmap now supports an additional level sprite action...
2013-09-03 LMHWorldmap now supports an additional level sprite action...
2012-01-31 LMHMerge branch 'lab'
2012-01-31 LMHTux-Worldmap: enabled sprite change for iceflower power...
2010-03-08 Ingo RuhnkePatch for multiple joysticks from const86 <const@mimas.ru>
2009-12-24 Mathnerd314- sounds are on both channels
2009-12-14 Ingo RuhnkeAdded SpritePtr
2009-11-21 Ingo RuhnkeRenamed namespaces to all lowercase
2009-11-18 Ingo RuhnkeAdded supertux/globals.?pp to collect all the random...
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2009-06-13 Mathnerd314* Small miniswig update to use less dependencies
2008-06-12 Ryan FlegelGetting rid of nasty tabs
2008-01-08 Matthias Braunrewrote/refactored tileset handling, tilesets are now...
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
2007-11-18 Christoph SommerDo not skip auto-walk code if player tries to walk...
2007-06-24 Christoph SommerDemoted buggy tilemap data warning to DEBUG level,...
2007-04-03 Christoph SommerAllowed multiple solid Tilemaps on a Worldmap
2007-03-02 Tim Goyaminimize some #includes and replace with forward decls
2007-01-23 Matthias Braun- fix a bunch of msvc warnings (mostly assigning double...
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
2006-06-21 Christoph SommerNew stay_group of SpriteChange objects ensures in_stay_...
2006-06-20 Christoph SommerMore work on Teleporter and SpriteChange /
2006-06-20 Christoph SommerAdded "interactive" Teleporters /
2006-06-20 Christoph SommerExperiments with new Teleporter Worldmap Tile
2006-04-27 Christoph SommerTried enabling keyword substitution for $Id$
2006-04-23 Matthias Braun- Avoid some expensive SDL_GetTicks() calls
2006-04-19 Matthias Braunmore work on worldmap switching
2006-04-17 Christoph SommerRemoved a global variable
2006-04-17 Matthias Braunthe boat works now
2006-04-17 Matthias Braun- Fixed ghostforest vs. ghostwood name
2006-04-14 Matthias Braunsplit worldmap into several files, updates, use SDL_Del...