stk-code_catmod/src/modes
hikerstk 067d3daf79 1) Renamed scene to stk_scene (since scene is a namespace in irrlicht).
Note that with irrlicht the scene objects is most likely going to
   be replaced anyway.
2) Removed more snprintf.
3) Removed unused modes from VS project file, added new mode for irrlicht.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@3055 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-01-28 00:38:28 +00:00
..
clock.cpp Cleaned up some unnecessary includes. 2009-01-05 22:51:02 +00:00
clock.hpp Removed minor compiler warnings. 2008-10-09 23:33:14 +00:00
follow_the_leader.cpp 1) Moved more files around. 2009-01-23 05:23:22 +00:00
follow_the_leader.hpp Enabled anvil for FTL races again. 2009-01-08 23:25:19 +00:00
linear_world.cpp 1) Moved more files around. 2009-01-23 05:23:22 +00:00
linear_world.hpp fixed rescuing bugs with lap count (free laps or missing laps) hopefully for good this time. Instead of the previous weak implementation, which substracted laps, this time I just keep a variable of the lap number when the kart was last on a valid sector. Then on rescue I just set back this number of laps - I can't think of any way to trick this system. 2008-12-25 18:49:34 +00:00
standard_race.cpp Moved more files into subdirs. 2009-01-22 22:27:13 +00:00
standard_race.hpp removed most 'herring' names 2008-10-29 15:55:54 +00:00
three_strikes_battle.cpp Moved more files into subdirs. 2009-01-22 22:27:13 +00:00
three_strikes_battle.hpp allow modes to disallow some types of powerups, for instance no anvil should be collected in battle mode... 2008-11-08 02:52:29 +00:00
world.cpp 1) Renamed scene to stk_scene (since scene is a namespace in irrlicht). 2009-01-28 00:38:28 +00:00
world.hpp Moved more files into subdirs. 2009-01-22 22:27:13 +00:00