Revision: 4455
http://supertuxkart.svn.sourceforge.net/supertuxkart/?rev=4455&view=rev
Author: hikerstk
Date: 2010-01-13 02:08:15 +0000 (Wed, 13 Jan 2010)
Log Message:
-----------
Removed unused/old files.
Removed Paths:
-------------
main/trunk/data/tracks/beach/beach.loc
main/trunk/data/tracks/beach/beach.track
main/trunk/data/tracks/beach/materials.dat
main/trunk/data/tracks/lighthouse/lighthouse.drvl
main/trunk/data/tracks/lighthouse/lighthouse.drvr
main/trunk/data/tracks/lighthouse/lighthouse.loc
main/trunk/data/tracks/lighthouse/lighthouse.track
main/trunk/data/tracks/lighthouse/materials.dat
Deleted: main/trunk/data/tracks/beach/beach.loc
===================================================================
--- main/trunk/data/tracks/beach/beach.loc 2010-01-13 02:05:09 UTC (rev 4454)
+++ main/trunk/data/tracks/beach/beach.loc 2010-01-13 02:08:15 UTC (rev 4455)
@@ -1,44 +0,0 @@
-# Created by tuxkart.py v0.2 Blender Python script.
-#
-"beachtrack.ac",0,0,0,0,0,0
-GHERRING,33.95208,-26.43557
-GHERRING,36.353733,-28.788071
-GHERRING,38.890526,-31.055712
-GHERRING,33.062881,-29.678539
-GHERRING,35.693455,-31.998974
-SHERRING,141.452301,-147.236526
-SHERRING,138.027374,-146.076462
-SHERRING,135.044373,-145.137375
-SHERRING,73.048233,115.19902
-SHERRING,72.93367,118.062706
-SHERRING,72.895775,120.736458
-YHERRING,101.574867,35.232807
-SHERRING,87.413612,-208.907532
-SHERRING,72.58783,-205.031555
-SHERRING,53.43425,-199.557495
-SHERRING,59.491722,-183.255829
-SHERRING,77.611778,-188.269485
-SHERRING,93.005547,-193.058533
-RHERRING,61.011955,-74.05072
-RHERRING,61.623039,-72.141083
-RHERRING,62.004967,-70.002289
-RHERRING,62.46328,-67.939865
-RHERRING,99.905396,-200.629471
-RHERRING,99.447083,-202.691895
-RHERRING,99.065155,-204.830688
-RHERRING,98.454071,-206.740326
-RHERRING,100.669258,-206.969482
-RHERRING,101.280342,-205.059845
-RHERRING,101.66227,-202.921051
-RHERRING,102.120583,-200.858627
-RHERRING,132.868637,-0.681217
-RHERRING,52.191956,81.662224
-RHERRING,53.06303,84.297081
-RHERRING,55.271503,82.678505
-RHERRING,56.273766,85.387238
-RHERRING,58.406429,83.763924
-RHERRING,7.727362,52.271473
-RHERRING,6.185844,54.519192
-RHERRING,4.410963,52.240696
-RHERRING,2.795755,54.45163
-RHERRING,1.168262,52.20385
Deleted: main/trunk/data/tracks/beach/beach.track
===================================================================
--- main/trunk/data/tracks/beach/beach.track 2010-01-13 02:05:09 UTC (rev 4454)
+++ main/trunk/data/tracks/beach/beach.track 2010-01-13 02:08:15 UTC (rev 4455)
@@ -1,17 +0,0 @@
-;; -*- mode: lisp -*-
-
-(tuxkart-track
- (name _("On the Beach"))
- (version 1)
- (description _("Created by Ingo Ruhnke,
-modified by M. Gagnon"))
- (music "CaribbeanMusic.music")
- (screenshot "sshot-beach.rgb")
- (topview "topview-beach.rgb")
- (groups "standard")
- (camera-final-position -5 12 3)
- (camera-final-hpr -150 -10 0)
-)
-
-;; EOF ;;
-
Deleted: main/trunk/data/tracks/beach/materials.dat
===================================================================
--- main/trunk/data/tracks/beach/materials.dat 2010-01-13 02:05:09 UTC (rev 4454)
+++ main/trunk/data/tracks/beach/materials.dat 2010-01-13 02:08:15 UTC (rev 4455)
@@ -1,113 +0,0 @@
-#
-# In this files materials with special properties are listed, along with
-# the values for these properties. Only materials that are in some way
-# special need to be listed here, the others will use the default values.
-#
-# Here is an explanation of what each property do and their default values,
-# the actual properties are at the bottom of the file:
-#
-# UVClamp
-# -----
-# Clamp texture border instead of repeating the texture. This has
-# two values, one for the X-axis and another for the Y-axis, which can be
-# Y or N (yes or no).
-#
-# To understand what clamping is, hre is an example with my poor ASCII art:
-#
-# ox
-# Suppose you have a 2x2 texture which represented here by xo , where o is a
-# black square and x is a white square. If you place the texture in a 4x4
-# grid, you would think you get this:
-#
-# ....
-# ....
-# ox..
-# xo..
-#
-# Where the . are empty spaces.
-#
-# However, what really happens is that by default the texture repeats itself:
-#
-# oxox
-# xoxo
-# oxox
-# xoxo
-#
-# But if you clamp the texture on both the X and the Y axis you get this:
-#
-# oxoo
-# oxoo
-# oxxx
-# xooo
-#
-# So only the borders repeat in the X and Y direction, not the whole texture.
-#
-#
-# Translucency
-# ------------
-# Use the alpha value of the texture to produce translucent areas. Can be
-# Y or N, default is N.
-#
-#
-# Alpha reference
-# ---------------
-# This value is used for the alpha test, which is to compare all the
-# alpha values of the pixels of the texture against the alpha refence, and
-# if the test succeeds, the pixel is not drawn. Values go from 0.0 to 1.0.
-# 1.0 that no pixels are drawn, 0.0 means that only pixels completely
-# translucent are not drawn. Default is 0.1.
-#
-#
-# Lighting
-# --------
-# Let lights affect how dark or light a texture is. Can be Y or N, default is
-# Y.
-#
-#
-# Sphere map
-# ----------
-# Place the texture as if it is on top of a reflective sphere. This is useful
-# on shiny metal objects, for example the coins. Can be Y or N, default is
-# N.
-#
-#
-# Friction
-# --------
-# How much friction there is between an object with this texture and the
-# wheels of the kart. Obviously, is only useful if a kart will ever be
-# standing on top of an object with this texture. The smaller this value is,
-# the more slippery a surface is. Values should go from 1.0 to 0.1, where
-# 1.0 is the friction of the road. Default is 1.0 .
-#
-# At the moment, friction only limits the speed and acceleration of the karts.
-#
-#
-#
-# Ignore
-# ------
-# Don't crash with a surface that has this texture applied. Values can be Y or
-# N. Default is N.
-#
-#
-# Zipper
-# ------
-# Karts get a speed boost when they touch a surface with this texture. Values
-# can be Y or N. Default is N.
-#
-#
-# Resetter
-# --------
-# When a kart touches this surface, it is rescued, useful for lava and others.
-# Values can be Y or N. Default value is N.
-#
-#
-# Collide
-# -------
-# When you crash against a surface with this texture, the kart will not
-# continue moving, instead it will stop the kart dead. Values can be Y or N,
-# default value is Y.
-
-# TextureName Clamp Trans Alpha Light SphMp Frict Ign Zip Rst Col
-"waterfall.rgb" N N Y 0.0 N N 1.0 N N Y N
-
-# EOF #
Deleted: main/trunk/data/tracks/lighthouse/lighthouse.drvl
===================================================================
--- main/trunk/data/tracks/lighthouse/lighthouse.drvl 2010-01-13 02:05:09 UTC (rev 4454)
+++ main/trunk/data/tracks/lighthouse/lighthouse.drvl 2010-01-13 02:08:15 UTC (rev 4455)
@@ -1,86 +0,0 @@
--5.652396,5.113590,-0.610112
--5.640267,9.988820,-0.610113
--5.786923,17.563377,-0.610113
--6.051181,25.014828,-0.610114
--7.315617,31.256433,-0.610114
--8.814617,34.355652,-0.192344
--10.763179,36.729679,0.659098
--13.505027,38.494690,1.341400
--20.213764,40.937328,1.621295
--25.857714,41.455326,1.481346
--29.784595,39.595379,1.341399
--31.591320,35.723183,1.463144
--31.018707,30.046476,1.584890
--28.800779,23.503740,1.341400
--26.589548,20.951548,0.748712
--22.206594,17.981314,-0.017423
--17.572264,12.202350,-0.610113
--15.015719,3.171456,-0.914746
--15.014482,-5.704898,-0.854151
--17.759645,-15.090326,-0.610112
--25.602530,-24.603512,0.104857
--34.371998,-30.561810,0.993574
--40.130749,-37.475651,1.341405
--41.958977,-43.432442,0.882845
--42.302448,-49.111790,0.066574
--40.541599,-53.781239,-0.610108
--38.253242,-54.794777,-0.763124
--32.419060,-55.348663,-0.686615
--24.511738,-59.105221,-0.610108
--20.681322,-66.955879,-0.610108
--20.067982,-72.805069,-0.610107
--18.679880,-75.596252,-0.610106
--15.319677,-77.338249,-0.610106
--12.474232,-77.745377,-0.610106
--9.444693,-77.197144,-0.610106
--7.661988,-73.390938,-0.610106
--4.984299,-65.293686,-0.610107
-1.985352,-57.128914,-0.610108
-12.637247,-55.537880,-0.610108
-20.679174,-57.707920,-0.610108
-26.772141,-57.632797,-0.610108
-29.243509,-55.955894,-0.610108
-31.852104,-53.058987,-0.610108
-34.290413,-49.389442,-0.610108
-35.876720,-44.654072,-0.610109
-36.845760,-38.543034,-0.610109
-40.506016,-31.221031,-0.610110
-47.220516,-26.806400,-0.486307
-52.846584,-25.235407,-0.362503
-56.246510,-23.450157,-0.610110
-58.026615,-20.368715,-1.274558
-59.517906,-15.552127,-2.191166
-62.476715,-9.359461,-3.374757
-67.247177,-4.564000,-3.638535
-71.081825,-1.734259,-2.709719
-73.136826,0.908949,-1.911122
-74.819054,6.941251,-1.728027
-74.822662,12.804239,-1.819575
-73.039764,19.082924,-1.911123
-71.063339,22.595757,-1.951895
-68.445770,25.213711,-1.992666
-64.932533,27.192560,-1.911125
-58.653351,28.984665,-1.516067
-52.801212,28.986055,-1.005170
-46.521183,27.196922,-0.610114
-43.007011,25.219734,-0.528571
-40.388199,22.603020,-0.569343
-38.584251,19.614763,-0.610114
-38.070621,13.821465,-0.610112
-39.470467,6.452299,-0.610112
-38.463158,-3.084624,-0.610112
-33.595245,-9.360674,-0.610112
-29.210873,-12.322977,-0.610111
-26.950163,-15.019356,-0.610112
-26.372620,-17.336922,-0.610111
-26.579029,-20.125957,-0.610111
-27.952280,-27.038719,-0.610110
-26.377481,-35.834511,-0.610109
-19.743130,-42.320705,-0.610109
-11.256419,-44.665394,-0.610109
-3.119128,-42.855106,-0.610110
--3.092405,-37.031048,-0.610109
--5.449533,-28.881918,-0.610110
--5.599164,-21.926996,-0.610110
--5.548880,-17.115580,-0.610111
--5.499141,-12.429044,-0.610111
Deleted: main/trunk/data/tracks/lighthouse/lighthouse.drvr
===================================================================
--- main/trunk/data/tracks/lighthouse/lighthouse.drvr 2010-01-13 02:05:09 UTC (rev 4454)
+++ main/trunk/data/tracks/lighthouse/lighthouse.drvr 2010-01-13 02:08:15 UTC (rev 4455)
@@ -1,86 +0,0 @@
-5.436612,4.820632,-0.610112
-5.127599,10.204052,-0.610113
-4.977369,17.969233,-0.610113
-4.647856,26.265970,-0.610114
-2.980896,34.421333,-0.610115
-0.278505,40.130592,-0.192343
--3.652247,44.820995,0.659098
--9.027151,48.291798,1.341400
--17.953857,51.469543,1.621294
--27.901552,52.031593,1.481347
--37.412098,47.201687,1.341399
--42.181328,37.694592,1.463143
--41.561012,27.834114,1.584888
--38.406498,18.628807,1.341401
--33.837196,12.982456,0.748711
--29.454241,10.012223,-0.017425
--27.308039,7.592644,-0.610113
--25.682280,1.668377,-0.914748
--25.680721,-4.199573,-0.854150
--27.131235,-9.779200,-0.610110
--32.850151,-16.634396,0.104855
--41.618092,-22.591312,0.993574
--49.435230,-32.047817,1.341404
--52.549885,-41.465878,0.882845
--52.924835,-50.900574,0.066574
--49.035007,-60.407085,-0.610107
--41.487816,-65.069626,-0.763122
--35.126015,-65.774940,-0.686615
--32.081493,-66.769012,-0.610107
--31.083368,-69.754486,-0.610106
--30.360191,-75.983910,-0.610105
--26.242743,-83.266830,-0.610106
--18.796490,-87.533669,-0.610105
--10.584367,-88.627251,-0.610105
--2.155835,-85.128563,-0.610106
-2.278334,-77.541214,-0.610106
-4.512666,-70.377228,-0.610107
-7.223763,-66.541344,-0.610107
-11.788920,-66.276360,-0.610107
-19.340197,-68.396317,-0.610107
-29.183779,-68.131310,-0.610107
-35.985016,-64.357491,-0.610107
-40.369869,-59.653114,-0.610107
-44.003052,-54.047691,-0.610108
-46.337830,-47.223110,-0.610108
-47.139732,-41.716179,-0.610109
-48.586082,-38.344749,-0.610109
-51.568645,-36.661781,-0.486306
-56.968800,-35.187401,-0.362501
-63.649101,-31.275530,-0.610110
-67.791908,-24.915554,-1.274558
-69.553070,-19.467525,-2.191166
-71.290482,-15.552376,-3.374757
-74.288307,-12.716133,-3.638534
-78.731468,-9.318303,-2.709718
-82.967918,-3.493815,-1.911121
-85.484505,5.430326,-1.728027
-85.489128,14.307998,-1.819575
-83.075554,22.996725,-1.911123
-79.673393,29.068916,-1.951896
-74.922333,33.821201,-1.992666
-68.855820,37.224636,-1.911123
-60.169006,39.649448,-1.516069
-51.290607,39.651554,-1.005171
-42.602650,37.230862,-0.610115
-36.534523,33.830292,-0.528572
-31.781221,29.080261,-0.569343
-28.202032,22.486048,-0.610114
-27.310532,13.316252,-0.610114
-28.710375,5.947084,-0.610112
-28.312550,0.520912,-0.610112
-26.368916,-1.372249,-0.610111
-21.952759,-4.363421,-0.610112
-17.487995,-9.871329,-0.610110
-15.670393,-16.113335,-0.610111
-15.922828,-21.700802,-0.610110
-17.184765,-27.347338,-0.610110
-16.836388,-30.834290,-0.610110
-14.456601,-32.935223,-0.610110
-10.833610,-33.901752,-0.610109
-8.099352,-33.303555,-0.610108
-6.246629,-31.662882,-0.610110
-5.212592,-27.347683,-0.610110
-5.172690,-21.882956,-0.610110
-5.222461,-17.229448,-0.610111
-5.272779,-12.451061,-0.610111
Deleted: main/trunk/data/tracks/lighthouse/lighthouse.loc
===================================================================
--- main/trunk/data/tracks/lighthouse/lighthouse.loc 2010-01-13 02:05:09 UTC (rev 4454)
+++ main/trunk/data/tracks/lighthouse/lighthouse.loc 2010-01-13 02:08:15 UTC (rev 4455)
@@ -1,24 +0,0 @@
-# Created by tuxkart.py v0.2 Blender Python script.
-#
-"lighthousetrack.ac",0,0,0,0,0,0
-SHERRING,81.005333,-0.073995
-SHERRING,77.851761,0.934763
-SHERRING,74.643669,2.166354
-SHERRING,27.697657,-58.154846
-SHERRING,29.748253,-60.912331
-SHERRING,31.872066,-63.452408
-SHERRING,-17.300978,-2.078869
-SHERRING,-20.609509,-2.20612
-SHERRING,-24.045292,-2.142494
-RHERRING,37.160557,2.198871
-RHERRING,34.915821,2.512133
-RHERRING,32.074749,2.833275
-RHERRING,29.390997,3.220781
-RHERRING,-37.714851,-64.545502
-RHERRING,-37.046822,-61.917503
-RHERRING,-36.428207,-59.12606
-RHERRING,-35.880249,-56.926807
-RHERRING,-1.019776,39.404644
-RHERRING,-2.928773,38.182888
-RHERRING,-5.295928,36.57933
-RHERRING,-7.586723,35.128494
Deleted: main/trunk/data/tracks/lighthouse/lighthouse.track
===================================================================
--- main/trunk/data/tracks/lighthouse/lighthouse.track 2010-01-13 02:05:09 UTC (rev 4454)
+++ main/trunk/data/tracks/lighthouse/lighthouse.track 2010-01-13 02:08:15 UTC (rev 4455)
@@ -1,21 +0,0 @@
-;; -*- mode: lisp -*-
-
-(tuxkart-track
- (name _("Around the Lighthouse"))
- (version 1)
- (description _("Created by Ingo Ruhnke,
-modified by M. Gagnon"))
- (music "ChillCarrier-Druckverlust.music")
- (screenshot "sshot-lighthouse.rgb")
- (topview "topview-lighthouse.rgb")
- (groups "standard")
- (camera-final-position -10 25 3)
- (camera-final-hpr -140 -7 0)
-;; Start position for the jump at the light house.
-;; Useful for debugging.
-;;(start-x -2.57)
-;;(start-y -81.35)
-;;(start-z 0.0)
-)
-
-;; EOF ;;
Deleted: main/trunk/data/tracks/lighthouse/materials.dat
===================================================================
--- main/trunk/data/tracks/lighthouse/materials.dat 2010-01-13 02:05:09 UTC (rev 4454)
+++ main/trunk/data/tracks/lighthouse/materials.dat 2010-01-13 02:08:15 UTC (rev 4455)
@@ -1,114 +0,0 @@
-#
-# In this files materials with special properties are listed, along with
-# the values for these properties. Only materials that are in some way
-# special need to be listed here, the others will use the default values.
-#
-# Here is an explanation of what each property do and their default values,
-# the actual properties are at the bottom of the file:
-#
-# UVClamp
-# -----
-# Clamp texture border instead of repeating the texture. This has
-# two values, one for the X-axis and another for the Y-axis, which can be
-# Y or N (yes or no).
-#
-# To understand what clamping is, hre is an example with my poor ASCII art:
-#
-# ox
-# Suppose you have a 2x2 texture which represented here by xo , where o is a
-# black square and x is a white square. If you place the texture in a 4x4
-# grid, you would think you get this:
-#
-# ....
-# ....
-# ox..
-# xo..
-#
-# Where the . are empty spaces.
-#
-# However, what really happens is that by default the texture repeats itself:
-#
-# oxox
-# xoxo
-# oxox
-# xoxo
-#
-# But if you clamp the texture on both the X and the Y axis you get this:
-#
-# oxoo
-# oxoo
-# oxxx
-# xooo
-#
-# So only the borders repeat in the X and Y direction, not the whole texture.
-#
-#
-# Translucency
-# ------------
-# Use the alpha value of the texture to produce translucent areas. Can be
-# Y or N, default is N.
-#
-#
-# Alpha reference
-# ---------------
-# This value is used for the alpha test, which is to compare all the
-# alpha values of the pixels of the texture against the alpha refence, and
-# if the test succeeds, the pixel is not drawn. Values go from 0.0 to 1.0.
-# 1.0 that no pixels are drawn, 0.0 means that only pixels completely
-# translucent are not drawn. Default is 0.1.
-#
-#
-# Lighting
-# --------
-# Let lights affect how dark or light a texture is. Can be Y or N, default is
-# Y.
-#
-#
-# Sphere map
-# ----------
-# Place the texture as if it is on top of a reflective sphere. This is useful
-# on shiny metal objects, for example the coins. Can be Y or N, default is
-# N.
-#
-#
-# Friction
-# --------
-# How much friction there is between an object with this texture and the
-# wheels of the kart. Obviously, is only useful if a kart will ever be
-# standing on top of an object with this texture. The smaller this value is,
-# the more slippery a surface is. Values should go from 1.0 to 0.1, where
-# 1.0 is the friction of the road. Default is 1.0 .
-#
-# At the moment, friction only limits the speed and acceleration of the karts.
-#
-#
-#
-# Ignore
-# ------
-# Don't crash with a surface that has this texture applied. Values can be Y or
-# N. Default is N.
-#
-#
-# Zipper
-# ------
-# Karts get a speed boost when they touch a surface with this texture. Values
-# can be Y or N. Default is N.
-#
-#
-# Resetter
-# --------
-# When a kart touches this surface, it is rescued, useful for lava and others.
-# Values can be Y or N. Default value is N.
-#
-#
-# Collide
-# -------
-# When you crash against a surface with this texture, the kart will not
-# continue moving, instead it will stop the kart dead. Values can be Y or N,
-# default value is Y.
-
-# TextureName Clamp Trans Alpha Light SphMp Frict Ign Zip Rst Col
-"lighthouse.rgb" N N N 0.0 N N 0.5 N N N N
-"lighthouse_sky.rgb" N N N 0.0 N N 0.5 N N Y Y
-
-# EOF #
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|