New grow and skid sounds from remaxim
[supertux.git] / src / level.cpp
2009-05-03 Mathnerd314* Use overloading in Lisp and Writer
2008-10-06 Mathnerd314Loads more include and header fixes along with eol...
2008-05-16 Ryan Flegel#318: Automatically run default.nut for each level...
2008-01-20 Wolfgang BeckerLoad tilemap when level is in old format.
2008-01-08 Matthias Braunrewrote/refactored tileset handling, tilesets are now...
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
2007-03-07 Christoph SommerAdded level properties "contact" and "license"
2007-03-03 Tim GoyaConvert cnames back to .h
2007-02-28 Matthias Braun- Use obstacks for memory allocation for lispfiles...
2007-01-28 Ondřej Hošek* Coins inside boxes are now being counted. (We'll...
2006-08-13 Matthias Braunmore small adjustments from Tron
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
2006-04-26 Matthias Braun- fix debugging functions for killing player
2006-04-19 Matthias Braun2 more evil mainloops are gone
2006-04-18 Christoph SommerStatisticts now also count secret areas found
2006-04-17 Christoph SommerRemoved a global variable
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-03-31 Matthias Braun- Yet another try in the endless quest for perfect...
2006-03-25 Christoph SommerUnified Messaging Subsystem
2006-01-15 Ondřej Hošek* Implemented a way to modify extro parameters as a...
2005-06-26 Matthias Braunrenamed all .h to .hpp
2005-06-07 Matthias Braunsupertux is using physfs now, this simplifies the code...
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
2005-03-25 Matthias BraunHad a bit of time today and worked on supertux:
2004-12-05 Matthias Braunadded/updated some .cvsignores
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 Braunsome cleanups memory leak fixes and moving of source...
2004-11-26 Matthias Braunfixed broken 1-time animations in sprites, fixed collis...
2004-11-25 Matthias Braunmake supertux accepts normal paths on the commandline
2004-11-23 Matthias Braunmake function more robust
2004-11-20 Matthias BraunThe BIG COMMIT(tm)
2004-10-26 Ryan Flegellevel editor patch from Richard
2004-10-25 Ryan Flegel- committed patch from Richard Smith
2004-09-24 Matthias Braunremoved unused function whcih caused compile errors
2004-09-24 Ricardo CruzUploading the level editor I was working on - It isn...
2004-09-21 Ryan Flegel- fixed warnings pointed out by Frank
2004-09-17 Ricardo CruzAdded Total to statistics.
2004-09-14 Ricardo CruzImplemented a statistics system. I believe this feature...
2004-07-20 Tobias Gläßermainly changed #includes to work with the new SuperTux...
2004-07-08 Ricardo CruzI18N:
2004-07-07 Ricardo CruzInstead of setting the level to be flipped from the...
2004-07-07 Ricardo CruzAdded vertical flipping to levels!
2004-06-29 Ricardo CruzChanges:
2004-06-28 Ricardo CruzA few changes to make the code ready for the new level...
2004-06-16 Ingo Ruhnke- moved level subsets into their own file
2004-06-09 Ryan Flegel- fixed memory leak
2004-06-09 Ryan Flegel- did some C++ifying. let's try to follow suit :)
2004-06-02 Ricardo CruzManaged to update the level editor to the new drawing...
2004-05-31 Matthias Braunintroduce a new SoundManager class and merged MusicMana...
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-26 Matthias Braunsome cleanups and robustness checks, I added while...
2004-05-25 Matthias Braunimplemented autoscrolling and proper camera parsing...
2004-05-23 Matthias Braunfix a bug when resizing maps and when saving maps which...
2004-05-23 Matthias Braundefault image changed to arctis.jpg
2004-05-21 Matthias Brauneliminated global scroll_x and scroll_y variables
2004-05-20 Matthias Braun-converted remaining classes to GameObject
2004-05-20 Matthias Braun-changed Level class to save tiles in a big 1 dimension...
2004-05-19 Ricardo CruzLevel's draw_bg() now takes full care of the background...
2004-05-18 Ricardo CruzI think this fixes image background scrolling.
2004-05-17 Ryan Flegel- some trampoline changes
2004-05-17 Ryan Flegel- trampoline stuff
2004-05-16 Ricardo CruzY background scrolling. It should start be drawing...
2004-05-16 Ryan Flegel- more game object progress
2004-05-16 Ryan Flegel- Made some changes to object code
2004-05-16 Ryan Flegel- added support for different types of objects
2004-05-14 Ryan Flegel- more resolution fixes
2004-05-12 Ricardo CruzBreak lines on tiles as requested by Ryan.
2004-05-11 Ricardo CruzFirst step for vertical scrolling stop.
2004-05-10 Tobias GläßerFixed some TODO-list bugs.
2004-05-10 Tobias GläßerFixed bkgd_speed. Objects properties can be edited...
2004-05-07 Ricardo CruzAdded horizontal auto scrolling!
2004-05-06 Ingo Ruhnke- made supertux g++295 friendly
2004-05-03 Tobias Gläßerleveleditor related improvements. Added bkgd_speed.
2004-05-03 Tobias Gläßerleveleditor improvements
2004-05-03 Ricardo CruzFixed the back_scrolling flag as suggested by Michael...
2004-05-03 Ricardo CruzJust changed back_scrolling save syntax.
2004-05-03 Ricardo CruzAdded back scrolling!
2004-04-29 Matthias Braunanother leak fix for the leveleditor
2004-04-29 Matthias Braunfixed some memory leaks in the leveleditor and level...
2004-04-29 Matthias Braun-optimized and cleaned up collision_object_map
2004-04-28 Ingo Ruhnke<MatzeB> my patch fixes another leak in the levelsubset...
2004-04-27 Ingo Ruhnke- added extro support to worldmap, crashes however...
2004-04-26 Ingo Ruhnke- new more bulletprof endsequence code patch from MatzeB
2004-04-26 Ingo Ruhnke<MatzeB> -cleanup in resource management functions
2004-04-25 Ingo Ruhnke- tweaked bullet and endsequence
2004-04-25 Ingo Ruhnke- memleak fix and menu fix from MatzeB
2004-04-25 Ingo Ruhnke-added gradient support for start screens
2004-04-25 Ingo Ruhnke- fixed/changed gradient tags to match with the one...
2004-04-24 Ingo Ruhnke- patch from MatzeB to make music handling easier and...
2004-04-24 Ingo Ruhnke- fixed bug in Menu::check()
2004-04-22 Ricardo CruzApplied MatzeB (Ryan?) patch that fixes crash and also...
2004-04-21 Ingo Ruhnke- music patch from MatzeB, should fix crash on level...
2004-04-21 Ingo Ruhnke- added end-sequence code
next