Commit Graph

4436 Commits

Author SHA1 Message Date
auria
f7762c3fa2 Minor update to Xcode project caused by me updating to the latest version (still backwards compatible as far as I can tell)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6233 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-10 15:03:08 +00:00
auria
c1d7f610a0 Cleanly handle when RTT is missing instead of crashing
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6232 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-10 14:41:55 +00:00
xapantu
22ef2ccb52 Fix crash when we tried to update an addons from the addons update screen
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6231 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-09 16:58:16 +00:00
xapantu
a087e00214 Adding update support for the addons and increase the size of the buttons in the addon dialog
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6230 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-09 16:44:12 +00:00
magned
8ad1bcbcd8 Correct placement of water file.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6229 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-08 21:36:40 +00:00
donconso
44b7e481b7 tiki in jungle
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6227 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-08 21:32:33 +00:00
magned
20d4568308 Renamed file.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6224 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-08 21:18:48 +00:00
magned
19d85b4823 Fixed the bridge, moved wrongly placed tree, removed animated sand, made water have slow waves instead of flow, added end cameras, tried tweaking drivelines a bit.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6223 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-08 21:17:04 +00:00
hikerstk
82a2aa9d8d Removed FIXME and unnecessary code.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6221 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-07 12:08:49 +00:00
hikerstk
8c030ccdb5 Fixed handling of multiple items: added missing parachute and
switch handling, fixed typo in bubble gum handling.
Sorted powerup handling according to order of POWERUP_*
defines, and added assert to default clause so that missing
handling of powerup items is detected earlier.

This should fix 3078892 - parachutes lasting long (most 
likely due to AIs firing multi-parachutes one after
another, which adds up the parachute time).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6220 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-07 11:52:55 +00:00
hikerstk
bae679eb83 Fixed bug 3082297: karts would easily flip over on the side.
Caused by an incorrect sign (which wasn't noticed earlier
because of bug 3081113).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6219 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-07 11:28:33 +00:00
hikerstk
ca61e6527d Bugfix: karts would rotate (around up axis) if they are on a steep uphill/downhill
part of a track. Reason was an incorrect axis in the upright constraint (see bug
3081113).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6218 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-05 12:35:02 +00:00
magned
019f6eb37a Minor change regarding items.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6215 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-03 21:37:07 +00:00
magned
3e4242a4e8 UnNamed widened The Island by 1.5 1.5 1.0 which should make it more playable, but it stretches textures somewhat (shouldn't be too visible though).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6214 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-03 21:05:02 +00:00
auria
358fe2fea2 Fixed a couple karts' color
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6209 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-03 19:17:44 +00:00
auria
e185f4f9e8 Added animated puffy
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6207 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-03 18:59:24 +00:00
auria
095f45be00 Possibly fixed another thread-related bug
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6206 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-03 18:56:26 +00:00
magned
beee520063 Forgot to manually fix water to be less wobbly/wavey.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6205 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-03 18:46:08 +00:00
magned
4c7125f127 Minor update to The Island.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6203 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-03 18:40:42 +00:00
magned
ec43325fdd Fixed naming issue (a file was missing/had different name).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6201 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-03 17:55:00 +00:00
magned
afda89955f Tweaked start line to support 20 karts starting at once.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6200 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-03 17:47:06 +00:00
magned
911fddbb33 Trying to remove legacy water model.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6199 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-03 01:07:35 +00:00
magned
22d065b355 Yay, first commit! :D
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6198 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-03 01:02:10 +00:00
donconso
d02e88d3eb changed filename for convenience
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6196 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-02 23:20:10 +00:00
donconso
1365654b64 hacky first modifikations to jungle-track, still need lots of work
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6195 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-02 23:14:47 +00:00
auria
2769e65d46 Added animated Tux by Rudy
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6193 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-02 16:36:33 +00:00
auria
ddc2a3dab2 May now confirm kart selection by pressing fire on player name (in case someone selects a kart first, their identity second, this is more natural)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6192 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-02 00:39:24 +00:00
auria
5eb4aaf4ef Hopefully fixed nitrobar going off-screen at large resolutions : use a percentage of screensize, or an sbolute size multiplied by the scale parameter, but not both toghether.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6191 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-01 23:46:46 +00:00
donconso
12a7b29159 joerg's fault
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6190 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-01 23:25:51 +00:00
donconso
4d32c540e6 polished > perfect
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6189 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-01 23:24:26 +00:00
auria
88b33f4c18 Fixed lose music name (too much copy and paste\!)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6188 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-01 23:09:58 +00:00
auria
909c887724 Changed message displayed when making it in the top-3 of a GP as per recently received feedback
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6187 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-01 23:05:28 +00:00
donconso
5fda303809 perfectionism is killing me
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6185 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-01 22:54:41 +00:00
donconso
415f0ce8a4 now perfect, really
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6184 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-01 22:29:53 +00:00
donconso
3402213384 now perfect don't argue
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6183 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-01 17:20:54 +00:00
donconso
a3cd15f08d secretgarden now a little less 'low-poly
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6182 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-01 14:37:17 +00:00
donconso
153e9739fe fixed driveline in secretgarden and reduced polys by ~20%(feedback needed, can be reverted easily)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6181 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-01 11:30:27 +00:00
hikerstk
6a6d574823 Prevented buffer overflows in case of invalid times (which could happen e.g.
as result of estimated times on a track with invalid drivelines), see also
bug 3078740.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6180 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-01 11:00:22 +00:00
hikerstk
9bee46773a Added popup window with a warning message in case a driveline problem is
detected.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6179 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-01 01:13:00 +00:00
hikerstk
96a530754d Added detailed warning message if the driveline vertices are
inconsistent.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6178 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-01 01:06:47 +00:00
hikerstk
5f6b0729b7 Fixed incorrect rescue in fortmagma (and potentially other tracks): if a kart
falls down into the castle, it would be rescued to the floor of the castle, giving
it a huge benefit.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6175 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-30 23:26:18 +00:00
hikerstk
dfc6ee4a8e Applied Arthur's tweaking of the startup boost - please test and give
feedback ;)


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6173 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-30 23:10:42 +00:00
auria
26c1e1ec34 Updated Xcode project
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6172 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-30 23:02:06 +00:00
donconso
b92209daad =initial changes to secretgarden to make it easier to drive and less irritating
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6171 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-30 22:20:18 +00:00
xapantu
f1ead12a87 Update translations from Launchpad.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6170 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-30 17:41:22 +00:00
mbjornstk
583689c347 Add messages for bowling ball self hits.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6169 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-30 06:01:10 +00:00
hikerstk
231d757557 Added test scene file for the new lap counting check structure.
The new lap counting makes it unnecessary to define several lap
counting lines in order to handle karts not passing the main
lap counting line exactly. To test this, rename 
scene.test_lap_counting.xml to scene.xml.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6168 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-29 23:28:06 +00:00
hikerstk
6d3c17f602 Added different way for detecting new lap: based on the quads this will
make sure that player ranking is always accurate. It's not used atm,
but around for testing.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6167 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-29 23:23:16 +00:00
hikerstk
ecfd912d54 Fixed --stk-config parameters: the user specified config file was read too late
(after all karts were loaded and therefore initialised with the original config
file default parameters), see bug 3072762.
-This line, and those below, will be ignored--

M    main.cpp
M    config/stk_config.cpp
M    config/stk_config.hpp
M    items/item_manager.cpp


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6166 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-29 23:09:53 +00:00
auria
ce0a163d5c Updated Nolok animation by Rudy
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6165 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-29 23:08:50 +00:00