Adding gettext calls to 2 strings in addon manager
[supertux.git] / src / supertux / menu / addon_menu.cpp
2015-02-05 Tobias MarkusAdding gettext calls to 2 strings in addon manager
2014-08-26 Ingo RuhnkeMerge branch 'feature/download-non-blocking'
2014-08-26 Ingo RuhnkeChanged error handling in TransferStatus, then-callback...
2014-08-26 Ingo RuhnkeWait for an explicit "Close" by the user instead of...
2014-08-26 Ingo RuhnkeRenamed AddonDialog to DownloadDialog, as it isn't...
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 RuhnkeMade AddonDialog output some prettier text, installatio...
2014-08-26 Ingo RuhnkeRemoved AddonMenu sorting code, since Addons are order...
2014-08-26 Ingo RuhnkeAdded AddonDialog and connected it into the whole non...
2014-08-25 Ingo RuhnkeMerge branch 'feature/addon-manager'
2014-08-25 Ingo RuhnkeAdded "Nothing New" indicator after check for new packa...
2014-08-25 Ingo RuhnkeFixed MenuEntry id generation in AddonMenu
2014-08-25 Ingo RuhnkeKeep proper track of MD5 checksums of addons
2014-08-25 Ingo RuhnkeAdded check for MD5 and version number to Addon online...
2014-08-25 Ingo RuhnkeLarge scale refactor/rewrite of the AddonManager, addin...
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-16 Benjamin LeducMerge branch 'master' of https://code.google.com/p...
2014-08-15 Ingo RuhnkeRemoved old Menu::check_menu() and replaced it with...
2014-08-12 Ingo RuhnkeRemoved trailing whitespace from all *.?pp files
2014-08-11 Ingo RuhnkeUpdated email address, grumbel@gmx.de -> grumbel@gmail.com
2014-01-24 LMHRevert "Speed improvement: Moving check online to diffe...
2014-01-24 Tobias MarkusSpeed improvement: Moving check online to different...
2014-01-03 LMHRevert "Speed improvement: Moving check online to diffe...
2013-12-15 Tobias MarkusSpeed improvement: Moving check online to different...
2013-08-12 Tobias MarkusStrings in the addon manager can now be translated...
2009-11-21 Ingo RuhnkeRenamed namespaces to all lowercase
2009-11-19 Ingo RuhnkeMove some code from TitleScreen to AddonMenu
2009-11-19 Ingo RuhnkeMove all Menus into separate classes