fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / tile_manager.cpp
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
2006-04-14 Matthias Braunsplit worldmap into several files, updates, use SDL_Del...
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-09 Christoph SommerMessaging subsystem rewrite, step I
2006-04-07 Matthias Braunrefactored some supertux mainloops
2006-03-25 Christoph SommerUnified Messaging Subsystem
2006-01-11 Matthias Braunsome startup time debugging, changed skid dust particle...
2005-12-28 Matthias Braunnormalize paths for images so that you can use .. in...
2005-10-17 Ingo Ruhnke- added a more compact form to define tiles
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-07 Marek Moeckelremoved old data and contrib, new files will follow
2005-05-05 Matthias Braunbonusblock is a sprite and not a tile in the new design...
2005-05-04 Matthias Braun- More work on scripting interface
2005-03-25 Matthias BraunHad a bit of time today and worked on supertux:
2004-11-28 Matthias Braunmove over rewritten lispreader from tuxkart (with addit...
2004-11-26 Matthias Braunlazily load tile images to speedup startup times
2004-11-26 Matthias Braunfixed broken 1-time animations in sprites, fixed collis...
2004-11-20 Matthias BraunThe BIG COMMIT(tm)
2004-10-07 Ricardo CruzTwo leveleditor related bug fixes:
2004-08-06 Ricardo CruzReplaced insert() by this cleaner way to add entries.
2004-08-05 Ricardo CruzRemoved commented code.
2004-08-05 Ricardo CruzReplaced the use of a vector for the tiles placement...
2004-07-25 Tobias Gläßer- Major changes in Setup-API.
2004-07-20 Tobias Gläßermainly changed #includes to work with the new SuperTux...
2004-06-14 Ingo Ruhnke- moved tilemanager into its own class