Commit Graph

164 Commits

Author SHA1 Message Date
hikerstk
b1de626e3e 1) Refactored KartProperties and STKConfig, so that kart defaults
and checks if all values are actually defined are done in one
   file now (and not in two different classes as before). Added
   doxygen comments as well.
2) More physics improvements.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2345 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-10-16 23:49:27 +00:00
hikerstk
b1cb705777 Improved physics: karts are now less likely to lose contact
with the ground (and as a result start rotating on the spot).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2342 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-10-16 00:20:49 +00:00
hikerstk
167107fcbc 1) Cleaned up implementation of history function.
2) Improved history file format to collect control information (like 
   steering etc) to allow replaying based on the physics (and not only
   replaying recorded kart positions).
3) Added some constants (time till finish, time for music credits) to
   the stk_config.dat file.
4) Made name of the menu background picture configureable in 
   stk_config.dat file.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2328 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-10-06 13:40:11 +00:00
auria
695255d9b6 somehwat nicer shortcut detection based on distance rather than sectors. can still be wrongly triggered if you drive just next to the road for a while (but that can probably wait for checkpoints)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2322 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-10-04 01:44:08 +00:00
dimstar
497454b2e0 Update of the german translations.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2295 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-09-22 19:10:29 +00:00
hikerstk
c0eae662f2 1) Applied Stehen's patch to give each kart separate sound effects objects,
and add engine sounds.
2) Added sfx manager so that the buffers for the sfx are shared between
   all sfx objects.
3) Moved all audio related files into audio subdirectory.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2275 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-09-18 03:24:19 +00:00
auria
927f30f86e added cakes
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2262 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-09-10 00:49:31 +00:00
hikerstk
15b9ca64c6 1) Fixed 'install' and 'dist-*' make targets.
2) Removed unused files.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2260 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-09-10 00:26:04 +00:00
auria
19d91fb0c1 i18n updates. updated script to new lcoation of files. added comments to translator, for unobvious strings
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2214 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-09-02 00:35:28 +00:00
auria
0752a78919 updated it translation
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2205 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-09-01 15:35:42 +00:00
auria
a36a6e6d89 fixed wrong name in irish translation
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2204 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-08-16 14:29:34 +00:00
auria
cb6a3b99d6 Added irish translation
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2203 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-08-16 14:28:14 +00:00
auria
142a260845 Updated sv translation
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2202 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-08-12 00:03:26 +00:00
auria
ec26ddb1ed Some fine-tuning to bowling balls. Optimized code by removing repetitive calls to sqrt().
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2200 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-08-06 00:53:40 +00:00
hikerstk
0b87ece335 Improved German translation.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2196 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-08-01 23:49:14 +00:00
hikerstk
46c5b8ab7d 1) Changed the challenges dependencies to have not more than
3 challenges at the same time.
2) Moved reading of grand prix challenges into unlock manager
   (previous location would not read the status of the challenges
   correctly from the user config file).
3) Fixed position requirement of 'follow the leader' challenges
   (winner has position 2, not 1).
4) GP which have missing tracks are now ignored (solves crash
   when STK is installed on top of an old installation)
5) Made the images in the race result screen non-active.
6) Made the description of challenges non-active.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2194 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-29 13:40:25 +00:00
hikerstk
82e9cb0fff Updated license for Atheal Washington's new music.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2193 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-29 06:28:10 +00:00
hikerstk
3c018d5ac1 1) Bugfix: GP were not locked.
2) Renamed all 'cups' into grand_prix.
3) Removed obsolete source files.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2190 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-29 05:38:30 +00:00
hikerstk
d6490dc48c Missing updates in previous commit.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2189 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-29 04:45:28 +00:00
hikerstk
88c0b07f69 1) Added GrandPrix manager (so that a GP id instead of a potentially translated
GP name can be used).
2) Added support for challenges to be specified in .challenge files,
   converted all existing challenges to be specified in this kind of
   data file.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2188 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-29 04:30:44 +00:00
