Commit Graph

3468 Commits

Author SHA1 Message Date
auria
2b68412239 Fixed in config code : the code was mixed up by all players described using a <Player ...> node in XML... because often it did getNode(Player) which always returned the first player. People please delete your config file (or the Players section in it) to amke sure your data is OK
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5077 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-27 01:35:11 +00:00
mbjornstk
daa2c467b3 Attenuate "yawing" speed when leaving the ground (jumps). Suggested by hiker,
with some tweaks by me (make it 25% per update instead of abrupt zeroing).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5076 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-27 01:07:44 +00:00
mbjornstk
92ca36cac5 Tweak cases for constraint, so long jumps are possible (via ramp+zipper).
One is commented out for now as it needs more testing of the distance setting.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5075 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-25 23:55:44 +00:00
hikerstk
e95d5ad5dd A historical commit: replaced highscores lisp files with xml,
allowing us to completely remove the lisp code from stk - hooray!


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5072 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-25 22:29:47 +00:00
hikerstk
4fa02b5325 Fixed crash when the openal device could not be initialised. STK should now
work when sound is enabled, but the openal device does not work.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5071 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-25 22:14:49 +00:00
hikerstk
baa5b0450c Fixed compilation bug (auria: which language have you been
programming in lately?? ;)  ).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5070 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-25 05:20:28 +00:00
hikerstk
88160e5a0c Fixed compiler warning.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5069 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-25 05:19:00 +00:00
auria
83fe7df8e8 Forbid adding 2 players with same name
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5068 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-25 01:05:08 +00:00
auria
fa87cd82c2 Fixed compilation
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5067 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-25 00:09:35 +00:00
mbjornstk
94144b3a04 Add triangle count (in thousands) to the on screen FPS reporting.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5066 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-25 00:03:37 +00:00
hikerstk
078b1e0f2f Fixed music loading from non-track directories (fixes bug 2947899).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5065 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-25 00:01:29 +00:00
hikerstk
5f69e47451 Removed unnecessary debug print.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5064 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-24 23:55:04 +00:00
hikerstk
939caf1981 1) Added -v X verbosity command line option, so that debug output is only printed
if an appropriat ehigh verbosity is selected. For now most debug statements 
   that are always printed (i.e. independent of user actions) is only printed
   if verbosity is >=5,  debug statement which are a reaction of a user action
   with verbosity >=4.
2) track- and gamepad-debug flags are not saved in config files anymore, made
   disabled reverse_look_threshold as default.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5063 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-24 23:52:41 +00:00
