stk-code_catmod/src
hikerstk 19e4ba93d7 Bugfix: pressing esc in this menu could cause a crash (which happens esp. for
people who mapped the gamepad esc button to accelerate: the key would still be
pressed when the leader-result menu is shown, causing a crash).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1702 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-04-20 23:25:21 +00:00
..
bullet (See r1587 on 0.4rc1): 2008-02-25 02:22:04 +00:00
challenges Added first beta version of 'follow the leader' mode. 2008-04-15 13:57:18 +00:00
gui Bugfix: pressing esc in this menu could cause a crash (which happens esp. for 2008-04-20 23:25:21 +00:00
ide/vc8 Added first beta version of 'follow the leader' mode. 2008-04-15 13:57:18 +00:00
lisp Removed some VS C++ compiler warnings. 2008-01-30 04:01:55 +00:00
robots Fixes the AI not doing wheelies in jungle track; removed unused variable. 2008-04-20 18:07:04 +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
actionmap.hpp
attachment_manager.cpp 1) Split file_manager into file handling functions (in file_manager), 2008-03-03 03:31:12 +00:00
attachment_manager.hpp
attachment.cpp 1) Cleanup of unused data in stk_config/kart_properties 2008-03-06 13:32:51 +00:00
attachment.hpp 1) Cleanup of unused data in stk_config/kart_properties 2008-03-06 13:32:51 +00:00
auto_kart.hpp 1) Removed race_setup and race_mode data structures. All this 2008-04-09 13:52:48 +00:00
callback_manager.cpp 1) Improved handling of 'moving' or 'physical' objects (e.g. road cone). 2008-02-05 11:56:21 +00:00
callback_manager.hpp 1) Improved handling of 'moving' or 'physical' objects (e.g. road cone). 2008-02-05 11:56:21 +00:00
callback.hpp 1) Improved handling of 'moving' or 'physical' objects (e.g. road cone). 2008-02-05 11:56:21 +00:00
camera.cpp Bugfix: part of the 'high above kart pointing downward' camera mode was still being 2008-04-16 23:38:31 +00:00
camera.hpp Added first beta version of 'follow the leader' mode. 2008-04-15 13:57:18 +00:00
collectable_manager.cpp 1) Split file_manager into file handling functions (in file_manager), 2008-03-03 03:31:12 +00:00
collectable_manager.hpp Code cleanup (BULLET #ifdefs). 2008-01-30 04:36:00 +00:00
collectable.cpp Added first beta version of 'follow the leader' mode. 2008-04-15 13:57:18 +00:00
collectable.hpp
constants.hpp Added a very simple display to show information about 2008-02-10 23:17:25 +00:00
cup_data.cpp 1) Renamed loader to file_manager 2008-03-01 03:18:53 +00:00
cup_data.hpp 1) Removed race_setup and race_mode data structures. All this 2008-04-09 13:52:48 +00:00
explosion.cpp
explosion.hpp
file_manager.cpp 1) Added unlocking (Grand Prix mode, snowtuxpeak and 2008-03-27 02:38:10 +00:00
file_manager.hpp 1) Removed race_setup and race_mode data structures. All this 2008-04-09 13:52:48 +00:00
flyable.cpp Added first beta version of 'follow the leader' mode. 2008-04-15 13:57:18 +00:00
flyable.hpp 1) Improved handling of 'moving' or 'physical' objects (e.g. road cone). 2008-02-05 11:56:21 +00:00
game_manager.cpp - make sdl driver a class 2008-03-30 15:18:19 +00:00
game_manager.hpp Bugfix/code cleanup: the loading time was counted as countdown time 2008-02-13 01:02:02 +00:00
herring_manager.cpp 1) Improved sound_manager to support separate 2008-03-14 09:49:17 +00:00
herring_manager.hpp
herring.cpp 1) Added a better estimation of finishing time for karts that 2008-02-08 04:43:35 +00:00
herring.hpp
highscore_manager.cpp 1) Removed race_setup and race_mode data structures. All this 2008-04-09 13:52:48 +00:00
highscore_manager.hpp 1) Removed race_setup and race_mode data structures. All this 2008-04-09 13:52:48 +00:00
highscores.cpp 1) Removed race_setup and race_mode data structures. All this 2008-04-09 13:52:48 +00:00
highscores.hpp 1) Removed race_setup and race_mode data structures. All this 2008-04-09 13:52:48 +00:00
history.cpp 1) Removed race_setup and race_mode data structures. All this 2008-04-09 13:52:48 +00:00
history.hpp
homing.cpp Try to making the homing missiles turn more smoothly. 2008-02-01 13:34:50 +00:00
homing.hpp 1) Improved handling of rockets 2008-01-11 13:48:09 +00:00
input.hpp
isect.cpp
isect.hpp
kart_properties_manager.cpp 1) Improved sound_manager to support separate 2008-03-14 09:49:17 +00:00
kart_properties_manager.hpp Fixed bug 1804393 "kart model for incorrectly shares transformations" 2008-01-23 19:47:32 +00:00
kart_properties.cpp Added sound effect when a player_kart is overtaken. 2008-03-18 01:41:06 +00:00
kart_properties.hpp 1) Cleanup of unused data in stk_config/kart_properties 2008-03-06 13:32:51 +00:00
kart.cpp Cleanup of skidmark code (no visual change yet). 2008-04-18 09:01:23 +00:00
kart.hpp Fixes the AI not doing wheelies in jungle track; removed unused variable. 2008-04-20 18:07:04 +00:00
loader.cpp Added loader. 2008-03-03 03:48:04 +00:00
loader.hpp Added loader. 2008-03-03 03:48:04 +00:00
main.cpp Bugfix: Bug 1944513, Fullscreen mode is now retained across starts. 2008-04-17 12:19:12 +00:00
Makefile.am Fixed automake installation, using Robert's 'find' approach for 2008-04-17 05:34:45 +00:00
material_manager.cpp Moved all kart specific files into separate subdirs. 2008-03-05 02:09:50 +00:00
material_manager.hpp Moved all kart specific files into separate subdirs. 2008-03-05 02:09:50 +00:00
material.cpp Joerg's fix for the material's memory leak 2008-03-17 04:43:01 +00:00
material.hpp First part of directory restructuring: all track specific files are 2008-02-29 03:26:07 +00:00
missile.cpp 1) Improved handling of rockets 2008-01-11 13:48:09 +00:00
missile.hpp
moveable.cpp 1) Improved handling of 'moving' or 'physical' objects (e.g. road cone). 2008-02-05 11:56:21 +00:00
moveable.hpp Improved handling of bullet user pointers, which should fix the problem 2008-01-30 05:30:10 +00:00
moving_physics.cpp Bugfix: moving physical objects would keep their speed when 2008-02-12 00:08:48 +00:00
moving_physics.hpp 1) Improved handling of 'moving' or 'physical' objects (e.g. road cone). 2008-02-05 11:56:21 +00:00
moving_texture.cpp 1) Added a better estimation of finishing time for karts that 2008-02-08 04:43:35 +00:00
moving_texture.hpp
music_information.cpp Added support for 2 music 'styles' in one .music file: the normal 2008-03-17 05:18:26 +00:00
music_information.hpp Added support for 2 music 'styles' in one .music file: the normal 2008-03-17 05:18:26 +00:00
music_ogg.cpp Added support for 2 music 'styles' in one .music file: the normal 2008-03-17 05:18:26 +00:00
music_ogg.hpp Added support for 2 music 'styles' in one .music file: the normal 2008-03-17 05:18:26 +00:00
music.hpp Added support for 2 music 'styles' in one .music file: the normal 2008-03-17 05:18:26 +00:00
no_copy.hpp
particle_system.cpp
particle_system.hpp
physics.cpp Enabled up to three internal substeps for the physics, which means 2008-02-18 02:03:06 +00:00
physics.hpp Update to bullet 2.67 beta1 (which fixed the problem of karts falling through the 2008-02-15 03:53:41 +00:00
player_kart.cpp Added first beta version of 'follow the leader' mode. 2008-04-15 13:57:18 +00:00
player_kart.hpp 1) Removed race_setup and race_mode data structures. All this 2008-04-09 13:52:48 +00:00
player.hpp
projectile_manager.cpp 1) Split file_manager into file handling functions (in file_manager), 2008-03-03 03:31:12 +00:00
projectile_manager.hpp
race_manager.cpp Added first beta version of 'follow the leader' mode. 2008-04-15 13:57:18 +00:00
race_manager.hpp Reverted to previous version, this file was changed by accident (and 2008-04-18 01:05:41 +00:00
replay_base.cpp
replay_base.hpp
replay_buffer_tpl.hpp
replay_buffers.cpp
replay_buffers.hpp
replay_player.cpp
replay_player.hpp
replay_recorder.cpp 1) Added a better estimation of finishing time for karts that 2008-02-08 04:43:35 +00:00
replay_recorder.hpp
scene.cpp Added first beta version of 'follow the leader' mode. 2008-04-15 13:57:18 +00:00
scene.hpp Fix incorrect camera tilting when restarting a race. 2008-02-12 00:01:27 +00:00
sdldrv.cpp 1) Removed race_setup and race_mode data structures. All this 2008-04-09 13:52:48 +00:00
sdldrv.hpp - added best-effort algorithm to detect a formerly used joystick 2008-03-31 23:15:33 +00:00
sfx_openal.cpp 1) Renamed loader to file_manager 2008-03-01 03:18:53 +00:00
sfx_openal.hpp
sfx.hpp
shadow.cpp
shadow.hpp
skid_mark.cpp Cleanup of skidmark code (no visual change yet). 2008-04-18 09:01:23 +00:00
skid_mark.hpp Cleanup of skidmark code (no visual change yet). 2008-04-18 09:01:23 +00:00
smoke.cpp Added first beta version of 'follow the leader' mode. 2008-04-15 13:57:18 +00:00
smoke.hpp Added first beta version of 'follow the leader' mode. 2008-04-15 13:57:18 +00:00
sound_manager.cpp Bugfix in case no fast music is specified. 2008-03-20 03:00:28 +00:00
sound_manager.hpp Added support for 2 music 'styles' in one .music file: the normal 2008-03-17 05:18:26 +00:00
sound_plib.cpp Bugfix - plib support would not compile anymore. 2008-02-15 03:51:31 +00:00
sound_plib.hpp Bugfix - plib support would not compile anymore. 2008-02-15 03:51:31 +00:00
spark.cpp 1) Bugfix: rescuing kart (at least) in the startrack would 2008-01-15 11:38:54 +00:00
spark.hpp
ssg_help.cpp
ssg_help.hpp
static_ssg.cpp
static_ssg.hpp
stk_config.cpp Added first beta version of 'follow the leader' mode. 2008-04-15 13:57:18 +00:00
stk_config.hpp Added first beta version of 'follow the leader' mode. 2008-04-15 13:57:18 +00:00
string_utils.cpp 1) Improved sound_manager to support separate 2008-03-14 09:49:17 +00:00
string_utils.hpp 1) Improved sound_manager to support separate 2008-03-14 09:49:17 +00:00
terrain_info.cpp Added some const declarations. 2008-04-17 04:37:49 +00:00
terrain_info.hpp Added some const declarations. 2008-04-17 04:37:49 +00:00
track_manager.cpp 1) Improved sound_manager to support separate 2008-03-14 09:49:17 +00:00
track_manager.hpp
track.cpp 1) Bugfix: in some rare circumstances (one kart on top of another kart) 2008-04-18 06:26:36 +00:00
track.hpp Added some const declarations. 2008-04-17 04:37:49 +00:00
traffic.cpp
translation.cpp 1) Added unlocking (Grand Prix mode, snowtuxpeak and 2008-03-27 02:38:10 +00:00
translation.hpp 1) Added unlocking (Grand Prix mode, snowtuxpeak and 2008-03-27 02:38:10 +00:00
triangle_mesh.cpp Used previous bug fix again, since the optimised triangle meshes 2008-02-16 04:37:43 +00:00
triangle_mesh.hpp Improved handling of bullet user pointers, which should fix the problem 2008-01-30 05:30:10 +00:00
unlock_manager.cpp Added first beta version of 'follow the leader' mode. 2008-04-15 13:57:18 +00:00
unlock_manager.hpp 1) Removed race_setup and race_mode data structures. All this 2008-04-09 13:52:48 +00:00
user_config.cpp 1) Removed race_setup and race_mode data structures. All this 2008-04-09 13:52:48 +00:00
user_config.hpp - added best-effort algorithm to detect a formerly used joystick 2008-03-31 23:15:33 +00:00
user_pointer.hpp 1) Improved handling of 'moving' or 'physical' objects (e.g. road cone). 2008-02-05 11:56:21 +00:00
widget_manager.cpp Widgets can now use borders + 2 memory leaks fixed found with valgrind within the Widget Manager's selection. 2008-03-31 01:02:20 +00:00
widget_manager.hpp Widgets can now use borders + 2 memory leaks fixed found with valgrind within the Widget Manager's selection. 2008-03-31 01:02:20 +00:00
widget.cpp Fixed compilation problems (on Visual Studio). 2008-03-31 11:55:41 +00:00
widget.hpp Widgets can now use borders + 2 memory leaks fixed found with valgrind within the Widget Manager's selection. 2008-03-31 01:02:20 +00:00
world.cpp 1) Follow the leader mode now removes the first kart if 2008-04-17 00:20:06 +00:00
world.hpp Added first beta version of 'follow the leader' mode. 2008-04-15 13:57:18 +00:00