Knightmare66
92ef67ef44
Changed SetCrosshairNames(), SetFontNames(), and S_OGG_LoadFileList() to use FS_GetFileList().
...
Added zeroing of ogg_filelist pointer after free.
2019-10-12 19:54:15 -04:00
Knightmare66
2959cb730a
Fix possible memory leak in menu font and crosshair loading.
2019-10-11 15:30:46 -04:00
Knightmare66
01d78fcaf7
Added new FS_GetFileList() function to retrieve lists of files (by extension or filter) from both paks and game dirs.
...
Changed UI_LoadArenas() to use FS_GetFileList().
Exported FS_GetFileList() to game DLL.
2019-10-08 21:55:44 -04:00
Knightmare66
e3a80955cd
Replace strstr with non-ambiguous check for file extensions.
2019-08-29 16:58:21 -04:00
Knightmare66
d6e78497f8
Load .arena files not loading from directories, not just from paks.
...
Fix check of FL_REFLECT in M_CheckAttack() being overridden by other if blocks.
Changed falling armor damage to off by default.
Added sanity checks to cl_string.c->StringSetParams().
2019-08-18 02:38:19 -04:00
Knightmare66
cace814029
Set the teamplay box value based on dmflags.
2019-04-18 12:00:55 -04:00
Knightmare66
132b05f03a
Added check for autosave slot in LoadGameCallback() to not specify a non-existent saveshot.
...
Check for minumum length of saveshot name in SCR_DrawLoading().
Skip STX char before map title in dedicated console output.
Increased number of failed images/textures and walsizes to 1024 from 256.
Added one last modType() -> FS_ModType() change I forgot to commit.
2019-04-16 19:15:25 -04:00
Knightmare66
66c41c11aa
Fixed out-of-bounds array access when trying to draw saveshot for back action in save/load menus.
...
Also some other changes for renaming roguepath() to FS_RoguePath() I forgot to commit.
2019-04-15 15:00:12 -04:00
Knightmare66
f986267ae2
inital commit of full repository
2019-03-13 15:20:07 -04:00