Commit Graph

2973 Commits

Author SHA1 Message Date
Tim Angus
b3f148b848 Correct comment re console history 2025-10-27 12:42:54 +00:00
Tim Angus
170a052489 Set MIN_COMHUNKMEGS to match DEF_COMHUNKMEGS
Changes in ioq3, most notably in the OpenGL 2 renderer, have gradually
increased the mininum memory requirements, to the point where the
original value is too low for the Team Arena game, among other things,
so increase the minimum to match our (already increased) default. More
information in issue #816.
2025-10-26 10:19:03 +00:00
Tim Angus
f4ec9be44d Flush logfile when writing hunk log 2025-10-26 09:51:17 +00:00
Tim Angus
0ebf1df742 XDG home directory support 2025-10-19 15:58:27 +01:00
Tim Angus
da4f9bd13d Fix demo command file completion 2025-10-18 17:54:19 +01:00
Tim Angus
8cc9eb5eff Fix Com_Filter
Com_Filter uses a limited sort of proto-regex syntax including a
character class like construct, but prior to this change these did not
work if preceded by a * glob.
2025-10-18 17:50:32 +01:00
llbraughler
b9262943a4 Fix flare visibility in mirrors
Compute the flare's depth with the same projection used for the scene, then compare it to the depth we read.
2025-10-18 13:19:42 +01:00
Tim Angus
139695d196 Change renderergl1 r_mode default to match renderergl2 2025-10-18 12:33:11 +01:00
Tim Angus
cc884b7b75 Use FS_CreatePath in Sys_ErrorDialog 2025-10-17 17:54:58 +01:00
Tim Angus
b060aba07b Fix MSVC double truncation warnings 2025-10-17 17:42:37 +01:00
Tim Angus
d373394882 Use PRODUCT_NAME in config file comments 2025-10-17 14:20:53 +01:00
Tim Angus
8c19f7850d Better un-pure client error message 2025-10-17 14:20:53 +01:00
Tim Angus
a6f949c8a6 Stricter Info_Validate 2025-10-17 14:20:53 +01:00
Tim Angus
2bf82f1aba Remove inconsistent '.' in server message 2025-10-17 14:20:53 +01:00
Tim Angus
852adafe57 Render ANSI black text inverse (so that it is readable on black terminals) 2025-10-17 14:20:53 +01:00
Tim Angus
12ae6973a6 Extend size of serverInfo_t.hostName (handle longer server names) 2025-10-17 14:20:53 +01:00
Tim Angus
0d2348f936 Add CONFIG_PREFIX, for customising the config name 2025-10-17 14:20:40 +01:00
Tim Angus
c49d4d96bf When pak?.pk3 missing, open the destination folder in the file manager 2025-10-11 13:58:48 +01:00
Tim Angus
411f5a6924 Add Sys_OpenFolderInFileManager 2025-10-11 13:57:29 +01:00
Tim Angus
5c242be241 Move Sys_Exec within the file 2025-10-11 13:36:58 +01:00
Bernhard M. Wiedemann
1c1590d6c0 Drop build date from generated file
for reproducible builds.

Without this, dagcheck.c in the debugsource package
varies across builds.
2025-10-08 12:32:13 +01:00
Tim Angus
72b5fbe893 Remove unused/outdated null_* files 2025-10-07 22:13:30 +01:00
Tim Angus
bdbd6ff036 Fix warnings 2025-10-06 20:23:04 +01:00
smallmodel
1e30978722 Set the overflow flag when the number of bits written reaches the maximum size 2025-10-05 20:12:04 +01:00
llbraughler
addf0d9bea Implement ShowNormals in RendererGL2 2025-10-04 18:50:47 +01:00
Tim Angus
7d0117c183 Make sound channel exhaustion warning a Com_DPrintf 2025-10-03 20:17:20 +01:00
Tim Angus
441343538a Provide better advice re pak0.pk3 location on macOS 2025-09-25 13:14:03 +01:00
Tim Angus
56f9f94ee7 SV_RehashBans_f may be executed when the server isn't running (#785) 2025-09-22 21:34:59 +01:00
Zack Middleton
266357ffbe Increase start server map limit in Team Arena ui to match q3_ui
Allow reading more scripts/*.arena files and allow up to 1024 maps
instead of 128.
2025-09-22 16:11:02 +01:00
Tim Angus
d49ea96203 Don't add quotes when not needed for LCC process spawning 2025-09-19 16:15:41 +01:00
Tim Angus
3d8979f769 Add -Wshadow to compiler warnings 2025-09-08 21:22:31 +01:00
Tim Angus
54a798ad2e Fix typo 2025-09-08 18:28:41 +01:00
Tim Angus
f30ace1476 Better warning fix (that doesn't crash) 2025-09-07 20:48:43 +01:00
Tim Angus
c0f3fe4b00 Fix quotes in comments 2025-09-07 17:52:51 +01:00
Tim Angus
5449053008 Fix macOS deprecated constants 2025-09-07 17:18:12 +01:00
Tim Angus
65a1da4a01 Enable format warnings under MinGW 2025-09-07 17:18:07 +01:00
Tim Angus
07b9c1bd83 Wrap __attribute__s in macros 2025-09-07 17:16:31 +01:00
Tim Angus
f976711fb4 Fix various warnings 2025-09-07 17:03:20 +01:00
Tim Angus
7af7608f62 Fix uninitialised variable warning 2025-09-06 12:10:37 +01:00
Tim Angus
2168a7ac37 More generic de-duplication of path vars 2025-09-05 09:21:43 +01:00
Tim Angus
fd76af637f Move online store defines closer to where they're used
It makes little sense to centralise the definitions for things like
Steam, GoG, etc.. These paths are only useful in the case where the user
has derived the data from such a store, has installed ioq3 in a separate
location, and we want it do be able to find said data. If a derivative
project has deployed (binaries and all) on e.g. Steam then for them
fs_basepath will already be correct, and fs_steampath is not useful.
2025-09-04 15:40:55 +01:00
Tim Angus
693c1f1e92 Add null/empty parameter guard to FS_CreatePath 2025-09-04 15:40:55 +01:00
Tim Angus
6b4b1dc84d Remove unused homedir botlib variable 2025-09-04 15:40:55 +01:00
Tim Angus
a983d4357b Remove redundant buffers on *nix 2025-09-04 15:40:55 +01:00
Tim Angus
86f9630a40 Remove (non-existent) Sys_SetDefaultHomePath declaration 2025-09-04 15:40:55 +01:00
Tim Angus
9f09335084 Remove unused FS_Rename 2025-09-04 15:40:55 +01:00
Tim Angus
0df22a99d8 Replace FS_*_FOpenFileWrite bodies with call to FS_OSPath_FOpenFileWrite 2025-09-04 15:40:55 +01:00
Tim Angus
ca1ea17f0d Add const to FS_CreatePath argument 2025-09-04 15:40:55 +01:00
Tim Angus
3b90b76d7f Rename FS_SV_* to FS_BaseDir_* 2025-09-04 15:40:55 +01:00
Tim Angus
cadc8ab017 Add FS_BaseDir_BuildOSPath and replace hacky uses of FS_BuildOSPath 2025-09-04 15:40:55 +01:00