Updated addon repository URL and improved debug output on download
[supertux.git] / src / util /
2015-02-11 Tobias MarkusAdd optional lpSecurityAttributes parameter to CreateDi...
2014-10-01 Ingo RuhnkeMerge branch 'feature/smart-ptr'
2014-10-01 Ingo RuhnkeReplaced Ref and RefCounter with std::shared_ptr<>
2014-08-31 Ingo RuhnkeFixed numerous issues that caused errors in clang
2014-08-27 Ingo RuhnkeAdded -Wnon-virtual-dtor and -Wcast-qual warning flags
2014-08-18 Ingo RuhnkeAdded FileSystem::exists(), FileSystem::is_directory...
2014-08-17 Ingo RuhnkeMerge branch 'feature/init-cleanup'
2014-08-17 Ingo RuhnkeMoved global dictionary into gettext.cpp, no need to...
2014-08-17 Ingo RuhnkeSplit of the line buffer from Console into ConsoleBuffe...
2014-08-17 Ingo RuhnkeTurned a lot of other global objects into Currentons
2014-08-17 Ingo RuhnkeMade Console into a Currenton
2014-08-17 Ingo RuhnkeMade code -Wshadow clean, missed a bunch of issues...
2014-08-12 Ingo RuhnkeRemoved trailing whitespace from all *.?pp files
2014-08-11 Ingo RuhnkeMerge branch 'feature/savegame'
2014-08-11 Ingo RuhnkeAdded FileSystem::join("dir", "file") -> "dir/file"
2014-08-11 Ingo RuhnkeOnly clear Currenton pointer when the object is the...
2014-08-11 Ingo RuhnkeMerge branch 'feature/argparse'
2014-08-11 Ingo RuhnkeAdded support for different log levels
2014-08-11 Ingo RuhnkeRemoved unused function prototype
2014-08-11 Ingo RuhnkeUpdated email address, grumbel@gmx.de -> grumbel@gmail.com
2014-08-04 Ingo RuhnkeMerge branch 'feature/c++11'
2014-08-03 Ingo RuhnkeReplaced std::auto_ptr<> with std::unique_ptr<>
2010-04-17 Matt McCutchenSwitch to boost::format for non-trivial substitution...
2010-02-11 Florian ForsterBug 574: Check whether the Console instance still exist...
2010-02-11 Florian Forstersrc/util/reader.[ch]pp: Add "reader_get_layer" ...
2010-01-25 Mathnerd314Console logging is now identical in all builds; warning...
2010-01-24 Mathnerd314Use NDEBUG a bit less.
2009-12-06 Ingo RuhnkeRenamed Rect to Rectf
2009-11-29 Ingo RuhnkeMinor cleanup
2009-11-22 Ingo RuhnkeAdded numeric string compare
2009-11-20 Ingo RuhnkeMoved UTF8Iterator to its own file
2009-11-20 Ingo RuhnkeMoved obstackpp.hpp to util/
2009-11-20 Ingo RuhnkeRemoved "const char*" versions of tinygettext for now...
2009-11-19 Ingo RuhnkeAdded StringUtil class, some small cleanup in World
2009-11-19 Ingo RuhnkeMove some more globals to supertux/globals.hpp
2009-11-19 Tim Goyaplay with CMakeLists.txt compile flags, change from...
2009-11-18 Ingo RuhnkeSwitched from tinygettext/tags/tinygetext-supertux...
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...