Damn strlen() crashes when NULL is passed. Fixed.
[supertux.git] / src / lispreader.cpp
2004-07-12 Ricardo CruzDamn strlen() crashes when NULL is passed. Fixed.
2004-07-09 Ricardo CruzFixed crash when LANG system's variable is not defined.
2004-07-08 Ricardo CruzI18N:
2004-07-07 Ricardo CruzFixed the translating of the shown text files.
2004-07-07 Ricardo CruzAdded support for data files internationalization by...
2004-06-29 Matthias Braunuse a more efficient datastructure in lisp_free
2004-06-28 Matthias Braunchanged lisp_free to an iterative algorithm
2004-06-15 Ingo Ruhnke- change subimage loading syntax to be more usefull...
2004-06-09 Ryan Flegel- did some C++ifying. let's try to follow suit :)
2004-05-31 Matthias Braunbig refactoring of level and world class. A level is...
2004-05-30 Matthias Braun-Changed drawing model. Everything is handled through...
2004-05-20 Matthias Braun-changed Level class to save tiles in a big 1 dimension...
2004-05-11 Ryan Flegel- added exceptions
2004-05-03 Tobias Gläßerleveleditor related improvements. Added bkgd_speed.
2004-04-26 Ingo Ruhnke- removed st_abort() from lisp reader, client code...
2004-04-26 Ingo Ruhnke<MatzeB> -cleanup in resource management functions
2004-04-25 Ingo Ruhnke- memleak fix and menu fix from MatzeB
2004-04-25 Ricardo CruzOoops, did a mistake. Fixed by Arkadiusz Miskiewicz.
2004-04-25 Ricardo CruzJust made lispreader to send an error message to stderr...
2004-04-03 Tobias Gläßerlots of improvements all over the code.
2004-03-26 Ingo Ruhnke- added some error checking, so that we get more useful...
2004-03-25 Ingo Ruhnke- added alternative (more flexible) way to define badgu...
2004-03-22 Ingo Ruhnke- added read_string_vector
2004-03-21 Ingo Ruhnke- replaced a few char* with std::string
2004-03-20 Ingo Ruhnke- removed dependency on gzungetc
2004-03-20 Ingo Ruhnke- added zlib support to lispreader
2004-03-20 Tobias Gläßernew level-format, many changes to level-related stuff
2004-03-19 Ingo Ruhnke- added read_string and read_int_vector to LispReader
2004-03-18 Ricardo Cruzuse #include "lispreader.h" , instead of #include ...
2004-03-17 Tobias Gläßermerged lispreader with Ingo Ruhnke's Construo LispReade...
2004-03-17 Ingo Ruhnke- renamed *.c to *.cxx