Commit Graph

1266 Commits

Author SHA1 Message Date
auria
d0c303c064 Tweak bevel configuration. Especially, disable bevel on Y, this makes it easier for kart to topple over
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10476 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-22 02:47:52 +00:00
hikerstk
5a41379479 Fixed bug in bevel shape: the bevel shaped was larger than the bounding
box of the chassis, resulting in collisions caused by the invisible
bevelled part of the chassis.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10469 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-21 21:43:01 +00:00
hikerstk
13bca2e3d4 Added support for bevelled collision shapes using
a convex hull collision shape. Disabled by default,
set bevel-factor in stk-config (e.g. to 0.3 0.3 0.3).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10466 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-21 21:08:48 +00:00
auria
fd49ecb3d6 Add support for vertex colors in splattig shader
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10455 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-20 16:58:12 +00:00
auria
5c52a4e855 Attempt fix in splatting shader
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10454 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-20 01:47:40 +00:00
hikerstk
c3a057f206 Added options to apply an impulse for a certain amount of time. This
way pushing two karts away from each other is less abrupt. This is
now enabled, feedback (or tweaks) welcome.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10439 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-18 20:55:27 +00:00
auria
683b0e1903 Improve Lambert shading in splatting : actually use the sun direction
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10438 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-18 02:39:05 +00:00
auria
1ce4443ed8 Add lambert lighting to the splatting shader to make it look less flat
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10435 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-18 00:48:35 +00:00
hikerstk
d06acf1f7b 1) Added an (additional) impulse to push karts away from each other.
This impulse does not cause any rotation of the kart, it just pushes
the kart orthogonal to its velocity.
2) The rotational velocity is set to 0 in case of a collision, hopefully
avoiding the problem that karts will rotate as result of a collision.
3) A collision pair now stores the exact collision point for both bodies
(which is then used to determine the side in which the impulse to be
applied).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10422 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-14 21:02:15 +00:00
auria
938826f129 As was discussed, remove top bar, move icons to the bottom
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10415 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-12 23:58:04 +00:00
auria
1b57f7430f Move player selection to the options as was discussed
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10414 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-12 23:23:50 +00:00
hikerstk
a69e94767e Made the restitution settable for karts.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10409 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-12 10:40:09 +00:00
hikerstk
8ab469d4d8 1) Added an additional impulse to push karts away in case of a collision (unused atm)
2) Saved one collision point for each collision pair so that a frontal detection
   can be detected (atm unused).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10407 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-12 05:42:40 +00:00
