Commit Graph

4327 Commits

Author SHA1 Message Date
auria
761458cbe3 Added forgotten mesh
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6095 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-20 23:59:29 +00:00
hikerstk
357483da51 Added grab/drop to avoid that the animated scene node of
which a copy is used is not accidentally deleted.
Also initialised m_animated_node with zero to handle
incorrect usages of the kart model.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6094 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-20 23:27:49 +00:00
auria
adffdc4eaa committed adiumy animations by rudy
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6093 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-20 23:13:27 +00:00
auria
a35f05b0c8 Added new wilber by rudy
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6092 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-20 23:09:25 +00:00
auria
a0663abb5a Added rudy's converted oliver math classes with a couple modifications by myself. We still have vertex color issues
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6089 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-20 19:33:36 +00:00
auria
2c98942c6c Fixed empty GP list
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6088 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-20 17:36:12 +00:00
auria
69feb27034 Simplified ribbon code by not invoking number of row estimation code for single-row ribbons...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6087 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-20 17:36:02 +00:00
auria
a17b78d5fc Tweaked formula used to determine best number of rows in dynamic ribbon. It now looks fine in all resolutions I tested. Hopefully the now rather complicated formula doesn't have unforseen issues...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6086 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-20 17:31:59 +00:00
auria
1c4e3f8492 Fixed crash when starting challenges. @Joerg: please read the fixme I added in RaceManager. There is some confusing design to fix there =)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6085 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-20 17:09:25 +00:00
auria
77dfe17d39 Updated fort magma with animations and vertex colors (for some reason vertex colors don't work... no idea why =( )
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6082 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-20 16:03:21 +00:00
auria
d9e269daa5 License files update
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6081 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-20 15:47:36 +00:00
auria
cf67d8b5a5 Minor improvements to fort magma by setting material attributes
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6080 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-20 15:33:16 +00:00
hikerstk
78346e3ddf Added support for multiple powerups to be collected with one item
box. Weights for these are set in powerup.xml. ATM a 'multi item'
gives three items (hardcoded, I'll change that to be configurable
later).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6079 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-20 14:48:05 +00:00
hikerstk
1f348ac93f Cosmetic changes only.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6078 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-20 14:46:07 +00:00
hikerstk
2e48901c69 Updated VS project file, fixed compiler warnings.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6076 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-20 14:44:18 +00:00
hikerstk
28e75aa40d Added first version of fortmagma track. It still has some visual
problems in the tunnel - suggestions welcome :)


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6075 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-20 14:38:42 +00:00
hikerstk
a7672b5720 Made the amount of nitro configurable per kart - in case that we
want to change this later when giving each kart different abilities
(now that I think about it: a similar effect can be accomplished 
with the nitro consumption rate).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6074 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-20 01:21:17 +00:00
hikerstk
82fcdef6fb Add a 'time per kart' to the leader intervals, which is defined
in stk_config. This is to balance races with larger number of 
karts. Note that the changes to stk_config was part of the
previous commit.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6073 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-20 01:16:41 +00:00
hikerstk
3db98d8ba7 Added a 'powerup collect' mode setting to stk config. This controls
what happens if a kart already has a powerup when it hits a bous box:
you can get one more item of the same kind, one new item, or only one
more item if a random item is the same one as the one you currently have
(the latter being the old STK mode). stk_config.xml now sets 'new'
(always get a new randomly chosen item) as mode.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6072 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-20 01:15:16 +00:00
auria
db012e081f More icons to the shiny loading screen ;)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6071 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-19 19:30:14 +00:00
auria
51b1ffcf85 Added a 4th help tab describing multiplayer play, after suggestion to do so on IRC
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6070 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-19 19:22:43 +00:00
auria
874e365661 Improved dynamic ribbon algorithm to allocate a number of rows that will leave less empty space on higher resolutions
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6068 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-19 19:01:55 +00:00
auria
6646a64c2a Following discussion on IRC, put 'press fire to join' in a box to make it more readable and more visible
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6066 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-19 18:57:23 +00:00
xapantu
628643f664 Merge translations
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6065 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-19 18:22:33 +00:00
auria
6411bd6e3b Removed reference to removed kart in test screen
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6064 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-19 18:21:20 +00:00
auria
734aa6e411 Suppressed unneeded warning from spinner widget
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6063 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-19 17:22:49 +00:00
auria
f3b72eee81 Bye bye Mr Ice Block, you were too high-poly, non-fitting in our character theme and hard to render for irrlicht
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6062 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-19 17:04:09 +00:00
xapantu
0e15df25c5 Fix a bug when reloading the karts after installing an addons
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6061 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-19 15:17:09 +00:00
xapantu
100263408d Change the name of the b3d file, Nolok.b3d -> nolok.b3d
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6060 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-19 14:58:56 +00:00
hikerstk
588cacd155 Added missing texture.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6058 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-19 14:04:50 +00:00
hikerstk
70a17926dd Added nolok animation from Rudy. Note that lose animation does not
work completley, a kind of ball around nolok appears to be missing.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6057 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-19 14:00:31 +00:00
hikerstk
83723a83ea Fixed crash which happens if an end animation is playing
in its non-looped part when the world is deleted (bug 3067944).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6056 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-19 10:55:34 +00:00
auria
d1c3f11021 Minor update to credits so people who have contributed lately appear before people that havent contributed in ages
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6055 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-18 23:11:22 +00:00
auria
37901f7f39 Absolutely frivolous, but very cute, change : show icons of what is being loaded during the loading screen (sorry, couldn't help but waste time on this =)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6054 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-18 23:09:02 +00:00
auria
979beb5a23 Added missing word wrap property that could result in text clipping
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6053 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-18 23:08:12 +00:00
auria
ab7658adb7 Changed race setup screen a little to help reduce the clipping of the game mode description. Doesn't eliminate clipping from all languages and resolutions, unfortunately.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6052 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-18 22:27:07 +00:00
auria
77f85f61cb Try to fix add-ons related crash at exit
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6051 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-18 22:26:13 +00:00
auria
5e4a9617ad Updated garden licensing info. It is *finally* 100% DFSG-compliant
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6049 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-18 22:05:40 +00:00
auria
8992163665 More license fixes to scret garden
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6047 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-18 21:37:32 +00:00
auria
633cc9f7a7 Fixed another file with bad license in garden
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6046 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-18 20:24:23 +00:00
auria
ecdb43c276 Fixed more textures with invalid licenses in garden track
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6043 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-18 20:01:41 +00:00
auria
848107faa1 Removed unneeded print
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6042 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-18 18:23:36 +00:00
auria
7058d30947 Fixed mossing notification in dynamic ribbon that could result in a visual glitch for plaer 0 in the kart selection screen
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6041 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-18 17:14:21 +00:00
hikerstk
f5f9e1d8be Fixed handling of material in track conversion (file was missing in
r6037) --> animated water scene nodes will now trigger rescue.
Also fixed getting the location for water scene nodes.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6040 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-18 10:08:14 +00:00
hikerstk
94c4f40bd1 Fixed compilation problem (const vs no-const mismatch).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6039 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-18 07:30:58 +00:00
hikerstk
4433585efa Removed warnings when loading a kart without wheels.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6038 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-17 12:18:05 +00:00
hikerstk
a04f688972 Added support for using readonly material. As a result of this animated
water scene nodes will now trigger rescue.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6037 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-17 05:24:39 +00:00
hikerstk
01a3293fb7 Removed compiler warning.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6036 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-17 05:23:34 +00:00
hikerstk
1c19a57237 Added invisible rescue plane to avoid people jumping off the first
bridge, had to fix location of items (which would otherwise be projected
on rescue plane instead of onto track).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6034 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-17 01:34:25 +00:00
hikerstk
b987fab57e Enabled resetting in water in lighthouse track again.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6032 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-17 00:00:29 +00:00