Rudimentary approach at water splash effect for badguys
[supertux.git] / src / supertux / command_line_arguments.cpp
2015-01-22 Tobias MarkusUse field width of 9 on sscanf (fixes cppcheck portabil...
2014-11-23 Tobias Markus[cppcheck] Part 2: Some further style fixes etc.
2014-10-01 Ingo RuhnkeMerge branch 'feature/smart-ptr'
2014-10-01 Ingo RuhnkeReplaced Ref and RefCounter with std::shared_ptr<>
2014-08-30 Ingo RuhnkeChanged default window size from 800x600 to 1280x800
2014-08-19 Benjamin Leduchelp menu translation per line
2014-08-19 Ingo RuhnkeMerge branch 'feature/developer-mode'
2014-08-19 Ingo RuhnkeAdded --developer option, also Ctrl-F2, which enabled...
2014-08-18 Ingo RuhnkeAdded --datadir/--userdir command line arguments and...
2014-08-18 Ingo RuhnkeMinor cleanup
2014-08-18 Ingo RuhnkeRemoved dependency between CommandLineArguments and...
2014-08-12 Ingo RuhnkeAdded missing include to CommandLineArguments
2014-08-11 Ingo RuhnkeMerge branch 'feature/argparse'
2014-08-11 Ingo RuhnkeAdded --debug and --verbose command line arguments
2014-08-11 Ingo RuhnkeMoved argument parsing into CommandLineArguments