Apparently C++ doesn't automatically convert from std::string to const char*...
[supertux.git] / src / supertux / world.cpp
2010-03-03 mathnerd314Apparently C++ doesn't automatically convert from std...
2010-03-03 mathnerd314Check that savegame exists before trying to load it.
2010-03-03 mathnerd314someone forgot a ! in world.cpp...
2010-01-30 florianfBug 541: Version-sort the level filenames.
2009-12-24 mathnerd314- sounds are on both channels
2009-11-21 grumbelRenamed namespaces to all lowercase
2009-11-19 grumbelAdded StringUtil class, some small cleanup in World
2009-11-19 grumbelRenamed MainLoop to ScreenManager
2009-11-19 grumbelRenamed MainLoop to ScreenManager
2009-11-18 grumbelReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
2009-11-18 grumbelSplit physfs/physfs_stream.?pp into multiple files
2009-11-17 grumbelMore -Weffc++ cleanup
2009-11-17 grumbelMerged changes from branches/supertux-milestone2-grumbe...