Commit Graph

4717 Commits

Author SHA1 Message Date
hikerstk
18f8b831aa Fixed bug in bugfix for 3090183: kart positions were
changed incorrectly down instead of up.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6596 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-16 06:02:58 +00:00
hikerstk
2f330a0606 Added file missing in previous commit (and removed old version
with bad name).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6595 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-16 05:56:59 +00:00
hikerstk
986bedcd1d Update to track version 3.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6593 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-16 05:13:30 +00:00
hikerstk
22c06a8ff4 Update to track version 3.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6591 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-16 04:26:01 +00:00
hikerstk
68c52fd7f3 Updated scotland track to track version 3.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6589 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-16 02:52:26 +00:00
hikerstk
f758c7f09c Re-added fixed island track.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6587 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-16 01:51:37 +00:00
auria
29889c6f8f New engine values by yekcim
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6586 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-16 01:04:07 +00:00
auria
422d15c91f Fixed lap counting in star
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6584 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-16 01:02:57 +00:00
hikerstk
507dd4cbde Fix bug 3090183: if the leader in a FTL race is on position
3 just before the last kart is eliminated (and a kart on
position 1 will be eliminated), the kart on previous position
2 (after elimination on position 1) will get too many points.
This situation is now detected, and the position of the
remaining karts are adjusted before scoring.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6583 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-15 23:28:05 +00:00
auria
3d992ff7ff Updated Xcode project
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6582 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-15 22:15:09 +00:00
hikerstk
b898032c57 Fixed crash when reading in old-style input files.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6581 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-15 22:08:51 +00:00
hikerstk
732f8e0c61 Fixed handling of [] in linux: if a key code is 0 (which is the case on
linux for [] and other keys) the unicode character is now used to
identify the key. This solves displaying the key code in the GUI, and
also to handle keys with identical key codes (0) properly.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6580 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-15 21:55:50 +00:00
auria
5ccc86d9b0 Fixed konqi's eyes
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6577 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-15 19:36:45 +00:00
auria
2df77fbc5e Fixed machine gun effect when riding on zipper ramps
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6576 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-15 19:15:34 +00:00
auria
fb4862afd9 Fixed star track music
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6574 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-15 18:42:39 +00:00
auria
f0227bfd19 Don't crash when music not found
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6573 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-15 18:41:11 +00:00
hikerstk
596b726362 Added materials.xml file created from .blend file (and also
fixed typo in texture name).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6571 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-15 11:10:00 +00:00
hikerstk
fe792b57eb Update sand track to track version 3.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6570 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-15 10:56:40 +00:00
hikerstk
7384811674 Re-added vertical center shift, which was lost (and is now part
of the blend file).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6569 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-15 10:13:38 +00:00
hikerstk
2758b3ef71 Added support for center shift specification (necessary for gnu kart).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6567 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-15 10:11:06 +00:00
hikerstk
1987c155f0 If no valid start position is found, automatically enter flying mode
(in debug compilations).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6566 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-15 09:47:44 +00:00
hikerstk
6f6fafe725 Update to track version 3.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6564 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-15 02:06:49 +00:00
hikerstk
632660d9f4 1) Added setting for backface culling.
2) Fixed missing '/' in sfx settings.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6563 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-15 01:52:18 +00:00
hikerstk
fa05f776ec Added missing / in sfx settings.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6562 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-15 01:51:25 +00:00
auria
9de3cf7f9e Make moon rotate in star track
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6560 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-15 01:49:25 +00:00
hikerstk
f0052aefda Updated mines to track version 3.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6558 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-15 01:48:57 +00:00
auria
4d434fe829 Updated star track to format 3 + added animations and flying saucer
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6556 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-15 01:43:13 +00:00
hikerstk
7297ceaa3a Updated lighthouse to track 3 format.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6554 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-15 01:24:09 +00:00
hikerstk
8d62e9977b Updated jungle to track version 3.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6552 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-15 01:06:30 +00:00
hikerstk
e3dfe938cc Disable this track for now, since the exporter creates incorrect models.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6551 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-15 01:00:01 +00:00
hikerstk
e62e2bca8a Updated island track to version 3.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6550 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-15 00:20:31 +00:00
hikerstk
e8d27e54a5 Removed debug print.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6549 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-15 00:16:40 +00:00
hikerstk
0c77d1ecaa Added support for setting sfx volume.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6548 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-14 22:25:35 +00:00
hikerstk
642dff772d Update to track version 3 to fix lap counting issues.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6546 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-14 22:21:30 +00:00
hikerstk
b95004dc80 Update to track version 3 to fix lap counting issues.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6544 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-14 22:16:21 +00:00
hikerstk
fa6ff8597b Updates farm to track version 3 to fix lap counting issues.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6542 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-14 22:14:00 +00:00
hikerstk
6c3787a03d Fixed typo in scene.xml file caused by a bug in the track
exporter.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6541 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-14 22:11:41 +00:00
hikerstk
8fc88e531b Fixed typos in materials.xml and scene.xml file
(caused by bugs in track exporter).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6540 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-14 22:08:39 +00:00
hikerstk
04104c12fa Bugfix: no space between closing " and same-group in lap counting data.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6539 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-14 22:07:51 +00:00
hikerstk
4ccf6465cd Fixed typo (incorrect closing tag in case of sfx data for a material).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6538 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-14 22:04:19 +00:00
hikerstk
e78637411e Updated track to version 3 which fixes lap counting issues.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6535 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-14 21:57:51 +00:00
hikerstk
a5199e7d27 Updated track exporter to export version 3 (which now also fixes
lap counting problems, see bug 3105319).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6534 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-14 21:55:44 +00:00
auria
6b44ed337b Replaced a brick texture in scotland for licensing reasons again
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6533 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-14 21:50:46 +00:00
hikerstk
7781c839b4 Updated canyon track to version 3 to support fixed lap counting.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6532 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-14 21:50:38 +00:00
hikerstk
be3a68253d Increased supported track versions in order to avoid
using tracks that have incorrect lap counting.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6531 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-14 21:48:28 +00:00
hikerstk
3812d6b084 Fixed bug in checck structures (activation lines were set to active as default,
which means that if there is more than one activation line, you only needed to
cross the last one).
This will break proper lap counting in all tracks!


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6530 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-14 21:47:29 +00:00
hikerstk
940fb65e8a Bugfix: if an xml attribute for an integer array is an empty string,
an array of length 1 with a 0 would be returned instead of an empty
array.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6529 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-14 21:08:40 +00:00
hikerstk
b061c74598 Added support for setting zipper and slowdown properties of textures.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6528 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-14 21:05:20 +00:00
magned
53ba0bce7c Change music to TheDeadRocks-OneMillionDollar
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6527 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-14 19:30:23 +00:00
auria
0b8bdc823f Bye bye CaribbeanMusic
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6526 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-14 19:14:36 +00:00