5
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 22 hours ago.
May 07, 2024 — May 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed compile warnings with using an (unsigned int) -1, COM_AddPathHandle now uses FS_Load_File_Types for loading pak/pk3/pk4/wad files More... over 17 years ago
some more menu cleanup More... over 17 years ago
fs_filesize was not being set by with some VFS open calls, this should correct the rendering issue More... over 17 years ago
menu_options.c: added confirm quit. menu.c: cleaned up the quit message (formatting changes, looks tons better) More... over 17 years ago
Added Util_GetNextWordwrapString to be used when drawing a wordwrapped string.
cokeman
as cokeman1982
More... over 17 years ago
compilation fix after last commit More... over 17 years ago
removing EX_misc and EX_FunNames, moving a few usefull functions to utils.c More... over 17 years ago
another cleanup in source files sections More... over 17 years ago
clean up in common.h - moving regexp from QW262 into utils.c; moving some small declarations away too; More... over 17 years ago
Fixed crash by nulling structs after using Q_malloc since Johnny_cz changed it's behaviour not to null the memory that is allocated automatically.
cokeman
as cokeman1982
More... over 17 years ago
fix compilation in non-GL More... over 17 years ago
Fixed WTIH_FTE_VFS spelling mistake (with was spelt wrong) More... over 17 years ago
Added another define WITH_PK3, to avoid seg faulting people with *.pk3 in there quake directories More... over 17 years ago
small compilation fix More... over 17 years ago
Added hash.c to msvs project files More... over 17 years ago
Added conditional compile only when WITH_FTE_VFS is defined More... over 17 years ago
Added VFS layer handling, there is an issue with M_ScanSaves and knowing which directory to pass as the VFS layer does not provide file_from_gamedir support yet More... over 17 years ago
Added support for VFS layer handling of files, replaced FILE *, FS_FOpenFile & fread with vfsfile_t *, FS_OpenVFS & VFS_READ More... over 17 years ago
Added conditional compilation of FS_AddGameDirectory ezquake and FS_AddGameDirectory fte version More... over 17 years ago
Added initial support for VFS layer handling of files, replaced FILE *, FS_FOpenFile & fread with vfsfile_t *, FS_OpenVFS & VFS_READ. This is incomplete however as the VFS layer does not provide a feof equivalent More... over 17 years ago
Added support for VFS layer handling of files, replaced FS_FOpenFile & fread with FS_OpenVFS & VFS_READ More... over 17 years ago
Update FTE VFS handling code, this is now at least a little operational and works mostly for standard OS files and for pak files, pak3 support is broken and will seg fault due to library incompatibility with fte's minizip library More... over 17 years ago
Removed fs_fte from compilation list More... over 17 years ago
Changed the compile define from FTE_FS to WITH_FTE_VFS More... over 17 years ago
Removed FTE_FS from quakedef and added a commented out WITH_FTE_VFS to the Makefile More... over 17 years ago
Removed fs_fte.c as the functionality has been moved to fs.c More... over 17 years ago
cleanup in source files sections More... over 17 years ago
KTX instagib: "was gibbed by" => "was instagibbed by" to avoid conflictions with other death messages. More... over 17 years ago
i think i broke some stuff with my last commit :F. Here's a fix i hope. also some minor touch-ups, last one for today. gn More... over 17 years ago
some more improvements to the menu options. More... over 17 years ago