Proposed fix for coverity #29372
[supertux.git] / src / supertux / console.cpp
2015-02-28 Tobias MarkusProposed fix for coverity #29372
2014-11-23 Tobias Markus[cppcheck] Part 2: Some further style fixes etc.
2014-11-21 Tobias Markus[cppcheck] Part 1: Performance
2014-08-26 Ingo RuhnkeMerge branch 'feature/download-non-blocking'
2014-08-26 Ingo RuhnkeAdded ugly workaround for Console crash at startup
2014-08-17 Ingo RuhnkeMerge branch 'feature/init-cleanup'
2014-08-17 Ingo RuhnkeAdded Scripting class to bundle up all the Squirrel...
2014-08-17 Ingo RuhnkeSplit of the line buffer from Console into ConsoleBuffe...
2014-08-17 Ingo RuhnkeAdded m_ prefixes to Console
2014-08-17 Ingo RuhnkeMade Console into a Currenton
2014-08-17 Ingo RuhnkeMade code -Wshadow clean, missed a bunch of issues...
2014-08-12 Ingo RuhnkeRemoved trailing whitespace from all *.?pp files
2014-08-03 Mathnerd314Merge branch 'master' of https://code.google.com/p...
2014-08-03 Ingo RuhnkeMerge branch 'master' of https://code.google.com/p...
2014-08-03 Ingo RuhnkeMerge branch 'feature/sdl2'
2014-01-24 LMHSome minor code cleanup resulting from a user running...
2013-11-07 LMHSome minor code cleanup resulting from a user running...
2013-08-24 Benjamin Leduc modified: CMakeLists.txt
2010-01-25 Mathnerd314Console logging is now identical in all builds; warning...
2009-12-14 Ingo RuhnkeAdded FontPtr
2009-12-13 Ingo RuhnkeMore use of SurfacePtr
2009-11-21 Ingo RuhnkeReplaced .reset(new Surface()) with a factory method
2009-11-21 Ingo RuhnkeRenamed namespaces to all lowercase
2009-11-18 Ingo RuhnkeAdded supertux/globals.?pp to collect all the random...
2009-11-18 Ingo RuhnkeSplit physfs/physfs_stream.?pp into multiple files
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup, almost done
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...