stk-code_catmod/src
hikerstk b1de626e3e 1) Refactored KartProperties and STKConfig, so that kart defaults
and checks if all values are actually defined are done in one
   file now (and not in two different classes as before). Added
   doxygen comments as well.
2) More physics improvements.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2345 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-10-16 23:49:27 +00:00
..
audio Applied Stephen's 3d sound patch. 2008-10-09 22:24:19 +00:00
bullet 1) Refactored KartProperties and STKConfig, so that kart defaults 2008-10-16 23:49:27 +00:00
challenges Mammoth patch to try and encapsulate sector and lap code better in modes. Still work in progress so expect suboptimal implementations and breakage. Known to be broken at this stage : opponents' times at the end of a lap, rescue button and rescuing in general, shortcut detection 2008-09-27 19:43:57 +00:00
enet Makefile.in should never have been committed. 2008-09-15 03:48:07 +00:00
gui work towards encapsulation of race results display 2008-10-16 19:53:37 +00:00
ide updated Xcode project to latest changes 2008-10-16 01:32:13 +00:00
lisp 1) Cleaned up all _WINSOCKAPI_ defines. 2008-09-07 14:55:05 +00:00
modes work towards encapsulation of race results display 2008-10-16 19:53:37 +00:00
network Made World derive from 'Clock' (now 'TimedRace') simplifying a lot of things, especially the race end process 2008-10-04 17:32:40 +00:00
robots Made World derive from 'Clock' (now 'TimedRace') simplifying a lot of things, especially the race end process 2008-10-04 17:32:40 +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 Applied Stephen's 3d sound patch. 2008-10-09 22:24:19 +00:00
camera.hpp Applied Stephen's 3d sound patch. 2008-10-09 22:24:19 +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 Applied Stephen's 3d sound patch. 2008-10-09 22:24:19 +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 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 Applied Stephen's 3d sound patch. 2008-10-09 22:24:19 +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 improvements to battle mode. 1. drop karts at an acceptable angle on rescue 2. hits make karts lose lives 3. improved resetting, ending and restarting 4. added fast music support 5. fixed memory leak 2008-10-15 19:00:50 +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 1) Cleaned up implementation of history function. 2008-10-06 13:40:11 +00:00
history.hpp 1) Cleaned up implementation of history function. 2008-10-06 13:40:11 +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 implementation of history function. 2008-10-06 13:40:11 +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) Refactored KartProperties and STKConfig, so that kart defaults 2008-10-16 23:49:27 +00:00
kart_properties.hpp 1) Refactored KartProperties and STKConfig, so that kart defaults 2008-10-16 23:49:27 +00:00
kart.cpp 1) Refactored KartProperties and STKConfig, so that kart defaults 2008-10-16 23:49:27 +00:00
kart.hpp Improved physics: karts are now less likely to lose contact 2008-10-16 00:20:49 +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 1) Cleaned up implementation of history function. 2008-10-06 13:40:11 +00:00
Makefile.am 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
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 1) Cleaned up implementation of history function. 2008-10-06 13:40:11 +00:00
moveable.hpp 1) Cleaned up implementation of history function. 2008-10-06 13:40:11 +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 Improved physics: karts are now less likely to lose contact 2008-10-16 00:20:49 +00:00
physics.hpp Improved physics: karts are now less likely to lose contact 2008-10-16 00:20:49 +00:00
player_kart.cpp Applied Stephen's 3d sound patch. 2008-10-09 22:24:19 +00:00
player_kart.hpp Applied Stephen's 3d sound patch. 2008-10-09 22:24:19 +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 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
race_manager.hpp Improved physics: karts are now less likely to lose contact 2008-10-16 00:20:49 +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 better error checking when initing the SDL video driver 2008-10-06 00:39:10 +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) Refactored KartProperties and STKConfig, so that kart defaults 2008-10-16 23:49:27 +00:00
stk_config.hpp 1) Refactored KartProperties and STKConfig, so that kart defaults 2008-10-16 23:49:27 +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 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.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
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 1) Cleaned up implementation of history function. 2008-10-06 13:40:11 +00:00
user_config.hpp 1) Cleaned up implementation of history function. 2008-10-06 13:40:11 +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