• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H03-May-2022-16,51711,884

doc/H03-May-2022-10,3539,777

graphics/H03-May-2022-10,3476,692

intl/H03-May-2022-22,71416,567

po/H03-May-2022-4,7663,726

shared/H03-May-2022-7,3134,305

simulation/H03-May-2022-11,1096,613

stunts3dedit/H03-May-2022-5,5753,508

stuntsai/H03-May-2022-548451

stuntsserver/H03-May-2022-2,1461,533

templates/H03-May-2022-5145

trackedit/H03-May-2022-6,6254,472

ultimatestunts/H03-May-2022-6,6594,540

ABOUT-NLSH A D25-Aug-201274.7 KiB1,0691,022

AUTHORSH A D25-Aug-2012134 53

COPYINGH A D25-Aug-201214.8 KiB281237

ChangeLogH A D25-Aug-2012243 85

INSTALLH A D25-Aug-20126.8 KiB168129

Makefile.amH A D25-Aug-2012449 137

Makefile.inH A D03-May-202221.8 KiB704627

READMEH A D25-Aug-20121.6 KiB4331

aclocal.m4H A D25-Aug-2012172.1 KiB4,7024,363

cleanup.shH A D25-Aug-2012367 2511

config.guessH A D25-Aug-201242.8 KiB1,4661,268

config.h.inH A D25-Aug-201211.8 KiB414299

config.rpathH A D25-Aug-201217.9 KiB667563

config.subH A D25-Aug-201230.8 KiB1,5701,429

configureH A D25-Aug-2012398.2 KiB13,83411,503

configure.acH A D25-Aug-20129.3 KiB331266

depcompH A D25-Aug-201215.5 KiB530329

engine.gnuplotH A D25-Aug-2012941 4018

execselect.shH A D25-Aug-2012310 175

execselect.xH A D25-Aug-201240 42

install-shH A D25-Aug-20129 KiB324189

metaserver.phpH A D25-Aug-20124.3 KiB204163

missingH A D25-Aug-201210.6 KiB358267

mkinstalldirsH A D25-Aug-20123.3 KiB151102

ultimatestunts.confH A D03-May-20228.4 KiB34198

ultimatestunts.conf.inH A D25-Aug-20128.4 KiB341270

ultimatestunts.nsiH A D25-Aug-20123.4 KiB12894

ultimatestunts.specH A D25-Aug-20121.7 KiB5644

update-pot.shH A D25-Aug-201238 63

update-translations.shH A D25-Aug-201236 63

README

1---------------------------------------------------------------------
2                Ultimate Stunts source code
3---------------------------------------------------------------------
4
5This package contains the sourcecode of the 3D racing game
6"Ultimate Stunts". You can configure it and compile it according
7to the instructions in the documentation.
8
9Ultimate Stunts, data files for Ultimate Stunts and the documentation
10of Ultimate Stunts are available on its website:
11http://www.ultimatestunts.nl
12
13The source code in this package is divided in several directories.
14The code in the directories "shared", "filetransfer", "graphics" and
15"simulation" is compiled into *.a static libraries. The code in the
16directories "stunts3dedit", "stuntsai", "stuntsserver", "trackedit" and
17"ultimatestunts" will be linked with those static libraries, generating
18a different binary executable in each directory.
19
20The source code can be edited with kdevelop. The kdevelop-file is available
21in this directory.
22
23
24-----------------
25Configure options
26-----------------
27
28Sound libraries:
29Ultimate Stunts can compile with either OpenAL or FMOD as sound target. By
30default, configure first tries to find OpenAL, and and if that fails, it
31tries to find FMOD. You can bypass the default behavior with the following
32options:
33
34--with-openal
35--with-fmod
36
37--with-openal always tries to use OpenAL, and completely ignores the presence of
38FMOD. If OpenAL is not found, Ultimate Stunts is configured without sound support.
39
40--with-fmod always tries to use FMOD, and completely ignores the presence of
41OpenAL. If FMOD is not found, Ultimate Stunts is configured without sound support.
42
43