added inheritance diagram for the gameobjects
[supertux.git] / src / lispreader.cpp
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