hikerstk
b415535eff Committed Josh's zipper improvements/fixes.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2184 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-28 13:07:54 +00:00
auria
79006dabe7 updated translation files and french translation
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2183 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-28 00:41:18 +00:00
auria
ba022c82cb Added finnish translation
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2179 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-22 01:03:10 +00:00
auria
0b56f85de6 Turned Spark into Bowling Ball
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2173 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-21 01:55:41 +00:00
hikerstk
4438f74940 1) Updated the physics parameters: crashes of karts with the track when
accelerating have been removed; sound when hitting parts of the track
   have been re-enabled.
2) Special handling of smaller karts (wilber/hexley) has been removed.
3) Added option to specify the exact wheel positions for the physics.
4) Added option to move the center of gravity along all three axis
   (not only height).
5) Added --kartsize-debug command line option to print the sizes of
   each kart (which is useful when specifying the wheel positions).
6) Removed unused entry from stk_config.data.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2168 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-17 01:33:49 +00:00
auria
3be00a2d3f Updated french translation and pot file
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2162 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-13 00:07:24 +00:00
hikerstk
5d10d28744 Added support for maximum steering angle to be dependent on
the current speed. I.e. on lower speed narrower turns are possible.



git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2157 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-11 15:19:07 +00:00
hikerstk
dde2f508d3 1) Added support for kart groups, added all current karts to the group 'standard'.
2) Cleaned up unused kart physics parameters, added new suspension_travel_cm parameter.
3) Renamed TrackManager::getTrackCount() to getNumberOfTracks() (to follow the same pattern as
   getNumberOfKarts()).
4) Minor code cleanup, warnings removal, ...


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2148 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-03 03:14:27 +00:00
dimstar
72388c52b1 Beginning of Romanian translation. Thanks to Marina!
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2129 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-06-16 19:41:08 +00:00
cosmosninja
eb482c7d4b Updated the GPL version to GPLv3.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2128 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-06-13 00:53:52 +00:00
cosmosninja
2a6bde3d0e Added slovenian translation.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2125 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-06-04 02:20:30 +00:00
cosmosninja
80e6780f00 Updated german .mo file.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2116 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-31 19:22:57 +00:00
dimstar
18ca45afd4 Updated german translations
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2101 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-29 19:34:48 +00:00
cosmosninja
88e7c999e1 Added Auria's new icon.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2096 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-29 01:07:22 +00:00
auria
5a6f109ef3 Updated italian translation
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2095 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-28 23:45:31 +00:00
hikerstk
1aebbbbcd8 Improved some line breaks for German and Swedish translations.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2022 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-25 04:33:38 +00:00
hikerstk
5f0b83a080 Shortened some German messages to fit better in the menu.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2020 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-25 04:17:52 +00:00
hikerstk
ac2aab6692 Updated translation template.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2019 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-25 03:35:53 +00:00
dimstar
3a768793f7 Added german translation to desktop file
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1996 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-24 08:58:41 +00:00
scifly
f992204bd8 1. Added new version of StarTrack.
2. Updated CREDITS and Changelog with details of the improved track.
3. Updated CREDITS and Changelog with Swedish translation and Crescent 
Crossing track details.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1989 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-23 19:45:58 +00:00
dimstar
ed00b2fa0b Small updates on german language, replaced ß with ss for fonts issues.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1987 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-23 18:30:05 +00:00
hikerstk
bcdf029389 Added Swedish translation.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1982 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-23 04:30:05 +00:00
thebohemian
14ec2ddce1 - small fixes in German translation
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1971 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-21 12:35:30 +00:00
hikerstk
6f9c745ed5 Added Italian translation.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1967 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-21 01:38:16 +00:00
auria
f839959177 Added Crescent Crossing track
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1964 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-21 01:27:17 +00:00
hikerstk
dac187ed74 Updated German translation.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1963 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-21 01:25:37 +00:00
auria
6495485ce7 Updated pot file
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1960 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-20 17:13:24 +00:00
hikerstk
01391b26fc Added missing updates to make the desktop file location independent
(see r1919 on 0.5rc1 branch).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1950 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-20 01:12:58 +00:00
hikerstk
f85a078409 Updated nl translation.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1948 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-20 01:01:27 +00:00
hikerstk
e907be02ea Added credits for Spanish translation.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1937 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-19 02:16:02 +00:00