stk-code_catmod/data
hikerstk 13175b8566 1) Changed the minimum turn radius when skidding to be 20% instead
of 40%. This allows longer skids in wider turns (e.g. hacienda).
2) Improved skidding decision when sharp turning is required:
   on sharp turn when already skidding, wait till an 'even sharper'
   turn is required, which (usually) means that then the AI is
   nicely aligned with the new track direction when releasing skid,
   which makes nice use of the bonus and the additional rotation.
   If not skidding when sharp turn is required, don't even start
   one.
3) Prevent AI from skidding 'against' track direction (i.e. track
   is turning left, but AI tries to skid right). This happened
   before (e.g. when slightly adjusting steering) and caused
   rapid left/right turns (and skid/stop/skid/stop sequences).
4) Allow some steering in wrong direction when skidding (to allow
   for some incorrect estimations, and to avoid skidding on/off
   sequences when only minor corrections are necessary).
5) If adjusted (i.e. taking the skid steering reduction into account)
   steer fraction when skidding is too high, stop skidding.
6) Re-enabled braking when AI is not aligned with track direction.
7) Improve debug output so that only a state change (skidding to
   non-skidding and vice versa) triggers output (instead of output
   every frame).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11469 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-08-05 23:27:39 +00:00
..
challenges Add challenge file for black mansion 2012-07-06 19:29:48 +00:00
fonts While we're on the subject of Arabic, fix arabic accents 2012-04-18 23:21:16 +00:00
gfx Make sure the water splash particles decay 2012-04-28 21:07:51 +00:00
grandprix Nice little hack to make the GPs appear in the right order in the GUI 2012-05-07 01:14:26 +00:00
gui Add rating to add-on info dialog. 2012-07-20 22:48:37 +00:00
models Put cartoony bomb texture back. 2012-02-18 22:31:01 +00:00
po Offer STK in Arabic. Note that for some reason this crashes the options menu 2012-04-18 02:14:55 +00:00
shaders Allow combining lightmaps and normal maps 2012-07-22 21:30:47 +00:00
tutorials Fixed incorrect make install target directory. 2011-11-01 23:26:42 +00:00
CREDITS Add Ward Muylaert to credits (programming/bug fixes). 2012-06-29 00:07:10 +00:00
items.xml Add lower-poly bubblegum model, to fix issue I introduced with swapper with regards to LOD+items 2011-05-15 18:24:49 +00:00
Makefile.am Apply a bunch of CMake patches by riebl, thanks\! 2012-03-06 00:18:51 +00:00
powerup.xml Disable anchor as an item (since this is replaced by the rubber ball). 2011-11-02 00:02:02 +00:00
run_me.sh Added $* to the call of the actual binary so that additional flags can 2011-08-15 06:25:15 +00:00
stk_config.xml 1) Changed the minimum turn radius when skidding to be 20% instead 2012-08-05 23:27:39 +00:00
supertuxkart_32.xpm Added Auria's new icon. 2008-05-29 01:07:22 +00:00
supertuxkart_64.xpm Added Auria's new icon. 2008-05-29 01:07:22 +00:00
supertuxkart_desktop.template Apply a bunch of CMake patches by riebl, thanks\! 2012-03-06 00:18:51 +00:00