kmetykog
1ce22f4bfb
Re #691 : splitOb() moved split object creation to separate function (Boris)
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4864 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 55685809b75eed031f818b32cb1bbddfd7f275c5
Former-commit-id: 101882d74653edd6065dde6b80d219288c11eae5
2012-08-17 22:09:17 +00:00
kmetykog
2cee97cb81
Re #691 : refactored splitOb() (Boris)
...
o refactored all <bla>{1,2,3} things into constant arrays
o pushed those into for-loops to make code more compact
o added function copyPoint()
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4863 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: ed68dd24fa48c7da86875a9d9f8e5c109d7da2a7
Former-commit-id: 0b600de6f9148cd51207fcb68585e370e4406619
2012-08-17 22:08:22 +00:00
kmetykog
d9233f16de
Re #691 : splitOb() fixed memory allocation bug (Boris)
...
o size of memory to be allocated for temporary arrays was wrong (too much)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4862 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 379f203e90a91495ee55c286e86fe8f241d94363
Former-commit-id: e25ffc78a3632c72cc47260c5a67b81aeeaf5969
2012-08-17 22:07:26 +00:00
kmetykog
e5dcaa33a9
Re #691 : improved readability of splitOb() and ob_t struct (Boris)
...
o ob_t: added some comments
o splitOb(): introduced meaningful variable names
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4861 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 637f5a68f5111e33c6ad5c83b3b4f8b59ac48e42
Former-commit-id: 575252426054a0088cea8571f88015df0b49bc82
2012-08-17 22:06:39 +00:00
area42
0944c3f681
OCC sponsor logo template
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4859 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 59c9b5eb7311cb7abe9f8d766e726c9c8626171c
Former-commit-id: 70ee9ef004c16ef50a2ac7bbe09f210c12a191d0
2012-08-17 20:31:51 +00:00
area42
b796b29c46
Improved wheel textures for SC FMC Simplix and USR
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4858 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 606de5fb47d38ed60d3477dd9f1814693946bbc4
Former-commit-id: a0b16890be671659de2de02701f62a8529e2d377
2012-08-17 20:29:00 +00:00
pouillot
c88854ce97
Re #307 Explaning comment for -DNOMINMAX under WIN32
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4855 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 20a0fd4b7a879384f957ebc39941654fa641f030
Former-commit-id: fa164499cf8142eb689773581186841b457ed089
2012-08-14 13:23:26 +00:00
pouillot
d7e75086ba
Fixes #739 Typo in man file
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4854 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 111324df82b5d8007cea56fd18b7049c8edee47d
Former-commit-id: b6964e270223aa3d7e0df8748a2c838cb3b466b5
2012-08-14 13:11:43 +00:00
kmetykog
7ca7cf8b7e
Re #691 : improved collapseTextures() (Boris)
...
o split behavior in submethods
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4851 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 106538eef453b52a798441556060b10282450256
Former-commit-id: 5a201f2e7359a21f7611abfb21b3f0da4dffd388
2012-08-13 11:47:07 +00:00
kmetykog
a5a60c45f7
Re #691 : integrated splitObjects() call to loadAndGroup() (Boris)
...
o general workflow now works as requested, i.e. in loadAndGroup()
textures are collapsed and then splitting is performed
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4850 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 7b0b23bbc742b6a8eee64646f3a82ab8d9a6b605
Former-commit-id: 1e5f707fabac09d201821d30490b11a7947e9b4d
2012-08-13 11:46:48 +00:00
kmetykog
7e526c8b96
Re #691 : moved texture collapsing to separate function (Boris)
...
in loadAndGroup()
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4849 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: fc7fc737ee05609aeda381993555a0aa1c573f35
Former-commit-id: a68af6dc1d675a459322be14188487b6306d1475
2012-08-13 11:46:25 +00:00
kmetykog
4496fa13b5
Re #691 : changed ACCC code style (Boris)
...
reason: code hardly readable without proper style
o converted tabs to spaces-only
o applied code style (Ctrl-Shift-F in eclipse) to all files
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4848 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: bf2d4292630d3838d623f5f2c76fd1f0d4a4d2a5
Former-commit-id: ddbc117be1c21eaf8bd44473d6fdc60afde7afae
2012-08-13 11:46:03 +00:00
kmetykog
69e222d321
Re #691 : moved splitting to separate method (Boris)
...
splitting is now done after loading,
i.e. in a seperate step, in loadAC()/loadACo()
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4847 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: ceafc662b57214915f05c52025f51cddbc34fddf
Former-commit-id: 9ff0456aeb76f1c03448a0dfa4208df162fc4c21
2012-08-13 11:45:23 +00:00
torcs-ng
ad834607ae
modify channel for network
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4844 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: b70a4bd633e52b89552d941d8b4c0c911b6303c9
Former-commit-id: 3923541717baa16a8aea421ca4d8ecb9e4c24d14
2012-08-11 21:32:40 +00:00
torcs-ng
e5eaaa81fa
update Sky code
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4843 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: da4757831cccd3918c1a9140b48cff7bf1fd9945
Former-commit-id: ebd4d4368ba029c23b99010fa056ce0f0973abae
2012-08-11 16:05:59 +00:00
mungewell
8855f40dea
Bug #737 - allows hillclimb (laps=0/duration=00:00:01) => race last until s/f line crossed.
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4839 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 92c12ceeca0782ca2e3b2c9434f4548b7f998b5f
Former-commit-id: edb70fbdbe1268b23c0733e8eaf3b23dcb1d3cf9
2012-08-09 04:19:48 +00:00
pouillot
dabacd3569
Re #721 : MinGW 4.7 build system is now up and running (except for networkhuman module)
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4838 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 6ed52a0b152da16fae7ecaacc3656fa4a5d5921b
Former-commit-id: 18343442c5252316e92572df01ebb3a98a89e68e
2012-08-08 17:38:39 +00:00
torcs-ng
e7fc77a3a6
fix libs/CMakeLists.txt
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4837 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 07577849edbee8895500bfffafde1437efab283e
Former-commit-id: 3ceb60ffefa110fb47a6eb84c8ac56e47cb70027
2012-08-06 21:08:14 +00:00
mungewell
73c40bafa8
Bug #735 - fix jump in 24HR time if leader crosses start line the wrong way
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4834 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 2b41238647639b10d696c4aa3c14fff3a5177f2e
Former-commit-id: 3f61a2694f59873d442fcad349d747fcdf9cf32b
2012-08-03 06:43:03 +00:00
torcs-ng
fa033ea96c
fix build ephemeris on windows by Joe
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4833 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 86f1bf69db52b092fa9dd58f6fa6bc99bfee8d29
Former-commit-id: fd95e6ffb2b9f695df7fbb50a6894304bba675dc
2012-08-02 21:26:27 +00:00
torcs-ng
4d88d18c5e
build metar and ephemeris just on Linux
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4832 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 5c2c01d71d4923d1a3c476d48c69a14196b67b30
Former-commit-id: f4237b2ed23c1d8958e0aa109608a6212fc1398a
2012-08-02 17:42:41 +00:00
torcs-ng
67a8a9b222
fix bug with ephemeris
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4830 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 70e5fda1ff190f3df1fe24fe57588184585166ea
Former-commit-id: 1fb8eff25450d3274a3e227a987e43d26f497a85
2012-08-02 15:49:47 +00:00
torcs-ng
e715b83d11
add celestialbody omit
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4829 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 1cf05a7c3bc5a759de6b9d21c05187bc4b5b4497
Former-commit-id: c7283a2e08ea39d86daf475130e417b53aabf458
2012-08-02 15:35:20 +00:00
torcs-ng
08e2b6a1a6
add lib ephemeris
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4828 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 3b5a0fb1755130e3528d92b26e38117d54fedb6a
Former-commit-id: 97ebc75d5edd7f822302ff59144d3be0098782c9
2012-08-02 15:26:43 +00:00
torcs-ng
b1a810a63d
not build metar for moment
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4827 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 0d4741d69c980cdf6352202388ebb1583984a32a
Former-commit-id: 3b68dcd012faa1997ad1f4e8dd35f06268c1b014
2012-08-01 11:23:06 +00:00
torcs-ng
a17fb98a4d
fix CMakeList.txt in snddefault for build windows
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4826 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: cbd86980aa1fc3e2d00560042771bacba7829fd1
Former-commit-id: b8a82509c6e48d7c377e9743e23ea917145faa59
2012-07-31 18:08:44 +00:00
torcs-ng
f95e0f6f92
fix bug with 24 heures mode
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4825 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: bffdba0ad7e69eb048d9f723d3e64dc1bee659f1
Former-commit-id: 6f2b5c193ba0e160040c0b8e9031c694e8f12f39
2012-07-31 18:02:22 +00:00
torcs-ng
0eaa859bb3
add files for metar lib
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4824 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: dd35e67a368c0c38de5363583176e7b3b11949dd
Former-commit-id: db6cd4a5a72454090096e5e21c4ecb9c0949418e
2012-07-31 15:49:57 +00:00
torcs-ng
f092b05c88
fix legacymenu.cpp for build on windows by Joe
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4823 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 64beae4d839c93c3bcc49d82c57be3cce8c42b55
Former-commit-id: 99351cc58dcd8944a628c3aee354fa1092f87d9c
2012-07-31 15:22:01 +00:00
torcs-ng
e913327d8e
remove cout
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4822 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 8931d8275ae81a2a91101f8e9d20ea0a3172fb50
Former-commit-id: 79c73a0b2d3ab966a5bc21c995c2a6fc69a100a5
2012-07-31 11:12:12 +00:00
torcs-ng
37cebc6578
remove trace in legacymenu
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4821 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: e9fb1c33c9952c30fe189a4645928062acdbf6f9
Former-commit-id: 12cde811fa269e956bf5519416d88c9d1559412a
2012-07-31 10:56:30 +00:00
torcs-ng
c0c0605a3d
fix bug with new module sound by Gaetan
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4820 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 8349fad9e34dac41ae7f15dc71913e0d1d9cca2b
Former-commit-id: 981664cc625fb8e2e086f6a0d789145eb877a0bc
2012-07-31 10:30:00 +00:00
torcs-ng
2ea4679db6
fix grmain.cpp
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4819 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: bf93e1b5e4559f7361313b58db1b6fc2c2f3143a
Former-commit-id: 67c46cde827de41d24cda497a73fa054b4054915
2012-07-30 18:18:48 +00:00
torcs-ng
83edee772a
remove sg_memory.h in math/CMakeList.txt
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4818 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 4c3fbafaac33e498b8e411b9ac1d80cf3e6db2fa
Former-commit-id: 9ee9b8d3c78a5683d81e482dadc915320ced3eca
2012-07-30 16:11:26 +00:00
torcs-ng
4af8a5af80
add lib metar to build
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4817 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 5ab97b74185e24a55e1dadc0f80c3ec372dd5a3a
Former-commit-id: 827efc83728647611c824b00e46030d740cfc508
2012-07-29 23:22:19 +00:00
torcs-ng
f2a09af715
remove old file sound
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4816 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 04a20d4c8ae74d126702320e6913c7f0a266f09e
Former-commit-id: 7f757fe124ad095dc9788094162f0a8efbe50eae
2012-07-29 22:16:34 +00:00
torcs-ng
5390f925ba
add metar lib (not functionnal for moment)
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4815 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 0fe6d38b64597861ff30dac655ef38415674addf
Former-commit-id: f800bedccf1282821fde46e0145b3c4e33c9375a
2012-07-29 21:40:53 +00:00
torcs-ng
326e0551d8
add math files
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4814 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: be249051aa6f0e57f0f34304a8e81211b2a3a06e
Former-commit-id: a69a52cc88b4a844174743912aad1ff602dab40a
2012-07-29 21:37:26 +00:00
torcs-ng
ea9b34df78
add sound files
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4813 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 285b177433c614f937ca01c12ddc8d062ab72226
Former-commit-id: 0f88fd43f094fa0671ed9e3a475031b4ea94abb0
2012-07-29 21:34:35 +00:00
torcs-ng
3f2aff17fe
add sound directory for separated sound of ssggraph
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4812 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 20bcf7e08b246aa31172f1fb7d467cefd66e4b87
Former-commit-id: 4852a0d61e57411d3a945766d62f7590f9d0849b
2012-07-29 21:31:27 +00:00
torcs-ng
defadc2bdd
add real weather and day time for config race
...
prepare for real weather and day time with new lib metar
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4811 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 633cf17bd92f343a6ae9f2b02a79ca4f46676500
Former-commit-id: 7c6f94efd7fd20d14594555d35afaa7c86c3894a
2012-07-29 17:16:37 +00:00
area42
cc3743a166
SC FMC and SC Boxer driver skins
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4809 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 0eeb7b55d9e031b64adcff22f0fbd3a2aefa6dab
Former-commit-id: efac7ef2842f4f0edeb4ecd791f4353cd0e82aef
2012-07-21 19:40:04 +00:00
torcs-ng
38b21d4bc8
update localinfo in tracks
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4808 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: ce64b2ede2d06f6980923946c489fc6c4c54e147
Former-commit-id: 5b2735036a6e77c9d3982a82eb0a57cfcc4d7f81
2012-07-19 18:26:48 +00:00
pouillot
1423fb8f7c
Fixes #722 FindSOLID now finds correctly FreeSolid under Linux, using PkgConfig
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4807 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: b282e094957faa6021b0333f46deeb8b9a34e831
Former-commit-id: 730053517d605aa40ac4b535dc7458d8edea71f5
2012-07-15 17:18:37 +00:00
area42
21c495a309
SC FMC updates and USR skin + remove of old previews
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4805 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 594d885667053495fb4af5564715a6a3847abca1
Former-commit-id: 252a9d3bf19e692418dbbcf5feeab7f72bc1b3b2
2012-07-12 21:34:47 +00:00
area42
9ed0dcdf50
SC Cavallo fixes
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4804 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: ed168602dd0822776908188af3cdfb5fe2cbb8fd
Former-commit-id: 70240eac488e2b0eba57f4a138124dd4b8b4a1b2
2012-07-12 21:23:06 +00:00
torcs-ng
47d54f9c53
add backgroundland in track
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4796 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 984fe7f7c762736478d5f4fac20de1673591e00b
Former-commit-id: 585291fc0686c13f5f2618ea47dc54960b686698
2012-07-09 21:49:23 +00:00
torcs-ng
9e85e1e639
fix bug with name file grMoonpos.h
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4795 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 1166d7550dcf23eeb4865ea42d2326d04b5d3257
Former-commit-id: dbd53406a6b3b267c5082a442bbc339aa33fcf2b
2012-07-08 18:29:29 +00:00
torcs-ng
9f53c19793
update ssggraph/CmakeLists.txt
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4794 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 50090261783c9535b6c44655a5e08553e8bbde2f
Former-commit-id: b43271497e9e17fd21935064e100944d0a133cdb
2012-07-08 18:21:04 +00:00
torcs-ng
d16f287f2a
Add grMoonpos.h grMoonpos.cpp forgot in last commit
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4793 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 54bac732a0989966cde7deeb1a03fb2156bb297f
Former-commit-id: d4f8e35ac461696c38868724604b71ac674476e2
2012-07-08 18:15:36 +00:00