New grow and skid sounds from remaxim
[supertux.git] / src / world.cpp
2009-05-03 Mathnerd314* Use overloading in Lisp and Writer
2009-03-02 Ingo RuhnkeMinor #include optimization
2008-06-09 Ryan Flegel#303: Typo fixes from mathnerd314
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
2007-12-16 Tim GoyaInitial integration, lots of broken stuff
2007-03-03 Tim GoyaConvert cnames back to .h
2007-03-02 Tim Goyaminimize some #includes and replace with forward decls
2007-02-28 Matthias Braun- Use obstacks for memory allocation for lispfiles...
2007-01-23 Matthias Braun- fix a bunch of msvc warnings (mostly assigning double...
2007-01-08 Christoph SommerEnable loading levels from .zip files in config dir...
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
2006-04-23 Matthias Braun- Avoid some expensive SDL_GetTicks() calls
2006-04-17 Matthias Braunthe boat works now
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-12 Matthias Braun- remove pointless leveltime from world1 levels
2006-04-12 Matthias Braunmore work on worlds
2006-04-11 Matthias Braunseveral bugfixes to squirrel serialisation code, serial...
2006-04-11 Matthias Braunhopefully fixed the crash on exit, keep sectors script...
2006-04-11 Ondřej Hošek* Fixed crasher if world doesn't have a world.nut
2006-04-11 Ondřej Hošek* Some Mac fixes that don't break Linux (inclusion...
2006-04-10 Matthias BraunMajor rewrite of scripting support:
2006-04-09 Christoph SommerMessaging subsystem rewrite, step I
2006-04-07 Matthias Braunrefactored some supertux mainloops
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-27 Ricardo CruzImplemented Tux growing animation.
2004-05-26 Matthias Braunsome cleanups and robustness checks, I added while...
2004-05-25 Matthias Braunmore tuning of badguy activation
2004-05-25 Matthias Braunimplemented autoscrolling and proper camera parsing...
2004-05-24 Matthias Braunmake badguys reappear when scrolling back
2004-05-24 Matthias Braunfixed bug I just introduced
2004-05-24 Matthias Braun-renamed ViewPort to Camera
2004-05-24 Ricardo CruzNew flying platform object.
2004-05-22 Ricardo CruzTux shows arm when firing.
2004-05-21 Matthias Brauneliminated global scroll_x and scroll_y variables
2004-05-20 Matthias Braunfix jerky scrolling
2004-05-20 Matthias Braunfixed bullet problems
2004-05-20 Matthias Braundon't remove trampolines twice
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-20 Matthias Braunconverted player to new object system
2004-05-20 Matthias Braunfixed score display and converted tilemap to a gameobject
2004-05-20 Matthias Braun-Added new object system and converted some GameObjects...
2004-05-19 Ryan Flegel- much nicer scrolling
2004-05-18 Matthias Braunfixed butt jump to work even when up-key is not pressed...
2004-05-18 Ricardo CruzNow the player dies when reaching the bottom of the...
2004-05-17 Ryan Flegel- trampoline stuff
2004-05-16 Ryan Flegel- trampoline stuff
2004-05-16 Ryan Flegel- more game object changes. looks a bit nicer now
2004-05-16 Ryan Flegel- more game object progress
2004-05-16 Ryan Flegel- Made some changes to object code
2004-05-15 Ricardo CruzOnly do vertical scrolling when the height is higher...
2004-05-15 Ricardo CruzCleanup. Also applied the same fix to leveleditor....
2004-05-14 Ryan Flegel- more resolution fixes
2004-05-14 Ryan Flegel- some resolution fixes
2004-05-14 Ryan Flegel- fixed drawing crash
2004-05-14 Ricardo CruzFirst try to switch to 800x600.
2004-05-13 Ricardo CruzMade some checking before the scrolling code, in order...
2004-05-12 Ryan Flegel- fixed crash when hitting badguy with bullet
2004-05-12 Ricardo CruzFire should be working again.
2004-05-12 Ricardo CruzFirst implementation of the ice power.
2004-05-12 Ricardo CruzJust changed the vertical scrolling to the top of the...
2004-05-12 Ricardo CruzSmoother vertical scrolling.
2004-05-12 Ryan Flegel- removed old code
2004-05-11 Ricardo CruzBottom tiles were not being drawn right when vertical...
2004-05-11 Ryan Flegel- fixed vscroll a bit--forgot foreground
2004-05-11 Ryan Flegel- fixed vscroll a bit
2004-05-11 Ricardo CruzCleanups. Basically I made sprites to care about the...
2004-05-11 Ricardo CruzFirst implementation of vertical scrolling.
2004-05-10 Tobias GläßerFixed some TODO-list bugs.
2004-05-10 Ricardo CruzBug fixed. That test was just reading some random memor...
2004-05-10 Ricardo CruzWell, Ingo and Tobias prefer the old shooting behavior...
2004-05-09 Ricardo CruzInstead of limitating the number of bullets, according...
2004-05-08 Ricardo CruzFixes death in modes different than the autoscrolling.
2004-05-07 Ricardo CruzAdded horizontal auto scrolling!
2004-05-06 Ryan Flegel- undid Ricardo's changes
2004-05-06 Ricardo CruzThis should work, i guess...
2004-05-06 Ricardo CruzMade the back scrolling to work in debug mode (and...
2004-05-05 Ryan Flegel- made some backscroll changes.
2004-05-05 Ryan Flegel- fixed scrolling problem when starting from a reset...
2004-05-05 Ricardo CruzJust tuned the X_SPACE, so that Tux position in screen...
2004-05-05 Ryan Flegel- fixed scrolling past level bug
2004-05-05 Ryan Flegel- fixed the part of backscrolling that a broke. Backscr...
2004-05-04 Ryan Flegel- fixed small scrolling bug
2004-05-04 Ricardo CruzRemoved scrolling printf, back scrolling from level...
2004-05-04 Ricardo CruzFixed srolling camera move. Silly me, I forgot about...
2004-05-04 Ricardo CruzAdded a test for a end of level scrolling test...
2004-05-04 Ricardo CruzMade it possible for Tux to be in a position before...
2004-05-03 Ricardo CruzChanged the way the scrolling was calculated. Instead...
2004-05-03 Tobias Gläßerleveleditor related improvements. Added bkgd_speed.
2004-05-03 Ryan Flegel- fixed scrolling bug
2004-05-03 Ricardo CruzAdded back scrolling!
2004-05-02 Tobias Gläßerleveleditor related improvements
2004-05-02 Matthias Braunfixed musicproblems in endgame and fixed multicoinblock...
2004-04-29 Ricardo CruzIn the invincible mode, don't bump/squish enemies,...
2004-04-28 Ingo Ruhnke- memleak fix for my last patch
2004-04-28 Ingo RuhnkeMatzeB: that shoudl fix the cases where you die when...
next