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
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
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
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
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
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
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
c663e6b18c
Updated SDL2 to 2.0.10
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6716 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 7941b35ddebef475ac51432ac62d8acc0ce5a592
Former-commit-id: 7cf779585a3141890ae27966bcd64ec195cb9e74
2019-08-21 00:41:35 +00:00
beaglejoe
0f2157298f
Added 3rdParty licenses
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6569 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: da9010bb840fda935d5b8beca082b839c9fb03b3
Former-commit-id: 118d38c44adc40d72fc1ddc8cf81df596d87e237
2018-11-28 23:08:54 +00:00