Commit graph

56 commits

Author SHA1 Message Date
xavi92
53f11523b6 3rdParty-devel: Add cJSON/LICENSE
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9587 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 7b09c4fd9dc5296cadb9f712884805c33e999c66
Former-commit-id: 842ddc4518d59a7c8089d2d7b3544ed1ae423fe9
2024-10-27 07:56:57 +00:00
xavi92
5e72503eb1 3rdParty-devel: Add rhash
This is a 0-clause BSD-licensed, tiny hash library written in C and
widely available on both POSIX and Windows systems.


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

Former-commit-id: 2bdfd5a8b16647266a18c55e870b0013e948d08d
Former-commit-id: d56649b829919db5d7bd0774f25560ffd822185c
2024-08-12 23:59:12 +00:00
xavi92
e06a519365 Remove trailing newlines
The following shell script was used:

while read f
do
	sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' -- "$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


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

Former-commit-id: aac7ab5702079417cb16ca2fa291be07033ea549
Former-commit-id: f0286e4119f166d7b78f9d13ff2ea04ffaa95c67
2024-07-30 22:17:48 +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
iobyte
67eeffab05 3rdParty: update to latest versions
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9505 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 4cdeec75c469767c162f0d2159b2e3aed8fa6a7a
Former-commit-id: cdc7c20aea5ae9faae2ea29573fd6d03b867c5b3
2024-07-25 12:43:03 +00:00
beaglejoe
17f0ffe66b Update jpeg to version 9f
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9325 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: cc7b15df620397cdefa4c1fd462d14fe21f5ca61
Former-commit-id: ae68473fb56d6a021d568abb3e0fc5d1a50ba69e
2024-02-18 22:49:49 +00:00
beaglejoe
98446db9f4 Update SDL2 to 2.30.0
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9307 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 1ab04e2fd3212166b1912caa0a8fc065867889da
Former-commit-id: ae7158ee0971f36c0ae4cbd18218cba3dcc8dff3
2024-02-05 13:54:23 +00:00
beaglejoe
ca438c2704 updated libPNG to 1.6.41
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9294 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 5f267f39ac636825e30d557fdbdb49afb3abd2c0
Former-commit-id: 3c19d94f6d96f7fd48e5167a16dee411b6304424
2024-01-31 17:01:19 +00:00
beaglejoe
7abf1d9235 Update cURL to 8.6.0
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9293 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: da6b74b46c7bb3ec03b0495acff99ac9e3312c08
Former-commit-id: 4ac3c49e9785030776a3a5a6bf7198aeb8a3c93e
2024-01-31 16:46:20 +00:00
beaglejoe
6d04a20909 updated zlib to 1.3.1
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9274 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: fa3e903ec44a890aea9634377250350d9cf176de
Former-commit-id: 66491cfe2834a8ff10c11b3ad8f4a278b1a70272
2024-01-22 20:56:40 +00:00
beaglejoe
a48ef3a865 updated SQLite3 to 3.45.0
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9273 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 9aa7443a245999e73bac64750905438565b307e8
Former-commit-id: 2964aaf3491728f3c06b1b3cd4c5723839a32301
2024-01-22 19:45:30 +00:00
beaglejoe
f2d009ee14 Update SDL_mixer to 2.8.0
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9272 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: bcfba6ab3dd47490d29059fa001545feee60ed62
Former-commit-id: 899136ce801f9a1ab6dc524588deda76d324d3be
2024-01-22 19:35:34 +00:00
beaglejoe
e2639d135f Revert 9270
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9271 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: e559b94c4f83cc6e73a49ffe17155fda52055413
Former-commit-id: bc794bfe3baa99d10cedf915fce39aac97d8a2b4
2024-01-22 18:29:31 +00:00
beaglejoe
7fb3ca5289 Update SDL2 to 2.29.2
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9270 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: f3a9a799eca8c31ad30f20dc178b8cdf55361eb8
Former-commit-id: a14ed302a8101d8ccb74d413c152231201a91b44
2024-01-22 18:24:50 +00:00
beaglejoe
9e6477ab2c Update FreeType to 2.13.2
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9147 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 705ba7b36d57a3eced7cb6b8bf702624bca518b1
Former-commit-id: fe3d2ac11c0d2a1198da91fd1234df5f9b498b99
2023-09-01 21:47:23 +00:00
beaglejoe
b41a549df6 Update zlib to 1.3
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9146 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: b03ecd30fc9770de984f36b316138f5ce1e330d9
Former-commit-id: 68726c9b66001aa52283117b9744073d29968f3d
2023-09-01 21:43:18 +00:00
beaglejoe
f5d60970a6 Update libpng to 1.6.40
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9103 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: eae999c4ef04f70e8b8ab73e192eb93a1a06700f
Former-commit-id: 81bbc0d257e2a7119e9655410a7f9d475ee91654
2023-07-12 20:37:59 +00:00
beaglejoe
c1ffbeb50c update FreeType readme
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9038 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: ecaccd476b8ba1641665ef04ccbb8a7050874846
Former-commit-id: 2ecdc2ac9cf25eefca94723d5abf337782cf64d0
2023-06-24 14:23:14 +00:00
beaglejoe
9cdb966e9a Add TinyGLTF 2.8.5
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8863 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: ed25d8474fe31ab8d81d9539f64159e3bef508db
Former-commit-id: 50044e0de462c57b11750f3f6c08d34ae6adf516
2023-04-04 03:50:09 +00:00
beaglejoe
2f14aa3f43 update SDL2 to 2.26.3
update cURL to 7.88.0
update SDL2_mixer to 2.6.3
update OpenAL to 1.23.0


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

