Commit graph

2693 commits

Author SHA1 Message Date
beaglejoe
b6a399f147 Fixed local variable (newCar) being used without initialization
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5749 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 5edb93282389ecffd5a97ea35036c8a15e90c868
Former-commit-id: ae5c0bb658f35eb7548284459293489bb5f554ba
2013-12-06 05:36:10 +00:00
beaglejoe
44b4f820d5 Moved the saving of the previous menu to AFTER the test if the parent has changed.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5748 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 7d8904227a5b5261ebb355e80f999135425b6204
Former-commit-id: 52c34b62813615d43831501e1ca6fb69c1e6a694
2013-12-06 05:31:33 +00:00
mungewell
8b51369b4f Bug #853 Network Race - Client now sees changes to track from server
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5747 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: f6e5b463b49a95baafd9121c58a610126b41dc7d
Former-commit-id: 087f10c54a23032a1db6336bb81ccb2c32672a4e
2013-12-06 05:16:42 +00:00
mungewell
8dd34fc80e Bug #853 Fixes to network game menus.
Still has some bugs, but now allows select of drivers and cars. Track selection is NOT
properly relayed to client, and causes screen to blank as race starts.

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5746 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 95ce8ed8fdcf9a831bc500b6571ae807b319dc43
Former-commit-id: d487edb778ea8b62b9e6cc6d2ce8468b8ca4aff2
2013-12-05 07:19:29 +00:00
mungewell
878cacd3ad Limit the glance left/right to 90 degrees if triggered from button/key.
This makes it more usable in game as it does not over look. Using an axis is unafffected
and will allow full 360 degree glance.

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5745 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 6dfd06afbbcdab5b5e9563e73298ab5933f35805
Former-commit-id: 796915876207cd72dd4f7f668f5e87793fda02dd
2013-12-05 07:19:16 +00:00
torcs-ng
9773d684a7 - send short name and code name in network by Tom
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5735 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: c1226040c60d94c34b41dd9ac280f2e3cba0d752
Former-commit-id: 86db059ae74ec99e86a13a738dea9cb77366f6f0
2013-11-10 11:53:52 +00:00
torcs-ng
0c8191d944 - temporary fix bug lap in networkrace - patch by tom
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5734 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: ad43ab29c61952b58aaf3bea2988b7c094326af9
Former-commit-id: dd9f226fd9fe316df383ba2d5fed1ccea6ab5a2d
2013-11-10 00:21:54 +00:00
torcs-ng
2ff2e77ad2 - update sources/*.lst
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5730 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: a4f48e5142ed00b8a50a19ad8b2402a25f6afa98
Former-commit-id: 740fe249375fbf9a4e9e0995fc7d6ac3197fe4e8
2013-11-07 22:57:31 +00:00
torcs-ng
b242dc6263 update raceresult for network game by Tom
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5724 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 6bb5503f1da1db2f96245d71922aa0a7f1aef029
Former-commit-id: 19a241f64e39b8810c4f3e96a4e7f721499de2ad
2013-11-06 21:46:09 +00:00
torcs-ng
65df55ebe2 update speed-dreams-base.nsi
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5723 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 32f3a2fc7811357f45e5b5ee210c331284d25455
Former-commit-id: 3e0dbf081aace3df8e6f086a3ec02f9cf6e7d16b
2013-11-06 21:23:43 +00:00
torcs-ng
d98800b084 update cmakelists.txt
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5722 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 287b9a7e3e7ec2dd57ee42c8c010c2fea086d963
Former-commit-id: ef400f68798a130e96bae8ba4f1a02f1660121d9
2013-11-06 21:22:17 +00:00
beaglejoe
0027ff89b4 Fixes #676 Write the install location to the registry before calling additional installs
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5720 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 274da43d25b1399e73e5ca6939cb9fe5f31808a2
Former-commit-id: ebea4f42647d5078c397ff2fcda6d3652ec08494
2013-11-05 09:24:33 +00:00
torcs-ng
c2ad063372 -update network code for name player
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5716 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: b97072a4755479c842cb73089b7a9108c4fea484
Former-commit-id: ce3148cbbc04df719c709502009ae51b4b2f9f3f
2013-11-04 21:02:27 +00:00
torcs-ng
f7b1e09b19 - fix temporary bug with name player in network (find a better code for next Release)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5713 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: d9e3f0370dae60e6df977fbbcc1f7f4663abfffc
Former-commit-id: d58929fb83f096252c961ceda3fb71d7e263a604
2013-11-03 23:30:20 +00:00
torcs-ng
d434c83f0d update preview
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5711 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 0075c5d06b6e7ffe97fe16f14fa083b393848e4c
Former-commit-id: 9cc09c6760a2f251762e26808f64f7f83e28061d
2013-11-03 22:43:27 +00:00
torcs-ng
5badbb52f6 - update mpa1-murasama-src.ac
- remove cloud real
- remove real weather

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5696 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: b91cc7cf05c860a52950cfd9f94b697f2be84578
Former-commit-id: f86fb699efe2dacd38541d4c2da9334274abbd6f
2013-10-01 22:15:36 +00:00
mungewell
09fc1d9522 Bug #142 fixed svn/git version checking
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5691 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 86d2717d43785cb7e80e1b2266d2f5436db4755d
Former-commit-id: 608c9069f400246620ff5dbc86a8645d6c9d550f
2013-08-29 02:35:21 +00:00
torcs-ng
75f9d8b3a5 update check_skins.sh for good path drivers
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5689 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: b953699a94a28f800a832ab01da7e637a787e7fa
Former-commit-id: d1be2ec2d2d7db2ac5b3c4d7efb8fe72340813f9
2013-08-20 21:50:38 +00:00
torcs-ng
e68bdb5274 fix bug with loader ac file in OsgGraph
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5688 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 1ec42c6e53526bc0b20b90eda4bcbe2bb07ddec2
Former-commit-id: 74d06f51b58da547ce3e49f6b5d2ee925d3bb059
2013-08-20 21:44:34 +00:00
pouillot
4648086117 Re #809 Reverted r5347 as too complicated
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5684 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: a708e72d1d5f4b634d3181ba55f03451948950d2
Former-commit-id: 6f292408cfd69eccf0af5aa95654734569f89dbd
2013-08-17 09:22:08 +00:00
rvlander
07ba303f6c OSG_GRAPH : Temporary hack to deactivate EM.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5681 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 08c4871dbfc9a48ed9a11609537e314cefa43299
Former-commit-id: 6ef9ac232a2edac714354ba39a71ab2aaac5e4e7
2013-08-15 14:59:54 +00:00
torcs-ng
0a6a36648d add support for wing type (speedway/track)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5674 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: fb7ef513c44f8b29f6c8298f952ea2e3a180f532
Former-commit-id: aafbd95afaf9835229eebcc67de761e51b458678
2013-08-10 21:42:15 +00:00
kakukri
4c64481401 Improve 3rd spring behavior
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5665 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 29ca8d3b6800ef94df6558f2d9295100d1b7676f
Former-commit-id: 36c6786b0cbf0ee926788b304d26022a0c19526d
2013-08-09 10:53:40 +00:00
rvlander
3734c903cd OSG_GRAPH: ongoing process to support several EM methods
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5663 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: eb87263e15842bf04a6ad6737e3e5a5b13119002
Former-commit-id: a33966c6f090115fd54a4b65a3d725034f556f76
2013-08-08 10:24:26 +00:00
torcs-ng
e5bc378ad5 add plugin blender 2.6 OSG exporter
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5662 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: c786b570ab69b0c6bc72f931e6fceb8e2c15d1c5
Former-commit-id: e11b811278a0060cd25ab112ad6a68d2a1d7e55f
2013-08-06 20:09:37 +00:00
torcs-ng
718454b5b0 add plugin ac3d import/export ac3d blender 2.6
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5661 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 609d63390db22096c7a621e3169866b300d85361
Former-commit-id: 050b10d4a55fe2053716725c3061c921ae94cc68
2013-08-06 20:07:37 +00:00
torcs-ng
2a659bb5a1 fix bug with no install ac file in cars when acc is not exist
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5660 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 72c18da8fd138ed2065acdfeff28432c733b4d81
Former-commit-id: 9575ffced49ba8a87c251ee325c7e6458d21e906
2013-08-06 19:38:33 +00:00
torcs-ng
c007dd4f2e fix OsgGraph build on windows
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5656 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: df02309484e9b3e3d85d692da5b420148dd97bc3
Former-commit-id: 19a31020b8a254daa188e44b41de7a9bd474ec2f
2013-08-04 16:55:55 +00:00
rvlander
8ab8e8c371 OSGGRAPH : Compilation issued an error when using OSG 3.2.0 due to the presence of deprecated code ine AccGeode.cpp. Turns out that code is unused (code functionality : export osg node into ac3d file) ... it is now commented, waiting for deletion approval.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5653 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 088ecd9bd53f731572c195d974d4db9e0f572bbf
Former-commit-id: 50610f9ae47888382c10242c6e06868c34526031
2013-08-03 14:19:01 +00:00
torcs-ng
40f7b0aa71 update OsgCloud.cpp
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5651 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: a73e0d92fe7d6b5f98535e84f4860e46c85b7b7b
Former-commit-id: 49b5582abe85dd85adf270de2fb8ba57116d2519
2013-08-02 21:36:04 +00:00
torcs-ng
0e72c8c136 update OsgCloud.cpp
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5650 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 0fe242715320b8f38b0d81ae8c582c63d9f8f949
Former-commit-id: 0d9d551680d427e8b7e1ec8e92353a3ba086a279
2013-08-02 20:10:03 +00:00
torcs-ng
028438f9d0 update mile track & better wall stand texture
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5648 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 0cdd8b8a2b8c3180b14726987a08dacbc2e5fc03
Former-commit-id: 5e83b61559bfc86ce27544f05df83821c02b5a49
2013-08-02 16:51:39 +00:00
kakukri
7a230dcca6 Make r5642 fix optional, and default heave spring to 0
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5645 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 7ce60aae3d91fa6673880e1248bd8664ef196ec5
Former-commit-id: 52f3d253aa425067f6487f1391373f586a76d1c3
2013-08-01 21:46:15 +00:00
kakukri
ecf0363f6e SimWheelUpdateForce: use correct force for wheel movement
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5642 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 9c1ce72394a2fa65fb0ec0f337e9834aebeecf15
Former-commit-id: bf0407039f7e335a4d1e4e6268bd73112b9d3c12
2013-07-31 20:15:59 +00:00
kakukri
aebb440e5b Heave spring: add speed for damper, better distribute initial weight
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5641 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 53e2f0579871044b4f0d926da06449809990abdf
Former-commit-id: 74f5c60a8e1fa9f0d9b33f32c731647ced63ca9d
2013-07-31 20:13:14 +00:00
torcs-ng
7d3c987ad2 update mpa1 wheel-src
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5635 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: a05feca05e557c86ae7ce76cbb2b251aadd61aa6
Former-commit-id: b03cfa51e37c6786f2d0b07668a267728d9bf199
2013-07-28 14:20:24 +00:00
torcs-ng
8b622e8b6d start USR's code migration to logging trace
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5631 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 392df3260a0931e4f9d9ca1ed9e53aeadc525766
Former-commit-id: 2012e95684ee982c66ab60c14814e6ec987bfacc
2013-07-26 21:32:55 +00:00
torcs-ng
7346f437bf fix bug USR with setup car.xml - Andrew taken carname by graphic name
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5630 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 27a94619e320cb607a07cf9b3a4abd30b4a733a1
Former-commit-id: 79c5744b05a0514789219446f259c2894b042255
2013-07-25 14:58:42 +00:00
torcs-ng
1eccd8c712 added usr_mpa1
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5626 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: bdf471d268a58b1050894379cbf141bfc5ecc0ca
Former-commit-id: 117fcfade0745833253f819cf109c49058a0a2f7
2013-07-24 13:57:49 +00:00
kakukri
2a218645fa Fir thin wing model: fix induced drag calculation and code simplification
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5624 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 4ebad68e1728b1e10e8c60339864afb7b196c1a8
Former-commit-id: d3a932deb0c489b357d634a21c7b28a95ec113dd
2013-07-22 21:08:46 +00:00
kakukri
36bd0a0c54 Add heave/3rd/center springs
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5621 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: eedb637733d6fdc2ee1090c74a8d755acf659df2
Former-commit-id: e545cfef2560ec9254ceffd498cbdbcb751c3902
2013-07-22 00:06:17 +00:00
kakukri
08b76d5f82 Fix induced drag calculation
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5620 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 297aaa63b43312ef68ecd357a79280edb8e40068
Former-commit-id: 996f640cdd1c7471b8ad22a54daa1be4466a21cd
2013-07-21 22:22:53 +00:00
kakukri
64f8b9bcc3 Clean up
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5619 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: b162159cf42bf2fa0f6d8450e2bbc5b184da2b3a
Former-commit-id: e244072e50cd6ee724912594816804ed8e29e250
2013-07-21 22:14:16 +00:00
kakukri
ddbba0616a Real air density instead of testing number
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5618 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: f319b5f1187032b9f6e2677287e653380da12878
Former-commit-id: 8a129c5ebc503f2616e4cdec74911f677d323709
2013-07-21 22:06:59 +00:00
kakukri
9c79edfe26 Implemented thin wing model
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5617 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 8727b5aff5d0bb8136615a7f1cf6f9fab5dc2e65
Former-commit-id: 8edcc72a5687b847e9b8ae099857f66fc72b125f
2013-07-21 22:05:03 +00:00
wdbee
aa6945483a Cleanup of initialisation of areo
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5614 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 3fa50d6444092e72196b935681ec000640690499
Former-commit-id: f74bd00c8e33feab44dc3291ec81b2463b8fd99a
2013-07-20 06:18:02 +00:00
kakukri
62551ba6f9 Add a WingType 'NONE' if wing area is 0.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5613 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: ab2681e2954d0720eca64c676d0999fab060a388
Former-commit-id: c8b02559b569b4ff41f22605c74cb9328a5bc331
2013-07-20 00:55:40 +00:00
mungewell
1319f9a84f Bug #824 - fix change in brightness at 'go'
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5609 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: e898b198d3dc295615db24dc7ae5515d7950fd7a
Former-commit-id: 7e53e61ab0970c3b594a00a630c83dcd9f9d16a4
2013-07-18 03:21:13 +00:00
mungewell
2c0d44fcaf Fix default camera and return F2-2 to driver's eye.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5608 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: e7ba9fb9f0593950de3876b18b2686508bb35c0f
Former-commit-id: 7d4239bd4d1e7a1bb4ed18c9fe5a24134961e446
2013-07-18 02:09:58 +00:00
torcs-ng
9fc2f89dba update SDRender
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5606 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: a64f9f6c5d5e47aecedab4208fd9bba4257ef8a8
Former-commit-id: 321fab91ce8d9c5e8036ecae8ffd518df135e69c
2013-07-17 14:30:09 +00:00