2014-08-31 |
Ingo Ruhnke | Fixed format string warning in clang |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Benjamin Leduc | Translation updates |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Ingo Ruhnke | Fixed numerous issues that caused errors in clang |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Ingo Ruhnke | Replaced boost::shared_ptr<> with std::shared_ptr<> |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Ingo Ruhnke | Disabled -Wlogical-op, as that fails on clang |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Ingo Ruhnke | Silenced two compiler warnings |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Ingo Ruhnke | Converted tile from grayscale to RGB due to compatibili... |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Ingo Ruhnke | Changed default window size from 800x600 to 1280x800 |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Ingo Ruhnke | Don't clear the keymap when loading from file so that... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Ingo Ruhnke | Fixed resize handling of lightmaps, they are now recrea... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Ingo Ruhnke | Fixed SDLLightmap::get_light() |
commit | commitdiff | tree | snapshot |
2014-08-28 |
Ingo Ruhnke | Added missing <array> include to addon/downloader.cpp |
commit | commitdiff | tree | snapshot |
2014-08-28 |
Ingo Ruhnke | Removed made public variables private in JoystickManage... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Ingo Ruhnke | Switched from CURLOPT_XFERINFOFUNCTION back to CURLOPT_... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Ingo Ruhnke | Removed some obsolete stuff from supertux/globals.hpp |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Ingo Ruhnke | Deleted TODO and merged it into supertux.lethargik... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Ingo Ruhnke | Added -Wnon-virtual-dtor and -Wcast-qual warning flags |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Ingo Ruhnke | Updated the TODO a bit |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Ingo Ruhnke | Only refresh menu items that have been created in the... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Ingo Ruhnke | Fixed Controller enum to string conversion |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Ingo Ruhnke | Made Menu::get_item_by_id(int id) error message sligthl... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Ingo Ruhnke | Split Controller::PAUSE_MENU into ESCAPE and START... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Ingo Ruhnke | Added default and cancel button to the Dialog |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Ingo Ruhnke | Merge branch 'feature/download-non-blocking' |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Ingo Ruhnke | Moved abort() and update() calls into TransferStatus... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Ingo Ruhnke | Changed error handling in TransferStatus, then-callback... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Ingo Ruhnke | A first try at error handling in the Downloader |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Ingo Ruhnke | Save and parse repository index when AddonManager loads |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Ingo Ruhnke | Wait for an explicit "Close" by the user instead of... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Ingo Ruhnke | Renamed AddonDialog to DownloadDialog, as it isn't... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Ingo Ruhnke | Removed AddonManager::InstallRequest, the data can... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Ingo Ruhnke | Use a chain of callbacks instead of a single one in... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Ingo Ruhnke | Implemented non-blocking download for the repository... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Ingo Ruhnke | Handle all numeric characters as fixed width, even... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Ingo Ruhnke | Added ugly workaround for Console crash at startup |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Ingo Ruhnke | Made AddonDialog output some prettier text, installatio... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Ingo Ruhnke | Added then-callback to AddonManager and use the then... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Ingo Ruhnke | Added file writing and then-callback to Downloader |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Ingo Ruhnke | Implemented delayed destruction of Dialog in MenuManage... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Ingo Ruhnke | Removed AddonMenu sorting code, since Addons are order... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Ingo Ruhnke | Hooked up progress reporting into the AddonDialog,... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Ingo Ruhnke | Replaced fancy C++11 lambda with old style static funct... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Ingo Ruhnke | Added AddonDialog and connected it into the whole non... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Ingo Ruhnke | Added some async code to AddonManager |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Ingo Ruhnke | Added slightly cleaner way to communicate TransferStatus |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Ingo Ruhnke | Some initial code to get Downloader non-blocking |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Tobias Markus | Adding note about optional glbinding dependency and... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Ingo Ruhnke | Added cURL to the list of dependecies |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Ingo Ruhnke | Merge branch 'feature/menu-dialogs' |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Ingo Ruhnke | Use same colors for Dialog as for Menu |
commit | commitdiff | tree | snapshot |
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 |
next |