Commit Graph

10172 Commits

Author SHA1 Message Date
hikerstk
8247f73604 Replaced tabs with spaces.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14448 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-15 12:52:39 +00:00
hikerstk
c5b8732087 Probably biggest commit (in terms of number of files) ever -
updated the (c) line of all files to -2013, added missing (c), 
changed format in some cases so that it will be easier in
the future to change them by script. No actualy code change.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14447 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-15 11:43:21 +00:00
auria
bc08b71eb6 Fix gnu nitro emissions
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14443 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-15 00:53:14 +00:00
hikerstk
5d7650c418 Reverted r14410 - the proper finding of textures when loading models
is implemented, and has worked properly in the last years. This patch
will unlikely fix the issue Funto had (incorrect texture for one kart),
but might have unwanted side effects which are hard to evaluate so short
before a release.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14442 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-15 00:40:53 +00:00
hikerstk
4b50173f33 Updated credits.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14440 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-15 00:27:33 +00:00
auria
e2400bacc4 Add 0.8.1 changelog
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14439 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-15 00:13:32 +00:00
hikerstk
cce43a6555 Avoid calling guiengine::render if STK is about to be aborted. While
it didn't cause any problems so far, it feels wrong ;)


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14438 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-15 00:05:35 +00:00
hikerstk
a7315d163b Fixed minor memory leak.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14437 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-14 23:56:37 +00:00
hikerstk
8d98f6939c Fixed minor memory leaks (the track.cpp caused warnings to be
printed by our leack checker).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14436 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-14 23:48:19 +00:00
funto66
22c4c85f56 Removed CRT security warnings from Irrlicht build (MSVC)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14435 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-14 22:29:12 +00:00
hikerstk
77d0740b36 Fixed crash on linux (stdout was closed, but leak check would try
to print some output).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14434 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-14 22:20:48 +00:00
funto66
e13e6feb4a Remove hard-coded debug flag for Wiiuse with MSVC (Multithreaded Debug CRT)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14433 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-14 22:18:53 +00:00
funto66
3478d55236 Only expose USE_CPP2011 option for relevant platforms (UNIX-like)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14432 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-14 22:17:46 +00:00
hikerstk
3c45cdc559 Removed VS hard coded debug flag for irrlicht.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14431 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-14 22:12:45 +00:00
deveee
ac2981584e Avoid crash when object doesn't have texture
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14430 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-14 19:53:10 +00:00
deveee
ea2b34c52e Avoid bounce karts from edges in soccer field.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14428 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-14 19:03:35 +00:00
hikerstk
59f2e7ff75 Some code simplification for nitro emitters.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14427 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-14 10:49:02 +00:00
auria
ccefd0a3da Try to fix clang compilation. Cannot really test it but hopefully will help
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14426 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-13 23:55:29 +00:00
hikerstk
e71d3e0288 Added push back to the soccer track border to avoid the ball
getting stuck there.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14424 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-13 23:48:14 +00:00
hikerstk
b4832697c2 Added push back to soccer ball, which can be used to push the ball
away from the edge of the soccer field (so prevents the ball from
getting stuck there).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14423 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-13 22:24:53 +00:00
deveee
635ca52d23 Remove hat from pidgin - it doesn't work properly with this kart.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14422 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-13 20:23:42 +00:00
deveee
91d41e37b3 Remove saved GP when it was not continued.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14421 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-13 19:45:33 +00:00
deveee
49b5b52621 Revert my last change in .pot file. It is already not needed.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14420 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-13 19:32:53 +00:00
deveee
2127284e94 Now player can choose if he want to start new GP or continue previously saved.
Also change string to "Continue" to avoid problems with translations.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14419 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-13 19:32:11 +00:00
deveee
8cfb3d5d9c Very quick workaround for ticket #1081. Just inform a player that grand prix will be continued. Ideally player should choose if he want to start new GP or continue previously saved.
String "Continue Grand Prix" was translated in previous versions of STK and launchpad should remember it (I hope).

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14418 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-13 08:48:09 +00:00
hikerstk
0438928933 Fixed fullscreen issues (resulting in rtt not working) on intel
graphics card. Strange thing: everybody should have been running
stk in 16 bit colour mode since r12825, and no one noticed??
Now we properly request and set 32 bit mode, and all is working
fine on intel.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14417 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-13 03:33:39 +00:00
hikerstk
caeb87d9a7 Added file missing in previous commit.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14415 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-12 09:35:51 +00:00
hikerstk
a5fd91959c Removed some dead code, added documentation.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14414 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-12 06:12:06 +00:00
hikerstk
0dd2c2110d Updated translation (removed some incorrect strings, added
missing strings for video settings).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14413 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-12 00:44:34 +00:00
hikerstk
e1d3009053 Reduced xmas hat period to end 5th of January.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14412 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-12 00:39:22 +00:00
hikerstk
e98d15ef8b Added easter egg related license info.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14411 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-12 00:16:38 +00:00
funto66
53297355f0 Set the B3D_TEXTURE_PATH Irrlicht Scene Manager attribute upon B3D file loading. Hope that this fixes the rare bug where I got Beastie's kart.png texture applied instead of Beagle's kart.png texture.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14410 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-11 23:13:47 +00:00
hikerstk
48ac2fdebf Fixed position of wheels (karts are not flying anymore),
and skid marks (which is mostly a result of wheels actually
touching the ground now).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14409 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-11 21:07:16 +00:00
auria
21b6656516 Updated pidgin animation by chronomaster
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14408 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-10 20:30:30 +00:00
deveee
e1bc4ef8fe Fixed #1089.
Stop goal sound when the game is terminated or restarted.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14405 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-10 09:53:36 +00:00
auria
df66639717 Change soccer mode win sound, for which the license was unclear (and new one is IMHO better)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14404 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-10 00:55:57 +00:00
samuncle
2aee597a6b Correction of the hat position
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14403 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-09 21:48:22 +00:00
auria
289f4b5f7b Restore big digit font XML, which got corrupted somehow??
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14402 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-09 20:57:59 +00:00
auria
e5c73f7b86 Add new soccer ball by rudy
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14400 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-08 23:03:53 +00:00
auria
79e1dc6efd Reset input at the end of easter egg hunt mode
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14399 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-08 22:12:05 +00:00
deveee
41bc19fa99 Add workaround for tickets #1084 and #1085.
Currently there is no non-linear track where eggs could be hidden. Start track as linear solves problem with position after rescue.
Also add win animation when all eggs are collected.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14398 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-08 21:42:49 +00:00
hikerstk
86118b92ae Updated and compressed the donation section.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14397 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-08 04:00:11 +00:00
hikerstk
376d60b8c6 Some refactoring of xmas code. Command line options:
--xmas=1 enables xmas hats anytime, --xmas=2 disables
it completely, and (default) --xmas=0 (default) switches
Xmas mode on between 17. of December and 9th of January.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14396 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-07 11:34:13 +00:00
samuncle
bc0724935e Add copyright header to each shader
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14395 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-06 23:17:18 +00:00
hikerstk
15c26079f1 Raise karts somewhat when they are leaning (otherwise the
karts will be partially inside of the track). Some dead code
removal.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14394 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-06 06:22:51 +00:00
hikerstk
e024b73553 Avoid potential division by zero (which might cause crashes).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14393 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-06 06:21:32 +00:00
hikerstk
d7319b766f Added new command line option "--camera-wheel-debug" which positions the
camera at wheel level (to better check if wheels are positioned at the right
height).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14392 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-06 06:08:31 +00:00
samuncle
5c5155cce5 Minor credits update with the author of the wallpaper/poster
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14391 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-06 00:07:54 +00:00
hikerstk
04d0859f9d Somehwat improved kart and wheel location, so that skid marks appear
'more' under the wheels. At this stage kart will partially go 'into'
the track when turning though :(  WIP, just to get some feedback, 
this patch need to cleaned up!


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14390 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-06 00:03:10 +00:00
auria
b4c698760a Fix "Guest" being untranslated despite appearing in the po file
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14389 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-11-05 23:21:32 +00:00