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
auria
07ecec5241
updated Xcode project to build bullet
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2161 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-12 14:39:32 +00:00
hikerstk
a8de06cdc5
1) Bugfix: interpolation formula was wrong
...
2) Fixed errors in print statement (wrong format, c_str() missing).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2160 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-12 12:49:57 +00:00
auria
a7dece885a
minor speed improvement : do not ask bullet to check if jump is currently possible when user is not trying to jump
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2159 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-12 01:20:29 +00:00
auria
3aa29aef07
small updates to Xcode project
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2158 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-12 01:19:17 +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
auria
f59052157d
Added experimental Xcode project
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2156 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-11 01:55:13 +00:00
auria
6ce29b542a
fixed template parsing (C++ weakness)
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2155 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-10 20:43:46 +00:00
hikerstk
a9d967d724
AI karts are now filled firstly from karts of the current group (before
...
other karts are then used).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2154 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-10 04:46:54 +00:00
hikerstk
fd3e3adafa
Enabled up/down events to scroll the list.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2153 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-10 00:45:32 +00:00
hikerstk
df3b8206ed
1) Removed warnings.
...
2) Enabled up/down events (e.g. pressing arrow up/down).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2152 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-10 00:43:33 +00:00
hikerstk
edbfdece99
Prevented STK from hanging when invalid starting positions are specified.
...
Instead it aborts with an error message now, detailing the track name and
kart number which causes the problem now.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2151 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-10 00:41:26 +00:00
hikerstk
6414bdf12a
1) Added first version of widgets that can have their position explicitely
...
set, avoiding the layout engine (and making it easy to make them skinable).
2) Added track groups, all current tracks are in a group called 'standard'.
The track select widget can now scroll and therefore display a large
number of tracks.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2150 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-09 06:44:49 +00:00
hikerstk
6733e4e810
Copied ChangeLog file to NEWS (in preparation for proper changelog
...
file).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2149 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-09 04:28:18 +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
hikerstk
511292b62d
Replaced gettext with _() (since this will work even if HAS_GETTEXT is not set).
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2147 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-03 03:05:05 +00:00
hikerstk
eb9d517221
Added svn:ignore, and (see r2145) removed the current set of environment
...
variables and replaced them with STK_{INCLUDE,LIB}.
Disabled 64-bit warnings, since this flag is deprecated.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2146 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-03 03:03:24 +00:00
hikerstk
d70e51de74
Added STK_INCLUDE and STK_LIB environment variable, which will be used to point
...
to a central directory containing all header and lib files. This is in preparation
for a 'windows dependency package', and requires less work for the user to set up.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2145 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-03 02:46:12 +00:00
hikerstk
b125b58f83
Added project files for Visual Studio 2008 (i.e. VC version 9).
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2144 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-02 06:49:23 +00:00
hikerstk
1b49fd7b33
Bugfix: 'final camera' (currently only used in race track) didn't work
...
correctly.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2143 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-06-27 14:09:43 +00:00
hikerstk
61c4f6c42f
Bugfix: camera for eliminated karts didn't work anymore.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2142 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-06-27 14:01:27 +00:00
hikerstk
9b9ce44ac5
1) Number of laps/karts now 'wrap around'.
...
2) The minimum number of karts is now set correctly.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2141 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-06-27 13:58:44 +00:00
hikerstk
a0b5857477
Put the previous selected character in the most prominent position of
...
the new gui.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2140 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-06-27 10:14:53 +00:00
hikerstk
fde307f5e7
Bugfix: collectables didn't regenerate in follow-the-leader mode.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2139 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-06-25 06:18:16 +00:00
hikerstk
370fa80994
1) Made some attributes private.
...
2) Fixed the AI calling rescue when crashing repeatedly (which hasn't
d been working since bullet physics was used).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2138 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-06-24 06:29:35 +00:00
hikerstk
8c6378df34
Support for an arbitrary number of karts added to character selection
...
menu.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2137 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-06-23 02:52:36 +00:00
cosmosninja
2eddb848df
Fixed typo.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2136 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-06-22 15:26:22 +00:00
auria
9210c1e2e1
more fixes to player's manual
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2135 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-06-21 23:04:17 +00:00
cosmosninja
55b5b9a6ed
Fixes for the player's manual.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2134 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-06-21 12:41:34 +00:00
hikerstk
8da4ee76e4
More sg* removals.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2133 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-06-20 14:53:00 +00:00
hikerstk
2dc36390fa
1) Removed the old m_curr_pos sg* data structure from kart.
...
2) Replaced several sg* data structures and function parameters with
plib independent data structures.
3) Some code cleanup, updated gpl license to 3 in a file or two.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2132 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-06-20 09:34:35 +00:00
auria
f9564eb9c0
Updated manual
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2131 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-06-20 01:16:53 +00:00
cosmosninja
4b4a5274be
Commented out option that doesn't works currently.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2130 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-06-19 01:15:38 +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
hikerstk
bbbf1a0479
Replaced all sg* data structures in the camera with portable (and bullet
...
based) data structures (except for the final call to set the ssg
camera).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2127 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-06-10 02:35:10 +00:00
hikerstk
a9c3c61cc0
Removed debug output
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2126 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-06-10 02:32:15 +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
ecc1324153
Raised the joystick deadzone limit from 1000 to 2000 (out of 32767).
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2117 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-31 19:53:29 +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
cosmosninja
7da339a058
Removed warning when you get out of the help menu after going to page 2 or 3.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2107 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-30 07:11:07 +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
cosmosninja
22f9126551
Removed some useless text from the first help page.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2078 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-26 21:56:59 +00:00
hikerstk
a338b7098e
Added explanation message to locked game modes and tracks.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2065 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-26 04:31:53 +00:00
cosmosninja
2dd0211ede
When clicked, locked widgets reveal the name behind. Also, there is some help about locks in the first help page.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2063 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-26 01:12:57 +00:00
cosmosninja
b5d4930f87
Removed the rest of plib sound support; note that OpenAL was obligatory before this patch, so I just added a message to the configure.ac to stop configure when OpenAL isn't present.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2060 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-25 20:30:25 +00:00
thebohemian
8dd4d52006
- simplified autogen.sh to use autoreconf (instead of manually maintaining
...
what autoreconf would do)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2059 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-25 19:42:48 +00:00
auria
182a40b8e0
fixed audio on big endian systems
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2051 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-25 18:00:16 +00:00