]> icculus.org git repositories - divverent/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)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 10 May 2010 06:29:56 +0000 (06:29 +0000)
commitef9fefb7ab57b0bfe6c159b75ea905db519c7cdd
tree9b0bde69b0b4048818cbadcc3e8d7872f2b56659
parent9399e2dd28d4db4dde5fc1f03af9cbf2c3aad3ac
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
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