Fix level names when language is set to auto-detect
[supertux.git] / src / lisp / parser.cpp
2015-03-01 Tobias MarkusFix level names when language is set to auto-detect
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-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2008-06-12 Ryan FlegelGetting rid of nasty tabs
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-02-28 Matthias Braun- Use obstacks for memory allocation for lispfiles...
2007-01-31 Matthias Braunimprove error handling in lisp parser
2007-01-08 Christoph SommerEnable loading levels from .zip files in config dir...
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...
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-04 Matthias Braun- More work on scripting interface
2005-05-01 Matthias Braun-Started to move stuff from library back to main game