Fixing a few cppcheck warnings
[supertux.git] / src / lisp /
2015-03-01 Tobias MarkusRevert "Possible fix for coverity #29375"
2015-02-28 Tobias MarkusPossible fix for coverity #29375
2015-02-23 Tobias MarkusHopefully fix coverity issues
2015-02-22 Tobias MarkusFix compiler errors
2015-02-22 Tobias MarkusFix for coverity #29409 - Use char 0 instead of NULL
2014-11-23 Tobias Markus[cppcheck] Part 2: Some further style fixes etc.
2014-08-17 Ingo RuhnkeMade code -Wshadow clean
2014-08-12 Ingo RuhnkeRemoved trailing whitespace from all *.?pp files
2014-08-03 Mathnerd314Flesh out the intro scene some more.
2014-08-03 Ingo RuhnkeMerge branch 'master' of https://code.google.com/p...
2014-08-03 Ingo RuhnkeFixed compiler warnings
2014-08-03 Ingo RuhnkeMerge branch 'feature/sdl2'
2014-02-02 Tobias MarkusCalling PHYSFS_freeList in destructor
2014-02-02 Tobias MarkusDo not try to get search path every time
2013-07-19 LMHMerge branch 'glow_effects'
2013-05-28 Jann HornLisp parsing tweak: use atoi and strtof instead of...
2010-02-28 Florian Forsterlisp/parser.cpp: Remove a forgotten debug message.
2010-02-28 Florian Forsterlisp/parser.cpp: Use absolute directory when talking...
2010-01-24 Mathnerd314Use NDEBUG a bit less.
2009-11-20 Ingo RuhnkeMoved obstackpp.hpp to util/
2009-11-19 Ingo RuhnkeSwitched from #include "" to #include <> for external...
2009-11-19 Ingo RuhnkeMove some more globals to supertux/globals.hpp
2009-11-18 Ingo RuhnkeSwitched from tinygettext/tags/tinygetext-supertux...
2009-11-18 Ingo RuhnkeSplit physfs/physfs_stream.?pp into multiple files
2009-11-18 Ingo RuhnkeReplaced <c*> headers with <*.h>
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2009-07-26 Mathnerd314*include stdio.h in a couple files for MinGW GCC 4.4.0
2009-05-03 Mathnerd314* Use overloading in Lisp and Writer
2009-05-03 Mathnerd314Fix infinite loop when encountering \r in a string
2009-01-20 Mathnerd314Rewrite of tinygettext's POFileReader to look more...
2008-10-06 Mathnerd314Loads more include and header fixes along with eol...
2008-06-12 Ryan FlegelGetting rid of nasty tabs
2008-06-09 Ryan Flegel#303: Typo fixes from mathnerd314
2008-05-18 Matthias Braundon't abuse exceptiosns for indicating EOF
2008-05-11 Christoph SommerAdd-on Manager rewrite
2008-02-18 Christoph SommerMerged patch for issue 0000298: supertux fails to compi...
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
2007-12-16 Tim GoyaInitial integration, lots of broken stuff
2007-06-24 Christoph SommerAdded menu option to select language
2007-05-27 Matthias Braunremove dead_script_hint, add scripting capabilities...
2007-04-15 Wolfgang BeckerIncreased precision when saving configuration.
2007-03-03 Ingo Ruhnke- added check for 'region' symbol
2007-02-28 Matthias Braun- Use obstacks for memory allocation for lispfiles...
2007-01-31 Matthias Braunimprove error handling in lisp parser
2007-01-23 Matthias Braun- fix a bunch of msvc warnings (mostly assigning double...
2007-01-08 Christoph SommerEnable loading levels from .zip files in config dir...
2006-09-26 chrismDrop CR in string tokens in the Lisp parser
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
2006-04-13 Ondřej HošekMassive copyright update. I'm sorry if I'm crediting...
2006-04-12 Matthias Braunfade out console
2006-04-11 Matthias Braunseveral bugfixes to squirrel serialisation code, serial...
2006-04-11 Matthias Braunmissing include
2006-04-09 Christoph SommerMessaging subsystem rewrite, step I
2006-04-07 Matthias Braunrefactored some supertux mainloops
2006-03-25 Christoph SommerUnified Messaging Subsystem
2005-10-03 Matthias Braun- Reworked Surface class and drawing stuff:
2005-06-26 Matthias Braunrenamed all .h to .hpp
2005-06-07 Matthias Braunsupertux is using physfs now, this simplifies the code...
2005-05-13 Ondřej Hošek* Activated UTF-8 in Lisp parser
2005-05-12 Matthias Braun- Refactored worldmap a bit to reuse GameObject from...
2005-05-06 Matthias Braun- Made miniswig support HSQUIRRELVM arguments (and...
2005-05-04 Matthias Braun- More work on scripting interface
2005-05-01 Matthias Braun-Started to move stuff from library back to main game