]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
fixed bug with effectinfo.txt loading so that it now loads the proper
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 10 May 2010 06:29:56 +0000 (06:29 +0000)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 15 May 2010 20:56:47 +0000 (22:56 +0200)
commit3b30e46c438004cb7715429dd71a212524c471eb
treee90731350607b8808cba2fdaeb5cd7e0cc6444d5
parentd7a8932a47ef10aa00aff3030a5a4e16b34d1c2a
fixed bug with effectinfo.txt loading so that it now loads the proper
name for the map
added cl.worldmessage, cl.worldname, cl.worldbasename,
cl.worldnamenoextension strings (and sv. versions) as well as cvars

audited all use of these variables in the engine for consistent behavior
basename generation for maps now strips only maps/ prefix (allowing
subdirectory paths to be preserved)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10185 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=ef9fefb7ab57b0bfe6c159b75ea905db519c7cdd
13 files changed:
cl_main.c
cl_parse.c
cl_particles.c
cl_screen.c
client.h
csprogs.c
gl_rmain.c
host_cmd.c
netconn.c
r_shadow.c
sbar.c
server.h
sv_main.c