Commit Graph

78 Commits

Author SHA1 Message Date
hikerstk
29dfd09f7c 1) Improved sound_manager to support separate
sound packages, and using "*.music" information
   files for additional information music. 
2) Removed old/unused plib sound support.
3) Moved all .ogg files to either data/music, or
   to the tracks where they belong.
4) Moved fonts to data/fonts; wav to data/sfx,
   po to data/po, herring to data/herrings,
   models to data/models.



git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1652 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-03-14 09:49:17 +00:00
cosmosninja
2081a2b687 Moved the ./po directory to ./data/po
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1649 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-03-14 06:38:01 +00:00
auria
d2b853a140 Changed track files for snow tux peak
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1644 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-03-09 20:28:16 +00:00
hikerstk
fac59355c0 1) Cleanup of unused data in stk_config/kart_properties
2) Removed 'magic' constant 0.0044 from steering
   computation; replaced by DEGREE_TO_RAD, which means
   that steering values in stk_config.data and .kart files 
   have to be divided by about 3.9
3) Added early cancellation of parachute when a slow down
   of 30% is reached (defined in stk_config.data). This allows
   karts to brake and get rid of the parachute earlier.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1641 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-03-06 13:32:51 +00:00
hikerstk
6324285de8 1) Zipper now get an immediate speed boost when they are activated (instead
of only a higher acceleration).
2) Code cleanup (removed unused functions and config parameters).



git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1636 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-03-05 13:22:00 +00:00
hikerstk
ced812161c Fixed credits for beach track and mac package creation (see r1632 on 0.4rc1).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1633 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-03-05 04:09:35 +00:00
hikerstk
9715f53659 1) Split file_manager into file handling functions (in file_manager),
and loading related (very plib specific) functions in the new
   loader object.
2) Move *.tkkf files into separate subdirs, and renamed them
   to *.kart  files.



git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1619 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-03-03 03:31:12 +00:00
cosmosninja
4d46088904 Fixed TryExec entry in the desktop file.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1609 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-29 23:39:38 +00:00
hikerstk
ce57025781 First part of directory restructuring: all track specific files are
now in their own subdirectory (including models, textures).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1605 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-29 03:26:07 +00:00
hikerstk
ef4dd43104 Moved all *.track, *.drv{l,r}, *.loc files into the new location
at data/tracks/TRACKNAME.



git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1600 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-27 01:11:02 +00:00
auria
ad25295901 Improvements to beach track
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1574 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-23 23:50:07 +00:00
hikerstk
c34f0aa55a Properly removed 'too-far-away-from-track' - shortcut detection.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1563 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-21 03:40:40 +00:00
scifly
d5e6b2cdd1 Fixed typos.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1550 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-20 10:00:58 +00:00
hikerstk
6eedba1849 Added credits for windows installer.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1549 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-20 05:08:05 +00:00
hikerstk
f04cb3d0fb Added license to list of files to install (see r1546 on 0.4rc1).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1547 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-20 03:08:36 +00:00
hikerstk
d68a30d3cc Added Magne's name (see r1543 on 0.4rc1).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1544 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-20 02:11:29 +00:00
cosmosninja
250e3b7236 Added Stephan Wiefling to the credits.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1537 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-19 22:57:10 +00:00
thebohemian
11644a7e0a - corrected licenses for the stuff that was by the TuxKart team
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1535 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-19 11:06:00 +00:00
thebohemian
1b37e2ec69 - fixed my contributions entry
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1534 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-19 11:04:42 +00:00
hikerstk
0405f52010 Disabled 'too far away from road' shortcut detection - the previously defined
maximum distance wasn't big enough to fully disable this. See r1531 on 0.4rc1.
(When work on the trunk resumes, the appropriate code should be completely
removed).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1532 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-19 11:00:02 +00:00
hikerstk
fbbe34318d Removed way too high gravity setting (which was necessary
for the pre-bullet physics) - see r1529 on 0.4rc1 branch.



