.. |
imagelib
|
engine: imagelib: fix possible NULL dereference
|
2024-04-04 20:42:25 +03:00 |
soundlib
|
engine: soundlib: libmpg: add wrappers on top of libc read & lseek in case they don't match internal mpg123 types
|
2024-06-02 09:19:17 +03:00 |
base_cmd.c
|
engine: common: base_cmd: use flexible array to store basecmd name
|
2024-04-28 06:59:18 +03:00 |
base_cmd.h
|
engine: common: base_cmd: use flexible array to store basecmd name
|
2024-04-28 06:59:18 +03:00 |
cfgscript.c
|
engine: fix -Wmissing-prototypes
|
2024-01-28 09:55:18 +03:00 |
cmd.c
|
engine: ensure character signness when checking for nonprintable characters
|
2024-06-07 22:22:13 +03:00 |
com_strings.h
|
engine: use common strings to name the engine, makes branding easier for custom forks
|
2024-03-19 21:11:10 +03:00 |
common.c
|
engine: common: ban few more executable types for COM_IsSafeFileToDownload
|
2024-05-31 00:43:28 +03:00 |
common.h
|
engine: fix possible buffer overflow in S_StreamGetCurrentState
|
2024-05-06 06:53:22 +03:00 |
con_utils.c
|
engine: avoid constants in Q_strncpy third argument, where possible
|
2024-05-06 14:27:26 +03:00 |
crashhandler.c
|
engine: Crashhandler support for Windows-on-ARM (arm/arm64)
|
2024-06-08 21:35:55 +03:00 |
custom.c
|
|
|
cvar.c
|
engine: forbid accessing cvars starting with con_ and scr_ through stufftext
|
2024-05-25 02:26:42 +03:00 |
cvar.h
|
|
|
dedicated.c
|
engine: clean up common.h header from unused function prototypes, or move them to appropriate header or C file
|
2024-01-28 10:00:17 +03:00 |
filesystem_engine.c
|
filesystem: copy absolute path to library in FS_FindLibrary for compatibility
|
2024-04-22 04:02:46 +03:00 |
host_state.c
|
engine: fix -Wmissing-prototypes
|
2024-01-28 09:55:18 +03:00 |
host.c
|
engine: avoid constants in Q_strncpy third argument, where possible
|
2024-05-06 14:27:26 +03:00 |
hpak.c
|
engine: hpak: don't print error about missing custom.hpak in quiet mode
|
2024-04-21 20:05:37 +03:00 |
hpak.h
|
|
|
identification.c
|
|
|
infostring.c
|
engine: fix -Wmissing-prototypes
|
2024-01-28 09:55:18 +03:00 |
ipv6text.c
|
|
|
ipv6text.h
|
|
|
launcher.c
|
|
|
lib_common.c
|
engine: clean up common.h header from unused function prototypes, or move them to appropriate header or C file
|
2024-01-28 10:00:17 +03:00 |
library.h
|
filesystem: copy absolute path to library in FS_FindLibrary for compatibility
|
2024-04-22 04:02:46 +03:00 |
masterlist.c
|
engine: avoid constants in Q_strncpy third argument, where possible
|
2024-05-06 14:27:26 +03:00 |
mod_bmodel.c
|
engine: fix using OpenMP PHS generation under Visual Studio
|
2024-06-02 10:34:10 +03:00 |
mod_local.h
|
engine: common: implement PHS calculation like in QuakeWorld/GoldSrc
|
2024-05-29 05:58:51 +03:00 |
mod_sprite.c
|
engine: fix -Wmissing-prototypes
|
2024-01-28 09:55:18 +03:00 |
mod_studio.c
|
|
|
model.c
|
engine: common: implement PHS calculation like in QuakeWorld/GoldSrc
|
2024-05-29 05:58:51 +03:00 |
net_buffer.c
|
engine: add GoldSrc protocol definitions
|
2024-04-22 04:02:46 +03:00 |
net_buffer.h
|
engine: temporarily disable ASan in MSG_WriteUBitLong (evil!)
|
2024-06-09 07:03:59 +03:00 |
net_chan.c
|
engine: netchan: append .ztmp extension instead of replacing original extension
|
2024-05-30 04:50:58 +03:00 |
net_encode.c
|
engine: common: net_encode: directly call MSG_ReadSBitLong for DT_TIMEWINDOW_*, don't do the multiplier check for DT_TIMEWINDOW_BIG
|
2024-04-20 20:48:01 +03:00 |
net_encode.h
|
|
|
net_ws.c
|
engine: common: net_ws: less verbose HTTP client, fix printing header size in case of an error
|
2024-05-31 00:07:14 +03:00 |
net_ws.h
|
|
|
netchan.h
|
|
|
pm_debug.c
|
|
|
pm_local.h
|
|
|
pm_surface.c
|
engine: fix -Wmissing-prototypes
|
2024-01-28 09:55:18 +03:00 |
pm_trace.c
|
engine: fix -Wmissing-prototypes
|
2024-01-28 09:55:18 +03:00 |
protocol.h
|
engine: add GoldSrc protocol definitions
|
2024-04-22 04:02:46 +03:00 |
sounds.c
|
engine: sounds: remove extra logging
|
2024-02-05 15:57:59 +03:00 |
sys_con.c
|
engine: don't forget to put newline at the end of overflowed console message
|
2024-04-21 20:21:17 +03:00 |
system.c
|
engine: exit with non-zero return code if engine tests are failed
|
2024-04-18 16:36:18 +03:00 |
system.h
|
engine: exit with non-zero return code if engine tests are failed
|
2024-04-18 16:36:18 +03:00 |
tests.h
|
engine: common: net_encode: implement basic delta tests
|
2024-04-17 20:27:22 +03:00 |
whereami.c
|
|
|
whereami.h
|
|
|
world.c
|
engine: moved link_t helpers to sv_world.c from world.c and made them static
|
2024-05-30 07:31:03 +03:00 |
world.h
|
engine: moved link_t helpers to sv_world.c from world.c and made them static
|
2024-05-30 07:31:03 +03:00 |
zone.c
|
engine: common: zone: check that Mem_FindPool might return NULL (it can if Sys_Error was called inside of a Sys_Error)
|
2024-04-19 00:14:26 +03:00 |