Updated addon repository URL and improved debug output on download
[supertux.git] / src / worldmap / worldmap.hpp
2014-10-01 Ingo RuhnkeMerge branch 'feature/smart-ptr'
2014-10-01 Ingo RuhnkeReplaced Ref and RefCounter with std::shared_ptr<>
2014-08-16 Benjamin LeducMerge branch 'master' of https://code.google.com/p...
2014-08-15 Ingo RuhnkeAdded WorldmapCheatMenu (grow/fire/snow/etc., mark...
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-10 Ingo RuhnkeMerge branch 'feature/menu-cleanup'
2014-08-08 Ingo RuhnkeSwitched from passing pointers around to using numeric...
2014-08-04 Ingo RuhnkeMerge branch 'feature/c++11'
2014-08-03 Ingo RuhnkeReplaced std::auto_ptr<> with std::unique_ptr<>
2014-08-03 Ingo RuhnkeMerge branch 'feature/sdl2'
2014-02-01 Tobias MarkusFix extensive disk I/O when in worldmap (found using...
2013-10-26 LMHAdded ability to define a 'target time' for levels...
2013-09-06 LMHAdded ability to define a 'target time' for levels...
2009-12-24 Mathnerd314- sounds are on both channels
2009-11-21 Ingo RuhnkeRenamed namespaces to all lowercase
2009-11-18 Ingo RuhnkeReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2009-06-13 Mathnerd314* Small miniswig update to use less dependencies
2008-08-21 Ingo RuhnkeqMax <qwiglydee@gmail.com>'s font patch, adds unicode...
2008-02-18 Ingo RuhnkeEd <icelus2k5@gmail.com>'s worldmap teleporter camera...
2008-01-08 Matthias Braunrewrote/refactored tileset handling, tilesets are now...
2007-12-26 Christoph SommerAdded doxygen comments to core game code.
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
2007-04-03 Christoph SommerAllowed multiple solid Tilemaps on a Worldmap
2007-04-03 Christoph SommerExpose Objects on Worldmap in squirrel table "worldmap"
2006-12-30 Wolfgang Beckertuxdev: [ Patch #1727 ] Screen effect interruption...
2006-12-16 Wolfgang BeckerWorldmaps reset ambient light.
2006-11-01 Christoph SommerAddded property to Worldmap Spawnpoint to let Tux autom...
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
2006-06-20 Christoph SommerMore work on Teleporter and SpriteChange /
2006-06-20 Christoph SommerExperiments with new Teleporter Worldmap Tile
2006-04-23 Matthias Braun- Worldmap scripts have their own roottable now (like...
2006-04-23 Matthias Braun- Avoid some expensive SDL_GetTicks() calls
2006-04-19 Matthias Braun2 more evil mainloops are gone
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...