Commit graph

83 commits

Author SHA1 Message Date
xavi92
4681971d6d Remove svn:keywords property from the repository
These properties are not transmitted with git-svn(1) [1], which might
then cause failed patches when modifying lines close to these
properties.


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

Former-commit-id: 6ed21e1fe12d01a370842418c35722c75117a30a
Former-commit-id: 8ecd21b7c0211cd000b10b3f0032980f63c06398
2024-10-02 15:30:18 +00:00
xavi92
6d7ca06e02 String trailing whitespaces
The following shell script was used:

while read f
do
        sed -Ei 's/[[:space:]]+$//g' "$f"
done <<EOF
$(svn ls -R | grep \
        -e '.\cpp$' \
        -e '\.cmake$' \
        -e '\.txt$' \
        -e '\.cppcheck$' \
        -e '\.frag$' \
        -e '\.h$' \
        -e '\.hpp$' \
        -e '\.vert$' \
        -e '\.xml$' \
        -e '\.java$' \
        -e '\.c$')
EOF

As a side effect, this has also converted some files from CRLF line
endings to LF.

File extensions such as .ac or .osg were intentionally left out because
those usually are very large files generated by tools.



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

Former-commit-id: 6c1e5ab34415982ec77fc92a77e1b1c149518eca
Former-commit-id: c6cf9480ae7c1d2f9a999eb6c6b976eef8bae3ba
2024-07-30 21:45:07 +00:00
torcs-ng
49fa7495eb - update package for new simuV5 module
- activate rain on driver's mpa12

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

Former-commit-id: 58760c8145238a21035eedcd83a27eec1a0eba91
Former-commit-id: 27e536feec5d11af355663fde24dce5bcad43b0d
2023-10-28 19:26:51 +00:00
torcs-ng
b068a13949 - update NSI WIP package
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9158 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 924e3ef65769afff2014305d0d6ff45f296c4881
Former-commit-id: d2f9d058c8a39a67af008e93dd204a56891bdd8a
2023-09-22 18:46:14 +00:00
beaglejoe
11d7caa97e Add jarama to WIP installers
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9151 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 63bf248799e608d481303e5e51504614cb632313
Former-commit-id: 37a89bc6c0d2ed3726fc82910aae9a101d6d0b35
2023-09-02 18:34:26 +00:00
torcs-ng
79b4a3f74a - added karwada in circuits/CMakeLists.txt (removed by error)
- moved atlanta in category road in wip nsi

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

