Commit Graph

2996 Commits

Author SHA1 Message Date
auria
bf40d0191e Don't abort STK when there's a bogus challenge file (e.g. a LISP file left from 0.6)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4472 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-15 19:01:45 +00:00
auria
258976d284 Always use irrDriver::getTexture and never IVideoDriver::getTexture, then it's easier to debug bogus calls. Order files alphabetically in Xcode (/me needs to take first grade again -.-)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4471 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-15 18:33:33 +00:00
auria
a567f5a498 Removed no more needed print
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4470 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-15 18:19:55 +00:00
auria
0ac80ca6ca Updated gl translation
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4469 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-15 16:46:02 +00:00
hikerstk
2899369036 Yes another bugfix: .projectile files were exported twice, which fails
on certain systems.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4468 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-15 02:17:32 +00:00
hikerstk
037069a257 Improved handling of directory for user configuration files to work even if $HOME/.config
does not exist, and moved handling of files and directories from user_config to file_manager.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4467 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-15 01:46:03 +00:00
auria
def4c22a2b propagated typo fix to pot
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4466 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-14 22:52:01 +00:00
auria
fbc60586fc Fixed typo
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4465 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-14 21:10:34 +00:00
auria
c4dcfc7fec updated slovenian translation by bd4e
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4464 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-14 19:01:00 +00:00
auria
acfc6cf70a Fixed a couple buttons that didn't stretch along text
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4463 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-13 22:45:08 +00:00
auria
334a26e858 Convert title font XML file to UTF-16 so that accentuated characters work for it too (@Hiker: sadly, accents didn't magically work; it so happens that they did because I had previously converted the okolaks font file to use UTF-16)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4462 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-13 21:49:24 +00:00
hikerstk
797ac71d4b Kart shadows can now be loaded from the data/texture directory, too.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4461 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-13 14:43:17 +00:00
hikerstk
36fa5d07cc Fixed typo (incorrect path to sky dome texture).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4460 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-13 02:56:52 +00:00
hikerstk
4f70ed5bed Updated VS project.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4459 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-13 02:27:53 +00:00
hikerstk
34ed2943db Bugfix: incorrect type declaration of IS_LITTLE_ENDIAN.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4458 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-13 02:26:43 +00:00
hikerstk
ba47db173f Fixed typo in previous commit.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4457 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-13 02:11:24 +00:00
hikerstk
bdecc4f573 Ignore build directories for irr-* modes.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4456 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-13 02:09:28 +00:00
hikerstk
9cf73713ab Removed unused/old files.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4455 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-13 02:08:15 +00:00
hikerstk
9a2afc0a0e Removed find *.xml command, since it would install e.g.
tracks/.../track.xml files as well in the data directory.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4454 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-13 02:05:09 +00:00
hikerstk
4455f89920 Removed unnecessary include.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4453 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-13 01:58:20 +00:00
hikerstk
43c01b1176 Removed unnecessary .ac files.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4452 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-13 01:33:18 +00:00
hikerstk
6568afea07 Bugfix: added missing \
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4451 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-13 01:31:55 +00:00
auria
e135988fc6 Added Stephen Dunn in track model credits
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4450 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-13 01:31:50 +00:00
hikerstk
c533ace66d Replaced the old lighthouse track with Stephen Dunn's improved version.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4448 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-13 01:17:59 +00:00
hikerstk
9367911bcd Fixed missing files when exporting stk (stk_config.xml was missing
besides other files), for now added the kart- and track-exporter to the
files to be exporter (for the alpha release only, can be removed later).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4447 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-13 01:03:40 +00:00
auria
ef7beff5af Endianness detection cleanup
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4446 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-13 00:57:17 +00:00
auria
3c675b3206 Fixed warning
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4445 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-13 00:56:31 +00:00
hikerstk
b9e8e0891c Bugfix for bugfix: make the stars not only stop rotating, but to
disappear completely when restarting a race.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4444 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-12 23:13:38 +00:00
hikerstk
901f8ae7d4 Bugfix: the rotating stars were being shown when restarting a race.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4443 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-12 23:00:10 +00:00
hikerstk
60840e5851 Made the AI a bit more competitive by not slowing the mid- and
high-level AI down when skidding.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4442 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-12 22:55:03 +00:00
hikerstk
bc378d4ebd Bugfix: restarting a race would not reset the AI properly, causing them to be rescued over and over.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4441 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-12 11:15:50 +00:00
hikerstk
20643c1a44 Renamed music to avoid problems on irix.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4440 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-12 04:26:22 +00:00
hikerstk
d6b91f8fc3 Applied Stephen Just's patch 2926028: search for data directory relative to the executable,
which allows STK to be started/debugged in VS without having to set a working directory.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4439 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-12 02:02:13 +00:00
hikerstk
b34f4d238b Added informative message when a texture can not be found before
aborting.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4438 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-11 23:56:16 +00:00
hikerstk
70f5f1044b Removed compiler warning.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4437 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-11 23:51:59 +00:00
hikerstk
b5588b1154 Removed compiler warnings.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4436 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-11 23:51:27 +00:00
hikerstk
223455902a Removed textures from materials.xml which do not exist anymore.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4435 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-11 23:40:48 +00:00
mbjornstk
42c395fd5f Cosmetic changes, last lap colour and fastest lap wording.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4434 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-11 23:40:12 +00:00
auria
1cd161e7d9 Fixed i18n on OS X too (may not work on PPC macs)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4433 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-11 23:22:44 +00:00
hikerstk
71616e256e Removed calls to gettext in each frame, instead the tranlsation is only done once when
the object is created.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4432 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-11 22:08:33 +00:00
hikerstk
f079754dee Switched projectg settings to use UTF encoding.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4431 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-11 21:55:36 +00:00
hikerstk
211c6cdb4e Fixed translations on windows (esp. when non-translated strings are used).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4430 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-11 21:50:30 +00:00
hikerstk
9f1d5893d4 Added missing include for linux, fixed order of #includes.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4429 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-11 03:34:36 +00:00
auria
4a63edfd5e Fixed STUPID mistake in previous commit
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4428 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-11 03:14:47 +00:00
auria
081b0a295d i18n improvements (no more need for iconv)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4427 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-11 03:12:35 +00:00
hikerstk
23947aafc1 Removed duplicated materials.xml entry, which could potentially cause a
crash on certain systems during installation ("/usr/bin/install: will
not overwrite just-created ...").


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4426 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-11 00:28:33 +00:00
auria
a77d77f26a Translate strings in paused dialog
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4425 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-11 00:09:04 +00:00
hikerstk
cf0e69b48f Removed #include of kart and player_kart from world.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4424 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-10 23:12:29 +00:00
hikerstk
9eb8995399 Fixed compilation problem (no idea why it ever compiled on VS).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4423 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-10 22:50:13 +00:00
hikerstk
2f268dce77 Added some code to add a 'push to the side' when crashing into a kart.
This code is for now disabled in the stk_config.xml file, since it needs
changes to the physics to be better playable.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4422 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-10 12:16:32 +00:00