hikerstk
6a9b401d6e Reset visual-skid value to original value.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10406 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-12 05:36:48 +00:00
auria
25f2700794 Improve main menu based on feedback received
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10381 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-08 17:54:58 +00:00
auria
8e6657378b Allow longer player names to be visible
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10379 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-08 01:54:49 +00:00
auria
77cd48a41f More minor tweaks to the main menu
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10375 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-08 00:52:16 +00:00
auria
cd5e26c223 Show name of current player
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10373 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-08 00:34:48 +00:00
auria
8b50b30ecc New main menu, more minimalistic, based on mockup by samuncle. Please comment
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10372 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-08 00:25:23 +00:00
auria
9f727200c3 Add remember me checekbox on the initial screen
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10371 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-07 20:34:28 +00:00
hikerstk
964d132364 Added code for skidding (currently disabled, so no visible change).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10361 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-06 05:54:16 +00:00
auria
bd36a57164 Add initial seelct identity screen
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10357 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-06 02:06:48 +00:00
auria
d0a7af3761 Start adding first screens of story mode
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10347 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-04 23:06:53 +00:00
auria
8940a02b16 Fix ticket #355, and while we're at it improve the texturing of Northern Resort
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10336 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-04 18:42:20 +00:00
auria
3e440fd88d Improve how normal maps work on movimng objects
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10312 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-03 20:09:08 +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
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
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
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
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
mbjornstk
6a704a4f95 Makefiles still broken, add missing ' in sed command.
This is all karma, for removing the 2.49 scripts without warning. ;)


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10216 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-15 02:54:30 +00:00
hikerstk
59d76d5a62 Removed 'Version' keys, which according to
http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s05.html
is the version of the desktop specification, NOT the version of the
application (and it is optional).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10206 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-14 22:19:38 +00:00
auria
6c1f06e3a2 Remove canyon from credits
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10196 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-13 23:58:34 +00:00
auria
7a3b02d7fc merge translations from LP
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10186 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-13 23:19:20 +00:00
auria
1690162044 Fixed a few skin images that were not powers of 2 in size
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10165 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-12 17:22:35 +00:00
auria
0b2dc0956d Fixed a few skin images that were not powers of 2 in size
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10163 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-12 17:20:37 +00:00
auria
e8f0631648 Fixed a few skin images that were not powers of 2 in size
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10161 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-12 17:15:30 +00:00
magned
9b92ef8e09 Changed steering angle at mid-low speeds after some discussion on IRC. Please test and give feedback.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10152 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-09 23:23:50 +00:00
magned
f3e268280d Changed steering angle at lower speeds again. It's more close to what it used to be, but should still be a little better in tracks like Minigolf. Feedback welcome.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10145 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-08 21:49:10 +00:00
auria
a8d0f14cbf Tweak turn radius when going slowly. Trunk only for now. Feedback welcome
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10119 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-07 01:06:34 +00:00
hikerstk
b161da4f16 Updated strings.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10118 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-07 00:36:27 +00:00
auria
4cf6c37cb4 Update traffic lights by Fraang
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10115 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-07 00:30:20 +00:00
hikerstk
330cc824a7 Removing canyon, and replacing it with minigolf in all challenges and
GPs.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10114 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-06 23:59:57 +00:00
auria
496745a796 Add missing texture in last commit, plusu pdate credits
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10113 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-06 23:05:38 +00:00
auria
f48d432094 Improve thunderbird texture by Fraang
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10106 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-05 20:25:53 +00:00
hikerstk
2232d09b3f Updated donations (10086/7 from 0.7.3 branch).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10088 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-02 00:21:09 +00:00
hikerstk
76407f4b63 Disable anchor as an item (since this is replaced by the rubber ball).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10082 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-02 00:02:02 +00:00
hikerstk
f1ef6a87e3 Updated Asian fonts.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10080 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-01 23:58:41 +00:00
hikerstk
de2e3fdca1 Fixed incorrect make install target directory.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10079 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-01 23:26:42 +00:00
auria
a56a986e1d Update translations from LP
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10078 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-01 23:25:42 +00:00
auria
35aa87674d Add code to make normal maps work. Joerg: don't worry about this change being done near a release, we have no track atm using this feature, so this code will remain sleeping until, probably, 0.8
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10070 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-01 01:52:10 +00:00
auria
f3532da9cd Update donators list in credits
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10067 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-31 15:35:44 +00:00
auria
5af9ce44b1 Add adjustable AI handicap in stk_config.xml
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10066 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-30 20:37:14 +00:00
auria
574fdac270 Reduce a bit the size of the rubber ball after getting a coupel requests to that effect
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10064 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-30 01:10:23 +00:00
auria
cb6a1a45af Tweaks to credits : remove outdated translators section from the CREDIT file, use the credits that Launchpad puts in the .po file instead
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10062 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-29 22:34:45 +00:00
auria
03e0906623 Updates to credits
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10060 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-29 20:46:46 +00:00
auria
b3f1f20810 New ball icon
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10059 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-28 01:25:26 +00:00
hikerstk
e8b331de03 Further reduced steering angle at high speed to make the karts
easier to control at high speeds. Instead of using two speed
and two different radii, now an arbitrary number of points (i.e.
speed and radius at that speed) can be defined, stk will interpolate
linearly between the points.
The new settings leave the setting of 'normal' speed (i.e. without
powerup) identical, only reduces the angle for higher speeds.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10058 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-27 23:42:00 +00:00
auria
b316531f04 Try new rubber ball model (I am NOT convinced but let's get feedback ^^)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10053 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-27 01:55:40 +00:00
hikerstk
3f96f3529b Rubber ball will now detect tunneling and try to avoid it
(if a ball tunnels four times in a row it is removed).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10041 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-25 20:48:36 +00:00
auria
8b71d6c2fc Fixed caron on E in title font (again)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10033 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-22 15:49:15 +00:00
auria
baf54133c7 Fixed caron on E in title font
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10032 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-22 15:37:29 +00:00
auria
446f2e57ee Regenerate pot
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10026 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-21 01:16:20 +00:00
hikerstk
b9e4325560 Added 'early targeting': the rubber ball will align its relative position
to the center of the track according to the relative distance of its target
(more precisely: it will move the interpolation control points). This
results in the ball being better align when it switches to aim-directly-at-
target mode, meaning that the target-distance can be reduced, hopefully
reducing the frequency with which tunneling happens.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10016 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-18 20:14:03 +00:00
auria
aeec9bd0ce Bye bye Skyline, adapt GPs and challenges for subsea
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10014 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-18 18:04:49 +00:00
auria
67ab90f451 Introduce new thunderbird with rescue animation
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10011 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-18 16:06:25 +00:00
hikerstk
aa74b59dcb Added separate fast-ping distance, so that the rubber ball
can start boucing lower/faster earlier, increasing the chances
to hit the target when target-distance is set to a small value.
Target-distance was set to 25 to decrease the chances of the
ball going through e.g. tunnel walls.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10004 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-16 21:18:45 +00:00
hikerstk
830e88d1e5 Added maximum height difference to detect if a target is
close enough for a rubber ball. This avoids a problem is 
the target is actually close on a different part of the
track.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9996 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-16 12:17:56 +00:00
auria
e3015e2931 Update pot
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9993 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-16 00:14:37 +00:00
auria
f4ae4e5f19 Fix track name in challenge description
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9992 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-16 00:13:29 +00:00
auria
c46b1de3ea Enable word-wrap in new player dialog to avoid overlapping text in French and probably other languages
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9985 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-15 23:34:02 +00:00
hikerstk
3c8d1e896a 1) Added a delete timer: if the ball has no target (e.g. fired by
player currently at front) it will disappear after a given
   time (atm 5 seconds).