git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1530 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-19 10:57:36 +00:00
hikerstk
22b5dce751 Updated credits and changelog.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1527 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-19 04:13:47 +00:00
hikerstk
bd44dd7a12 Added more detailed license information.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1526 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-19 04:02:40 +00:00
hikerstk
533e313a87 Adjusted the layout to allow the author text to use
two lines, which was needed for sandtrack and lighthouse.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1520 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-19 00:09:03 +00:00
scifly
10e06a92ae M Gagnon's modified drivelines that correct the start line position of
sandtrack


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1519 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-18 22:39:15 +00:00
hikerstk
b1ce9ab510 Added 'kart_grand_prix' music (as track music for geekopeak).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1518 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-18 22:15:52 +00:00
hikerstk
ef5e34ad4b Added 'King Arthurs Castle' music.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1516 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-18 12:28:26 +00:00
hikerstk
930a1ef2b5 Added AI tweaks (adjusting curve speed and angle
depending on track). Details in wiki.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1513 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-18 04:16:57 +00:00
hikerstk
3456a3a2b1 Bugfix: the first kart started ahead of the first driveline,
causing it to not have the first lap counted.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1509 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-18 00:23:22 +00:00
hikerstk
008e74331d Removed previously committed new physics parameters, since they
caused very frequent incorrect rescues on certain tracks.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1502 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-16 04:44:13 +00:00
hikerstk
2fb8faffc3 Improved physics parameters to stop wilbert from toppling over.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1498 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-15 04:24:46 +00:00
cosmosninja
88da3d1da4 Added wilber kart.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1495 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-15 01:58:51 +00:00
hikerstk
876ef74ebb Improved physics paramters to prevent hexley from toppling over.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1494 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-14 13:41:06 +00:00
thebohemian
310e024a7f Committed on behalf of M Gagnon
- fix skybox for Island Track
 - fix transparent windows in subsea track



git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1486 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-13 17:03:46 +00:00
cosmosninja
a813704e22 Updated improvements of the lighthouse track.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1483 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-13 05:34:40 +00:00
cosmosninja
b00321d268 Lighthouse track improvement changes.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1482 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-13 05:18:04 +00:00
cosmosninja
cf68328188 Updated the sand track improvements.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1481 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-13 04:59:49 +00:00
cosmosninja
5f583381fd Added the improved sand track.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1480 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-13 04:45:29 +00:00
scifly
646e98684a Improved my (paul) last patch to allow immediate dis/en-able music from
in race sound option menu.
Removed spaces from ogg file names in those *.track files that required 
it.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1473 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-12 13:50:08 +00:00
scifly
1740d47f76 Fixed incorrect filename.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1470 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-12 08:43:46 +00:00
hikerstk
e54b84aad0 Added swat's g4m fan track music.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1468 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-12 05:52:57 +00:00
hikerstk
0b60baf587 Added Cherryprice's 'Another Caribbean Beat Song'.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1467 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-12 05:44:20 +00:00
hikerstk
f131d7215e Added cherryprice's 'Caribic' music (renamed).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1466 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-12 05:13:22 +00:00
hikerstk
956a77d426 Added the old music to be played in this track as well.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1465 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-12 04:57:10 +00:00
hikerstk
6fdc04779e Added desert dunes track.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1464 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-12 04:51:27 +00:00
hikerstk
1a5b7bd7e7 Applied (a slightly modified) version of Paul's menu music
patch and added a main theme music.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1463 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-12 04:35:39 +00:00
hikerstk
d7057c7980 Converted all mod files to ogg, moved the ogg files into the media
repository, and switched the track data to use the ogg files.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1448 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-07 23:09:25 +00:00
hikerstk
a3094590d6 1) Improved handling of 'moving' or 'physical' objects (e.g. road cone).
You can now shoot them, and they will be pushed aside by a close-by
   explosions.
2) Bugfix: Physical objects are now reset to the correct starting location.
3) Physical objects have now angular friction defined, preventing them from
   rotating endlessly.
4) Karts have now some 'restitution', which adds a bit of bouncing to collisions.




git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1445 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-05 11:56:21 +00:00
hikerstk
e49a415671 Try to making the homing missiles turn more smoothly.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1434 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-01 13:34:50 +00:00
hikerstk
696a3cf1c7 Increased height of driveline so that it has the same
height as the actual track (if the drivelines are lower,
karts when rescued will appear to be under the track,
triggering a rescue, ...).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1415 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-01-24 02:08:15 +00:00