Commit graph

7 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
pouillot
f2ff957c0a Set svn:keywords property to Id for every source text file, in order to get svn substitution for $ in the file headers
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2924 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 92630a59d05323007f1ec22afcc9c4b947c7f9fd
Former-commit-id: f6ca6ba218a07be211d08eaa53f7e39e530747ea
2010-10-17 19:17:30 +00:00
pouillot
3985317a1d Removed useless files in doc/tutorials
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2417 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: e40a24592ffc2a50ca2633ed1a791e2dd6b93637
Former-commit-id: 6581c7c37fee2964671b09aaf1031b0860f2d145
2010-05-02 17:15:16 +00:00
pouillot
407668c306 Promoted sdl-port branch to the new trunk, towards 2.0
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2276 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: cbff36e6bd206b0180816184b31d3a609616f669
Former-commit-id: cc1d132029d92e672f8520d2555f8dcdc5bbb92e
2010-02-28 09:04:35 +00:00
kmetykog
4cb149d009 Rename track category Oval to Speedway. Closes #45.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2005 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 9973b9047be67f28b69fef26559ab0e077d13c2b
Former-commit-id: 8b0c211f92e8c5703be8f5890c922fbeaa6e41f1
2009-12-18 08:37:33 +00:00
torcs-ng
1935711a43 Import Initial
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@1 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 0f09d39edb936ebd87ab33a41da1326a84f415e2
Former-commit-id: 38d30950aa3367e9b8718cee602e206dbc360201
2008-09-14 16:25:25 +00:00