Removed AddonManager::InstallRequest, the data can be hold in the lambda capture...
[supertux.git] / src / addon / addon_manager.hpp
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 RuhnkeLoad/save the Addon enabled/disabled state to the confi...
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 RuhnkeLarge scale refactor/rewrite of the AddonManager, addin...
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
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-05-03 Mathnerd314* Use overloading in Lisp and Writer
2008-09-24 Mathnerd314Addon include fixes.
2008-05-11 Christoph SommerAdd-on Manager rewrite