supertux.git
2014-08-16 Ingo RuhnkeImproved markdown syntax so it's more readable on comma...
2014-08-16 Benjamin LeducMerge branch 'master' of https://code.google.com/p...
2014-08-16 Benjamin Leducrestore mandarine specific symbols
2014-08-16 Ingo RuhnkePrevent menu calls while another menu is active
2014-08-15 Ingo RuhnkeAdded WorldmapCheatMenu (grow/fire/snow/etc., mark...
2014-08-15 Ingo RuhnkeRemoved assert(active_item < int(items.size())); as...
2014-08-15 Ingo RuhnkeRemoved old Menu::check_menu() and replaced it with...
2014-08-15 Ingo RuhnkeClear menu stack on MenuManager::set_menu() to avoid...
2014-08-15 Ingo RuhnkeAdded simple cheat menu to grow/fire/ice/shrink/.....
2014-08-15 Benjamin LeducTranslations updates
2014-08-15 Benjamin LeducTranslations updates
2014-08-14 Ingo RuhnkeReintroduced load_worldmap(), load_level() and save_sta...
2014-08-14 Ingo RuhnkeFixed compiler warning about missing return
2014-08-14 Benjamin LeducMerge branch 'master' of https://code.google.com/p...
2014-08-14 Benjamin LeducImprove of chiness taiwan and mandarin font
2014-08-14 Tobias MarkusRemove SDL 1.3 from TODO list (done with update to...
2014-08-14 Ingo RuhnkeRemoved unneeded code, sq_newslot() will override a...
2014-08-14 Ingo RuhnkeGenerator some new chinese fonts, just normal sized...
2014-08-14 Ingo RuhnkeRemoved space from zh-white.stf letter list
2014-08-14 Ingo RuhnkeAdded lots of command line options to font-generator.py
2014-08-14 Ingo RuhnkeMerge branch 'feature/savegame'
2014-08-14 Ingo RuhnkeFill the savegame with all levels from a levelset on...
2014-08-14 Ingo RuhnkeRemoved erroneous sq_pop(), in Squirrel3 sq_deleteslot...
2014-08-14 Ingo RuhnkeReplaced deprecated sq_createslot() with sq_newslot()
2014-08-14 Ingo RuhnkeRemoved useless comment
2014-08-14 Ingo RuhnkeHacked together basic support for Levelset saving
2014-08-14 Ingo RuhnkeRenamed GameManager::start_game() to GameManager::start...
2014-08-14 Ingo RuhnkeFixed state table creation issue on loading a savegame
2014-08-14 Ingo RuhnkeSome initial work on getting load/save working for...
2014-08-14 Ingo RuhnkeRenamed WorldState to Savegame and implemented basic...
2014-08-14 Ingo RuhnkeMoved Levelset into it's own class, pass WorldState...
2014-08-14 Ingo RuhnkeRemoved load/save functions from scripting interface
2014-08-14 Ingo RuhnkeRemoved "data/levels/world1/world.nut", as all the...
2014-08-14 Ingo RuhnkeFixed compiler warning in Squirrel
2014-08-13 Ingo RuhnkeFixed crash due to DrawingRequestData being cast to...
2014-08-13 Tobias MarkusRevert "Correctly scale ice border / frame to screen...
2014-08-13 Tobias MarkusFix persistent memory leak in GameSession::get_demo_ran...
2014-08-13 Tobias MarkusCorrectly scale ice border / frame to screen size,...
2014-08-13 Tobias MarkusFix for SDL double-reporting display modes
2014-08-13 Tobias MarkusUpdating comment to replace svnversion with git
2014-08-13 Ingo RuhnkeA few quick hacks to get the Squirrel debugger sqdbg...
2014-08-12 Ingo RuhnkeAdded primitive font generator
2014-08-12 Tobias MarkusFixes to sq_setprintfunc due to Squirrel API changes
2014-08-12 Tobias MarkusUpdate to Squirrel 3.0.6
2014-08-12 Ingo RuhnkeFixed SDL gradient renderer not drawing anything if...
2014-08-12 Ingo RuhnkeUse std::unique_ptr<> throughout the audio system
2014-08-12 Benjamin Leducrestore mandarine specific symbols
2014-08-12 Tobias MarkusBetter fix for crash when selecting back
2014-08-12 Tobias MarkusFixing a failing when there are no menu items
2014-08-12 Tobias MarkusPossibly fix problems with a git modification being...
2014-08-12 Ingo RuhnkeRemoved trailing whitespace from all *.?pp files
2014-08-12 Ingo RuhnkeMerge branch 'feature/memoryleaks'
2014-08-12 Ingo RuhnkeFixed memory leaks in TileManager
2014-08-12 Ingo RuhnkeDelete dictionary_manager at the end of Main::run()
2014-08-12 Ingo RuhnkeFixed memory leak in ObjectFactory
2014-08-12 Ingo RuhnkeFixed memory leak in TextureManager, surfaces didn...
2014-08-12 Ingo RuhnkeMoved some declarations from drawing_requests.hpp to...
2014-08-12 Ingo RuhnkeFixed memory leak in DrawingContext
2014-08-12 Ingo RuhnkeAdded missing include to CommandLineArguments
2014-08-12 Ingo RuhnkeChanged order of initialisation, so that tinygettext...
2014-08-12 Ingo RuhnkeAdded missing includes to Squirrel and SuperTux to...
2014-08-12 Ingo RuhnkeMerge branch 'feature/screenmanager'
2014-08-12 Ingo RuhnkeRewrote ScreenManager push/pop handling again, should...
2014-08-12 Ingo RuhnkeRewrote logic of ScreenManager to handle ScreenManager...
2014-08-12 Ingo RuhnkeMinor cleanup in ScreenManager
2014-08-12 Ingo RuhnkeMoved some joystick related messages into log_debug...
2014-08-11 Ingo RuhnkeTurned DrawingEffect into a proper bitset, used to...
2014-08-11 Ingo RuhnkeGutted SDLSurfaceData, as it doesn't really need to...
2014-08-11 Ingo RuhnkeMerge branch 'feature/savegame'
2014-08-11 Ingo RuhnkeMoved some state handling code into WorldState, sort...
2014-08-11 Ingo RuhnkeMoved TitleScreen::get_level_name() into GameManager...
2014-08-11 Ingo RuhnkeFurther filename untangling in World class
2014-08-11 Ingo RuhnkeAdded FileSystem::join("dir", "file") -> "dir/file"
2014-08-11 Ingo RuhnkeCleaned up the file handling in World, Worlds are now...
2014-08-11 Ingo RuhnkeMoved savegame name generation into World class and...
2014-08-11 Ingo RuhnkeOnly clear Currenton pointer when the object is the...
2014-08-11 Ingo RuhnkeMinor cleanup in World, replaced global scripting:...
2014-08-11 Ingo RuhnkeMoved World loading into a factory method World::load()
2014-08-11 Ingo RuhnkeAdded some m_ prefixes and made variables private in...
2014-08-11 Ingo RuhnkeDisabled -Wabi in CMakeLists.txt
2014-08-11 Ingo RuhnkeCleaned up the World class a bit
2014-08-11 Ingo RuhnkeMerge branch 'feature/argparse'
2014-08-11 Ingo RuhnkeAdded --debug and --verbose command line arguments
2014-08-11 Ingo RuhnkeFixed compiler warnings due to new loglevel aware log...
2014-08-11 Ingo RuhnkeAdded support for different log levels
2014-08-11 Ingo RuhnkeAdded another note about comments to CODINGSTYLE
2014-08-11 Ingo RuhnkeMoved argument parsing into CommandLineArguments
2014-08-11 Ingo RuhnkeRemoved unused function prototype
2014-08-11 Ingo RuhnkeUpdated email address, grumbel@gmx.de -> grumbel@gmail.com
2014-08-11 Ingo RuhnkeAdded missing include to trigger/door.cpp, fixes 0000866
2014-08-11 Ingo RuhnkeReduced texture from 1024x1024 to 128x128, no need...
2014-08-10 Ingo RuhnkeCODINGSTYLE: avoid spaces at the end of lines
2014-08-10 Ingo RuhnkeAdded rule to name variables m_*/g_*/s_* to CODINGSTYLE...
2014-08-10 Ingo RuhnkeMade WARNING build option usable again
2014-08-10 Ingo RuhnkeMerge branch 'feature/menu-cleanup'
2014-08-10 Ingo RuhnkeClear menu stack when changing languages to force recre...
2014-08-10 Ingo RuhnkeDisplay number of solved levels in ContribMenu, kind...
2014-08-10 Ingo RuhnkeHighlight the currently active profile in ProfileMenu
2014-08-10 Ingo RuhnkeLoad and save current profile to config file
2014-08-10 Ingo RuhnkeRemoved unimplemented "Profiles on Startup"
next