auria
d4a57fc833
Try to prevent configuring a gamepad by pressing on the wrong gamepad
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10307 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-03 02:43:03 +00:00
auria
150cc190b0
Some improvements to star track. see ticket #449
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10306 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-03 01:38:04 +00:00
hikerstk
3421e14626
Made it less likely that a chassis hits the ground after a jump.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10301 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-02 09:52:21 +00:00
hikerstk
05fb68a706
Added debug output when a kart hits the track (for people
...
playing without sound ;) ). Needs --physics-debug command
line flag.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10300 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-02 09:41:00 +00:00
hikerstk
a5b3cb7f51
Removed outdated FIXME.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10299 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-02 08:57:41 +00:00
hikerstk
422788bc20
Added setting for maximum suspension force (currently set at the
...
old default value).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10296 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-01 12:14:20 +00:00
hikerstk
bb6e9f6f2c
Replaced tabs.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10295 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-01 11:33:37 +00:00
hikerstk
fdafbd4588
Bugfix: forgot to set track-connection-accel to the original value.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10294 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-01 02:57:39 +00:00
hikerstk
52fca10f14
Tried to fix linking problems by moving some code into
...
class functions.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10293 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-01 02:41:18 +00:00
hikerstk
2c33ed75ed
Merged the physics branch back to trunk. There should be no change at
...
this stage for users.
The physics branch added a few new stability options (which are disabled
by default), fixed bug and reproducing history files when using physics
replay, using --log=file command line option. See log on the physics
branch for full details.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10292 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-01 01:14:10 +00:00
hikerstk
6dca16c420
Fixed uninitialised variable (which was used, but didn't impact
...
the result much).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10291 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-30 23:48:28 +00:00
hikerstk
3f0e2a7f82
Cosmetic changes only.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10290 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-30 23:46:04 +00:00
hikerstk
357297dc38
Very minor bugfix: if a kart got no startup boost, it would
...
nevertheless set a startup boost of 0 in bullet, which causes
the first frame not to have correct physics applied (not noticable
in game actually).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10289 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-30 23:44:04 +00:00
hikerstk
943128e528
Disabled downward impulse as default.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/physics@10288 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-30 23:36:42 +00:00
hikerstk
4dbdc5c588
(Re-)Added support for disablind sliding and zipper (based
...
on implementation in trunk). Now the physics branch (with
disabled new features) behaves like current trunk.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/physics@10287 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-30 23:33:00 +00:00
auria
8799b3ca3b
Improve splatting
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10283 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-30 19:34:37 +00:00
auria
47d0e01f12
Add initial splatting support
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10282 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-30 16:56:04 +00:00
hikerstk
31aed84b82
Disabled a bug fix from bullet 2.79 if backwards compatibility (to stk 0.7.3)
...
is used.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/physics@10281 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-30 11:36:38 +00:00
hikerstk
d7d8d4aa6c
Applied missing patch from trunk that applies the force only sideways.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/physics@10280 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-30 11:33:27 +00:00
hikerstk
d4564dd40d
Re-introduced a fix for (apparently) hexley, not sure if this should
...
be kept, but for backwards compatibility added it back with an
#ifdef.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/physics@10278 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-30 08:26:59 +00:00
auria
83527e9146
Apply patch by Wardje to fix displaying GP progress when there are too many tracks
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10275 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-29 18:24:04 +00:00
auria
b0b1a7c7a1
Prepare STK to accept additive lightmaps
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10273 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-29 02:48:37 +00:00
hikerstk
eb49ef5f87
Updated VS 9 project file.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10271 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-28 05:15:34 +00:00
auria
7697988801
Add feature requested by samuncle
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10268 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-27 23:41:38 +00:00
auria
407c5319b5
More work to fix building without OpenAL for Android
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10267 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-27 18:15:12 +00:00
auria
bf02f9b788
Fix potential crash
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10265 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-27 02:40:46 +00:00
auria
9afdcfaf50
Apply patch that is a bit similar to what xapantu did, but in a IMHO more modular way
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10264 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-27 01:14:16 +00:00
auria
c50e1a6c8b
Apply patch that is a bit similar to what xapantu did, but in a IMHO more modular way
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10263 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-27 00:48:02 +00:00
auria
c65762cd77
Fixed bug in my previous commit, sorry
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10262 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-26 21:55:31 +00:00
auria
1e63021889
Add support for additive lightmaps
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10260 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-26 20:18:42 +00:00
auria
c148c32e92
Fix shortcut in subsea
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10257 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-25 02:22:03 +00:00
hikerstk
ac90c43f72
Restore the original settings while trying to get the old and
...
new physics to behave identical when all new features are switched off.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/physics@10256 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-24 21:42:54 +00:00
hikerstk
8890925470
Adding braking improvement back in.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/physics@10253 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-24 10:29:14 +00:00
hikerstk
dccbfaa5f2
Re-added support for track connection acceleration (for backward
...
compatibility).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/physics@10252 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-24 10:26:27 +00:00
hikerstk
78505d2a8b
Added lost improvement: make sure that both wheels
...
of an axis are touching the ground if at least
one wheel touches it (if only one wheel touches
the ground, the kart will get a strong angular
impulse and turn rapidly).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/physics@10251 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-24 10:20:12 +00:00
hikerstk
fd1871be6e
Bugfix: adding the radius to the raycast length was lost in
...
the branch.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/physics@10250 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-24 10:13:37 +00:00
hikerstk
0c5125522d
Fixed --log=file/terminal (the stdout/err files were opened
...
before the command line flag was tested, so the behaviour
depended on the setting in the previous runs, which were
saved).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/physics@10249 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-24 09:49:30 +00:00
hikerstk
e92827f357
Cosmetic changes only.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10248 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-24 00:22:39 +00:00
hikerstk
06a96ed356
Accept heading angle in degree instead of radians, which is easier
...
(considering that the special start-tag is mostly used when manually debugging).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/physics@10247 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-23 20:52:43 +00:00
hikerstk
f0bf730a9d
Removed compiler warning.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/physics@10242 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-22 23:16:19 +00:00
hikerstk
5a4cc87738
Make the physics branch compile with current irrlicht svn.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/physics@10241 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-22 23:15:27 +00:00
auria
a4c58d5914
Fixed font tool in CMake, found by wintermute
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10239 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-22 18:36:58 +00:00
hikerstk
afb9e12ce5
Bugfix for the bugfix r10235 for #504 (stk would crash when the kart selection menu is
...
shown next time after a race).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10238 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-22 05:24:39 +00:00
hikerstk
097427e561
Try to fix #504 : the wheel model was not freed, resulting in using
...
textures which were not reloaded (since the mesh was taken from the mesh
cache).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10235 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-22 00:18:51 +00:00
auria
3a44c2cfff
Update mentionned irrlicht version in configure
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10230 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-20 00:17:11 +00:00
auria
be1abb965e
Apply patch by winterheart to build with latest irrlicht SVN. Yes, this means you need to update to latest irrlicht :)
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10229 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-20 00:15:47 +00:00
auria
35d01606f7
Add some checks to catch errors earlier
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10228 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-19 23:41:26 +00:00
auria
5dd29bcb2e
Link against pthread in cmake builds
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10227 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-18 20:58:36 +00:00
auria
16f9237b62
Fix non-translatable stirng
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10226 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-18 19:53:18 +00:00
hikerstk
4f6144b890
Fixed handling of multiple gamepads on windows on non-english systems
...
(the name of the driver is translated, so the if condition would not get
triggered).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10221 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-17 03:08:57 +00:00