Updated copyright header
[supertux.git] / src / addon /
2014-08-25 Ingo RuhnkeUpdated copyright header
2014-08-25 Ingo RuhnkeLarge scale refactor/rewrite of the AddonManager, addin...
2014-08-25 Ingo RuhnkeRemoved unneeded curl includes
2014-08-25 Ingo RuhnkeSome more AddonManager refactoring
2014-08-25 Ingo RuhnkeFirst round of cleanup up the AddonManager a bit
2014-08-18 Ingo RuhnkeFixed AddonManager load/save of disabled addon files
2014-08-17 Ingo RuhnkeTurned AddonManager 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/argparse'
2014-08-11 Ingo RuhnkeFixed compiler warnings due to new loglevel aware log...
2014-08-04 Ingo RuhnkeMerge branch 'feature/c++11'
2014-08-03 Ingo RuhnkeReplaced std::auto_ptr<> with std::unique_ptr<>
2013-10-26 LMH--amend
2013-10-26 LMHAddon manager references a different index to keep...
2013-09-10 LMH--amend
2013-09-10 LMHAddon manager references a different index to keep...
2012-12-20 LMHMove index for addon manager to Google Code
2011-09-28 Wolfgang BeckerMake it compile with 4.6.1.
2010-03-05 Florian Forsteraddon_manager.cpp: Changed add-on URL to supertux.letha...
2009-12-23 Mathnerd314svn:eol-style native + comment fixes
2009-11-20 Ingo RuhnkeUse some more auto_ptr<>
2009-11-18 Ingo RuhnkeReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
2009-11-18 Ingo RuhnkeMinor cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2009-06-21 Wolfgang Beckersnv ignore version.h, add includes for gcc 4.3.3.
2009-06-14 Mathnerd314Random stuff that I should have committed ages ago.
2009-05-03 Mathnerd314* Use overloading in Lisp and Writer
2008-09-24 Mathnerd314Addon include fixes.
2008-09-22 Arvid NorlanderFix curl include paths that were messed up in 5778...
2008-09-19 Mathnerd314more svn:eol-style = native and header fixes
2008-06-12 Ryan FlegelGetting rid of nasty tabs
2008-05-31 Wolfgang Beckeranother include for g++ 4.3
2008-05-18 Matthias Braunfix crash when filename is shorter than extension length
2008-05-11 Christoph SommerStupid copy/paste bug. The archiveDir is, of course...
2008-05-11 Christoph SommerAdd-on Manager rewrite