stk-code_catmod/src
hikerstk 55d076768c Added an epsilon to test if a flyable is inside of the track. Hopefully this
avoids an assertion crash in bullet (triggered because a point is outside
of the AABB) - small floating point variation can cause bullet's AABB
to be slightly different from STK's AABB (=track size).
This should fix bug 3058932 (though I have not been able to reproduce
the problem).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5911 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-07 13:38:23 +00:00
..
addons Adding a 's' to the addons type when removing it directory, it is data/kart, not data/karts ^^ 2010-09-02 16:41:10 +00:00
animations Support added for 'coneX' and 'coneZ' shapes as physical objects 2010-06-07 22:08:15 +00:00
audio Removed compiler warnings. 2010-09-07 06:19:37 +00:00
bullet Applied work around for a compiler bug, see 3014609 for details (one 2010-08-30 00:30:18 +00:00
challenges Bugfix : don't show challenges that rely on a broken GP 2010-05-07 17:49:04 +00:00
config Modified behaviour of startup boost: instead of giving it to the first 2010-09-02 00:19:06 +00:00
enet Applied Yann's patch to allow to build STK in different build 2008-11-20 01:35:07 +00:00
graphics Fixed rare bug in which stk aborts (because it receives a WM_QUIT message) 2010-08-10 01:15:53 +00:00
guiengine tweak text bubble widget so that the text cannot go too close to the right edge of the widget 2010-09-06 17:50:29 +00:00
ide Updated project file, removed compiler warnings, worked around 2010-09-05 01:04:50 +00:00
input Bugfix: avoid crash if any of the special debug keys (F1, F2, ...) is 2010-08-04 22:47:36 +00:00
io Updated project file, removed compiler warnings, worked around 2010-09-05 01:04:50 +00:00
items Added an epsilon to test if a flyable is inside of the track. Hopefully this 2010-09-07 13:38:23 +00:00
karts Moved handling of kart elimination into emergency animation (since 2010-09-06 23:08:27 +00:00
modes Fixed bug in bugfix ;) Non-debug mode would still crash. 2010-09-07 11:25:48 +00:00
network Some cleanups with ActivePlayer. Moved it to StateManager, because that's where active players are created and stored - this will be less confusing than hiding it inside a configuration class. More work is still to be done if we want to make this code really clean, though. 2010-02-18 21:28:32 +00:00
physics Fixed doubly-defined constructor that didn't compile 2010-07-06 00:02:51 +00:00
race Fixed compiler warning. 2010-08-30 00:21:04 +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 RTL credits + removed annoying debug print from there 2010-09-06 17:41:05 +00:00
tracks Fixed white spaces in source code. 2010-08-30 23:17:52 +00:00
utils Implement silly hack to get whether the current language is RTL (but at least it works) 2010-09-03 18:57:44 +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 Modified music handling, fixing the music heard during GP lost/won 2010-06-13 18:25:49 +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 Added --gp option to start a GP from the command line. 2010-07-25 22:35:53 +00:00
Makefile.am Added bubble widget to work around clipped text in help menu .I'm not sure I like it, and it's especially ugly in the glass skin, but that can be worked on later. 2010-09-04 20:24:42 +00:00