hikerstk
408022e31e
Fixed crash when a computer kart was rescued.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7710 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-15 22:16:49 +00:00
hikerstk
5ccfd23a85
Added setting for falling-effect.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7708 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-15 22:07:37 +00:00
hikerstk
59cb6b946e
Updated lighthouse to new water splash effect.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7707 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-15 21:13:35 +00:00
hikerstk
66ff37eb80
Use normal particle terrain to make water splash; proper location
...
for water splashes is now being detected. Note: existing tracks
need to be updated.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7706 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-15 21:12:24 +00:00
asciimonster
9da63504cc
[stk_browser & stk_track] Added property friction. Solved problem with defaults in exporting of materials.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7705 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-15 20:58:21 +00:00
hikerstk
17c81d8c5c
Added warning message is a item projected on the terrain does not
...
hit the terrain. In this case the original position is kept.
Additionally the raycast starts from a slightly higher position
to allow for some floating point errors in the projection.
Fixe bug #63 (floating powerups).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7704 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-15 09:10:45 +00:00
mbjornstk
bca98f68ae
Displace rain texture also in X to make repetition hard/impossible to see.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7703 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-14 03:55:26 +00:00
auria
1fd4554ebc
Silence a few silly warnings
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7702 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-14 02:50:38 +00:00
mbjornstk
2ed0512e42
Add particle system for drops hitting the ground (better in SVN for future).
...
It needs to be called by code, like the rain textured cylinders.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7701 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-14 02:48:31 +00:00
mbjornstk
42cd443a54
Add --rendering-debug to allow testing material settings or anisotrophy speed.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7700 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-14 02:07:04 +00:00
hikerstk
ccc8ada054
Fixed ignoring of materials.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7699 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-13 23:14:23 +00:00
auria
f8c846d0bf
Removed uneeded debug print + fix a few typos
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7698 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-13 21:05:31 +00:00
auria
2149fd0cb9
Fixed crash when locked kart was select by random
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7697 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-13 21:03:39 +00:00
auria
6a1fe7ec60
Fixed locked tracks beign accessible through random track
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7696 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-13 20:56:40 +00:00
auria
9284d49614
Applied KroArtem's suggestion to jungle sky
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7695 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-13 18:26:02 +00:00
hikerstk
78eb5a09eb
Replaced raycast used in detecting the terrain is on: instead of raycast
...
against the dynamics world, it's now using a raycast against the triangle
mesh only (i.e. a single collision body instead of the whole world).
Besides being faster, this will allow raycasts with material detection
against the 'gfx' (surface) mesh.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7694 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-13 00:23:23 +00:00
auria
4eae628cab
Minor update to Gooey by Rudy
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7691 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-12 20:48:26 +00:00
hikerstk
2b56884976
Removed debug setting.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7690 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-12 13:04:12 +00:00
hikerstk
913596663b
The AI now picks a different (random) path for each lap.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7689 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-12 07:35:34 +00:00
auria
f876c9d696
Fix tollway sky
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7687 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-12 01:53:58 +00:00
auria
33a4eb4451
Slant XR591 sharp u-turn to make it easier to drive
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7685 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-12 01:47:42 +00:00
auria
6589c5c6be
Update Xcode project to use irrlicht includes from the irrlicht framework
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7681 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-12 00:11:31 +00:00
auria
7d18f743c0
Remove underwater gift box + balance nitro a little
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7679 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-11 21:02:08 +00:00
hikerstk
e78d2d8887
Made lap line consistently red (code to get a checkered lap line
...
is still in but commented out - it looks quite for in the shorter
tracks imho).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7678 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-11 10:43:20 +00:00
mbjornstk
a87e19ad9b
Trim rain drop sides, sharper look & still visible at 640.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7677 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-11 04:24:04 +00:00
auria
bc4007a000
Correct a few mistakes in Xcode project as reported on mailing list
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7676 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-11 02:03:00 +00:00
auria
e48a7a46dc
Remove non-code bullet files from Xcode project, text searches will be a tiny bit faster ;)
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7675 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-11 01:53:17 +00:00
mbjornstk
cb6b24e23b
Add XML for heavy rain effect, see comments at top.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7674 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-10 23:51:21 +00:00
mbjornstk
5330ba3f61
Improve water splash for rain (and flipped upside down, ask irrlicht why...).
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7673 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-10 23:36:30 +00:00
hikerstk
4cc6936d8a
Added lap line (not fully tuned yet).
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7672 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-10 21:33:26 +00:00
hikerstk
bc75b0fd15
Removed yet another specification for a texture that doesn't exist anymore.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7671 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-10 13:38:14 +00:00
hikerstk
f84fa63bb0
Updated VS9 project file.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7670 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-10 05:12:08 +00:00
auria
329a66437d
PerCameraNode now works fine (wanring: evil dark magic in use)
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7669 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-10 02:48:25 +00:00
auria
2f2b18df33
Add PercCameraNode, use it for rain. Sadly the results atm are weird, I need to investigate...
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7668 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-10 01:56:52 +00:00
auria
ea02deac1e
Add city track, I think it's good enough now
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7667 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-09 23:42:48 +00:00
hikerstk
1b57b90c98
Removed texture from materials.xml file that doesn't exist anymore.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7666 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-09 22:40:29 +00:00
hikerstk
240d39636c
Added support for 'graphical' meshes - atm mostly for water surfaces
...
(and below water meshes), so that water splashes can be displayed at
the proper position (not used atm).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7665 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-09 21:56:44 +00:00
hikerstk
75d757d411
Removed unimportant messages (item messages), some code cleanup.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7664 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-09 21:45:30 +00:00
hikerstk
fef9084e77
Added support for surface and below-surface textures.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7663 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-09 12:25:46 +00:00
mbjornstk
166512282d
Add premultiply (tested) and de-premultiply (untested) code in texture loader.
...
All disabled and requiring integration with a setting in materials.xml
(rgba-transform, eg).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7661 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-09 01:38:27 +00:00
auria
c55a3e181c
fixed rain not being cleaned up properly
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7660 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-09 00:51:17 +00:00
auria
9a88ea9c6a
Update Xcode project
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7659 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-09 00:49:26 +00:00
auria
0ad52c1d63
Remove old rain particles file
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7658 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-08 23:37:15 +00:00
hikerstk
7bfcdc56b4
Updated vc9 project file.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7657 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-08 13:21:17 +00:00
hikerstk
8ab10035a1
Updated VS10 project file, and started to add minimal race gui.
...
This was only committed early to update the VC10 project file.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7656 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-08 12:59:32 +00:00
hikerstk
e7a3ed4eb9
Disabled debug output.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7655 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-08 10:36:49 +00:00
hikerstk
3c9fd7c3d3
Accept strings for mass as well.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7654 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-08 10:35:58 +00:00
hikerstk
92312fa261
Added FIXME to describe odd crash in VS release mode.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7653 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-08 00:21:02 +00:00
hikerstk
3bf48d9567
Renmaged getKartTransform to getAlignedTransform (which
...
describes better what this function does).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7652 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-07 11:28:46 +00:00
hikerstk
700093eb4d
Added FIXME for addons manager.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7651 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-07 11:25:37 +00:00