stk-code_catmod/src
2007-12-14 03:46:05 +00:00
..
bullet Removed files which never should have been in the repository. 2007-11-06 11:48:34 +00:00
gui The menu manager can now switch menus even if the amount of menus don't change (i.e. the amount of menus popped is the same as the ones pushed), plus the usual minor style changes and fixing a small bug. 2007-12-14 03:46:05 +00:00
ide/vc8 1) Added new files to Visual Studio project files 2007-12-13 02:21:09 +00:00
lisp Fix windows writing bug (see 1124 on trunk). 2007-05-30 07:26:50 +00:00
robots Fixed several compiler warnings for Visual Studio. 2007-12-11 02:48:10 +00:00
actionmap.cpp - committed input abstraction patch - as seen on list 2007-11-26 14:28:15 +00:00
actionmap.hpp - committed input abstraction patch - as seen on list 2007-11-26 14:28:15 +00:00
attachment_manager.cpp - fixed deprecated implict (const char *) to (char *) conversion 2007-09-21 19:50:07 +00:00
attachment_manager.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
attachment.cpp 1) Improved rockets and sparks for bullet physics 2007-12-08 13:04:56 +00:00
attachment.hpp 1) Improved rockets and sparks for bullet physics 2007-12-08 13:04:56 +00:00
auto_kart.hpp Fixed the kart length problem in default_robot.cpp. 2007-08-19 15:05:20 +00:00
callback_manager.cpp 1) Improved rockets and sparks for bullet physics 2007-12-08 13:04:56 +00:00
callback_manager.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
callback.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
camera.cpp - 3rd splitscreen player gets the whole width 2007-09-24 12:28:19 +00:00
camera.hpp - adds behind view feature and the neccessary settings additions 2007-09-19 10:54:27 +00:00
collectable_manager.cpp 1) Improved rockets and sparks for bullet physics 2007-12-08 13:04:56 +00:00
collectable_manager.hpp 1) Improved rockets and sparks for bullet physics 2007-12-08 13:04:56 +00:00
collectable.cpp 1) Improved rockets and sparks for bullet physics 2007-12-08 13:04:56 +00:00
collectable.hpp 1) Improved rockets and sparks for bullet physics 2007-12-08 13:04:56 +00:00
constants.hpp 1) Improved rockets and sparks for bullet physics 2007-12-08 13:04:56 +00:00
cup_data.cpp Applied Paul's patch so the number of laps per track per grand prix can be specified in the *.cup files. 2007-12-06 20:57:42 +00:00
cup_data.hpp Applied Paul's patch so the number of laps per track per grand prix can be specified in the *.cup files. 2007-12-06 20:57:42 +00:00
explosion.cpp Removed debug output. 2007-12-09 07:14:53 +00:00
explosion.hpp 1) Improved rockets and sparks for bullet physics 2007-12-08 13:04:56 +00:00
flyable.cpp Removed debug output. 2007-12-09 07:14:53 +00:00
flyable.hpp Added missing files from previous patch. 2007-12-08 13:22:05 +00:00
game_manager.cpp Bullet only: 2007-11-03 13:13:26 +00:00
game_manager.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
herring_manager.cpp - fixes all fixable warnings because of implicit (const char *) to (char *) 2007-09-19 11:03:40 +00:00
herring_manager.hpp - fixes all fixable warnings because of implicit (const char *) to (char *) 2007-09-19 11:03:40 +00:00
herring.cpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
herring.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
highscore_manager.cpp 1) Applied Paul's patch for redirecting messages to a file. 2007-11-22 01:20:57 +00:00
highscore_manager.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
highscores.cpp Fixed a typo 2007-11-21 00:31:20 +00:00
highscores.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
history.cpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
history.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
homing.cpp 1) Added DEBUG define which enables some cheats, which are not 2007-12-10 01:39:30 +00:00
homing.hpp Added missing files from previous patch. 2007-12-08 13:22:05 +00:00
input.hpp Fixed bug in r1333 (disable F4 for bullet debug). 2007-12-10 11:27:21 +00:00
isect.cpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
isect.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
kart_properties_manager.cpp 1) Added DEBUG define which enables some cheats, which are not 2007-12-10 01:39:30 +00:00
kart_properties_manager.hpp 1) Improved rockets and sparks for bullet physics 2007-12-08 13:04:56 +00:00
kart_properties.cpp Bullet only: made the bullet jump velocity configurable. 2007-11-18 13:44:53 +00:00
kart_properties.hpp Bullet only: made the bullet jump velocity configurable. 2007-11-18 13:44:53 +00:00
kart.cpp Corrects first lap timing 2007-12-12 22:35:27 +00:00
kart.hpp 1) Improved rockets and sparks for bullet physics 2007-12-08 13:04:56 +00:00
loader.cpp 1) Improved rockets and sparks for bullet physics 2007-12-08 13:04:56 +00:00
loader.hpp 1) Applied Paul's patch for redirecting messages to a file. 2007-11-22 01:20:57 +00:00
main.cpp Applied Paul's patch to revert to logging to stdout and stderr instead of a file by default, and changed the .desktop file so it logs to files. 2007-12-01 04:23:38 +00:00
Makefile.am Fixed help widgets not being highlighted after switching pages by separating the pages(which also makes things cleaner), plus the removal of a bunch of commented out code that won't be useful in the future from the files in the src/gui/ directory. 2007-12-12 21:30:30 +00:00
material_manager.cpp 1) Added DEBUG define which enables some cheats, which are not 2007-12-10 01:39:30 +00:00
material_manager.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
material.cpp 1) Applied Paul's patch for redirecting messages to a file. 2007-11-22 01:20:57 +00:00
material.hpp 1) Fixed 'rescue bug', i.e. karts have now a proper 2007-12-12 14:07:26 +00:00
missile.cpp Added missing files from previous patch. 2007-12-08 13:22:05 +00:00
missile.hpp Added missing files from previous patch. 2007-12-08 13:22:05 +00:00
moveable.cpp 1) Fixed 'rescue bug', i.e. karts have now a proper 2007-12-12 14:07:26 +00:00
moveable.hpp 1) Fixed 'rescue bug', i.e. karts have now a proper 2007-12-12 14:07:26 +00:00
moving_physics.cpp 1) Improved rockets and sparks for bullet physics 2007-12-08 13:04:56 +00:00
moving_physics.hpp 1) Improved rockets and sparks for bullet physics 2007-12-08 13:04:56 +00:00
moving_texture.cpp 1) Improved rockets and sparks for bullet physics 2007-12-08 13:04:56 +00:00
moving_texture.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
music_mikmod.cpp Fixed one bug causing music only to be played in the first race (see 2007-06-22 00:19:01 +00:00
music_mikmod.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
music_ogg.cpp on windows we have to use ov_open_callbacks instead of ov_open .. passing clients callbacks for fread, fclose .. 2007-09-13 17:41:02 +00:00
music_ogg.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
music.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
no_copy.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
particle_system.cpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
particle_system.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
physics.cpp 1) Fixed 'rescue bug', i.e. karts have now a proper 2007-12-12 14:07:26 +00:00
physics.hpp 1) Fixed 'rescue bug', i.e. karts have now a proper 2007-12-12 14:07:26 +00:00
player_kart.cpp 1) Fixed 'rescue bug', i.e. karts have now a proper 2007-12-12 14:07:26 +00:00
player_kart.hpp - committed input abstraction patch - as seen on list 2007-11-26 14:28:15 +00:00
player.hpp Fixes that characters previously selected wouldn't be selected the next time you go into the character selection menu. 2007-12-09 23:49:56 +00:00
projectile_manager.cpp 1) Improved rockets and sparks for bullet physics 2007-12-08 13:04:56 +00:00
projectile_manager.hpp 1) Improved rockets and sparks for bullet physics 2007-12-08 13:04:56 +00:00
projectile.cpp Bugfix for non-bullet compilation (was incorrect in previous commit). 2007-11-08 23:12:04 +00:00
projectile.hpp 1) Removed some memory leaks in physics. 2007-11-08 12:31:54 +00:00
race_manager.cpp 1) Added DEBUG define which enables some cheats, which are not 2007-12-10 01:39:30 +00:00
race_manager.hpp The kart start order now depends on the ranking in the 2007-11-21 13:54:40 +00:00
race_setup.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
replay_base.cpp - put a proper copyright to all replay-files 2007-09-28 13:06:16 +00:00
replay_base.hpp - put a proper copyright to all replay-files 2007-09-28 13:06:16 +00:00
replay_buffer_tpl.hpp - put a proper copyright to all replay-files 2007-09-28 13:06:16 +00:00
replay_buffers.cpp - put a proper copyright to all replay-files 2007-09-28 13:06:16 +00:00
replay_buffers.hpp - put a proper copyright to all replay-files 2007-09-28 13:06:16 +00:00
replay_player.cpp - put a proper copyright to all replay-files 2007-09-28 13:06:16 +00:00
replay_player.hpp - put a proper copyright to all replay-files 2007-09-28 13:06:16 +00:00
replay_recorder.cpp - put a proper copyright to all replay-files 2007-09-28 13:06:16 +00:00
replay_recorder.hpp - put a proper copyright to all replay-files 2007-09-28 13:06:16 +00:00
scene.cpp 1) Added DEBUG define which enables some cheats, which are not 2007-12-10 01:39:30 +00:00
scene.hpp - adds behind view feature and the neccessary settings additions 2007-09-19 10:54:27 +00:00
sdldrv.cpp Applied Paul's patch for selecting the screen resolution 2007-12-06 04:04:21 +00:00
sdldrv.hpp Applied Paul's patch for selecting the screen resolution 2007-12-06 04:04:21 +00:00
sfx_openal.cpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
sfx_openal.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
sfx.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
shadow.cpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
shadow.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
skid_mark.cpp 1) Added DEBUG define which enables some cheats, which are not 2007-12-10 01:39:30 +00:00
skid_mark.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
sound_manager.cpp Fixed two bugs introduced in the last two commits, one disabled sound, and another wouldn't let plib-based sound compile; also introduced minor style improvements. 2007-12-11 01:28:10 +00:00
sound_manager.hpp applied stephan's patch for the menu-sounds .. copied file wavs/tintagel/deselect_option.wav to wavs/tintagel/select_option.wav for the time being, since code expects that file 2007-09-17 13:43:11 +00:00
sound_plib.cpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
sound_plib.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
spark.cpp Added missing files from previous patch. 2007-12-08 13:22:05 +00:00
spark.hpp Added missing files from previous patch. 2007-12-08 13:22:05 +00:00
ssg_help.cpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
ssg_help.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
static_ssg.cpp 1) Added DEBUG define which enables some cheats, which are not 2007-12-10 01:39:30 +00:00
static_ssg.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
stk_config.cpp The kart start order now depends on the ranking in the 2007-11-21 13:54:40 +00:00
stk_config.hpp The kart start order now depends on the ranking in the 2007-11-21 13:54:40 +00:00
string_utils.cpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
string_utils.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
track_manager.cpp 1) Applied Paul's patch for redirecting messages to a file. 2007-11-22 01:20:57 +00:00
track_manager.hpp Bugfix for 1778264: karts starting off the track (esp. 2007-09-26 03:43:02 +00:00
track.cpp 1) Fixed 'rescue bug', i.e. karts have now a proper 2007-12-12 14:07:26 +00:00
track.hpp 1) Fixed 'rescue bug', i.e. karts have now a proper 2007-12-12 14:07:26 +00:00
traffic.cpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
translation.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
user_config.cpp 1) Added DEBUG define which enables some cheats, which are not 2007-12-10 01:39:30 +00:00
user_config.hpp - committed input abstraction patch - as seen on list 2007-11-26 14:28:15 +00:00
widget_manager.cpp Improved scrolling, thought the changes are not visible to the user. 2007-12-13 00:18:29 +00:00
widget_manager.hpp Improved scrolling, thought the changes are not visible to the user. 2007-12-13 00:18:29 +00:00
widget.cpp Improved scrolling, thought the changes are not visible to the user. 2007-12-13 00:18:29 +00:00
widget.hpp Fixed widget scrolling and removed font aligment option. 2007-12-09 17:58:51 +00:00
world.cpp 1) Fixed 'rescue bug', i.e. karts have now a proper 2007-12-12 14:07:26 +00:00
world.hpp 1) Fixed 'rescue bug', i.e. karts have now a proper 2007-12-12 14:07:26 +00:00