warzone2100/src
Dennis Schridde f0f3709178 cleaned the buildfiles a bit up:
- removed Gentoo fix from autogen.sh as it doesn't seem to be needed anymore
- converted "ugly hack"(tm) to a .Phony target in src/Makefile.am

changed version and revision retrieval of Warzone (displayed in the mainmenu):
- Before:
    #define SVN_REVISION "..."
    - defined in src/revision.h, included and used in src/frontend.c
- Now:
    const char * version(); and const char * revision();
    - declared in src/version.h, defined in src/version.c, called in src/frontend.c



git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@430 4a71c877-e1ca-e34f-864e-861f7616d084
2006-05-27 16:31:35 +00:00
..
Makefile.am cleaned the buildfiles a bit up: 2006-05-27 16:31:35 +00:00
Makefile.raw Added code for modding. 2006-04-29 07:09:00 +00:00
action.c Create final repository structure. 2007-06-28 17:47:08 +00:00
action.h Create final repository structure. 2007-06-28 17:47:08 +00:00
advvis.c Create final repository structure. 2007-06-28 17:47:08 +00:00
advvis.h Create final repository structure. 2007-06-28 17:47:08 +00:00
ai.c Create final repository structure. 2007-06-28 17:47:08 +00:00
ai.h Create final repository structure. 2007-06-28 17:47:08 +00:00
aidef.h Create final repository structure. 2007-06-28 17:47:08 +00:00
ani.c Create final repository structure. 2007-06-28 17:47:08 +00:00
anim_id.h Create final repository structure. 2007-06-28 17:47:08 +00:00
arrow.c Create final repository structure. 2007-06-28 17:47:08 +00:00
arrow.h Create final repository structure. 2007-06-28 17:47:08 +00:00
astar.c Create final repository structure. 2007-06-28 17:47:08 +00:00
astar.h Create final repository structure. 2007-06-28 17:47:08 +00:00
atmos.c Create final repository structure. 2007-06-28 17:47:08 +00:00
atmos.h Create final repository structure. 2007-06-28 17:47:08 +00:00
aud.c Create final repository structure. 2007-06-28 17:47:08 +00:00
audio_id.c Create final repository structure. 2007-06-28 17:47:08 +00:00
audio_id.h Create final repository structure. 2007-06-28 17:47:08 +00:00
base.h Create final repository structure. 2007-06-28 17:47:08 +00:00
bridge.c Create final repository structure. 2007-06-28 17:47:08 +00:00
bridge.h Create final repository structure. 2007-06-28 17:47:08 +00:00
bucket3d.c Create final repository structure. 2007-06-28 17:47:08 +00:00
bucket3d.h Create final repository structure. 2007-06-28 17:47:08 +00:00
buildpos.c Create final repository structure. 2007-06-28 17:47:08 +00:00
buildpos.h Create final repository structure. 2007-06-28 17:47:08 +00:00
bullet.h Made necessary changes so that code can be compiled using g++. 2006-03-01 06:12:28 +00:00
bulletdef.h Create final repository structure. 2007-06-28 17:47:08 +00:00
cdspan.c - Remove CD handling code, which is not used anymore. 2006-04-08 15:58:27 +00:00
cdspan.h - Remove CD handling code, which is not used anymore. 2006-04-08 15:58:27 +00:00
cheat.c fix some simple compile warnings (some of them would be bugs on non-i386) 2006-05-03 23:10:36 +00:00
cheat.h Create final repository structure. 2007-06-28 17:47:08 +00:00
clparse.c Added code for modding. 2006-04-29 07:09:00 +00:00
clparse.h Create final repository structure. 2007-06-28 17:47:08 +00:00
cluster.c Create final repository structure. 2007-06-28 17:47:08 +00:00
cluster.h Create final repository structure. 2007-06-28 17:47:08 +00:00
cmddroid.c Create final repository structure. 2007-06-28 17:47:08 +00:00
cmddroid.h Create final repository structure. 2007-06-28 17:47:08 +00:00
cmddroiddef.h Create final repository structure. 2007-06-28 17:47:08 +00:00
combat.c Create final repository structure. 2007-06-28 17:47:08 +00:00
combat.h Create final repository structure. 2007-06-28 17:47:08 +00:00
component.c Create final repository structure. 2007-06-28 17:47:08 +00:00
component.h Create final repository structure. 2007-06-28 17:47:08 +00:00
configuration.c Added shadows as an option. 2006-02-28 14:04:59 +00:00
configuration.h Fixes some minor memleaks and marks the source of the big one in pie_PNGLoadMem. 2006-02-18 18:54:37 +00:00
console.c Create final repository structure. 2007-06-28 17:47:08 +00:00
console.h Create final repository structure. 2007-06-28 17:47:08 +00:00
csnap.c Create final repository structure. 2007-06-28 17:47:08 +00:00
csnap.h Create final repository structure. 2007-06-28 17:47:08 +00:00
data.c Fixes some minor memleaks and marks the source of the big one in pie_PNGLoadMem. 2006-02-18 18:54:37 +00:00
data.h Create final repository structure. 2007-06-28 17:47:08 +00:00
deliverance.h Create final repository structure. 2007-06-28 17:47:08 +00:00
design.c Create final repository structure. 2007-06-28 17:47:08 +00:00
design.h Create final repository structure. 2007-06-28 17:47:08 +00:00
difficulty.c Create final repository structure. 2007-06-28 17:47:08 +00:00
difficulty.h Create final repository structure. 2007-06-28 17:47:08 +00:00
disp2d.c Create final repository structure. 2007-06-28 17:47:08 +00:00
disp2d.h Create final repository structure. 2007-06-28 17:47:08 +00:00
display.c - Drastically simplyfied mouse-handling. 2006-04-08 16:13:48 +00:00
display.h Added shadows as an option. 2006-02-28 14:04:59 +00:00
display3d.c Made necessary changes so that code can be compiled using g++. 2006-03-01 06:12:28 +00:00
display3d.h Create final repository structure. 2007-06-28 17:47:08 +00:00
display3ddef.h Decreased min camera distance (will be useful for artists). 2005-11-30 21:09:38 +00:00
displaydef.h Create final repository structure. 2007-06-28 17:47:08 +00:00
drive.c Create final repository structure. 2007-06-28 17:47:08 +00:00
drive.h Create final repository structure. 2007-06-28 17:47:08 +00:00
droid.c Create final repository structure. 2007-06-28 17:47:08 +00:00
droid.h Create final repository structure. 2007-06-28 17:47:08 +00:00
droiddef.h Create final repository structure. 2007-06-28 17:47:08 +00:00
e3demo.c Create final repository structure. 2007-06-28 17:47:08 +00:00
e3demo.h Create final repository structure. 2007-06-28 17:47:08 +00:00
edit2d.c Create final repository structure. 2007-06-28 17:47:08 +00:00
edit2d.h Create final repository structure. 2007-06-28 17:47:08 +00:00
edit3d.c Create final repository structure. 2007-06-28 17:47:08 +00:00
edit3d.h Create final repository structure. 2007-06-28 17:47:08 +00:00
effects.c Create final repository structure. 2007-06-28 17:47:08 +00:00
effects.h Create final repository structure. 2007-06-28 17:47:08 +00:00
environ.c Create final repository structure. 2007-06-28 17:47:08 +00:00
environ.h Create final repository structure. 2007-06-28 17:47:08 +00:00
feature.c Create final repository structure. 2007-06-28 17:47:08 +00:00
feature.h Create final repository structure. 2007-06-28 17:47:08 +00:00
featuredef.h Create final repository structure. 2007-06-28 17:47:08 +00:00
findpath.c Create final repository structure. 2007-06-28 17:47:08 +00:00
findpath.h Create final repository structure. 2007-06-28 17:47:08 +00:00
formation.c Create final repository structure. 2007-06-28 17:47:08 +00:00
formation.h Create final repository structure. 2007-06-28 17:47:08 +00:00
formationdef.h Create final repository structure. 2007-06-28 17:47:08 +00:00
fpath.c Create final repository structure. 2007-06-28 17:47:08 +00:00
fpath.h Create final repository structure. 2007-06-28 17:47:08 +00:00
frend.h Create final repository structure. 2007-06-28 17:47:08 +00:00
frontend.c cleaned the buildfiles a bit up: 2006-05-27 16:31:35 +00:00
frontend.h Minor changes in menus (new audio config menu). 2006-03-27 19:53:36 +00:00
function.c Create final repository structure. 2007-06-28 17:47:08 +00:00
function.h Create final repository structure. 2007-06-28 17:47:08 +00:00
functiondef.h Create final repository structure. 2007-06-28 17:47:08 +00:00
game.c Fixed various file loading/saving in windows version (related to 2005-12-01 20:22:35 +00:00
game.h Create final repository structure. 2007-06-28 17:47:08 +00:00
gamedefs.h Create final repository structure. 2007-06-28 17:47:08 +00:00
gateway.c Create final repository structure. 2007-06-28 17:47:08 +00:00
gateway.h Create final repository structure. 2007-06-28 17:47:08 +00:00
gatewaydef.h Create final repository structure. 2007-06-28 17:47:08 +00:00
gatewayroute.c Create final repository structure. 2007-06-28 17:47:08 +00:00
gatewayroute.h Create final repository structure. 2007-06-28 17:47:08 +00:00
gatewaysup.c Create final repository structure. 2007-06-28 17:47:08 +00:00
geometry.c Create final repository structure. 2007-06-28 17:47:08 +00:00
geometry.h Create final repository structure. 2007-06-28 17:47:08 +00:00
group.c Create final repository structure. 2007-06-28 17:47:08 +00:00
group.h Create final repository structure. 2007-06-28 17:47:08 +00:00
hci.c fix some simple compile warnings (some of them would be bugs on non-i386) 2006-05-03 23:10:36 +00:00
hci.h fix some simple compile warnings (some of them would be bugs on non-i386) 2006-05-03 23:10:36 +00:00
ingameop.c Create final repository structure. 2007-06-28 17:47:08 +00:00
ingameop.h Create final repository structure. 2007-06-28 17:47:08 +00:00
init.c fix some simple compile warnings (some of them would be bugs on non-i386) 2006-05-03 23:10:36 +00:00
init.h Added code for modding. 2006-04-29 07:09:00 +00:00
intdisplay.c Create final repository structure. 2007-06-28 17:47:08 +00:00
intdisplay.h Create final repository structure. 2007-06-28 17:47:08 +00:00
intelmap.c Added event CALL_VIDEO_QUIT at end of intel map screen. 2006-05-10 05:02:58 +00:00
intelmap.h Create final repository structure. 2007-06-28 17:47:08 +00:00
intfac.h Create final repository structure. 2007-06-28 17:47:08 +00:00
intimage.c Create final repository structure. 2007-06-28 17:47:08 +00:00
intimage.h Create final repository structure. 2007-06-28 17:47:08 +00:00
intorder.c Create final repository structure. 2007-06-28 17:47:08 +00:00
intorder.h Create final repository structure. 2007-06-28 17:47:08 +00:00
ivis02.h Create final repository structure. 2007-06-28 17:47:08 +00:00
keybind.c Added shadows as an option. 2006-02-28 14:04:59 +00:00
keybind.h Added shadows as an option. 2006-02-28 14:04:59 +00:00
keyedit.c Added shadows as an option. 2006-02-28 14:04:59 +00:00
keyedit.h Create final repository structure. 2007-06-28 17:47:08 +00:00
keymap.c Added shadows as an option. 2006-02-28 14:04:59 +00:00
keymap.h Create final repository structure. 2007-06-28 17:47:08 +00:00
level_lexer.l Create final repository structure. 2007-06-28 17:47:08 +00:00
levelint.h Made necessary changes so that code can be compiled using g++. 2006-03-01 06:12:28 +00:00
levels.c Minor changes in menus (new audio config menu). 2006-03-27 19:53:36 +00:00
levels.h Fixed data directory problem. 2006-02-11 09:00:20 +00:00
lighting.c Create final repository structure. 2007-06-28 17:47:08 +00:00
lighting.h Create final repository structure. 2007-06-28 17:47:08 +00:00
loadsave.c - Remove CD handling code, which is not used anymore. 2006-04-08 15:58:27 +00:00
loadsave.h Create final repository structure. 2007-06-28 17:47:08 +00:00
loop.c Create final repository structure. 2007-06-28 17:47:08 +00:00
loop.h Create final repository structure. 2007-06-28 17:47:08 +00:00
main.c correct signedness of unused palette size parameter.. 2006-05-08 16:11:59 +00:00
map.c Create final repository structure. 2007-06-28 17:47:08 +00:00
map.h Create final repository structure. 2007-06-28 17:47:08 +00:00
mapdisplay.c The research items rotate too quickly, so slow them down to one 2006-04-20 18:43:08 +00:00
mapdisplay.h Create final repository structure. 2007-06-28 17:47:08 +00:00
mapgrid.c Create final repository structure. 2007-06-28 17:47:08 +00:00
mapgrid.h Create final repository structure. 2007-06-28 17:47:08 +00:00
mechanics.c Create final repository structure. 2007-06-28 17:47:08 +00:00
mechanics.h Create final repository structure. 2007-06-28 17:47:08 +00:00
message.c Create final repository structure. 2007-06-28 17:47:08 +00:00
message.h Create final repository structure. 2007-06-28 17:47:08 +00:00
messagedef.h Create final repository structure. 2007-06-28 17:47:08 +00:00
miscimd.c Create final repository structure. 2007-06-28 17:47:08 +00:00
miscimd.h Create final repository structure. 2007-06-28 17:47:08 +00:00
mission.c - Remove CD handling code, which is not used anymore. 2006-04-08 15:58:27 +00:00
mission.h Create final repository structure. 2007-06-28 17:47:08 +00:00
missiondef.h Create final repository structure. 2007-06-28 17:47:08 +00:00
move.c fix some simple compile warnings (some of them would be bugs on non-i386) 2006-05-03 23:10:36 +00:00
move.h Create final repository structure. 2007-06-28 17:47:08 +00:00
movedef.h Create final repository structure. 2007-06-28 17:47:08 +00:00
mplayer_stub.c - Cleaned up stubs 2006-04-08 19:14:30 +00:00
multibot.c Create final repository structure. 2007-06-28 17:47:08 +00:00
multigifts.c Create final repository structure. 2007-06-28 17:47:08 +00:00
multigifts.h Create final repository structure. 2007-06-28 17:47:08 +00:00
multiint.c fix some simple compile warnings (some of them would be bugs on non-i386) 2006-05-03 23:10:36 +00:00
multiint.h Added support for *.addon.lev files in mods. 2005-12-28 16:19:33 +00:00
multijoin.c Integrated master server patch from Henri Valta. 2005-12-02 21:45:42 +00:00
multijoin.h Create final repository structure. 2007-06-28 17:47:08 +00:00
multilimit.c Create final repository structure. 2007-06-28 17:47:08 +00:00
multilimit.h Create final repository structure. 2007-06-28 17:47:08 +00:00
multimenu.c fix some simple compile warnings (some of them would be bugs on non-i386) 2006-05-03 23:10:36 +00:00
multimenu.h Changes in the map selection GUI. 2005-12-28 18:28:12 +00:00
multiopt.c Integrated master server patch from Henri Valta. 2005-12-02 21:45:42 +00:00
multiplay.c Fixed data directory problem. 2006-02-11 09:00:20 +00:00
multiplay.h Create final repository structure. 2007-06-28 17:47:08 +00:00
multirecv.h Create final repository structure. 2007-06-28 17:47:08 +00:00
multistat.c Create final repository structure. 2007-06-28 17:47:08 +00:00
multistat.h Create final repository structure. 2007-06-28 17:47:08 +00:00
multistruct.c Create final repository structure. 2007-06-28 17:47:08 +00:00
multisync.c Create final repository structure. 2007-06-28 17:47:08 +00:00
objectdef.h Create final repository structure. 2007-06-28 17:47:08 +00:00
objects.c Create final repository structure. 2007-06-28 17:47:08 +00:00
objects.h Create final repository structure. 2007-06-28 17:47:08 +00:00
objmem.c Create final repository structure. 2007-06-28 17:47:08 +00:00
objmem.h Create final repository structure. 2007-06-28 17:47:08 +00:00
oprint.c Create final repository structure. 2007-06-28 17:47:08 +00:00
oprint.h Create final repository structure. 2007-06-28 17:47:08 +00:00
optimisepath.c Create final repository structure. 2007-06-28 17:47:08 +00:00
optimisepath.h Create final repository structure. 2007-06-28 17:47:08 +00:00
order.c Create final repository structure. 2007-06-28 17:47:08 +00:00
order.h Create final repository structure. 2007-06-28 17:47:08 +00:00
orderdef.h Create final repository structure. 2007-06-28 17:47:08 +00:00
player.c Create final repository structure. 2007-06-28 17:47:08 +00:00
player.h Create final repository structure. 2007-06-28 17:47:08 +00:00
power.c Create final repository structure. 2007-06-28 17:47:08 +00:00
power.h Create final repository structure. 2007-06-28 17:47:08 +00:00
powercrypt.c Create final repository structure. 2007-06-28 17:47:08 +00:00
powercrypt.h Create final repository structure. 2007-06-28 17:47:08 +00:00
projectile.c Create final repository structure. 2007-06-28 17:47:08 +00:00
projectile.h Create final repository structure. 2007-06-28 17:47:08 +00:00
radar.c Decreased min camera distance (will be useful for artists). 2005-11-30 21:09:38 +00:00
radar.h Create final repository structure. 2007-06-28 17:47:08 +00:00
raycast.c Create final repository structure. 2007-06-28 17:47:08 +00:00
raycast.h Create final repository structure. 2007-06-28 17:47:08 +00:00
research.c Create final repository structure. 2007-06-28 17:47:08 +00:00
research.h Create final repository structure. 2007-06-28 17:47:08 +00:00
researchdef.h Create final repository structure. 2007-06-28 17:47:08 +00:00
resource.h Create final repository structure. 2007-06-28 17:47:08 +00:00
scores.c fix some simple compile warnings (some of them would be bugs on non-i386) 2006-05-03 23:10:36 +00:00
scores.h Create final repository structure. 2007-06-28 17:47:08 +00:00
scriptai.c Create final repository structure. 2007-06-28 17:47:08 +00:00
scriptai.h Create final repository structure. 2007-06-28 17:47:08 +00:00
scriptcb.c Create final repository structure. 2007-06-28 17:47:08 +00:00
scriptcb.h Create final repository structure. 2007-06-28 17:47:08 +00:00
scriptextern.c Create final repository structure. 2007-06-28 17:47:08 +00:00
scriptextern.h Create final repository structure. 2007-06-28 17:47:08 +00:00
scriptfuncs.c intelmap.c: Add new "seqtext" display for displaying the subtitles 2006-05-08 15:10:45 +00:00
scriptfuncs.h Create final repository structure. 2007-06-28 17:47:08 +00:00
scriptobj.c Create final repository structure. 2007-06-28 17:47:08 +00:00
scriptobj.h Create final repository structure. 2007-06-28 17:47:08 +00:00
scripttabs.c Create final repository structure. 2007-06-28 17:47:08 +00:00
scripttabs.h Create final repository structure. 2007-06-28 17:47:08 +00:00
scriptvals.c Create final repository structure. 2007-06-28 17:47:08 +00:00
scriptvals.h Create final repository structure. 2007-06-28 17:47:08 +00:00
scriptvals_lexer.l Create final repository structure. 2007-06-28 17:47:08 +00:00
scriptvals_parser.y Create final repository structure. 2007-06-28 17:47:08 +00:00
selection.c Create final repository structure. 2007-06-28 17:47:08 +00:00
selection.h Create final repository structure. 2007-06-28 17:47:08 +00:00
seqdisp.c intelmap.c: Add new "seqtext" display for displaying the subtitles 2006-05-08 15:10:45 +00:00
seqdisp.h intelmap.c: Add new "seqtext" display for displaying the subtitles 2006-05-08 15:10:45 +00:00
stats.c Create final repository structure. 2007-06-28 17:47:08 +00:00
stats.h Create final repository structure. 2007-06-28 17:47:08 +00:00
statsdef.h Create final repository structure. 2007-06-28 17:47:08 +00:00
structure.c Create final repository structure. 2007-06-28 17:47:08 +00:00
structure.h Create final repository structure. 2007-06-28 17:47:08 +00:00
structuredef.h Create final repository structure. 2007-06-28 17:47:08 +00:00
target.c Create final repository structure. 2007-06-28 17:47:08 +00:00
target.h Create final repository structure. 2007-06-28 17:47:08 +00:00
text.c Minor changes in menus (new audio config menu). 2006-03-27 19:53:36 +00:00
text.h Minor changes in menus (new audio config menu). 2006-03-27 19:53:36 +00:00
texture.c Create final repository structure. 2007-06-28 17:47:08 +00:00
texture.h Create final repository structure. 2007-06-28 17:47:08 +00:00
transporter.c Create final repository structure. 2007-06-28 17:47:08 +00:00
transporter.h Create final repository structure. 2007-06-28 17:47:08 +00:00
version.c.tmpl cleaned the buildfiles a bit up: 2006-05-27 16:31:35 +00:00
version.h cleaned the buildfiles a bit up: 2006-05-27 16:31:35 +00:00
visibility.c When you load a savegame where two (enemy?) units are adjacent(?) to each other, its 2006-04-12 14:58:40 +00:00
visibility.h Create final repository structure. 2007-06-28 17:47:08 +00:00
warcam.c Create final repository structure. 2007-06-28 17:47:08 +00:00
warcam.h Create final repository structure. 2007-06-28 17:47:08 +00:00
warzoneconfig.c Create final repository structure. 2007-06-28 17:47:08 +00:00
warzoneconfig.h Create final repository structure. 2007-06-28 17:47:08 +00:00
water.c Create final repository structure. 2007-06-28 17:47:08 +00:00
weapons.h Create final repository structure. 2007-06-28 17:47:08 +00:00
winmain.h Create final repository structure. 2007-06-28 17:47:08 +00:00
wrappers.c - Remove CD handling code, which is not used anymore. 2006-04-08 15:58:27 +00:00
wrappers.h Create final repository structure. 2007-06-28 17:47:08 +00:00