Revert ca83136
[supertux.git] / src / addon / downloader.hpp
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 RuhnkeA first try at error handling in the Downloader
2014-08-26 Ingo RuhnkeUse a chain of callbacks instead of a single one in...
2014-08-26 Ingo RuhnkeAdded file writing and then-callback to Downloader
2014-08-26 Ingo RuhnkeAdded some async code to AddonManager
2014-08-26 Ingo RuhnkeAdded slightly cleaner way to communicate TransferStatus
2014-08-26 Ingo RuhnkeSome initial code to get Downloader non-blocking
2014-08-25 Ingo RuhnkeMerge branch 'feature/addon-manager'
2014-08-25 Ingo RuhnkeUpdated copyright header
2014-08-25 Ingo RuhnkeSome more AddonManager refactoring