Updated addon repository URL and improved debug output on download
[supertux.git] / src / addon / addon_manager.cpp
2015-03-22 Ingo RuhnkeUpdated addon repository URL and improved debug output... master
2015-03-01 Tobias MarkusFixing a few cppcheck warnings
2014-08-26 Ingo RuhnkeMerge branch 'feature/download-non-blocking'
2014-08-26 Ingo RuhnkeMoved abort() and update() calls into TransferStatus...
2014-08-26 Ingo RuhnkeChanged error handling in TransferStatus, then-callback...
2014-08-26 Ingo RuhnkeSave and parse repository index when AddonManager loads
2014-08-26 Ingo RuhnkeRemoved AddonManager::InstallRequest, the data can...
2014-08-26 Ingo RuhnkeUse a chain of callbacks instead of a single one in...
2014-08-26 Ingo RuhnkeImplemented non-blocking download for the repository...
2014-08-26 Ingo RuhnkeAdded then-callback to AddonManager and use the then...
2014-08-26 Ingo RuhnkeAdded AddonDialog and connected it into the whole non...
2014-08-26 Ingo RuhnkeAdded some async code to AddonManager
2014-08-25 Ingo RuhnkeMerge branch 'feature/addon-manager'
2014-08-25 Ingo RuhnkeAdded official addon repository URL back in, downloadin...
2014-08-25 Ingo RuhnkeCatch errors when enabling addons, i.e. when the addon...
2014-08-25 Ingo RuhnkeLoad/save the Addon enabled/disabled state to the confi...
2014-08-25 Ingo RuhnkeRemoved some overly verbose debug output
2014-08-25 Ingo RuhnkeAdded "Nothing New" indicator after check for new packa...
2014-08-25 Ingo RuhnkeKeep proper track of MD5 checksums of addons
2014-08-25 Ingo RuhnkeMake sure that duplicate Addon install requests don...
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-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-11-20 Ingo RuhnkeUse some more auto_ptr<>
2009-11-18 Ingo RuhnkeReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
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-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