Former-commit-id: 9e26f44f50c3ef40120bd841bce043a0ae2352a8
Former-commit-id: 4f1371692d901dd4ef60d04c29b2ebcb761e97e1
2023-09-02 17:28:27 +00:00
torcs-ng
0f505dd047 - add atlanta track in WIP package
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9140 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 4b525653f4a8a1ea3f38a3b7a1507b1133f0e599
Former-commit-id: 6880bba4f4f2569e741b0e4cba7111886a2a4876
2023-08-26 12:58:11 +00:00
torcs-ng
e272df5459 - added kurpfalring in more-hq
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8789 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 96e5afe1f4597725126df4f3ba6c75e935b2801e
Former-commit-id: e049df77cd5f22dab6d2ab7d667bf767215b0419
2023-03-13 15:32:55 +00:00
torcs-ng
d5d8d6d9f4 - added braga & dijon tracks in WIP package
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8766 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: a9edad4634bb10c527f381cebd33f4f7a59e8a94
Former-commit-id: 435e0902aa7cff521e3670b63a2197e521341b29
2023-03-08 13:06:55 +00:00
beaglejoe
e66122af30 Add mpa11 mpa12 cars to installer
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8731 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 2ed67f588d4e7579bc1d5df1a434a07f21222882
Former-commit-id: 7b2888cfafb72285be89037c980fd55cb797cd20
2023-02-07 16:35:24 +00:00
beaglejoe
3804333b21 add 67gp-murasama-37a to installers
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8684 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 759260cb2ed8efae0a326feb4d68979fad0c7480
Former-commit-id: 5ddd3f9d29d2ce22996209b810c1f674c0070d24
2023-01-19 02:29:40 +00:00
beaglejoe
2cb1d17a10 Updated for 2.3.0
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8604 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: ae0f9d61c485e550e1f923c19e13f1a3ab75378d
Former-commit-id: 2586269e72a351ce98d87d719c2e0024c6b9b3b5
2022-10-19 15:15:20 +00:00
beaglejoe
f98bd24a29 Fixed some installer links
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8603 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 1e25f16799e03ee500458c25a222bb4bf3bb0e0f
Former-commit-id: e040a457ef766202c426f3fd41114982c38ca73b
2022-10-19 14:50:20 +00:00
beaglejoe
408e0921ae Fix for renamed cars
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8320 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 311aed3796ec3ced787fcb8990c87d1376465c09
Former-commit-id: 2415bf4de289697eb2aa18f96e550ac641338e9a
2022-07-16 21:26:37 +00:00
beaglejoe
6d5977c2db Move melbourne to HQ tracks
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8281 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 7a073b4016c0eb4b46bfe5bf91cbeb5a31579860
Former-commit-id: c6299f8df2f7163c18089a5e093522a4a8eac4e9
2022-06-29 17:05:26 +00:00
beaglejoe
7659afc683 Move Torino to More-HQ installer
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8280 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: d36b167b7970bdcf155560692c3b3d99b079fc76
Former-commit-id: 6b51a86c9af1bcece7044ea67db29dc9327b6701
2022-06-29 17:00:32 +00:00
beaglejoe
3ce9d36cce Add melbourne to Win installer
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8279 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 42e30a3d68a0105a8876057bb3100d625ed782b7
Former-commit-id: f1168148b62df9c58bdd5965a8de9f82de8b533f
2022-06-29 16:54:57 +00:00
beaglejoe
d05578b3d1 Remove duplicate entries
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8278 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 5863eff3c9d4334d0bb37b75ab2cd266188f0d03
Former-commit-id: 3f17ada09700bf8e01c8c2dda60479c41940a018
2022-06-29 16:49:32 +00:00
beaglejoe
e4958c82c6 Add TrackEditor files to Windows installer
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8236 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 2a2dccb4c411d4bb027575a94aaf110e75900490
Former-commit-id: 84dbf2af9897996723a77bab3dfc114354285d06
2022-06-21 03:56:13 +00:00
beaglejoe
49e853d93f Don't install tools if unchecked [#891]
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8235 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 181feb9d19749e65ec7d2734e9e2a5f1688b6824
Former-commit-id: 2ae34d9cfccfcd56b08d454db2f8a73e35fbb1b6
2022-06-21 02:48:15 +00:00
beaglejoe
b5214b8d0b Remove simplix mpaXX from installers
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8190 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 4cd81e8d01fc757b08f9b0b8bbb14f304ba84708
Former-commit-id: d6d6f7403fd0c82200d93a7b0f023eb34ae34c81
2022-06-12 20:09:01 +00:00
beaglejoe
5d26f3feb3 Add 67gp-mango-ms7 to source tar and Windows installer
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8079 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: f953c2981064754010ba0bd736b31f845143ec0a
Former-commit-id: e06e3531ddb538b9adccd30718203280d53b34a7
2022-03-07 16:41:49 +00:00
beaglejoe
b72210dfea Fix installer(s) for e-track-2 to torino rename
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7619 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 1d46fe1ee0d2313a201d53ffd0c918598ddb242f
Former-commit-id: 24b96737cfc7aae37347ba3b7318f8961bfe1d79
2021-08-07 22:41:21 +00:00
torcs-ng
272bbdd879 - move dandroid_sc in base package
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7603 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 3174a2a4e8761045aca2c9c54b42bf7d78515ff2
Former-commit-id: 3d94ebea7313ccbec0f4a043b6f6196786cbd583
2021-07-14 23:47:17 +00:00
beaglejoe
609156c654 Update nsi files
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7599 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 61a568a32f13c476db500c576067e3801fbe4177
Former-commit-id: 9814a2099ecce2791a72625ac73da05635f3064a
2021-07-13 14:30:04 +00:00
beaglejoe
eb91f72ed3 Fix for Windows version starting minimized (from desktop/menu)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7540 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 59ad05c620c68528add46876e2594b7751378909
Former-commit-id: 2e4f62f04e072fbbfdbeef38541c1e022b67b6bd
2021-06-04 02:36:01 +00:00
beaglejoe
4d40dcc4e8 Update approximate download sizes
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7530 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: b2961fe69a132aae24d0d9d58e9cbf1cbd5c5f3a
Former-commit-id: 79908ee483ba5de2fc4b5012e053964b9fa38b4e
2021-05-28 03:28:00 +00:00
torcs-ng
f0d5a3154c - update nsi installer
- update sao-paulo track

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

