stk-code_catmod/src
auria eb9a871800 added braking sound
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2430 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-11-08 20:35:45 +00:00
..
audio Moved skid sound from player_kart to kart. Fixed lingering explosion bug. Increased music buffer size to 1 full second of audio. 2008-11-08 11:30:50 +00:00
bullet 1) Separated the wheel from the kart models. This is necessary 2008-11-07 01:05:52 +00:00
challenges Moved kart-related files into separate subdirectory. 2008-11-07 04:34:01 +00:00
enet Makefile.in should never have been committed. 2008-09-15 03:48:07 +00:00
gui Moved kart-related files into separate subdirectory. 2008-11-07 04:34:01 +00:00
ide minor updates toxcode project 2008-11-08 16:29:19 +00:00
items [minor] added/clarified some documents to better document the code 2008-11-08 03:04:03 +00:00
karts added braking sound 2008-11-08 20:35:45 +00:00
lisp 1) Cleaned up all _WINSOCKAPI_ defines. 2008-09-07 14:55:05 +00:00
modes removed some debug output 2008-11-08 20:02:42 +00:00
network Moved kart-related files into separate subdirectory. 2008-11-07 04:34:01 +00:00
physics 1) Separated the wheel from the kart models. This is necessary 2008-11-07 01:05:52 +00:00
robots Moved kart-related files into separate subdirectory. 2008-11-07 04:34:01 +00:00
utils 1) Applied Peter's patch to support 16 bit windows (and remove the "ssgInit called 2008-10-24 05:03:12 +00:00
windows_installer Re-enabled setting a link in the start menu (need NSIS shell link 2008-02-21 03:33:47 +00:00
actionmap.cpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
actionmap.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
callback_manager.cpp Fixed segfault when deleting callback manager. 2008-11-08 00:56:19 +00:00
callback_manager.hpp removed most 'herring' names 2008-10-29 15:55:54 +00:00
callback.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
camera.cpp Moved kart-related files into separate subdirectory. 2008-11-07 04:34:01 +00:00
camera.hpp Applied Stephen's 3d sound patch. 2008-10-09 22:24:19 +00:00
constants.hpp 1) Cleaned up implementation of history function. 2008-10-06 13:40:11 +00:00
coord.hpp 1) Removed the old m_curr_pos sg* data structure from kart. 2008-06-20 09:34:35 +00:00
Doxyfile Added first version of doxyfile (and ignore html directory). 2008-10-10 03:56:52 +00:00
explosion.cpp Moved skid sound from player_kart to kart. Fixed lingering explosion bug. Increased music buffer size to 1 full second of audio. 2008-11-08 11:30:50 +00:00
explosion.hpp Moved skid sound from player_kart to kart. Fixed lingering explosion bug. Increased music buffer size to 1 full second of audio. 2008-11-08 11:30:50 +00:00
file_manager.cpp removed most 'herring' names 2008-10-29 15:55:54 +00:00
file_manager.hpp removed most 'herring' names 2008-10-29 15:55:54 +00:00
flyable.cpp Moved kart-related files into separate subdirectory. 2008-11-07 04:34:01 +00:00
flyable.hpp Moved kart-related files into separate subdirectory. 2008-11-07 04:34:01 +00:00
grand_prix_data.cpp removed most 'herring' names 2008-10-29 15:55:54 +00:00
grand_prix_data.hpp removed most 'herring' names 2008-10-29 15:55:54 +00:00
grand_prix_manager.cpp 1) Changed the challenges dependencies to have not more than 2008-07-29 13:40:25 +00:00
grand_prix_manager.hpp 1) Bugfix: GP were not locked. 2008-07-29 05:38:30 +00:00
highscore_manager.cpp started renaming herring to item 2008-10-29 01:45:29 +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 Minor bugfix in case of non existing highscores, removed warnings. 2008-10-24 13:49:56 +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 kart-related files into separate subdirectory. 2008-11-07 04:34:01 +00:00
history.hpp Moved kart-related files into separate subdirectory. 2008-11-07 04:34:01 +00:00
input.hpp totally replaced spark with bowling ball 2008-07-28 00:34:45 +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 Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
loader.hpp 1) Cleaned up all _WINSOCKAPI_ defines. 2008-09-07 14:55:05 +00:00
main_loop.cpp 1) Cleaned up implementation of history function. 2008-10-06 13:40:11 +00:00
main_loop.hpp 1) Renamed game_manager to main_loop. 2008-09-15 04:34:46 +00:00
main.cpp Fixed segfault when deleting callback manager. 2008-11-08 00:56:19 +00:00
Makefile.am Moved kart-related files into separate subdirectory. 2008-11-07 04:34:01 +00:00
material_manager.cpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
material_manager.hpp fixed mistake in previous commit about herrings. deals with shadows, though does not seem to have any visual effect 2008-10-29 16:10:34 +00:00
material.cpp 1) Removed the old m_curr_pos sg* data structure from kart. 2008-06-20 09:34:35 +00:00
material.hpp Moved kart-related files into separate subdirectory. 2008-11-07 04:34:01 +00:00
moving_physics.cpp more cleanup, replaced World global variable with singleton-like implementation, removed lots of includes to world.hpp 2008-09-21 16:07:56 +00:00
moving_physics.hpp 1) Cleaned up all _WINSOCKAPI_ defines. 2008-09-07 14:55:05 +00:00
moving_texture.cpp more cleanup, replaced World global variable with singleton-like implementation, removed lots of includes to world.hpp 2008-09-21 16:07:56 +00:00
moving_texture.hpp 1) Cleaned up all _WINSOCKAPI_ defines. 2008-09-07 14:55:05 +00:00
no_copy.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
particle_system.cpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
particle_system.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 Moved kart-related files into separate subdirectory. 2008-11-07 04:34:01 +00:00
race_manager.hpp removed most 'herring' names 2008-10-29 15:55:54 +00:00
replay_base.cpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
replay_base.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
replay_buffer_tpl.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
replay_buffers.cpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
replay_buffers.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
replay_player.cpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
replay_player.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
replay_recorder.cpp more cleanup, replaced World global variable with singleton-like implementation, removed lots of includes to world.hpp 2008-09-21 16:07:56 +00:00
replay_recorder.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
scene.cpp Removed compiler warning. 2008-10-16 00:12:15 +00:00
scene.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
sdldrv.cpp Moved kart-related files into separate subdirectory. 2008-11-07 04:34:01 +00:00
sdldrv.hpp 1) Applied Peter's patch to support 16 bit windows (and remove the "ssgInit called 2008-10-24 05:03:12 +00:00
shadow.cpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
shadow.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
skid_mark.cpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
skid_mark.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
smoke.cpp Moved kart-related files into separate subdirectory. 2008-11-07 04:34:01 +00:00
smoke.hpp 1) Cleaned up all _WINSOCKAPI_ defines. 2008-09-07 14:55:05 +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 Fixed broken compilation on linux and macs. 2008-10-17 00:05:59 +00:00
stk_config.hpp Moved kart-related files into separate subdirectory. 2008-11-07 04:34:01 +00:00
string_utils.cpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
string_utils.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
terrain_info.cpp more cleanup, replaced World global variable with singleton-like implementation, removed lots of includes to world.hpp 2008-09-21 16:07:56 +00:00
terrain_info.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
track_manager.cpp First iteration of battle mode! It's playable, and the rack selection works. Warning, if you select AI players it won't work. Lives are shown but don't decrease with hits yet. 2008-10-14 20:20:54 +00:00
track_manager.hpp First iteration of battle mode! It's playable, and the rack selection works. Warning, if you select AI players it won't work. Lives are shown but don't decrease with hits yet. 2008-10-14 20:20:54 +00:00
track.cpp removed 'herring' from .loc files (and thus blender editing) 2008-10-30 01:32:04 +00:00
track.hpp removed 'herring' from .loc files (and thus blender editing) 2008-10-30 01:32:04 +00:00
traffic.cpp more cleanup, replaced World global variable with singleton-like implementation, removed lots of includes to world.hpp 2008-09-21 16:07:56 +00:00
translation.cpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
translation.hpp 1) Added support for kart groups, added all current karts to the group 'standard'. 2008-07-03 03:14:27 +00:00
triangle_mesh.cpp more cleanup, replaced World global variable with singleton-like implementation, removed lots of includes to world.hpp 2008-09-21 16:07:56 +00:00
triangle_mesh.hpp Removed unnecessary #includes. 2008-10-30 01:53:02 +00:00
unlock_manager.cpp 1) Character selection is now synchronsied between all clients and server (i.e. 2008-09-13 07:09:36 +00:00
unlock_manager.hpp 1) Added GrandPrix manager (so that a GP id instead of a potentially translated 2008-07-29 04:30:44 +00:00
user_config.cpp removed most 'herring' names 2008-10-29 15:55:54 +00:00
user_config.hpp removed most 'herring' names 2008-10-29 15:55:54 +00:00
user_pointer.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
vec3.cpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
vec3.hpp 1) Cleaned up all _WINSOCKAPI_ defines. 2008-09-07 14:55:05 +00:00