Commit Graph

4489 Commits

Author SHA1 Message Date
hikerstk
b754d9c879 Fixed camera aiming at incorrect (previous) position when restarting a race.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6107 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-21 12:25:17 +00:00
hikerstk
4733fead77 TUrns out the spaces did not actually remove the warning (sorry,
missed the warning when recompiling). So I've added a "."
at the end.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6106 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-21 10:36:40 +00:00
hikerstk
7085283a29 Fixed compiler warning ('\' at end of line indicates that the
line should be continued, so I added a space).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6105 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-21 10:34:17 +00:00
hikerstk
66259c59f6 Fixed compiler warning.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6104 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-21 10:28:30 +00:00
hikerstk
a973e8b84f Renamed all instanced of RandomKart in the race_manager to
AIKart (e.g. m_random_kart_list -> m_ai_kart_list) - since this
describes what the lists and function actually are (in network
the name is not entirely correct, but since this will be 
re-implemented anyway, we leave the proper naming till later).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6103 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-21 07:37:42 +00:00
hikerstk
3bc2a8b93d Fixed VS compilation problem (log from integer value).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6102 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-21 04:46:57 +00:00
hikerstk
1b1224b244 Added assert to catch inconsistent setting of number of karts.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6101 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-21 04:07:28 +00:00
hikerstk
248c12c3a2 Properly fixed bug 3072032 (crash when doing a challenge) - the call
to computeRandomKartList is not necessary, the real problem was that
the game data structure was set up before the new data was
defined (e.g. data was initialised for previous number of karts,
after initialisation the correct number of karts was set, causing
a crash).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6100 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-21 04:04:49 +00:00
hikerstk
f9ac707095 Fixed incorrect setting of max speed and engine power depending on
level - low level actually drove faster.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6099 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-21 01:44:26 +00:00
auria
a22c395f1f Fixed silly typo in Screen docs + shorten lines a bit while at it
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6098 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-21 00:38:21 +00:00
hikerstk
bb274576a5 Fixed bug that resulted in karts getting no item at all.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6097 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-21 00:34:13 +00:00
auria
42034a1d5c Removed old wilver mesh
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6096 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-21 00:00:16 +00:00
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