Former-commit-id: d305f8b09f8634ba6a97d2964ab2fee532a58089
Former-commit-id: 6ba1cf3368e0a21e128387f9c65ed7b9c0715801
2023-02-15 22:03:25 +00:00
beaglejoe
419ecc2465 update zlib to 1.2.13
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8583 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 30d156dd50e7a81a503fd4653174df0fc865b720
Former-commit-id: 32bc6d3cd0fc0decc88fe0856f698b2ec4badf74
2022-10-15 02:12:08 +00:00
beaglejoe
cb255b97e5 Add option for glm math lib (default OFF)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8551 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: dba042ee377d40e392259c35f73a6ad592e24096
Former-commit-id: bac2b8554d2ebe563baa9a7fa9f1cbbe03f0eb44
2022-09-25 19:02:31 +00:00
beaglejoe
0a3c79e88b Update expat to 2.4.9
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8534 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 0c49c80d7f6333f52323e33cccb424f035497235
Former-commit-id: 1c6a9f84fbf36432dc536adb100f25c8b322fcb5
2022-09-20 21:37:07 +00:00
beaglejoe
196125cc3f Update libpng to 1.6.38
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8531 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: ca21a5829092f7ca256c6b70970e12485677326c
Former-commit-id: 4764df0b816358ae1878eb6e3cec5df95a95e039
2022-09-20 00:16:23 +00:00
beaglejoe
ab72afe29b update zlib to 1.2.12
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8432 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 2bc8a4435797e3009cea1177831726375a9984cd
Former-commit-id: fbf34f181743a5646a0e056426eca9e341d9f143
2022-08-29 14:33:18 +00:00
beaglejoe
16fb96e638 Set eol to native
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8318 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 031eb44e00a726d3796bf39fe58dac7edf2cc37d
Former-commit-id: 8afaf0d0a0fdd2132dcb05a392b31e83ba41012a
2022-07-15 18:43:09 +00:00
beaglejoe
bb10f23de1 Update sdl_mixer to 2.6.1
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8316 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: ba5abda1fda801e8d66a66c5a3d20b909b5be867
Former-commit-id: 5873b90548ce63c9e0d10d5f50a387e708d15a37
2022-07-15 17:42:26 +00:00
beaglejoe
bf9545f415 Update openalsoft to 1.22.0
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8188 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 820576ad7247e55759e147794d28ff82d2be488f
Former-commit-id: 3157ab1dfc7d200566d13c85023b55870a5f97fa
2022-06-11 21:14:59 +00:00
beaglejoe
a8c9b1ae6e Update Freetype to 2.12.1
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8186 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: fbc82d8b4e9de7a67582e5d2fc9a320ca71975a4
Former-commit-id: 74227e53ed7aa1ddeaab10e90a5bc5ea47cb6fe3
2022-06-11 21:04:11 +00:00
beaglejoe
b1a9663e7b Update curl to 7.82.0
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8066 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 7019f97bb912c9feb2dd26c59c21e79aebc0df5b
Former-commit-id: 408958b4df468e53761fbf020621ffd66ce8a065
2022-03-05 15:50:33 +00:00
beaglejoe
723f507c11 Update libjpeg to version 9e
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7914 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 84212601fc00a0fd1a3e18b497eda648639a1832
Former-commit-id: 30f71f24986b6308c274faf23e644d5d34f4b1af
2022-01-17 17:16:37 +00:00
beaglejoe
4ed1444ad4 Update SDL2 to 2.0.20
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7896 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 68dd2f7e5944cea8695ffd059f329fe91bb703b7
Former-commit-id: 29cf878c7ec8761f56e81165f229a75a5f3338d6
2022-01-12 05:49:23 +00:00
beaglejoe
9910405692 Update freetype to 2.11.1
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7806 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 16d0db176b396bbdbdb64bad6869090a912a65da
Former-commit-id: bf996b380eb8471ec3740f242a6931ff34ec4e00
2021-12-03 03:50:21 +00:00
beaglejoe
23bbd4e488 Remove CMake SDL1 code
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7660 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: d8396eb1509b7a766c11a6fcb86e1bc11cf8b9db
Former-commit-id: 2068591fcafcaa70450405625babe32d053e5669
2021-09-16 22:02:02 +00:00
beaglejoe
dc4a08667a Add sdl2_mixer-2.0.4
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7629 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 50715b0bcc7be0097c184053f34545c70ecb776c
Former-commit-id: 16fe4de17268b369f32c3dd51dcb97c916b7fadf
2021-08-21 13:00:42 +00:00
beaglejoe
3c919a3ffe Missed file
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7627 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 866e6d5dad58e4373307766e92f3167fe903b127
Former-commit-id: ccf5cc2c3ef64a907779e1095d2e446fae8e711e
2021-08-09 23:11:43 +00:00
beaglejoe
a3baca7cb3 Update freetype to 2.11.0
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7626 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 271736d3405781e1d217d60c40b4f3b88e529ddc
Former-commit-id: e25f10fbd83226fbe95a35683f96291ffeb4d7a3
2021-08-09 23:10:11 +00:00
beaglejoe
b7664f7825 Update curl to 7.76.0 Update expat to 2.3.0
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7422 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 7b52d0387175f23b4aad9696f0554fc16886484b
Former-commit-id: f8348ac61bc845cc3e0be7c7324f9a165ad42519
2021-04-08 02:04:25 +00:00
beaglejoe
a99c115ef2 Updated OpenAlSoft to 1.21.1
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7269 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 139bdbb16210d1bc21264cd29593cc67ea94e948
Former-commit-id: bf5f4047fe32072c04e54e5f53c3c50e8abbf0c8
2021-02-17 04:24:31 +00:00
beaglejoe
4c4b9a78df Updated OpenAlSoft to 1.21.0
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7190 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: bff1876cfdcb6039ab52626947941c3284438d3d
Former-commit-id: d492e85095c72bad2927296000513262e106dfed
2020-11-13 17:48:49 +00:00
beaglejoe
22fb12af11 Updated freetype to 2.10.4
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7186 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 26df588ab214d7bc85255738a601f3ff07c0f530
Former-commit-id: fc128d824dfde2fc24535390dbb26edbe9b05c46
2020-10-20 17:00:16 +00:00
beaglejoe
6d844e4791 Update curl to 7.72.0 Updated FreeType to 2.10.3
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7185 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: b7636f7f407af4f1be1d5e79ae6bd7d08e8c8cf6
Former-commit-id: 656af3f372905df7d0d29e9ca0dc0964c928374f
2020-10-15 13:41:10 +00:00
beaglejoe
50d249875c Updated to expat 2.2.10
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7182 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 2ff56954e6be8c7c3eee0df745b7016ff56f0df0
Former-commit-id: 7b27ca1a6b092daac4fc509fbf24e6e6dfc9141b
2020-10-04 15:31:38 +00:00
beaglejoe
8b3c152f22 Updated to vorbis 1.3.7
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7154 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 6a78f5a3755e4a280ced1d7380a2dcec42bf6a60
Former-commit-id: fec13ebcea4c92d1ff97bc07c0a0ade68034692d
2020-07-11 16:16:04 +00:00
beaglejoe
56ec289a0d Updated freetype to 2.10.2
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7042 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 80ded0b7ffcc37bbbda73e441274e2a44b83ea52
Former-commit-id: 609aa50c054b1681275c4a99234d366467ce3d43
2020-05-14 19:37:53 +00:00
beaglejoe
1a289b974c Update enet to 1.3.15
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7020 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 0602774124a4247fa247494988d132e37c1cdd6f
Former-commit-id: dedf1878e7f3903a66ca2ac7acb71d0de78e6b77
2020-05-02 23:01:16 +00:00
beaglejoe
ecae1d2155 Updated SDL2 to 2.0.12
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6875 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: da7cf3984f8da551139d53e011e098e3542ccd78
Former-commit-id: 1f66f6a64a12b6695d5f4ed950b99c92ba750071
2020-03-30 05:31:58 +00:00
beaglejoe
7dd90f504b Update curl to 7.69.0
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6850 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 451c29c1e805c2f3dfc5d86825fd331e93ca1503
Former-commit-id: bc0189abe4157f77e14bbfdec2f62d9e16249ad4
2020-03-10 18:48:16 +00:00
beaglejoe
d52d4aef67 Update jpeg README
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6828 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 6ddc500827896986d65662846d9986f43d43fcb2
Former-commit-id: 0404f7f327c99718612b9b5239aded403aa99f12
2020-02-11 23:35:59 +00:00
beaglejoe
e69520a2a5 Updated sqlite3 to 3.30.1
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6795 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 93aa90d12b1f2670a9b09795149e2b2594b75f64
Former-commit-id: 2fb2e53aa7ee76eba861d7dba4f11cbddddfdbd0
2019-12-13 05:49:05 +00:00