]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
fixed all VS2005 deprecated function warnings
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 17 Jun 2008 10:46:24 +0000 (10:46 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 17 Jun 2008 10:46:24 +0000 (10:46 +0000)
commitf87cf4e9590a353b5253b5bf098ec4450d49a965
tree206d132330bc91e22a9d6d1568e837291ac93768
parent57c1440ade69ebe8e69c5efdccef084b9d6a507c
fixed all VS2005 deprecated function warnings
found one actual buffer overrun problem in GetMapList (map name
completion was using sprintf with a 64 character buffer, which is EASILY
overflowed)
added VS2005 projects

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8365 d7cf8633-e32d-0410-b094-e92efae38249
33 files changed:
cl_demo.c
cl_parse.c
cl_particles.c
cl_screen.c
cl_video.c
clvm_cmds.c
common.c
console.c
cvar.c
darkplaces-dedicated.vcproj [new file with mode: 0755]
darkplaces-sdl.vcproj [new file with mode: 0755]
darkplaces.sln [new file with mode: 0755]
darkplaces.vcproj [new file with mode: 0755]
fs.c
gl_rmain.c
host_cmd.c
image.c
keys.c
lhnet.c
menu.c
model_alias.c
model_brush.c
model_sprite.c
netconn.c
prvm_cmds.c
prvm_edict.c
r_shadow.c
sbar.c
snd_main.c
sys_linux.c
sys_sdl.c
sys_shared.c
todo