stk-code_catmod/src
hikerstk 01a9f73b54 Started adding powerup functionality to irrlicht port.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@3223 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-03-12 00:57:00 +00:00
..
audio Fixing all remaining "executable" flags. 2009-02-27 02:54:25 +00:00
bullet More EOL prop setting and fixing of files with mixed EOLs. 2009-03-01 00:46:47 +00:00
challenges Fixing all remaining "executable" flags. 2009-02-27 02:54:25 +00:00
enet Applied Yann's patch to allow to build STK in different build 2008-11-20 01:35:07 +00:00
graphics Start adding support for physical objects (e.g. road cone). 2009-03-11 05:10:56 +00:00
gui Started adding powerup functionality to irrlicht port. 2009-03-12 00:57:00 +00:00
ide updated STK build system to work with irrlicht on mac. nothing should be broken on other systems hopefully 2009-03-05 21:05:26 +00:00
io Start adding support for physical objects (e.g. road cone). 2009-03-11 05:10:56 +00:00
items Started adding powerup functionality to irrlicht port. 2009-03-12 00:57:00 +00:00
karts Started adding powerup functionality to irrlicht port. 2009-03-12 00:57:00 +00:00
lisp Irrlicht only: 2009-02-17 02:57:28 +00:00
modes Update to irrlicht only, non-irrlicht part should be unchanged. 2009-02-10 05:30:59 +00:00
network Fixing all remaining "executable" flags. 2009-02-27 02:54:25 +00:00
physics Started adding powerup functionality to irrlicht port. 2009-03-12 00:57:00 +00:00
replay Added README to indicate that those files are not used atm. 2009-01-27 02:27:26 +00:00
robots Fixing all remaining "executable" flags. 2009-02-27 02:54:25 +00:00
tracks Start adding support for physical objects (e.g. road cone). 2009-03-11 05:10:56 +00:00
utils Start adding support for physical objects (e.g. road cone). 2009-03-11 05:10:56 +00:00
windows_installer Fixing all remaining "executable" flags. 2009-02-27 02:54:25 +00:00
actionmap.cpp 1) When selecting player input options, the axis that is 2008-12-31 00:06:55 +00:00
actionmap.hpp 1) When selecting player input options, the axis that is 2008-12-31 00:06:55 +00:00
callback_manager.cpp Start adding support for physical objects (e.g. road cone). 2009-03-11 05:10:56 +00:00
callback_manager.hpp 1) Applied Jonan's patch to fix the layout for many files. 2009-01-22 12:02:40 +00:00
callback.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
Doxyfile Some updates to doxyfile (mostly to support subdirs). 2008-11-20 02:12:47 +00:00
explosion.cpp 1) Renamed scene to stk_scene (since scene is a namespace in irrlicht). 2009-01-28 00:38:28 +00:00
explosion.hpp added strike sound when a bowling ball hits a kart 2008-12-03 16:28:32 +00:00
file_manager.cpp Start adding support for physical objects (e.g. road cone). 2009-03-11 05:10:56 +00:00
file_manager.hpp More EOL prop setting and fixing of files with mixed EOLs. 2009-03-01 00:46:47 +00:00
grand_prix_data.cpp Applied Frederik Himpe's patch to support -Werror=format-security. 2009-02-18 22:56:48 +00:00
grand_prix_data.hpp some debug code to try to fix an elusive bug on IRC 2009-01-26 22:47:44 +00:00
grand_prix_manager.cpp Moved more files into subdirs. 2009-01-22 22:27:13 +00:00
grand_prix_manager.hpp 1) Bugfix: GP were not locked. 2008-07-29 05:38:30 +00:00
highscore_manager.cpp Applied Frederik Himpe's patch to support -Werror=format-security. 2009-02-18 22:56:48 +00:00
highscore_manager.hpp started highscores refactor, also fixing them (they had been broken during the world refactor) 2008-09-23 01:16:50 +00:00
highscores.cpp Bugfix: ostringstream wasn't cleared between calls. 2009-01-28 04:12:16 +00:00
highscores.hpp started highscores refactor, also fixing them (they had been broken during the world refactor) 2008-09-23 01:16:50 +00:00
history.cpp Moved more files into subdirs. 2009-01-22 22:27:13 +00:00
history.hpp Moved Vec3 and Coord into utils subdir. 2008-12-01 22:43:50 +00:00
input.hpp User configuration now stores the last used input configuration for each 2009-01-04 23:03:37 +00:00
isect.cpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
isect.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
loader.cpp Irrlicht only: Added preliminary support for reading materials.xml files 2009-02-27 00:15:09 +00:00
loader.hpp Irrlicht only: Added preliminary support for reading materials.xml files 2009-02-27 00:15:09 +00:00
main_loop.cpp Irrlicht only: Added preliminary support for reading materials.xml files 2009-02-27 00:15:09 +00:00
main_loop.hpp Added support (incl. gui) to change the menu background 2009-01-12 12:29:31 +00:00
main.cpp Irrlicht only: Added preliminary support for reading materials.xml files 2009-02-27 00:15:09 +00:00
Makefile.am Updated makefile to support irrlicht (should have been part of commit 2009-03-05 04:32:45 +00:00
material_manager.cpp Start adding support for physical objects (e.g. road cone). 2009-03-11 05:10:56 +00:00
material_manager.hpp Irrlicht only: Added preliminary support for reading materials.xml files 2009-02-27 00:15:09 +00:00
material.cpp Start adding support for physical objects (e.g. road cone). 2009-03-11 05:10:56 +00:00
material.hpp Start adding support for physical objects (e.g. road cone). 2009-03-11 05:10:56 +00:00
no_copy.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
player.hpp Added most of the messages, menu's are mostly synchronised now. 2008-09-07 14:09:52 +00:00
race_manager.cpp 1) Renamed scene to stk_scene (since scene is a namespace in irrlicht). 2009-01-28 00:38:28 +00:00
race_manager.hpp made end-of-screen results GUI human-readable in Grands Prix (before it was just a bunch of numbers, some of which didn't make sense to show) first part of this comnmit accidentally committed in previous commit 2008-12-25 18:16:49 +00:00
sdldrv.cpp Fixing all remaining "executable" flags. 2009-02-27 02:54:25 +00:00
sdldrv.hpp Fixing all remaining "executable" flags. 2009-02-27 02:54:25 +00:00
static_ssg.cpp 1) The physics are now using the actual dimension of the track when 2008-09-19 06:07:29 +00:00
static_ssg.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
stk_config.cpp Applied Frederik Himpe's patch to support -Werror=format-security. 2009-02-18 22:56:48 +00:00
stk_config.hpp Added version numbers to tracks and karts (which helps 2009-01-16 11:13:55 +00:00
traffic.cpp disabled traffic and empty_robot with #if 0s - this allows creating IDE projects by just dragging the source directory onto the source tree, without having to manually select out some files 2009-02-18 19:44:46 +00:00
user_config.cpp Applied Frederik Himpe's patch to support -Werror=format-security. 2009-02-18 22:56:48 +00:00
user_config.hpp More EOL prop setting and fixing of files with mixed EOLs. 2009-03-01 00:46:47 +00:00
user_pointer.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00