Commit Graph

7475 Commits

Author SHA1 Message Date
auria
a2e9db2ae5 Disable quantization to improve load times, thanks Joerg for the idea (oops, I'd changed the wrong one ^^)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10615 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-09 00:45:03 +00:00
auria
f230855b3d Disable quantization to improve load times, thanks Joerg for the idea
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10614 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-09 00:35:15 +00:00
auria
6d7d52f993 Don't build the bvh twice
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10613 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-08 23:50:22 +00:00
auria
9d04b23a36 Remove serialized bvh since it was determined this doesn't work well with bullet
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10612 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-08 22:16:04 +00:00
auria
53cbbe5408 Revert more bullet stuff that for some reason escape the reverse-merge I used. svn, wtf?
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10610 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-08 20:39:14 +00:00
auria
a56aad610c revert changes made to bullet when trying serialization. it just won't work...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10609 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-08 20:17:21 +00:00
auria
939eb6ef3e Fix compilations regarding stdint.h types
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10604 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-08 17:04:41 +00:00
auria
fb0ee953f5 Fix more uses of 'int' and 'short int' type in bullet where they clearly meant to use 16-bits or 32-bits types (hey the comments even say '4 bytes' but they use a int type that is 8 bytes on many computers -.-)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10603 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-08 16:59:53 +00:00
auria
cadd8a3faf Add more debug code to bullet...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10602 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-08 16:45:43 +00:00
auria
fe566590bd Add more debug code to bullet...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10601 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-08 16:38:49 +00:00
stephenjust
d7d8df28ee Fix VC warnings. Hopefully didn't break non-vc compilation.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10599 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-08 03:32:10 +00:00
auria
ac799f4b9b Fix issue under windows
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10598 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-08 03:03:04 +00:00
auria
24d951363d Bad bullet, using generic 'int' in a serializable class. I may still have missed some, this is a test. If it turns out to work we'll need to submit a patch...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10597 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-08 02:49:27 +00:00
auria
4e6245b401 Print more info to try and debug weird serialization issue
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10596 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-08 02:45:30 +00:00
auria
a897dd7209 Amend previous commit
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10595 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-08 02:31:46 +00:00
auria
e54bf5ac72 Print deserialization failure reason to help debugging
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10594 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-08 02:26:45 +00:00
auria
3a994f321a Rework mesh topology and texturing in overworld. No major change the small caves just look nicer
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10592 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-01-08 02:18:16 +00:00
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