stk-code_catmod/src
hikerstk 2c7213b83e 1) Added support for AI steering variations: AI karts will now not
steer to the same driveline point, but to points slightly to
   the left and right. The maximum variation is defined in
   stk_config.xml (and should be between 0 and 1).
   ATM THIS IS DISABLED! Since in my tests it appears that
   the AI is not driving as good as previously anymore, i.e.
   it drives more S-lines on straights etc. To enable this change
   steering_variation in stk_config.xml
2) AI now handles multi-items better by waiting a certain amount
   of time before using the next item.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6123 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-23 07:21:52 +00:00
..
addons Change the message for addons : 'Writing XML file' to 'Reloading karts list', it is more user friendly and honnest 2010-09-12 17:06:40 +00:00
animations Started to add NoCopy as a base class to all objects to help detecting if an 2010-09-08 06:18:08 +00:00
audio Removed warnings printed to stderr in case of missing music files (which 2010-09-14 05:23:59 +00:00
bullet Added debug output in case that the bullet assertion crash (see 2010-09-07 23:44:33 +00:00
challenges Added more NoCopy. 2010-09-08 11:39:19 +00:00
config Added a 'powerup collect' mode setting to stk config. This controls 2010-09-20 01:15:16 +00:00
enet Applied Yann's patch to allow to build STK in different build 2008-11-20 01:35:07 +00:00
graphics Made the up-angle relative to the pitch of the kart configurable. 2010-09-23 03:43:10 +00:00
guiengine Fixed VS compilation problem (log from integer value). 2010-09-21 04:46:57 +00:00
ide Updated VS project file, fixed compiler warnings. 2010-09-20 14:44:18 +00:00
input Fixed F12 (display FPS) handling so that it would only trigger on 2010-09-16 23:29:17 +00:00
io Fixed memory leak. 2010-09-14 06:05:48 +00:00
items Fixed bug that resulted in karts getting no item at all. 2010-09-21 00:34:13 +00:00
karts 1) Added support for AI steering variations: AI karts will now not 2010-09-23 07:21:52 +00:00
modes 1) Added support for AI steering variations: AI karts will now not 2010-09-23 07:21:52 +00:00
network Renamed all instanced of RandomKart in the race_manager to 2010-09-21 07:37:42 +00:00
physics Fixed doubly-defined constructor that didn't compile 2010-07-06 00:02:51 +00:00
race Fixed compiler warning. 2010-09-21 10:28:30 +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 graphical error in FTL races when music is enabled 2010-09-23 07:17:04 +00:00
tracks 1) Added support for AI steering variations: AI karts will now not 2010-09-23 07:21:52 +00:00
utils Fixed crashes in grand_prix lose, win, feature animation etc. 2010-09-10 13:30:31 +00:00
windows_installer Fixing all remaining "executable" flags. 2009-02-27 02:54:25 +00:00
Doxyfile Some updates to doxyfile (mostly to support subdirs). 2008-11-20 02:12:47 +00:00
main_loop.cpp Hopefully fixed crash at exit 2010-09-11 16:54:45 +00:00
main_loop.hpp 1) Profile mode now works, and is now completely implemented 2009-08-23 15:42:58 +00:00
main.cpp Fixed empty GP list 2010-09-20 17:36:12 +00:00
Makefile.am Added a 4th help tab describing multiplayer play, after suggestion to do so on IRC 2010-09-19 19:22:43 +00:00