supertux.git
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-06 Ingo RuhnkeAdded Halloween worldmap
2014-10-05 Ingo RuhnkeAdded Fatbat sprite
2014-10-04 Ingo RuhnkeAdded death sprite for Kirby
2014-10-04 Ingo RuhnkeAdded Kirby badguy
2014-10-04 Ingo RuhnkeAdded some more Halloween tiles
2014-10-04 Ingo RuhnkeMoved "Wrote screenshot..." message from log_debug...
2014-10-02 Ingo RuhnkeSome more Halloween tweaks
2014-10-02 Ingo RuhnkeAdded Halloween decal and fog
2014-10-02 Ingo RuhnkeAdded some tiles variation for halloween, darkened...
2014-10-02 Ingo RuhnkeSwitched from 64x64 back to 32x32 tiling, looks a littl...
2014-10-01 Max Teufel.travis.yml: add fast_finish to matrix, use -j $(nproc...
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-10-01 Ingo RuhnkeAdded experimental Halloween tiles and backgrounds
2014-09-29 Ingo RuhnkeFixed return type foobar in the curl progress callback
2014-09-27 Benjamin Leducmissing file
2014-09-26 Benjamin Leducaddition of appdata
2014-09-25 Benjamin LeducTranslation updates
2014-09-17 Tobias MarkusUsing un-optimized version of liane.
2014-09-17 Tobias MarkusFix grammar mistake in README.md
2014-09-15 Tobias MarkusUpdate CMake requirement to latest version
2014-09-14 Tobias MarkusAll environment variables in one line
2014-09-14 Tobias MarkusUsing variables for version numbers in travis.yml
2014-09-13 Tobias MarkusReset angle before starting kill animation
2014-09-10 Tobias MarkusUsing j5 for all make statements
2014-09-09 Tobias Markus-j4 for all dependencies
2014-09-08 Tobias MarkusRemoving IRC notifications and enabling email notificat...
2014-09-08 Tobias MarkusFixing notifications in travis.yml
2014-09-07 Tobias MarkusRemoving branches from travis.yml
2014-09-07 Tobias MarkusAdding build status to README.md
2014-09-07 Tobias MarkusAdding working .travis.yml file
2014-09-04 Tobias MarkusUpdate requirement about SDL_image to SDL2_image
2014-09-04 Tobias MarkusUpdate requirement about SDL to SDL2
2014-08-31 Ingo RuhnkeFixed format string warning in clang
2014-08-31 Benjamin LeducTranslation updates
2014-08-31 Ingo RuhnkeFixed numerous issues that caused errors in clang
2014-08-31 Ingo RuhnkeReplaced boost::shared_ptr<> with std::shared_ptr<>
2014-08-31 Ingo RuhnkeDisabled -Wlogical-op, as that fails on clang
2014-08-31 Ingo RuhnkeSilenced two compiler warnings
2014-08-30 Ingo RuhnkeConverted tile from grayscale to RGB due to compatibili...
2014-08-30 Ingo RuhnkeChanged default window size from 800x600 to 1280x800
2014-08-29 Ingo RuhnkeDon't clear the keymap when loading from file so that...
2014-08-29 Ingo RuhnkeFixed resize handling of lightmaps, they are now recrea...
2014-08-29 Ingo RuhnkeFixed SDLLightmap::get_light()
2014-08-28 Ingo RuhnkeAdded missing <array> include to addon/downloader.cpp
2014-08-28 Ingo RuhnkeRemoved made public variables private in JoystickManage...
2014-08-27 Ingo RuhnkeSwitched from CURLOPT_XFERINFOFUNCTION back to CURLOPT_...
2014-08-27 Ingo RuhnkeRemoved some obsolete stuff from supertux/globals.hpp
2014-08-27 Ingo RuhnkeDeleted TODO and merged it into supertux.lethargik...
2014-08-27 Ingo RuhnkeAdded -Wnon-virtual-dtor and -Wcast-qual warning flags
2014-08-27 Ingo RuhnkeUpdated the TODO a bit
2014-08-27 Ingo RuhnkeOnly refresh menu items that have been created in the...
2014-08-27 Ingo RuhnkeFixed Controller enum to string conversion
2014-08-27 Ingo RuhnkeMade Menu::get_item_by_id(int id) error message sligthl...
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 RuhnkeA first try at error handling in the Downloader
2014-08-26 Ingo RuhnkeSave and parse repository index when AddonManager loads
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 RuhnkeRemoved AddonManager::InstallRequest, the data can...
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 RuhnkeHandle all numeric characters as fixed width, even...
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 RuhnkeAdded then-callback to AddonManager and use the then...
2014-08-26 Ingo RuhnkeAdded file writing and then-callback to Downloader
2014-08-26 Ingo RuhnkeImplemented delayed destruction of Dialog in MenuManage...
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 RuhnkeReplaced fancy C++11 lambda with old style static funct...
2014-08-26 Ingo RuhnkeAdded AddonDialog and connected it into the whole non...
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 Tobias MarkusAdding note about optional glbinding dependency and...
2014-08-25 Ingo RuhnkeAdded cURL to the list of dependecies
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 mouse support to the Dialog class
2014-08-25 Ingo RuhnkeAdded little toy test for Dialog when exiting SuperTux
2014-08-25 Ingo RuhnkeAdded callback functions to Dialog
2014-08-25 Ingo RuhnkeImplemented Dialog::draw()
2014-08-25 Ingo RuhnkeAdded Rectf::grown(float border) method
2014-08-25 Ingo RuhnkeRenamed MenuManager::current() to MenuManager::current_...
2014-08-25 Ingo RuhnkeAdded some initial dialog code, doesn't do anything yet
2014-08-25 Ingo RuhnkeMade member variables private and removed friendship...
2014-08-25 Ingo RuhnkeAdded const some member function qualifiers in Controller
2014-08-25 Ingo RuhnkeMerge branch 'feature/addon-manager'
2014-08-25 Ingo RuhnkeAdded official addon repository URL back in, downloadin...
next