stk-code_catmod/src
auria c1c0a34897 Add braces in switch to please GCC
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7280 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-01-05 20:57:05 +00:00
..
addons Added error handling in the addons code to handle path error when extracting archove files. 2011-01-05 13:47:16 +00:00
animations Removed unused animation_manager (track object manager takes care 2010-12-16 21:15:59 +00:00
audio Removed old code 2011-01-03 21:22:04 +00:00
bullet Apply NetBSD fix from bug tracker 2010-12-18 15:05:49 +00:00
challenges Improve documentation of race manager; this is one huge class so having good doxygen docs is important. Also clarify difference between setNumPlayers and setNumLocalPlayers; replace many calls to setNumPlayers with calls to setNumLocalPlayers, since setNumPlayers is called by the network manager already and as such calls to setNumPlayers had no effect (the same method was called again later) and were just confusing 2011-01-03 20:17:44 +00:00
config Fix player names so that they may contain accentuated characters 2010-12-28 01:50:24 +00:00
enet Applied Yann's patch to allow to build STK in different build 2008-11-20 01:35:07 +00:00
font_tool Added list of Asian translations to use. 2010-12-13 11:53:38 +00:00
graphics Add braces in switch to please GCC 2011-01-05 20:57:05 +00:00
guiengine Fixed compiler warnings. 2011-01-04 04:35:35 +00:00
ide Update Xcode project 2011-01-05 18:56:03 +00:00
input Add gamepad button info to --gamepad-debug, from our current bug reports this looks like info we need 2010-12-28 00:34:26 +00:00
io Added support for SUPERTUXKART_SAVEDIR environment variable to 2011-01-05 03:58:43 +00:00
items Make item fog be based in track fog. Remove old lighting flag comment. 2011-01-04 02:42:11 +00:00
karts Removed compiler warning, updated VS project file. 2011-01-05 05:27:59 +00:00
modes Improve documentation of race manager; this is one huge class so having good doxygen docs is important. Also clarify difference between setNumPlayers and setNumLocalPlayers; replace many calls to setNumPlayers with calls to setNumLocalPlayers, since setNumPlayers is called by the network manager already and as such calls to setNumPlayers had no effect (the same method was called again later) and were just confusing 2011-01-03 20:17:44 +00:00
network Big refactor : move a lot of strings and config files to use wide strings. For instance to be able to cope with foreign characters in player names 2010-12-28 01:29:36 +00:00
physics Fixed memory leaks. 2010-12-12 11:49:00 +00:00
race Improve documentation of race manager; this is one huge class so having good doxygen docs is important. Also clarify difference between setNumPlayers and setNumLocalPlayers; replace many calls to setNumPlayers with calls to setNumLocalPlayers, since setNumPlayers is called by the network manager already and as such calls to setNumPlayers had no effect (the same method was called again later) and were just confusing 2011-01-03 20:17:44 +00:00
replay Run expand -t4 to convert tabs to spaces. No other whitespace fixes, but 2009-12-18 00:36:35 +00:00
states_screens Fixed minor glitches caused by reading value from RaceManager before it was set 2011-01-05 20:07:39 +00:00
tracks Correct a few FIXMEs + minor style improvements 2011-01-03 18:23:52 +00:00
tutorial Fixed warnings 2011-01-04 19:01:09 +00:00
utils 1) Added proper handling and detection of installed addons 2011-01-04 21:49:17 +00:00
windows_installer Updated Windows icon 2010-11-29 15:38:55 +00:00
Doxyfile Some updates to doxyfile (mostly to support subdirs). 2008-11-20 02:12:47 +00:00
main_loop.cpp Removed debug output. 2010-12-05 22:24:01 +00:00
main_loop.hpp Removed unused includes 2010-09-28 14:35:43 +00:00
main.cpp Removed/replaced getKartFile/Dir functions in file_manager, which 2011-01-04 05:47:49 +00:00
Makefile.am Removed unused update-tab in addons manager. 2011-01-05 05:38:11 +00:00