2) If the ball overtakes the target it will now be deleted.
3) Fixed ball sometimes turning in the wrong direcftion when
   trying to hit a kart.
4) Some refactoring to make functions smaller.
5) Removed left-over debug code. 


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9945 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-05 21:27:21 +00:00
auria
b696dfad65 Subsea deserves a better song than BoomBoomBoom, plus add Rudy to the Credits for Subsea track
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9944 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-05 20:15:46 +00:00
hikerstk
1246744be3 Restricted the angle the rubber ball can turn once
it is close to its target. This gives karts a chance
to escape a rubber ball by driving irretically.
Also added some debug output to indicate when the 
ball lost sight of its target (i.e. the ball was
going directly to a target, but then the target 
was suddenly too far away), so perhaps the ball
should be removed then?
ATM the ball will continue, trying again to hit
the leader in the next round.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9921 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-30 03:56:25 +00:00
hikerstk
174cea6825 Updated fonts to test the new fixed font (for #388).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9906 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-28 00:35:20 +00:00
hikerstk
721dc947dc Improved referee position and animation.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9901 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-27 03:31:01 +00:00
auria
fb15ff1277 Regenrate .pot : split both '%s by %s' strings using context
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9863 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-18 18:09:24 +00:00
auria
5e905e4322 Added support for the gettext context feature
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9862 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-18 18:07:59 +00:00
hikerstk
d25effaa5f Make sure referee.xml is exported and installed.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9855 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-16 04:06:26 +00:00
hikerstk
38d3208524 Replaced 'unknown' thunderbird texture with Fraag's.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9846 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-15 02:02:35 +00:00
auria
ad59c350eb Update strings
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9845 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-15 01:50:46 +00:00
auria
2ed5b2b3d2 Fixed left over reference to secret garden
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9844 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-15 01:49:18 +00:00
hikerstk
2d1b267a78 Resorted credits to be more consistent.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9843 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-15 00:07:30 +00:00
hikerstk
619ab62c46 Updated license to include Funto (my apologies for that).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9840 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-14 23:30:11 +00:00
hikerstk
0577fa8c91 Reduced interpolation distance. While this makes ball prone to
more abrupt change of direction, it (hopefully) avoids most
problems of the ball going off track (e.g. sand track when
firing up the ramp --> ball goes to the left of the tunnel,
bouncing on the pyramid; skyline and star track have 
problems as well when a ball goes off track).
Added documentation of the rubber ball specific xml attributes.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9836 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-14 21:51:17 +00:00
hikerstk
82197488b0 Made the model rotation configurable; improved
documentation of referee.xml.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9829 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-14 06:32:05 +00:00
mbjornstk
359b4d6e7b Remove useless svn:executable property.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9828 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-14 06:08:28 +00:00
hikerstk
adc2209f0d Added license information for thunderbird model and texture.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9827 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-14 01:56:10 +00:00
hikerstk
54315a6d69 Renamed traffic light texture to be lowercase, and
Tex.png to thunderbird.png.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9824 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-14 01:11:47 +00:00
hikerstk
f85556d83a Added thunderbird as start referee. Known bugs:
1) Ready, Set, Go is still shown.
2) Orientation of thunderbird is not correct in
   all cases (esp. in battle mode).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9822 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-14 00:48:49 +00:00