mbjornstk
8a91d2a09b Add note about fog params and change (commented out) ambient light to blueish.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5062 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-24 23:19:39 +00:00
mbjornstk
a2f22cea85 Sync with media repo r5060: fog settings and water plane trimming.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5061 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-24 22:38:31 +00:00
mbjornstk
32ec1176ea Sync with media repo r5058: tweak fog, fix fences and start line.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5059 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-24 22:01:29 +00:00
hikerstk
c8bdfe8930 Made fog ligher (test only. Someone with better visual experience please
improve this further, and commit the updates .blend file, too).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5057 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-24 11:57:39 +00:00
hikerstk
e5fe488142 Made fence not-backface-culled.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5056 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-24 11:56:13 +00:00
hikerstk
c966c121c9 Added setting to disable backface culling.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5055 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-24 10:29:41 +00:00
hikerstk
6eecefdec6 1) Fixed fog - all track nodes are now with fog.
2) Some code cleanup.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5054 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-24 10:25:08 +00:00
hikerstk
f3f29b9aec Fixed typos in XML files.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5053 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-24 00:23:15 +00:00
hikerstk
64b8d5e558 Removed outdated irr1.6 and irr1.7 project modes.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5052 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-24 00:15:42 +00:00
hikerstk
bd89c51fca Fixed bug 2972321 - crash in battle mode since in battle mode there is no quad graph.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5051 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-23 23:42:46 +00:00
hikerstk
a2c524a4eb Avoid raycasts when being outside of the track (which caused at least one crash,
though the reason for this crash are still unclear, since the code logic
should prevent the assertion that happened. See bug 2974314 for details).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5050 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-23 23:33:47 +00:00
hikerstk
7bedccbd82 Fixed smoke and water splash (incorrect coordinate systems).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5049 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-23 11:30:33 +00:00
hikerstk
b751cdc3a7 Minor code cleanup.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5048 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-23 10:41:46 +00:00
hikerstk
46dc95e3c3 Fixed incorrect rotation at start position.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5047 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-23 10:39:39 +00:00
mbjornstk
2c29284522 Sync xml files with media repo.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5046 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-23 02:41:56 +00:00
mbjornstk
d21070f4df Change tux feet per hour to tux feet per second.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5044 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-22 23:56:36 +00:00
hikerstk
390a7b39b6 Removed unused variable.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5043 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-22 11:00:47 +00:00
auria
a73cf90dca Fixed title music
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5042 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-22 02:06:01 +00:00
auria
84f4d6d3f3 Save config file when relevant. Forbid editing or removing the guest account through the GUI
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5041 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-22 01:39:01 +00:00
mbjornstk
1b7eb82392 Update cave track to be in sync with media repo.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5040 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-22 01:31:47 +00:00
auria
5e45b7e1b5 Started adding guest account, so that multiplayer gameplay is not hindered by having to make a player account for everyone
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5038 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-22 01:21:49 +00:00
hikerstk
7f7b7de8c5 Fixed start positions declared as 'startX' with X an integer number
(as a shortcut for type="start" position="X").


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5037 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-21 21:39:02 +00:00
hikerstk
68a6768241 Updated version of kart exporter (somewhat work in progress, so might
be unstable).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5036 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-21 11:40:22 +00:00
auria
ebf4f94f7a Updated polish translation
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5035 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-20 01:13:11 +00:00
hikerstk
794e532515 Bugfix: wrong axis resulted in incorrect automatic rescues.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5033 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-19 12:46:30 +00:00
hikerstk
e31d14fb2b Replaced off-road handling code, which hopefully fixes
all off-road problems.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5032 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-19 10:38:52 +00:00
hikerstk
2a671b0e77 Added separate roll computation, which fixes issues with
the upright constraint, and might also fix steering issues
on slopes.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5031 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-19 10:37:51 +00:00
hikerstk
9862807c5e Fixed typo in xml file.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5030 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-19 10:06:10 +00:00
hikerstk
667b208aab Converted all kart.xml files from lisp to .xml files.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5029 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-19 04:23:32 +00:00
hikerstk
625d7a91ed Removed unused functions.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5028 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-19 04:20:45 +00:00
mbjornstk
6b156233fb Rotate texture so it matches the other sides of skybox.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5027 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-19 01:22:58 +00:00
auria
074a1a843f Fixed crash when a track has an invalid screenshot file
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5026 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-19 01:14:11 +00:00
auria
4c7a4fb85c Reverted commit to gnu.challenge, which was committed accidentally
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5025 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-19 01:04:56 +00:00
auria
2f236cb6ea Fixed keyboard configuration. For some reason, the code that sensed keyboard input disappear... weird
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5024 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-19 01:02:40 +00:00
auria
fad4cb4c01 Updated menu singleton code, there was a bug in its logic (that had no consequence that i know but better fix it anyway) + some code style cleanup along the way
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5023 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-18 18:18:19 +00:00
hikerstk
6fd2feada7 Bugfix: an incorrect warning message was printed when the middle
of the first quad line is exactly on the start line - which is by
now always the case since these lines are identical.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5022 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-18 11:45:07 +00:00
hikerstk
1ddb5e2b7d Fixed incorrect start positions on some tracks (caused by minor
forwards/backwards shaking of the kart at start and the fact
that 'isInRest()' tested the wrong axis).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5021 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-18 11:42:49 +00:00