Commit Graph

8500 Commits

Author SHA1 Message Date
auria
dc3ab0244d hackish fix for bug #791
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12009 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-19 01:42:11 +00:00
hikerstk
2dd07ff3d7 Increased highscore version number so that old highscores (0.7*
and alpha release) will be deleted (which avoids problems of
having too good highscores for sandtrack, which was replaced).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12008 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-19 01:24:13 +00:00
samuncle
861d12a92a Now we have a better skybox :)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12007 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-19 01:13:50 +00:00
samuncle
e497058ee6 Add slowdown when the player go outside the path
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12005 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-19 01:07:17 +00:00
samuncle
78c1b03353 Update the licence.txt
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12003 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-19 00:52:33 +00:00
samuncle
d83c2f54e4 Add skybox
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12001 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-19 00:43:34 +00:00
auria
5260d4a63d Little tweaks to hacienda
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11999 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-19 00:32:43 +00:00
auria
7be84e39e8 Smooth normals hacienda
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11997 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-19 00:02:42 +00:00
auria
3c868a1267 Smooth-normal mines, thanks to ctdabomb for the help
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11994 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-18 23:37:50 +00:00
samuncle
bf2e5d94c8 Cleaning up the mesh of plamtrees
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11993 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-18 23:06:03 +00:00
samuncle
659793ceb1 Correction of a small bug
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11990 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-18 22:46:35 +00:00
hikerstk
43b7f28d54 Added a setting to stk_config.xml to replace normals that are
'too different' from the normal of the triangle with the
normal of the triangle for interpolating the normals which
are used by the physics.
This should make 'smooth normals' more useful for tracks where
track and (say) a wall are connected, resulting in incorrect
normals for the physics.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11989 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-18 22:22:30 +00:00
auria
9b08adb960 Change arrow on bomb texture to not have a white outline on a white backgorund, that didn't look too good
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11988 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-18 22:18:10 +00:00
auria
fd66cf3289 Add new swatter icon by Totoplus62
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11986 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-18 00:59:29 +00:00
auria
d6db3337cd Slightly tweak sandtrack challenge
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11985 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-18 00:13:45 +00:00
auria
23b2b0c85d Slightly tweak sandtrack challenge
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11984 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-18 00:07:23 +00:00
auria
dc420b0717 Commit exported jungle, after expotring it to test my fix to the exporter bug
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11983 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-17 23:52:37 +00:00
samuncle
064b4f2bb7 Now electricity pushes back the karts
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11979 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-17 21:58:25 +00:00
stephenjust
0eb2682926 Fix release build for VC10. Note that you need to delete all irrlicht-related files from the dependency pack for this to actually work.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11977 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-17 21:55:09 +00:00
stephenjust
db9ff32496 Fix 32 bit build in VC10
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11976 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-17 21:33:47 +00:00
samuncle
304d0f737a Add a balloon with tux inside
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11974 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-17 21:31:52 +00:00
samuncle
eaa90b9c6e Add a reset plane and correction of minor bugs
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11972 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-17 20:28:38 +00:00
auria
1bbbef5fc6 Smooth normals scotland, thanks to ctdabomb for the help
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11970 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-17 14:59:57 +00:00
auria
2bde09dbbe Smooth-normals sandtrack, thanks to ctdabomb for the help
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11967 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-17 14:42:51 +00:00
auria
b5d6088abb Smooth-normal gree valley, thanks to ctdabomb for help
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11966 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-17 14:31:56 +00:00
auria
7dea899f5e Remove dupe textures
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11965 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-17 01:30:22 +00:00
auria
c065277117 New texture in lighthouse to be less ugly
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11963 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-17 00:37:45 +00:00
auria
3de45880de Update scotland with better rock texture
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11962 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-17 00:17:47 +00:00
hikerstk
8d05b69494 Fixed crash at end of a demo-mode race (for one frame the
race result gui is active while there is no world).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11961 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-16 12:51:26 +00:00
hikerstk
1822c7e266 Fixed crash in demo mode when demo mode is started while 'internet yes/no'
dialog is shown (or the track info dialog). Together with r11958 this fixed
#663.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11960 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-16 12:39:56 +00:00
hikerstk
e727e34b9d Fixed compiler warning.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11959 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-16 12:34:49 +00:00
auria
4cc1222681 Try to fix #663
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11958 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-16 01:57:36 +00:00
auria
643db2ac47 Fix bug that overworld would remember position when switching player
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11957 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-16 01:10:22 +00:00
auria
1b86065775 Add doors in overworld, that block Nolok's challenge until the end
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11955 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-16 00:42:38 +00:00
samuncle
0efdf0744a Add the new version of the nightbuilder client
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11954 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-16 00:34:10 +00:00
hikerstk
9ad6ea9653 The windows installer now asks to run the uninstaller if an
existing STK installation is found, and will not install
otherwise. This avoids problems when installing a new
stk on top of an older stk installation (e.g. old tracks
might show up in new installation, but not work). 


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11953 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-15 11:38:57 +00:00
hikerstk
8fa7b8a0d0 Avoid crash in case of problems with sound.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11952 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-15 02:04:03 +00:00
hikerstk
3b4c5f3bbb Made steering for keyboards less sensitive (or slower)
at smaller steering angles, and a bit more fast at higher
steering angles (resulting in overall the same time-till-full steer).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11951 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-15 01:20:36 +00:00
auria
7921acc4aa Don't let players switch identity in single player mode. In single player mode this should be changed in the options screen
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11950 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-15 00:56:11 +00:00
hikerstk
04c3b93bb1 Avoid NAN problem if a kart with velocity 0 is involved in a collision.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11949 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-15 00:10:36 +00:00
auria
6325e02b16 Fix pressing escape in kart select screen gonig to overworld
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11948 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-15 00:09:36 +00:00
auria
392175daea To go along previous commit
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11946 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-14 23:50:35 +00:00
auria
91d3e75be6 Add back Fraang's bomb texture. I personnally see nothing wrong with it in-game. MiniBjorn, if you think it can be improved, feel free to come discuss it. But we told Fraang we would include his texture so even should we agree that the previous texture was better, we still need to decide that as a team and then explain Fraang why.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11945 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-14 23:49:57 +00:00
mbjornstk
f643017191 Remove useless executable svn property from data file.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11944 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-14 23:27:34 +00:00
hikerstk
63a562498a Updated mines track to make it driveable in reverse
(changes in cogwheel etc are likely caused by changes
in the exporter, since mines hasn't been re-exported
for a while).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11942 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-14 23:14:57 +00:00
hikerstk
a6992dba82 Added another missing texture (which funnily was already missing
in 0.7.3/2), updated and fixed materials.xml file.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11940 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-14 11:35:39 +00:00
hikerstk
7e1709e710 Re-added textures that were not used in main stk, but in some addons
to a separate 'deprecated' directory (#666).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11939 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-14 06:06:32 +00:00
hikerstk
9aad59398b Fix one more potential crash.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11938 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-14 06:03:00 +00:00
stephenjust
03d22f0087 Update VC10 project to use included Irrlicht. (not fully tested with 32-bit build, but it should work)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11937 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-14 04:57:57 +00:00
hikerstk
93da1096fc Fixed crash in STK if a version number was only
two digits (like "0.5" instead of "0.5.0"). This
happens with the classic sand track.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11936 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-11-14 04:31:11 +00:00