auria
12d9888a2a Update pot
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9804 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-11 17:12:05 +00:00
auria
e9308cb144 Bye bye secret garden, Zen Garden has officially taken the place
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9803 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-11 17:10:12 +00:00
mbjornstk
3fd08f30e8 Remove useless "executable" svn property.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9795 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-10 23:46:23 +00:00
auria
6698949799 Add get-rid-of-bomb animation for swatter
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9793 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-10 23:20:57 +00:00
hikerstk
d4317a0839 Updated autotools building, including distributing of the directories
tools; data/shaders; data/tutorials; and other missing files.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9772 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-06 06:09:27 +00:00
hikerstk
1ab1a100b6 Improved rubber ball behaviour in tunnel somewhat
(start height was impacted by average height, which in
turn depends on minimum and maximum height).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9753 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-05 04:22:24 +00:00
auria
795effd4bf Add samuncle's take on the rubber ball. Note that no tweaking was done so the current state is rather imperfect
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9739 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-04 19:32:11 +00:00
auria
c6a695c296 Manually update fr_CA translation since Launchpad won't manage it
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9733 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-04 01:30:21 +00:00
auria
296d854062 Remove the ability to get multiple rubber-balls, IMO one is nasty enough
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9720 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-03 18:12:35 +00:00
auria
3de0d344f7 Another string update
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9717 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-03 00:31:40 +00:00
auria
fc4108470c Update string catalog
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9715 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-02 23:31:50 +00:00
mbjornstk
7274186ff5 Remove useless svn exec property.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9673 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-08-30 22:44:23 +00:00
red-skull
c4a24ad6b6 mark conflicts between configuration in blue for #39 (commit with Auria's blessing)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9656 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-08-29 02:21:50 +00:00
auria
931c9ab948 Integrate quobodup's and mr_spoon's more visible selection
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9654 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-08-29 01:24:05 +00:00
auria
0dcb1fa792 Add support for particles on crash-reset, use them in XR591 as example; on the way add support in the particle emitter for decaying emission rates, and use this feature for nitro fire instead of manually applying the decay
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9641 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-08-28 16:15:42 +00:00
auria
a99ab0f300 Lazily get particle materials, mostly fixing the issue of per-track particles
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9635 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-08-28 01:36:54 +00:00
magned
b040fbf7a2 Changed 'Race' to 'Single-player' and 'Multiplayer Race' to 'Multiplayer' as 'Race' is redundant. We're not racists, but we know we're going to race.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9629 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-08-26 02:03:50 +00:00
hikerstk
3c67221a07 Updated help text for swatter and rubber ball, made
punctuation usage consistent.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9628 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-08-26 01:11:20 +00:00
hikerstk
fa9b53eed4 Applied Khonkhortisan's patch for #395: adding help text
for rubber ball and swatter.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9627 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-08-26 00:42:11 +00:00
auria
6665249821 Complete license in models
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9606 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-08-23 00:00:59 +00:00
auria
6ba44be4f7 Give a go at the 3-spare-tires idea for 3 strikes battle
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9603 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-08-22 00:35:31 +00:00
auria
41d8df26aa Minor tweak to GP
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9583 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-08-21 16:25:21 +00:00
auria
7e45c88dbc Update pot
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9582 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-08-20 21:17:58 +00:00
auria
a0ad028024 Move language selection to the options screen
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9569 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-08-20 01:28:17 +00:00
mbjornstk
2d78ac953c Remove useless svn exec property.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9554 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-08-18 20:17:30 +00:00
hikerstk
4f51f52f82 Updated Asian fonts, now including Vietnamese characters.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9553 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-08-18 13:18:33 +00:00
hikerstk
6b5e5d51c4 Updated translations.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9552 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-08-18 13:16:47 +00:00
hikerstk
cb34118707 Made the minimum distance between interpolation control
points and the distance to target at which the rubber
ball starts aiming directly at the target configurable.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9550 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-08-18 03:31:52 +00:00
auria
4112aee9a3 Add sound to swatter
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9542 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-08-17 01:18:24 +00:00
hikerstk
a8f624b9de Added $* to the call of the actual binary so that additional flags can
be passed to STK.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9505 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-08-15 06:25:15 +00:00
auria
342c284892 Remove packs of 3 swatters, make it a little less common
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9500 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-08-14 23:40:54 +00:00
auria
7d2ced93b5 Add nicer fire when using zippers, the proper way this time, no more by hijacking nitro
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9483 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-08-13 00:15:58 +00:00
auria
710111a7c9 Update strings
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9396 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-31 18:25:34 +00:00
auria
b669180ea9 Rename the messages about internet to mention add-ons and not only news
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9395 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-31 01:26:31 +00:00
hikerstk
f13725afa2 Added Christian to credits as packager of our static packages.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9379 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-28 05:36:52 +00:00
hikerstk
bb8e3d283b The version in the desktop file is now automatically set.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9378 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-28 02:11:08 +00:00
auria
9433a65c8d Include Gallaecio's updated desktop file
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9370 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-27 00:47:37 +00:00
hikerstk
916dbb9bc1 Karts 'accidentally' hit by a bouncing ball while it is
going to catch if with the leader will now be flattened
(parameters for that are defined in powerup.xml). No
explosion effect is shown anymore for the first kart,
it will only be tossed around.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9369 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-26 06:58:11 +00:00
funto66
39be7225c9 Corrected a French translation message
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9357 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-25 22:34:54 +00:00
funto66
242549efae Second attempt to fix the motion blur shader
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9352 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-25 21:20:17 +00:00
funto66
ac836ee960 Attempt to fix compilation of the motion blur shader for Intel cards...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9351 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-25 21:14:10 +00:00
funto66
1a0c45be42 Integrated the motion blur in game and adjusted the parameters
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9349 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-25 20:35:44 +00:00
hikerstk
f2226e1335 Added option to scale powerup models (Arthur, feel free to
tweak the size of the ball - *grin* try "2 5 2" for some fun).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9324 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-22 11:47:37 +00:00
hikerstk
1928a0b409 Fixed speed of rubber balls to be really the value specified
in the powerup.xml file.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9316 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-21 22:14:55 +00:00
hikerstk
4477862356 Improved bouncing of ball when it is still far away from the kart.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9314 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-21 06:58:28 +00:00
funto66
1079391fd1 Started implementing post-processing
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9311 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-20 23:50:25 +00:00
auria
9a1f81480e Credit the author of Suzanne
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9304 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-20 00:50:10 +00:00
hikerstk
afb3728995 Added first test version of 'rubber ball' (which might replace
the anchor). Known bugs: atm it does not yet bounce (it follows
just the drivelines and might be partly in the track); the first
kart can't avoid it (long term breaking might allow you to avoid it);
it might hit another kart first and explode.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9302 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-20 00:39:32 +00:00
auria
5779b9c869 Updated credits with recent donation
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9283 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-16 20:10:34 +00:00
auria
c9e1413c1d Add Sylvain St-Amand to credits
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9280 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-16 17:24:04 +00:00
funto66
d26b406780 Starting the merge with the swatter branch. Now it should be automatic with karts, but doesn't work with items (yet).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9275 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-15 23:38:40 +00:00
hikerstk
b298ba440e Updated donation list.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9268 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-15 00:38:25 +00:00
hikerstk
398a6675d5 Updates Asian fonts.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9266 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-15 00:35:50 +00:00
auria
5450172b0e Update translations in trunk too
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9265 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-15 00:34:32 +00:00
auria
1958073778 Update pot
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9219 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-10 01:50:40 +00:00
auria
b036723966 Update translations in trunk
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9184 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-07 00:11:32 +00:00
auria
3a8df49a9e More minor tweaks to powerup probabilities
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9129 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-01 23:17:04 +00:00
auria
30fd8372f0 Remove parachutes from 3 strikes battle
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9128 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-01 23:07:12 +00:00
xapantu
71e15d9b15 Fix french translation (fixed in launchpad too)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9123 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-01 19:15:53 +00:00