.. |
imagelib
|
public: remove Q_sprintf, and patch all code that used it to use Q_snprintf instead
|
2023-04-26 05:20:45 +03:00 |
soundlib
|
Revert "engine: soundlib: wav: attempt to make FindNextChunk more safe"
|
2023-05-05 21:19:58 +03:00 |
base_cmd.c
|
engine: common: remove unused BaseCmd_Replace
|
2023-04-03 04:33:19 +03:00 |
base_cmd.h
|
engine: common: remove unused BaseCmd_Replace
|
2023-04-03 04:33:19 +03:00 |
cfgscript.c
|
|
|
cmd.c
|
public: remove Q_strcat and Q_strcpy, and patch the code that uses it
|
2023-04-26 05:20:45 +03:00 |
com_strings.h
|
engine: client: ref_common: eliminate COM_FreeLibrary in renderer names query, hardcoding them instead
|
2023-03-24 01:52:14 +03:00 |
common.c
|
filesystem: add new export FS_GetFullDiskPath, similar to FS_GetDiskPath, but generates full path to the file, including searchpath
|
2023-05-02 08:52:54 +03:00 |
common.h
|
engine: client: move scrn cvars to static allocation
|
2023-05-27 21:52:58 +03:00 |
con_utils.c
|
engine: add size argument to COM_Default/ReplaceExtension calls
|
2023-04-26 05:20:45 +03:00 |
crashhandler.c
|
engine: add size argument to COM_FileBase calls
|
2023-04-26 05:20:45 +03:00 |
custom.c
|
engine: common: custom: use IL_LOAD_PLAYER_DECAL flag when loading custom player decals
|
2022-12-05 04:56:07 +03:00 |
cvar.c
|
engine: common: cvar: do not check if cvar was registered in DirectSet when it has valid next pointer
|
2023-05-24 03:51:16 +03:00 |
cvar.h
|
engine: cvar: consolidate auto description for GLCONFIG cvars
|
2023-03-13 06:22:54 +03:00 |
dedicated.c
|
engine: common: remove unused IsBackgroundMap/Demo calls, remove unused gamma function
|
2023-04-03 04:33:19 +03:00 |
filesystem_engine.c
|
engine: filesystem: do not crash if engine was shutdown before filesystem was loaded
|
2023-04-30 10:14:02 +03:00 |
gamma.c
|
engine: common: remove unused IsBackgroundMap/Demo calls, remove unused gamma function
|
2023-04-03 04:33:19 +03:00 |
host_state.c
|
|
|
host.c
|
engine: move ref cvars to static allocation
|
2023-05-27 21:52:58 +03:00 |
hpak.c
|
engine: add size argument to COM_Default/ReplaceExtension calls
|
2023-04-26 05:20:45 +03:00 |
hpak.h
|
|
|
identification.c
|
public: remove Q_sprintf, and patch all code that used it to use Q_snprintf instead
|
2023-04-26 05:20:45 +03:00 |
infostring.c
|
public: remove Q_strcat and Q_strcpy, and patch the code that uses it
|
2023-04-26 05:20:45 +03:00 |
ipv6text.c
|
|
|
ipv6text.h
|
|
|
launcher.c
|
engine: platform: psvita: added developer mode button to launcher
|
2023-03-27 03:52:51 +03:00 |
lib_common.c
|
engine: common: lib_common: fix offset by one UB
|
2023-02-17 22:51:56 +03:00 |
library.h
|
|
|
masterlist.c
|
engine: server: move master announce logic to masterlist, keep unique heartbeat challenge and heartbeat timer for each master
|
2023-04-03 00:57:47 +03:00 |
mod_bmodel.c
|
engine: add size argument to COM_Default/ReplaceExtension calls
|
2023-04-26 05:20:45 +03:00 |
mod_local.h
|
engine: common: remove unused Mod_AmbientLevels
|
2023-04-03 04:33:19 +03:00 |
mod_sprite.c
|
engine: common: replace some obvious va uses by temp buffer and Q_snprintf or equivalent code
|
2023-03-13 06:08:36 +03:00 |
mod_studio.c
|
engine: add size argument to COM_FileBase calls
|
2023-04-26 05:20:45 +03:00 |
model.c
|
|
|
net_buffer.c
|
engine: network: remove unused MSG_Read/WriteBitFloat
|
2023-04-03 04:17:54 +03:00 |
net_buffer.h
|
engine: network: remove unused MSG_Read/WriteBitFloat
|
2023-04-03 04:17:54 +03:00 |
net_chan.c
|
engine: client: move scrn cvars to static allocation
|
2023-05-27 21:52:58 +03:00 |
net_encode.c
|
public: remove Q_strcat and Q_strcpy, and patch the code that uses it
|
2023-04-26 05:20:45 +03:00 |
net_encode.h
|
engine: common: net_encode: cosmetic changes, static-ize functions, move private macros
|
2023-04-18 05:16:57 +03:00 |
net_ws.c
|
public: remove Q_sprintf, and patch all code that used it to use Q_snprintf instead
|
2023-04-26 05:20:45 +03:00 |
net_ws.h
|
engine: network: remove some totally ununsed functions
|
2023-04-03 03:13:50 +03:00 |
netchan.h
|
engine: network: remove some totally ununsed functions
|
2023-04-03 03:13:50 +03:00 |
pm_debug.c
|
|
|
pm_local.h
|
engine: fix discarded const pointer qualifier in PM_HullPointContents
|
2023-01-14 10:57:22 +03:00 |
pm_surface.c
|
engine: merge PM_TraceTexture into PM_TraceTexturePmove
|
2023-01-05 23:59:31 +03:00 |
pm_trace.c
|
engine: fix discarded const pointer qualifier in PM_HullPointContents
|
2023-01-14 10:57:22 +03:00 |
protocol.h
|
engine: protocol: increase MAX_LIGHTSTYLES from 64 to 256, protocol limit as it encoded as unsigned byte
|
2023-04-20 10:35:21 +03:00 |
sequence.c
|
public: remove Q_strcat and Q_strcpy, and patch the code that uses it
|
2023-04-26 05:20:45 +03:00 |
sys_con.c
|
engine: common: enabled printing logs to stderr for psvita platform only in developer mode
|
2023-03-27 03:52:51 +03:00 |
system.c
|
engine: common: system: fix inverted COM_CheckStringEmpty in Sys_GetCurrentUser for Vita
|
2023-03-17 17:29:40 +03:00 |
system.h
|
engine: remove doublecolons from MSGBOX macros
|
2023-04-30 10:14:02 +03:00 |
tests.h
|
|
|
whereami.c
|
engine: whereami: update from our downstream fork (only cosmetic changes)
|
2023-05-15 01:51:14 +03:00 |
whereami.h
|
|
|
world.c
|
|
|
world.h
|
|
|
zone.c
|
engine: common: zone: restore Id Software and Darkplaces copyrights, add Xash3D FWGS copyrights
|
2023-04-15 02:39:16 +03:00 |