move over rewritten lispreader from tuxkart (with additional fixes), generalized...
[supertux.git] / src / supertux.cpp
2004-11-28 Matthias Braunmove over rewritten lispreader from tuxkart (with addit...
2004-11-26 Matthias Braunsome cleanups memory leak fixes and moving of source...
2004-11-25 Matthias Braunfix
2004-11-23 Matthias BraunGoodbye gettext, Welcome TinyGetText
2004-11-23 Matthias Braunwe only want localisation for mesages (otherwise parsin...
2004-11-20 Matthias BraunThe BIG COMMIT(tm)
2004-07-26 Tobias GläßerMoved defines.h out of the library and back to src/.
2004-07-25 Tobias Gläßer- Major changes in Setup-API.
2004-07-24 Tobias GläßerSuperTux lib became a bit more independend of SupeTux.
2004-07-20 Tobias Gläßermainly changed #includes to work with the new SuperTux...
2004-07-09 Ricardo CruzAdded worldmap choosing from command-line and menu.
2004-06-28 Ricardo CruzA few changes to make the code ready for the new level...
2004-06-14 Ingo Ruhnke- moved tilemanager into its own class
2004-06-09 Ryan Flegel- did some C++ifying. let's try to follow suit :)
2004-06-09 Ryan Flegel- removed SDL_Flip() line.. was causing a crash on...
2004-06-02 Matthias Braunadded gettext support to autoconf&others and translated...
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-11 Ryan Flegel- added exceptions
2004-05-05 Ricardo CruzMade leveleditor to start in a specific file when ran as:
2004-04-28 Ingo Ruhnke<MatzeB> fixes some remaining memory leaks
2004-04-26 Ingo Ruhnke<MatzeB> -cleanup in resource management functions
2004-04-20 Ingo Ruhnke- added standard copyright header to every file
2004-04-19 Ingo Ruhnke- fixed problem with last_menu not being able to handle...
2004-04-17 Ingo Ruhnke- added load game support for the worldmap
2004-04-11 Ricardo CruzIncluded supertux.h stuff into it.
2004-04-11 Ingo Ruhnke- moved loadshared() to the right point
2004-04-11 Ingo Ruhnke- removed local (un)loadshared() stuff and replaced...
2004-04-11 Ingo Ruhnke- moved some more level_ stuff into the levelclass
2004-04-10 Ingo Ruhnke- turned gameloop into a class, in the hope to reduce...
2004-04-09 Ingo Ruhnke- cleaned up title screen a bit
2004-03-24 Ingo Ruhnke- commited Michael George's config-file patch
2004-03-22 Ingo Ruhnkecommited Matzes Win32 patch
2004-03-19 Ingo Ruhnke- added level starting from command line thingy
2004-03-17 Ingo Ruhnke- renamed *.c to *.cxx