Commit graph

5 commits

Author SHA1 Message Date
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
mungewell
be6fbcf2f3 Finalise the Changelogs
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5799 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 6d299113816a8c754d281092dffd24e1eb26486c
Former-commit-id: 4c7e52116f828d13bd378d1dd5f1802cd3ac5999
2014-06-27 00:49:51 +00:00
mungewell
ef21068c0f Added some more items in the Change list. Please review SVN log and pick some more
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5793 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 59c565c76d628d29e37f241f86bc45e06b6a9574
Former-commit-id: 724a071d72b73eca29af68f97c37569d463ed1ed
2014-06-26 02:59:34 +00:00
kakukri
6071c9bf9d Changelog for 2.1.0 regarding physics
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5771 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 50b98415769801ec7742edbdad9791815747e9e5
Former-commit-id: a0f9e5d575d824f128cbed5af1e0919a2bff06ce
2014-06-15 21:05:13 +00:00