Commit Graph

7458 Commits

Author SHA1 Message Date
auria
b6601d1aaf Add missing \n in previous commit
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10587 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-07 23:12:23 +00:00
auria
d731420997 Improve error handling
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10586 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-07 23:07:37 +00:00
auria
ca4da84bae remove useless assert
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10585 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-07 23:06:10 +00:00
auria
4406a28f3a Add serialized BVH file for overworld, to go with previous commit
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10584 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-07 22:09:17 +00:00
auria
06d9359fa6 Add experimental code to load bullet mesh BVH from serialized file instead of calculating it on the fly, making it quite a bit faster
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10583 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-07 22:06:40 +00:00
auria
d7b12da059 Add a few time facilities that were useful to test what takes long
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10582 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-07 22:01:51 +00:00
auria
ec1e0d58e0 More work on overworld
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10580 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-07 02:48:34 +00:00
auria
2258adb103 Add a few more challenge orbs to the overworld
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10578 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-06 01:24:05 +00:00
auria
9a7a738426 Fix normal maps in minigolf using new materials.xml syntax
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10576 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-05 16:39:13 +00:00
hikerstk
e06c8a05fa Split updatePhysics into several shorter functions to make the code easier to
understand. Removed and simplified some functions. This should not change
anything in actual game play.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10574 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-04 21:58:33 +00:00
hikerstk
87865b7dec Removed unnecessary include of kart.hpp from world.hpp.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10572 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-04 05:32:19 +00:00
hikerstk
7e59d027c5 Minor code simplification.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10571 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-04 05:28:16 +00:00
auria
331b6e4aa4 Add challenges to forest area of overworld
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10570 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-03 23:24:16 +00:00
auria
fb80b6daa6 Add improved error checks
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10562 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-03 02:24:38 +00:00
auria
c42e39b2cc Minor changes to mansion
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10561 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-03 02:07:22 +00:00
mbjornstk
bba610a4c8 Remove useless executable property from data files.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10560 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-03 01:24:50 +00:00
auria
5559357b45 Add screenshot to Mansion and extend the credits of Samuncle in the credits screen
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10558 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-03 01:19:18 +00:00
auria
92a165f098 Saw hello to a first version of the new Blackhill Mansion track by Samuncle :D please note that the interior of the house is not yet filled and the ghost was not added yet, so more to come
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10557 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-03 01:16:52 +00:00
hikerstk
a720994036 Fixed #539 (elephpant has problems with wheels when using convex hull
as collision shape). This appears to be a bullet problem (raycast for
wheels is hitting the chassis), worked around this by disabling
raycast collisions with chassis completely.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10556 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-03 00:29:34 +00:00
hikerstk
324c976f2d Fixed input-filter that was moved under guiengine.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10555 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-03 00:24:13 +00:00
hikerstk
62b65a23da Fixed incorrect b3d filename in scene file for new jungle track.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10549 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-02 22:46:49 +00:00
stephenjust
b772e99028 Add a configuration for wiiuse to vc9 project (must have wiiuse.lib and wiiuse.h in the dependency path for this configuration to compile)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10548 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-02 21:40:53 +00:00
auria
b712b427bc Fix CMake build system, Funto apparently had local source files around when he generated the list
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10547 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-02 19:20:25 +00:00
auria
2912431103 Credit Samuncle for his work in the jungle track and a few minor changes
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10544 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-02 01:30:40 +00:00
funto66
9dc03ff36d Moved the wiimote update loop in a separate thread
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10543 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-02 00:06:11 +00:00
mbjornstk
dde596e0fc Change files that have mixed EOLs and make sure they keep one style from now.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10542 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-01 23:50:36 +00:00
funto66
254fa42b7c Now we can use the buttons for the wiimote, but the refresh is horribly slow...we probably need to put the update loop in a separate thread
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10541 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-01 23:24:42 +00:00
funto66
61a6b6fbf0 Wiimote is now in the device list :)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10540 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-01 22:12:35 +00:00
funto66
569308a730 git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10539 178a84e3-b1eb-0310-8ba1-8eac791a3b58 2012-01-01 21:19:13 +00:00
auria
00c477078b Remove outdated declaration in input manager
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10538 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-01 19:37:31 +00:00
auria
e6b823e1a7 Convert overworld texture to jpeg to make it smaller, give it better name and make crystal ball halos be visible on both sides
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10537 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-01 19:34:59 +00:00
auria
4826a3d436 Update jungle screenshot
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10536 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-01 17:06:19 +00:00
stephenjust
0c57b19e9d Update vc9 and vc10 projects
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10534 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-01 01:36:18 +00:00
mbjornstk
d37bb55d06 Add overworld related new files to build system.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10533 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-01 01:08:00 +00:00
auria
2a96276da5 The oveworld GUI now has its own class, will be easier to work the UI as I want
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10532 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-31 22:07:49 +00:00
auria
b3ea30a94e Other fix, sorry
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10529 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-31 21:22:55 +00:00
auria
c7d567ba3e Fix several small issues in jungle
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10528 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-31 21:21:37 +00:00
mbjornstk
412dac0b7e Remove useless executable property from data files.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10527 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-31 21:05:39 +00:00
auria
7802b5271e Fix previous commit
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10525 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-31 20:31:01 +00:00
auria
c91ded32b4 Surprise addition : thanks to Samuncle, and then me, welcome an updated jungle track\!
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10524 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-31 20:28:13 +00:00
mbjornstk
28edb7f6b3 Remove useless executable property from data files.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10522 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-30 21:02:48 +00:00
auria
e86a059dde More lod and optimisations to overworld. Note: I am aware that the bubbles popping out of nowhere and really ugly, I will try to think of a way to do a fade in effect
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10521 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-30 21:00:54 +00:00
auria
ee6d1b3b64 Add level of detail to overworld pedestral, they were using a LOT of polygons
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10519 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-30 20:32:09 +00:00
auria
4f068e2bb3 Add hut to desert/jungle area of overworld, thanks to samuncle
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10517 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-30 17:12:11 +00:00
auria
9de38e25fb Make bubbles separate nodes to fix Z sorting issues
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10515 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-30 16:28:57 +00:00
auria
2febf04c48 Additions to the desert portion of the overworld
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10513 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-29 23:20:03 +00:00
stephenjust
53964c4a4d Update vc10 project
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10510 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-28 07:01:57 +00:00
auria
88ed45818d Update no-splatting version of the overworld
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10508 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-28 01:54:17 +00:00
auria
d64f051d0a Overworld : add 4 challenges to sea area
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10505 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-28 01:01:46 +00:00
mbjornstk
bedfb6bd27 Remove useless executable property from data files.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10504 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-27 23:02:55 +00:00