]> git.xonotic.org Git - xonotic/darkplaces.git/commit
- Sys_LoadLibrary now accepts several possible names for a DLL (it fixes
authormolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 9 Jan 2005 09:07:08 +0000 (09:07 +0000)
committermolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 9 Jan 2005 09:07:08 +0000 (09:07 +0000)
commit5f287be4a74858793ea36ca8144e2b1720d99d9f
treeae863f7f99c931578f952554b8b5eb11cfc5eb40
parent0eb5d2a0da270e3c2a893223570a326bcde02f11
- Sys_LoadLibrary now accepts several possible names for a DLL (it fixes
the PK3 and Vorbis supports on NetBSD)
- Added a check for absolute paths in FS_CheckNastyPath
- Moved "COM_Shutdown" after "Log_Close" in the shutdown process to make
sure the FS code is still active when we close the log file
- Factorized some code in the FS module
- Made the "listdirectory" parameter "const"
- Fixed a warning in "prvm_cmds.c" when compiling with GCC

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4909 d7cf8633-e32d-0410-b094-e92efae38249
common.h
filematch.c
fs.c
host.c
jpeg.c
prvm_cmds.c
snd_ogg.c
sys.h
sys_shared.c