Commit Graph

8435 Commits

Author SHA1 Message Date
auria
c7ab762799 tweak several challenges
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11668 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-10-06 23:12:31 +00:00
auria
4a53da0219 Hopefully this is not too controversial. Make the difference between levels of difficulty rely less on speed. So that people can go medium to get an easier AI, without having to drive at sluggish speeds
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11667 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-10-06 22:43:23 +00:00
auria
56b9931214 Tweak the points required by each challenge to have something adapted to the new point system
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11666 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-10-06 21:34:28 +00:00
auria
64be04dd04 Add GPs to overworld
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11664 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-10-06 20:42:57 +00:00
auria
d3ba7b1551 Add overworld music by 0zone0ne
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11663 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-10-04 21:35:06 +00:00
auria
4ab2edb030 Fix bug #705
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11661 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-10-04 01:15:56 +00:00
auria
66631c3f5b New floor texture
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11658 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-10-03 01:04:36 +00:00
hikerstk
669e18be67 Renamed getFloatTimeSincEpoch into getRealTime (since this time
does not need nor is based on a fixed epoch). Changed getTimeSinceEpoch
back to the previous implementation which returns time in seconds since
1.1.1970 - this is important to compare addon download time.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11657 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-10-02 07:17:28 +00:00
hikerstk
eb82e6caff Fixed Ais crashing into the corner of Fort Magma - though on the other
hand it's not driving as competitive in other tracks now (e.g. math class).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11656 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-10-01 22:41:33 +00:00
hikerstk
fdd4739d94 Added addSphere to irr_driver to make debugging code a bit more flexible.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11655 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-10-01 21:53:40 +00:00
hikerstk
0d97658552 Use irrlicht's timer instead our own self-made timer which apparently
has some problems on windows (causing incorrect animations).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11654 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-10-01 03:37:14 +00:00
hikerstk
463088f022 Fixed another compiler warning.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11653 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-10-01 02:58:01 +00:00
auria
72d9c64430 Fix bug
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11652 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-10-01 00:11:47 +00:00
hikerstk
32ec4f8aee Fixed crash when using track_debug with the intro scene.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11651 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-30 23:32:00 +00:00
hikerstk
92c18c2432 Fixed more compiler warnings.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11650 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-30 23:31:00 +00:00
hikerstk
72d856dc03 Fixed various float vs double compiler warnings.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11649 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-30 23:28:09 +00:00
auria
7f53006f2b Missing file
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11648 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-30 23:22:51 +00:00
auria
d92a5b1ba1 Make getFloatTimeSinceEpoch more precise to bring back smoothness during cutscenes
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11647 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-30 22:24:41 +00:00
auria
a582ab9265 Improve cutscene synchronization (survive hangs)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11646 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-30 21:43:50 +00:00
auria
a4c9866acc Add shadows to intro part 1
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11645 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-30 21:00:35 +00:00
auria
be79962f25 More intro work
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11643 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-30 20:40:29 +00:00
auria
f031419bec Add missing file
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11642 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-30 20:33:30 +00:00
auria
1f38078927 Many small tweaks to intro. Feedback welcome
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11640 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-30 19:55:58 +00:00
auria
bb13585bea Add missing file
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11638 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-30 14:36:33 +00:00
hikerstk
eaedc47ddc Fixed findOutOfRoadSector to take the height into account
(previously incorrect quads were found in FortMagma, when
driving slightly off track beneath a different part of the
track - and while this did not affect the kart's steering
in this case, it could cause problems in other places).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11637 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-30 13:11:07 +00:00
hikerstk
3a3d1a5a6f Fixed compiler warning.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11636 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-30 12:16:01 +00:00
auria
5a4f767403 Add special escape-menu on overworld, and make Nolok's bubble gum swapper-proof
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11635 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-29 22:46:29 +00:00
stephenjust
1edbed185d Update VC10 project files
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11634 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-29 19:03:49 +00:00
auria
48d480a67d Add tricks I hope help dramatically improve the synchronisation between the STK physics and irlricht animations in cutscene
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11633 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-28 01:52:09 +00:00
hikerstk
5b623927d8 Reset time-full-steer, which was committed by accident.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11632 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-27 14:19:18 +00:00
hikerstk
4363adcabe Fix #702 (you could collect skid bonus while being rescued).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11630 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-25 07:14:44 +00:00
auria
f687659929 Try workaround for #700
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11629 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-22 18:37:47 +00:00
auria
8742355d40 Many little tweaks to make intro better
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11627 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-22 18:22:22 +00:00
auria
721820ff3a Credit Viktor Aurelius for Nolok voice acting
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11626 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-22 02:12:03 +00:00
mbjornstk
bea4454946 Add missing inetwork_http.cpp, hpp version was already in (uh?).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11625 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-21 22:05:53 +00:00
auria
be16eea136 Make main menu actually produce the intro
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11624 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-21 01:31:08 +00:00
auria
b29bd0cd19 Introduce first version of Nolok's voice. Tweaks to come
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11623 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-21 01:26:37 +00:00
mbjornstk
101882da27 Set property to make sure EOLs don't get messed in the future.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11621 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-21 00:44:03 +00:00
hikerstk
9b51751e31 Made the time for the physical body to be in sync with the
graphics after a skid configurable - though atm this is still
set to the same time, so no noticable difference.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11620 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-20 23:06:19 +00:00
hikerstk
eb44d3d9c5 Updated VS 9 project file.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11619 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-20 23:01:06 +00:00
hikerstk
9f642a41b8 Bugfix, use of (now) undefined network_http variable.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11618 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-20 21:45:59 +00:00
hikerstk
1d30e22ad9 Work around gles problem for now.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11617 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-20 06:19:38 +00:00
hikerstk
d126d7c76f Properly implemented NetworkHttp using a interface and
a singleton-like pattern.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11616 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-20 05:51:19 +00:00
auria
d169fdfacc Actually lock GPs
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11615 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-20 01:25:20 +00:00
mbjornstk
38cfc79deb Update build system after enet & bullet got moved to lib/ directory.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11614 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-20 01:13:32 +00:00
auria
38f75c73a8 Create challenges for GPs, reorganize GPs
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11613 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-20 00:28:41 +00:00
auria
b7bdacbefc Make subtitles be extracted from XML files
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11612 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-20 00:05:38 +00:00
auria
c80a9fe181 perform more putting in common of textures
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11611 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-19 23:58:00 +00:00
auria
2a2814ca8e Put some reused textures in common
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11610 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-19 23:52:11 +00:00
hikerstk
d5c8a92d7d Removed 'work in progress' includeded accidentally in previous commit.
- line, and those below, will be ignored--

M    player_controller.cpp


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11609 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-19 07:04:50 +00:00