6d7ca06e02
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
37 lines
2.2 KiB
XML
37 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright 2014 MadBad <madbad82@gmail.com> -->
|
|
<application>
|
|
<id type="desktop">speed-dreams-2.desktop</id>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>GPL-2.0+ and GPL-3.0</project_license>
|
|
<description>
|
|
<p>
|
|
Speed Dreams is a 3d cross-platform, open source motorsport simulation and racing game.
|
|
It is a fork of the open racing car simulator Torcs, aiming to implement exciting new features,
|
|
cars, tracks and AI opponents to make a more enjoyable game for the player,
|
|
as well as constantly improving visual and physics realism.
|
|
</p>
|
|
<p>
|
|
Still being in costant development Speed-Dreams already has some unique feature as:
|
|
<ul>
|
|
<li>Accurate driving behaviour, with different physics engines;</li>
|
|
<li>Playable with a variety of input devices, including keyboards, mouses, joypads, joysticks, racing wheels and pedals (force feed-back is in development);</li>
|
|
<li>Several different racing modes (from a simple practice session, to a full pilot career);</li>
|
|
<li>Variety of cars/car classes (1936 Grand Prix, Supercars, Long Day Series GT1, Long Day Series GT2, Monoposto 5, World Rally Series) and always expanding;</li>
|
|
<li>Variety of tracks/tracks categories (Road tracks, Speedways, Grand Prix Circuits, Dirt tracks) and always expanding;</li>
|
|
<li>Customizable daytime and weather conditions;</li>
|
|
<li>Several different AI bots to race with;</li>
|
|
<li>Up to 4 user local multiplayer in "split-screen" mode;</li>
|
|
</ul>
|
|
</p>
|
|
</description>
|
|
<screenshots>
|
|
<screenshot type="default">http://speed-dreams.org/images/sd-20/speed-dreams-20-car-supercars.jpg</screenshot>
|
|
<screenshot>http://speed-dreams.org/images/sd-20/speed-dreams-20-daytime-dusk.jpg</screenshot>
|
|
<screenshot>http://speed-dreams.org/images/sd-20/speed-dreams-20-car-ls1.jpg</screenshot>
|
|
<screenshot>http://speed-dreams.org/images/sd-20/speed-dreams-20-track-garguree.jpg</screenshot>
|
|
<screenshot>http://speed-dreams.org/images/sd-20/speed-dreams-20-daytime-night.jpg</screenshot>
|
|
</screenshots>
|
|
<url type="homepage">http://speed-dreams.org/</url>
|
|
<updatecontact>speed-dreams-devel@lists.sourceforge.net</updatecontact>
|
|
</application>
|