Former-commit-id: 185a27947573a80564ef90af390b491910bca229
Former-commit-id: a7aa85bcf2714ae3d898f5d4f992b829026def4b
2021-05-27 22:59:57 +00:00
torcs-ng
3bfe60b075 - update windows packager for link to new community forum
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7524 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 0db29b9f94f9473a901efc1827303c21f24bb7e9
Former-commit-id: d84cc8cf34c7db051ec85e00c1873cab60c1e0b7
2021-05-24 12:20:38 +00:00
torcs-ng
b5ee5293e1 - added ls1-marisatech-gt4r in official
- added ls1-vulture-v5r in official
- added ls1-marisatech-gt4r in more HQ nsi
- added ls1-vulture-v5r in more HQ nsi


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

Former-commit-id: 4e34ab443413e446efec8275bcde1df56d2124a5
Former-commit-id: e253e1b422fcff8d59847a518f67135e44a27d39
2021-05-02 12:24:54 +00:00
torcs-ng
ba0d8c70d0 Base nsi
- add sc-deckard-conejo
- add sc-kanagawa-z35gts
- add sc-kongei-kk8s

HQ nsi
- add ls1-cavallo-570s1

More HQ nsi
- add championship-mp1
- add shadow_mp1 driver
- add mp1-kuala-c24
- removed mp1-vicente

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

