stk-code_catmod/src
hikerstk 462bf989f1 Removed fflush (left-over from some debug output).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1251 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2007-09-21 03:07:42 +00:00
..
gui - fixes all fixable warnings because of implicit (const char *) to (char *) 2007-09-19 11:03:40 +00:00
lisp Fix windows writing bug (see 1124 on trunk). 2007-05-30 07:26:50 +00:00
robots fixed bug 1791242 in robots/default_robot.cpp 2007-09-09 21:18:18 +00:00
attachment_manager.cpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
attachment_manager.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
attachment.cpp Detach attachment anvil now works correctly 2007-08-18 13:34:03 +00:00
attachment.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +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 - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +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 - adds behind view feature and the neccessary settings additions 2007-09-19 10:54:27 +00:00
camera.hpp - adds behind view feature and the neccessary settings additions 2007-09-19 10:54:27 +00:00
collectable_manager.cpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
collectable_manager.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
collectable.cpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
collectable.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
constants.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
cup_data.cpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
cup_data.hpp (1) fixed memory-leak related to vector GrandPrixSelect::m_all_cups. items were allocated with new, but never deleted. changed vector to vector of objects: 2007-09-10 17:03:31 +00:00
explosion.cpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
explosion.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
game_manager.cpp Enable display of pictures without having them to 2007-08-27 13:11:06 +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 - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
highscore_manager.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
highscores.cpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +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
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 - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
kart_properties_manager.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
kart_properties.cpp 1) Fixed incorrect pitch of rockets when firing. 2007-08-21 14:50:45 +00:00
kart_properties.hpp 1) Fixed incorrect pitch of rockets when firing. 2007-08-21 14:50:45 +00:00
kart.cpp Bullet only: fixed --history function for bullet physics. 2007-09-10 00:36:50 +00:00
kart.hpp Bug 1779481, AI rescue doen't work reliably, fixed 2007-08-22 20:44:04 +00:00
loader.cpp - fixes all fixable warnings because of implicit (const char *) to (char *) 2007-09-19 11:03:40 +00:00
loader.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
main.cpp Applied patch by 'lutzfischer' (sourceforge patch forum): 2007-09-19 03:28:11 +00:00
Makefile.am checked new replay code with debian .. added new files to src/Makefile.am 2007-09-20 09:57:58 +00:00
material_manager.cpp Removed fflush (left-over from some debug output). 2007-09-21 03:07:42 +00:00
material_manager.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
material.cpp Enable display of pictures without having them to 2007-08-27 13:11:06 +00:00
material.hpp Enable display of pictures without having them to 2007-08-27 13:11:06 +00:00
moveable.cpp Bug 1779446, Player kart rescue does not work, fixed. 2007-08-22 17:30:39 +00:00
moveable.hpp 1) Fixed incorrect pitch of rockets when firing. 2007-08-21 14:50:45 +00:00
moving_physics.cpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
moving_physics.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
moving_texture.cpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +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 - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
physics.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
player_kart.cpp - adds behind view feature and the neccessary settings additions 2007-09-19 10:54:27 +00:00
player_kart.hpp - adds behind view feature and the neccessary settings additions 2007-09-19 10:54:27 +00:00
player.hpp - fixes all fixable warnings because of implicit (const char *) to (char *) 2007-09-19 11:03:40 +00:00
projectile_manager.cpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
projectile_manager.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
projectile.cpp 1) Fixed incorrect pitch of rockets when firing. 2007-08-21 14:50:45 +00:00
projectile.hpp 1) Fixed incorrect pitch of rockets when firing. 2007-08-21 14:50:45 +00:00
race_manager.cpp - adds behind view feature and the neccessary settings additions 2007-09-19 10:54:27 +00:00
race_manager.hpp (1) fixed memory-leak related to vector GrandPrixSelect::m_all_cups. items were allocated with new, but never deleted. changed vector to vector of objects: 2007-09-10 17:03:31 +00:00
race_setup.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
replay_base.cpp the start of my replay-implementation 2007-09-19 09:23:02 +00:00
replay_base.hpp the start of my replay-implementation 2007-09-19 09:23:02 +00:00
replay_buffer_tpl.hpp removed unnecessary forward-declaration in replay_buffer_tpl.hpp 2007-09-19 10:31:29 +00:00
replay_buffers.cpp the start of my replay-implementation 2007-09-19 09:23:02 +00:00
replay_buffers.hpp the start of my replay-implementation 2007-09-19 09:23:02 +00:00
replay_player.cpp the start of my replay-implementation 2007-09-19 09:23:02 +00:00
replay_player.hpp change ReplayPlayer -allocation/deallocation in worls, world crashed in dtor, if replay-file was not found 2007-09-19 18:28:48 +00:00
replay_recorder.cpp the start of my replay-implementation 2007-09-19 09:23:02 +00:00
replay_recorder.hpp the start of my replay-implementation 2007-09-19 09:23:02 +00:00
scene.cpp - adds behind view feature and the neccessary settings additions 2007-09-19 10:54:27 +00:00
scene.hpp - adds behind view feature and the neccessary settings additions 2007-09-19 10:54:27 +00:00
sdldrv.cpp Applied Robert's joystick steering fix patch. 2007-08-05 03:37:29 +00:00
sdldrv.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +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 - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
skid_mark.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
sound_manager.cpp 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_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
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 - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
static_ssg.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
stk_config.cpp 1) Fixed incorrect pitch of rockets when firing. 2007-08-21 14:50:45 +00:00
stk_config.hpp 1) Fixed incorrect pitch of rockets when firing. 2007-08-21 14:50:45 +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 - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
track_manager.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
track.cpp Fixed bug (sgMake2DLine actually returns a 3d vector). 2007-08-23 00:08:45 +00:00
track.hpp Applied Maik's patches (bugfixes). 2007-08-24 03:42:59 +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 - adds behind view feature and the neccessary settings additions 2007-09-19 10:54:27 +00:00
user_config.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
utils.cpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
utils.hpp - moved trunk/ to trunk/supertuxkart 2007-05-27 16:01:53 +00:00
widget_set.cpp - fixes all fixable warnings because of implicit (const char *) to (char *) 2007-09-19 11:03:40 +00:00
widget_set.hpp WidgetSet: in ctor memory of array m_widgets was initialized to 0's with memset. that was 2007-09-10 17:37:04 +00:00
world.cpp checked new replay code with debian .. added new files to src/Makefile.am 2007-09-20 09:57:58 +00:00
world.hpp the start of my replay-implementation 2007-09-19 09:23:02 +00:00