| 2014-08-25 | 
Ingo Ruhnke | Added mouse support to the Dialog class | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | Added little toy test for Dialog when exiting SuperTux | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | Added callback functions to Dialog | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | Implemented Dialog::draw() | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | Added Rectf::grown(float border) method | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | Renamed MenuManager::current() to MenuManager::current_...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | Added some initial dialog code, doesn't do anything yet | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | Made member variables private and removed friendship...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | Added const some member function qualifiers in Controller | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | Merge branch 'feature/addon-manager' | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | Added official addon repository URL back in, downloadin...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | Renamed "http_url", just "url" | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | Catch errors when enabling addons, i.e. when the addon...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | build-addon-index.py will now build the .zip files...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | Load/save the Addon enabled/disabled state to the confi...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | Removed some overly verbose debug output | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | Added "Nothing New" indicator after check for new packa...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | Fixed MenuEntry id generation in AddonMenu | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | Added script to generate index for addon repository | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | Keep proper track of MD5 checksums of addons | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | Make sure that duplicate Addon install requests don...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | Added check for MD5 and version number to Addon online...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | Updated copyright header | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | Large scale refactor/rewrite of the AddonManager, addin...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | Removed unneeded curl includes | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | Some more AddonManager refactoring | 
commit | commitdiff | tree | snapshot | 
| 2014-08-25 | 
Ingo Ruhnke | First round of cleanup up the AddonManager a bit | 
commit | commitdiff | tree | snapshot | 
| 2014-08-22 | 
Tobias Markus | Disable glbinding debug option | 
commit | commitdiff | tree | snapshot | 
| 2014-08-21 | 
Benjamin Leduc | Update translation just for kidding Sydney | 
commit | commitdiff | tree | snapshot | 
| 2014-08-20 | 
Tobias Markus | Remove link to happypenguin.org. Site has been discontinued | 
commit | commitdiff | tree | snapshot | 
| 2014-08-20 | 
Ingo Ruhnke | Fixed mixup in the config reading that caused keyboard...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-19 | 
Wolfgang Becker | Update keys for cheat menu and console only when items...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-19 | 
Willy Scheibel | Optional glbinding as OpenGL binding | 
commit | commitdiff | tree | snapshot | 
| 2014-08-19 | 
Benjamin Leduc | help menu translation per line | 
commit | commitdiff | tree | snapshot | 
| 2014-08-19 | 
Ingo Ruhnke | Merge branch 'feature/developer-mode' | 
commit | commitdiff | tree | snapshot | 
| 2014-08-19 | 
Ingo Ruhnke | Removed some remaining empty 'void Menu::check_menu...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-19 | 
Ingo Ruhnke | Added switch to turn off developer mode to the OptionMenu | 
commit | commitdiff | tree | snapshot | 
| 2014-08-19 | 
Ingo Ruhnke | Added cheat menu keyboard and joystick bindings, only...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-19 | 
Ingo Ruhnke | Added --developer option, also Ctrl-F2, which enabled...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-19 | 
Ingo Ruhnke | Fixed mixup between Win32's "supertux2" and Linux/MacOS...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-18 | 
Benjamin Leduc | allow localization of apple cmd keys | 
commit | commitdiff | tree | snapshot | 
| 2014-08-18 | 
Ingo Ruhnke | Removed useless Makefile | 
commit | commitdiff | tree | snapshot | 
| 2014-08-18 | 
Ingo Ruhnke | Small improvement to PhysfsSubsystem debug output | 
commit | commitdiff | tree | snapshot | 
| 2014-08-18 | 
Ingo Ruhnke | Added --datadir/--userdir command line arguments and...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-18 | 
Ingo Ruhnke | Cleaned up Physfs/filesystem initialisation | 
commit | commitdiff | tree | snapshot | 
| 2014-08-18 | 
Ingo Ruhnke | Added FileSystem::exists(), FileSystem::is_directory...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-18 | 
Ingo Ruhnke | Minor cleanup | 
commit | commitdiff | tree | snapshot | 
| 2014-08-18 | 
Ingo Ruhnke | Removed binreloc support, SDL2 provides that functional...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-18 | 
Ingo Ruhnke | Removed dependency between CommandLineArguments and...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-18 | 
Ingo Ruhnke | Removed some old .svn related stuff from CMakeLists | 
commit | commitdiff | tree | snapshot | 
| 2014-08-18 | 
Ingo Ruhnke | Fixed AddonManager load/save of disabled addon files | 
commit | commitdiff | tree | snapshot | 
| 2014-08-18 | 
Ingo Ruhnke | Separate JoystickConfig out into a separate class that...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-18 | 
Ingo Ruhnke | Separate KeyboardConfig out into a separate class that...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-18 | 
Ingo Ruhnke | Added m_ prefixes to TextureManager | 
commit | commitdiff | tree | snapshot | 
| 2014-08-18 | 
Ingo Ruhnke | Fixed initialisation order issue in GLVideoSystem | 
commit | commitdiff | tree | snapshot | 
| 2014-08-17 | 
Ingo Ruhnke | Turned AddonManager into a Currenton | 
commit | commitdiff | tree | snapshot | 
| 2014-08-17 | 
Ingo Ruhnke | Merge branch 'feature/init-cleanup' | 
commit | commitdiff | tree | snapshot | 
| 2014-08-17 | 
Ingo Ruhnke | Added Scripting class to bundle up all the Squirrel...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-17 | 
Ingo Ruhnke | Use more RAII in initialisation code | 
commit | commitdiff | tree | snapshot | 
| 2014-08-17 | 
Ingo Ruhnke | Moved global dictionary into gettext.cpp, no need to...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-17 | 
Ingo Ruhnke | Split of the line buffer from Console into ConsoleBuffe...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-17 | 
Ingo Ruhnke | Added m_ prefixes to Console | 
commit | commitdiff | tree | snapshot | 
| 2014-08-17 | 
Ingo Ruhnke | Turned a lot of other global objects into Currentons | 
commit | commitdiff | tree | snapshot | 
| 2014-08-17 | 
Ingo Ruhnke | Made Console into a Currenton | 
commit | commitdiff | tree | snapshot | 
| 2014-08-17 | 
Ingo Ruhnke | Cleaned up VideoSystem initalisation | 
commit | commitdiff | tree | snapshot | 
| 2014-08-17 | 
Tobias Markus | Scale credits background image to whole screen size | 
commit | commitdiff | tree | snapshot | 
| 2014-08-17 | 
Ingo Ruhnke | Made code -Wshadow clean, missed a bunch of issues...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-17 | 
Ingo Ruhnke | Made code -Wshadow clean | 
commit | commitdiff | tree | snapshot | 
| 2014-08-17 | 
Ingo Ruhnke | Added some m_ prefixes to member variables in GLRendere...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-17 | 
Ingo Ruhnke | Added some m_ prefixes to member variables in SDLRender...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-17 | 
Ingo Ruhnke | Added Renderer::start_draw()/end_draw() to fix scale...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-17 | 
Ingo Ruhnke | Moved Block code to block.cpp, was in the wrong file...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-17 | 
Ingo Ruhnke | Made conversion Vector -> Sizef explicit, just to be...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-17 | 
Ingo Ruhnke | Removed some superfluous Vector() calls, source object...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-17 | 
Ingo Ruhnke | Fixed incorrect size in Sprite::draw_part() | 
commit | commitdiff | tree | snapshot | 
| 2014-08-17 | 
Ingo Ruhnke | Render SDL lightmaps at lower resolutions, as specified...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-17 | 
Ingo Ruhnke | Decode letters from argv as UTF-8 in tools/font-generat...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-16 | 
Ingo Ruhnke | Moved all duplicated drawing code from GLLightmap and...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-16 | 
Ingo Ruhnke | Fixed hitboxes/hotspot for WorldMap Tux | 
commit | commitdiff | tree | snapshot | 
| 2014-08-16 | 
Ingo Ruhnke | Merge branch 'feature/surface-scaling' | 
commit | commitdiff | tree | snapshot | 
| 2014-08-16 | 
Ingo Ruhnke | Reenabled TitleScreen border, looks a bit terrible...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-16 | 
Ingo Ruhnke | Changed DrawingContext::draw_surface_part() to handle...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-16 | 
Ingo Ruhnke | Fixed code that broke due to changes to Rectf and Sizef | 
commit | commitdiff | tree | snapshot | 
| 2014-08-16 | 
Ingo Ruhnke | Return size as Sizef instead of Vector in Rectf | 
commit | commitdiff | tree | snapshot | 
| 2014-08-16 | 
Ingo Ruhnke | Added conversion from and to Vector to Sizef | 
commit | commitdiff | tree | snapshot | 
| 2014-08-16 | 
Ingo Ruhnke | Improved markdown syntax so it's more readable on comma...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-16 | 
Benjamin Leduc | Merge branch 'master' of https://code.google.com/p...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-16 | 
Benjamin Leduc | restore mandarine specific symbols | 
commit | commitdiff | tree | snapshot | 
| 2014-08-16 | 
Ingo Ruhnke | Prevent menu calls while another menu is active | 
commit | commitdiff | tree | snapshot | 
| 2014-08-15 | 
Ingo Ruhnke | Added WorldmapCheatMenu (grow/fire/snow/etc., mark...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-15 | 
Ingo Ruhnke | Removed assert(active_item < int(items.size())); as...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-15 | 
Ingo Ruhnke | Removed old Menu::check_menu() and replaced it with...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-15 | 
Ingo Ruhnke | Clear menu stack on MenuManager::set_menu() to avoid...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-15 | 
Ingo Ruhnke | Added simple cheat menu to grow/fire/ice/shrink/.....  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-15 | 
Benjamin Leduc | Translations updates | 
commit | commitdiff | tree | snapshot | 
| 2014-08-15 | 
Benjamin Leduc | Translations updates | 
commit | commitdiff | tree | snapshot | 
| 2014-08-14 | 
Ingo Ruhnke | Reintroduced load_worldmap(), load_level() and save_sta...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-14 | 
Ingo Ruhnke | Fixed compiler warning about missing return | 
commit | commitdiff | tree | snapshot | 
| 2014-08-14 | 
Benjamin Leduc | Merge branch 'master' of https://code.google.com/p...  | 
commit | commitdiff | tree | snapshot | 
| 2014-08-14 | 
Benjamin Leduc | Improve of chiness taiwan and mandarin font | 
commit | commitdiff | tree | snapshot | 
| next |