stk-code_catmod/src
auria e48907a1cf removed wrong alut dep from xcode project
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2301 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-09-24 23:44:04 +00:00
..
audio 1) Bugfix: sfx could not be disabled 2008-09-20 14:23:20 +00:00
bullet Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
challenges split major and minor modes, started some more encapsulationa round that 2008-09-22 00:55:27 +00:00
enet Makefile.in should never have been committed. 2008-09-15 03:48:07 +00:00
gui made use of highscores optional (for instance battle mode may not ahve high scores so we need a way to turn them off) 2008-09-24 00:13:31 +00:00
ide removed wrong alut dep from xcode project 2008-09-24 23:44:04 +00:00
lisp 1) Cleaned up all _WINSOCKAPI_ defines. 2008-09-07 14:55:05 +00:00
modes made faster music a choice of the base class. various 'for' loop optimisations. replaced incorrect 'int' with 'bool' 2008-09-24 00:43:45 +00:00
network split major and minor modes, started some more encapsulationa round that 2008-09-22 00:55:27 +00:00
robots split major and minor modes, started some more encapsulationa round that 2008-09-22 00:55:27 +00:00
utils 1) The physics are now using the actual dimension of the track when 2008-09-19 06:07:29 +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
attachment_manager.cpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
attachment_manager.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
attachment.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
attachment.hpp Replaced kart update message with race_state (which gets send 2008-09-07 14:42:37 +00:00
auto_kart.hpp made faster music a choice of the base class. various 'for' loop optimisations. replaced incorrect 'int' with 'bool' 2008-09-24 00:43:45 +00:00
bowling.cpp Made z-velocity adjustment for flyables optional. Disabling this 2008-09-19 06:50:55 +00:00
bowling.hpp Some fine-tuning to bowling balls. Optimized code by removing repetitive calls to sqrt(). 2008-08-06 00:53:40 +00:00
callback_manager.cpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
callback_manager.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
callback.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
camera.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
camera.hpp Improvements to bowling ball : shoot forward by default 2008-07-25 01:06:50 +00:00
collectable_manager.cpp totally replaced spark with bowling ball 2008-07-28 00:34:45 +00:00
collectable_manager.hpp Turned Spark into Bowling Ball 2008-07-21 01:55:41 +00:00
collectable.cpp split major and minor modes, started some more encapsulationa round that 2008-09-22 00:55:27 +00:00
collectable.hpp 1) Applied Stehen's patch to give each kart separate sound effects objects, 2008-09-18 03:24:19 +00:00
constants.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
coord.hpp 1) Removed the old m_curr_pos sg* data structure from kart. 2008-06-20 09:34:35 +00:00
explosion.cpp 1) Bugfix: sfx could not be disabled 2008-09-20 14:23:20 +00:00
explosion.hpp 1) Applied Stehen's patch to give each kart separate sound effects objects, 2008-09-18 03:24:19 +00:00
file_manager.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
file_manager.hpp first iteration of new game mode code. most things seem okay, maybe high scores/rankings should be double-checked, also the end-of-race screen seems a bit messed up 2008-09-20 23:45:22 +00:00
flyable.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
flyable.hpp Made z-velocity adjustment for flyables optional. Disabling this 2008-09-19 06:50:55 +00:00
grand_prix_data.cpp Several compile time bug fixes for linux, removed warnings, 2008-09-07 14:12:14 +00:00
grand_prix_data.hpp 1) Bugfix: GP were not locked. 2008-07-29 05:38:30 +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
herring_manager.cpp Fixed projectiles for network play. 2008-09-07 14:56:17 +00:00
herring_manager.hpp Replaced kart update message with race_state (which gets send 2008-09-07 14:42:37 +00:00
herring.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
herring.hpp Replaced kart update message with race_state (which gets send 2008-09-07 14:42:37 +00:00
highscore_manager.cpp started highscores refactor, also fixing them (they had been broken during the world refactor) 2008-09-23 01:16:50 +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 started highscores refactor, also fixing them (they had been broken during the world refactor) 2008-09-23 01:16:50 +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 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
history.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
homing.cpp Removed compiler warnings. 2008-09-10 04:36:00 +00:00
homing.hpp added cakes 2008-09-10 00:49:31 +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
kart_control.hpp 1) Cleaned up all _WINSOCKAPI_ defines. 2008-09-07 14:55:05 +00:00
kart_properties_manager.cpp 1) Character selection is now synchronsied between all clients and server (i.e. 2008-09-13 07:09:36 +00:00
kart_properties_manager.hpp 1) Character selection is now synchronsied between all clients and server (i.e. 2008-09-13 07:09:36 +00:00
kart_properties.cpp 1) The physics are now using the actual dimension of the track when 2008-09-19 06:07:29 +00:00
kart_properties.hpp Removed unnecessary 'wheel width' parameter. 2008-08-01 01:25:03 +00:00
kart.cpp split major and minor modes, started some more encapsulationa round that 2008-09-22 00:55:27 +00:00
kart.hpp made faster music a choice of the base class. various 'for' loop optimisations. replaced incorrect 'int' with 'bool' 2008-09-24 00:43:45 +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 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
main_loop.hpp 1) Renamed game_manager to main_loop. 2008-09-15 04:34:46 +00:00
main.cpp split major and minor modes, started some more encapsulationa round that 2008-09-22 00:55:27 +00:00
Makefile.am 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
material_manager.cpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
material_manager.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +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 Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
missile.cpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
missile.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
moveable.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
moveable.hpp 1) Cleaned up all _WINSOCKAPI_ defines. 2008-09-07 14:55:05 +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
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
physics.hpp 1) The physics are now using the actual dimension of the track when 2008-09-19 06:07:29 +00:00
player_kart.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
player_kart.hpp made faster music a choice of the base class. various 'for' loop optimisations. replaced incorrect 'int' with 'bool' 2008-09-24 00:43:45 +00:00
player.hpp Added most of the messages, menu's are mostly synchronised now. 2008-09-07 14:09:52 +00:00
projectile_manager.cpp Removed compiler warning. 2008-09-14 14:53:04 +00:00
projectile_manager.hpp 1) Cleaned up all _WINSOCKAPI_ defines. 2008-09-07 14:55:05 +00:00
race_manager.cpp removed wrong sdl_image dep from xcode project, minor cleanup 2008-09-24 23:08:12 +00:00
race_manager.hpp split major and minor modes, started some more encapsulationa round that 2008-09-22 00:55:27 +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 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
scene.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
sdldrv.cpp 1) Renamed game_manager to main_loop. 2008-09-15 04:34:46 +00:00
sdldrv.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +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 1) Added support for kart groups, added all current karts to the group 'standard'. 2008-07-03 03:14:27 +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 1) Applied Stehen's patch to give each kart separate sound effects objects, 2008-09-18 03:24:19 +00:00
stk_config.hpp Turned Spark into Bowling Ball 2008-07-21 01:55:41 +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 1) Applied Stehen's patch to give each kart separate sound effects objects, 2008-09-18 03:24:19 +00:00
track_manager.hpp 1) Bugfix: incorrect conflict resolution in kart.hpp. 2008-09-07 15:31:28 +00:00
track.cpp split major and minor modes, started some more encapsulationa round that 2008-09-22 00:55:27 +00:00
track.hpp 1) Applied Stehen's patch to give each kart separate sound effects objects, 2008-09-18 03:24:19 +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 Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +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 Very first alpha version of network multiplayer. 2008-09-07 14:34:04 +00:00
user_config.hpp started highscores refactor, also fixing them (they had been broken during the world refactor) 2008-09-23 01:16:50 +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