Add explanation to rtl switch to fonts README
[supertux.git] / src / supertux /
2015-03-01 Tobias MarkusRemove bogus assert
2015-03-01 Tobias MarkusPossible fix for expression that's always false
2015-03-01 Tobias MarkusFixing a few cppcheck warnings
2015-02-28 Tobias MarkusRevert "Proposed fix for coverity #29372" because of...
2015-02-28 Tobias MarkusProposed fix for coverity #29372
2015-02-28 Tobias MarkusReplace sq_newslot with sq_createslot where appropriate...
2015-02-27 Tobias MarkusFix coverity #29604
2015-02-27 Tobias MarkusFix coverity #29357
2015-02-24 Tobias MarkusAdd current level to another debug message
2015-02-15 Tobias MarkusFix for coverity #29386
2015-02-14 Tobias MarkusCalculate foremost layer correctly (previous implementa...
2015-02-13 Tobias MarkusFix for uninitialized members
2015-02-05 Tobias MarkusAdding gettext calls to 2 strings in addon manager
2015-02-01 Tobias MarkusPause music when pressing ESC during a level and resume...
2015-01-22 Tobias MarkusUse field width of 9 on sscanf (fixes cppcheck portabil...
2015-01-13 Tobias MarkusCopyright update to 2015
2014-11-27 LMHRemoved 'add_bullet' from Sector, moved bullet checks...
2014-11-23 Tobias MarkusRemoving unused var 'slotfile'
2014-11-23 Tobias Markus[cppcheck] Part 2: Some further style fixes etc.
2014-11-21 Tobias Markus[cppcheck] Part 1: Performance
2014-11-15 LMHNew powerups added to worldmap cheat menu
2014-11-15 LMHCompleted airflower powerup abilities.
2014-11-09 LMHNew powerups added to cheat menu
2014-11-09 LMHBasic code structure to allow for two new powerups
2014-11-01 Tobias MarkusCode quality: Rename variable
2014-10-22 Ingo RuhnkeDisabled confirmation dialog on Quit
2014-10-19 LMHAdded a halloween themed brick covered with cobwebs
2014-10-08 Ingo RuhnkeFixed compiler warning
2014-10-08 Ingo RuhnkeAdded torch code
2014-10-07 Ingo RuhnkeRemoved Kirby badguy code, use simple sprite replacemen...
2014-10-06 Tobias MarkusFixing falling layer for most of the cases
2014-10-06 Tobias MarkusBugfix (use private variable instead of class member)
2014-10-06 Tobias MarkusMore robust way of calculating the falling layer
2014-10-04 Ingo RuhnkeAdded Kirby badguy
2014-10-01 Ingo RuhnkeMerge branch 'feature/smart-ptr'
2014-10-01 Ingo RuhnkeRemoved obsolete comment
2014-10-01 Ingo RuhnkeReplaced ::iterator stuff with auto
2014-10-01 Ingo RuhnkeReplaced Ref and RefCounter with std::shared_ptr<>
2014-08-31 Ingo RuhnkeFixed numerous issues that caused errors in clang
2014-08-30 Ingo RuhnkeChanged default window size from 800x600 to 1280x800
2014-08-29 Ingo RuhnkeFixed resize handling of lightmaps, they are now recrea...
2014-08-28 Ingo RuhnkeRemoved made public variables private in JoystickManage...
2014-08-27 Ingo RuhnkeRemoved some obsolete stuff from supertux/globals.hpp
2014-08-27 Ingo RuhnkeOnly refresh menu items that have been created in the...
2014-08-27 Ingo RuhnkeSplit Controller::PAUSE_MENU into ESCAPE and START...
2014-08-27 Ingo RuhnkeAdded default and cancel button to the Dialog
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 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 RuhnkeAdded ugly workaround for Console crash at startup
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 RuhnkeHooked up progress reporting into the AddonDialog,...
2014-08-26 Ingo RuhnkeAdded AddonDialog and connected it into the whole non...
2014-08-25 Ingo RuhnkeMerge branch 'feature/menu-dialogs'
2014-08-25 Ingo RuhnkeUse same colors for Dialog as for Menu
2014-08-25 Ingo RuhnkeAdded little toy test for Dialog when exiting SuperTux
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 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 RuhnkeSome more AddonManager refactoring
2014-08-25 Ingo RuhnkeFirst round of cleanup up the AddonManager a bit
2014-08-20 Ingo RuhnkeFixed mixup in the config reading that caused keyboard...
2014-08-19 Wolfgang BeckerUpdate keys for cheat menu and console only when items...
2014-08-19 Benjamin Leduchelp menu translation per line
2014-08-19 Ingo RuhnkeMerge branch 'feature/developer-mode'
2014-08-19 Ingo RuhnkeRemoved some remaining empty 'void Menu::check_menu...
2014-08-19 Ingo RuhnkeAdded switch to turn off developer mode to the OptionMenu
2014-08-19 Ingo RuhnkeAdded cheat menu keyboard and joystick bindings, only...
2014-08-19 Ingo RuhnkeAdded --developer option, also Ctrl-F2, which enabled...
2014-08-19 Ingo RuhnkeFixed mixup between Win32's "supertux2" and Linux/MacOS...
2014-08-18 Benjamin Leducallow localization of apple cmd keys
2014-08-18 Ingo RuhnkeSmall improvement to PhysfsSubsystem debug output
2014-08-18 Ingo RuhnkeAdded --datadir/--userdir command line arguments and...
2014-08-18 Ingo RuhnkeCleaned up Physfs/filesystem initialisation
2014-08-18 Ingo RuhnkeMinor cleanup
2014-08-18 Ingo RuhnkeRemoved binreloc support, SDL2 provides that functional...
2014-08-18 Ingo RuhnkeRemoved dependency between CommandLineArguments and...
2014-08-18 Ingo RuhnkeFixed AddonManager load/save of disabled addon files
2014-08-18 Ingo RuhnkeSeparate JoystickConfig out into a separate class that...
2014-08-18 Ingo RuhnkeSeparate KeyboardConfig out into a separate class that...
2014-08-17 Ingo RuhnkeTurned AddonManager into a Currenton
2014-08-17 Ingo RuhnkeMerge branch 'feature/init-cleanup'
2014-08-17 Ingo RuhnkeAdded Scripting class to bundle up all the Squirrel...
2014-08-17 Ingo RuhnkeUse more RAII in initialisation code
2014-08-17 Ingo RuhnkeSplit of the line buffer from Console into ConsoleBuffe...
2014-08-17 Ingo RuhnkeAdded m_ prefixes to Console
2014-08-17 Ingo RuhnkeTurned a lot of other global objects into Currentons
2014-08-17 Ingo RuhnkeMade Console into a Currenton
2014-08-17 Ingo RuhnkeCleaned up VideoSystem initalisation
2014-08-17 Tobias MarkusScale credits background image to whole screen size
2014-08-17 Ingo RuhnkeMade code -Wshadow clean, missed a bunch of issues...
next