Replace sq_newslot with sq_createslot where appropriate (shorter and does the same...
[supertux.git] / src / supertux / savegame.cpp
2015-02-28 Tobias MarkusReplace sq_newslot with sq_createslot where appropriate...
2014-08-31 Ingo RuhnkeFixed numerous issues that caused errors in clang
2014-08-17 Ingo RuhnkeMerge branch 'feature/init-cleanup'
2014-08-17 Ingo RuhnkeAdded Scripting class to bundle up all the Squirrel...
2014-08-14 Ingo RuhnkeRemoved unneeded code, sq_newslot() will override a...
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 RuhnkeHacked together basic support for Levelset saving
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...