Former-commit-id: 6813718b00323e91ba9c192cba8725ee2efadda5
Former-commit-id: b7b1da15742b1d2648ed8cab2c75553d6beb27e0
2021-05-02 10:39:03 +00:00
beaglejoe
d186bb94d6 Fix packaging of mp1-conner-mp420
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7477 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 52e1f9e17fc19a1690e1b8acbf81468d28b219c3
Former-commit-id: 3a03a27f23f78c4509a532881f04c81b7eb2d952
2021-05-02 06:04:10 +00:00
beaglejoe
c74256375e Automated some Installer variables
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7469 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 3ce2201bb8f895e7bd1c813b55a40f29ef2512ac
Former-commit-id: f6d8d5996dbcd50c1136d6a33cafcb2f60538fe8
2021-04-30 15:44:43 +00:00
beaglejoe
f9ceb59610 Version to 2.2.3
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7466 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: abf5f68e0e831069440a4f9ef462c915f96271f9
Former-commit-id: 8554d3f6368617aa931c31f12d9b9772985aa4ec
2021-04-29 14:58:59 +00:00
beaglejoe
38f1411cb2 Add 67GP drivers to installer
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7464 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 4a671a5aee8abde11e9a6426d77eec38149140e1
Former-commit-id: 5d554f26d2ed32e0a153fa66317890ef1c84e9de
2021-04-29 01:41:39 +00:00
beaglejoe
fecfcf25bc Add dandroid drivers to installer
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7463 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: f534bdf71d2c3e01e3758af95c6acb2412021023
Former-commit-id: 817910c7190fbecc2861898cab699894c742dfa4
2021-04-29 01:33:53 +00:00
beaglejoe
0240835ff0 Remove shadow_rs (doesn't exist)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7462 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 9dfb6189cd168ec1f74db6147c7670ea64575bcc
Former-commit-id: 5486a6bd7e35c632985a3266a26be5228dd10c47
2021-04-29 00:32:49 +00:00
beaglejoe
9c48f504b2 Add shadow_ls2, shadow_mp1 and shadow_rs drivers to installer
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7461 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 6fcb8ae6b77f203962c95655e12a22ee08772e3c
Former-commit-id: 079984f61d768b52cb45b31f4dfee9eca58dce6f
2021-04-28 18:24:02 +00:00
beaglejoe
e0579bd65b Add shadow_ls1 & shadow_36gp drivers to installer
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7460 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 6947ec9338ecf925bcef9b16682bb8b8b0468b7c
Former-commit-id: 1cff610ca61e885a0676378d543faa834e640b75
2021-04-28 18:14:18 +00:00
beaglejoe
3be281d383 Add shadow_sc driver to installer
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7459 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: fab0e5e7c614a087812cb2664da0c46b2574dfe1
Former-commit-id: f62777876594e8d4524e5093f0140f435488b6de
2021-04-28 18:08:47 +00:00
beaglejoe
3c946b5ec8 Added new tracks and moved some
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7457 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: e89901d4f7a4e2cb1ae579c8a8be1a573e7c9fc0
Former-commit-id: 6d7ee06a90c403d64832a747b98474e7fb834eb1
2021-04-28 15:40:00 +00:00
beaglejoe
c193f2c67c Add mp1 and gp67 cars
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7456 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: ee7b0c43cbb12b44afe2e3aab98dfc64b61c0208
Former-commit-id: 2d8b95e82c79589e8edc985af07781d6d87c08c4
2021-04-28 14:42:52 +00:00
beaglejoe
64d0e0b375 Fix for Uninstall icon, Fixed capitalization of publisher
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7191 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 3a3008d37f6cca3708be262a0dd7c5e5e56af514
Former-commit-id: 618f558e98c8f13539f111a113bb5b1c76bec4ab
2020-11-15 17:45:17 +00:00
beaglejoe
8875325aeb WIP for automating building the NSIS installers for Windows
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7159 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 08e8a84bffd8f4fea8aaeb35e49f063e666912e3
Former-commit-id: 4c1c96d13ee5a35364b569ebbeb3e6d83d064285
2020-07-31 13:40:13 +00:00
beaglejoe
c8c7cbd950 Add install step for missing files for packaging
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7155 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 5b99038053fd1a7afe2d49002de484b6f9bfb044
Former-commit-id: a0d89099d1de7c11258463c042348d6cfaa6495c
2020-07-13 12:09:48 +00:00
beaglejoe
89bc5be2f2 Added OPTION_PACKAGING to control custom packaging (WIP)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6669 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 9200871e0e429b1d8103da1458d43562d13c698a
Former-commit-id: 543947e5437cec8cdfcb8d2e7e358450f1643e70
2019-06-04 00:55:22 +00:00
beaglejoe
17aed0605f Replace wheel-1 track with alicante; Replace e-track-3 with auric
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6596 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: b9faa76efaf96a24babfd8404ad1977117b53cf4
Former-commit-id: d1de661fe4173818d0baa16d6e4580f099d25a94
2019-01-28 16:30:00 +00:00
beaglejoe
94f084b961 Fixed misspelling in uninstaller message box
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6587 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: a8896865d828190bea61571ef3f755ad0ca321b6
Former-commit-id: 7c37c59557f57d6a47471fb1e7469fa1ba69fd79
2019-01-15 00:20:59 +00:00
beaglejoe
d6813cb317 Updated Version to 2.3.0
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6567 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 753a56bf0f9771a9130d647738710e1ffd83826e
Former-commit-id: 00bf4af8c1c30ebbb1fcfca3d8473694aaef44cd
2018-11-22 01:06:58 +00:00
beaglejoe
c9a3226f71 Added empty webserver.xml
Fixes for OSX
Added files to the installers


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

Former-commit-id: f3671e760780c30f302b3342ecd47b81bcda2b47
Former-commit-id: 65abc6e9a5b18e1ccf305a903a67aef71d67a9f8
2018-03-09 02:31:03 +00:00