xash3d-fwgs/engine/common
2023-04-11 03:11:23 +03:00
..
imagelib engine: common: imagelib: fix loading cubemaps 2023-03-25 07:02:29 +03:00
soundlib engine: common: soundlib: add support for MP3 looping through custom ID3v2.4.0 tagging 2023-03-27 03:51:42 +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 engine: common: cmd: add Cbuf_AddTextf wrapper 2023-03-13 05:28:53 +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 engine: common: added COM_GetResourceTypeName function 2023-03-20 16:29:43 +03:00
common.h engine: common: remove unused IsBackgroundMap/Demo calls, remove unused gamma function 2023-04-03 04:33:19 +03:00
con_utils.c engine: common: con_utils: fix const qualifier discard in Con_CheckName 2023-03-14 00:35:07 +03:00
crashhandler.c engine: crashhandler: added support for minidumps generation 2023-03-11 04:28:25 +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: add exception for cl_dodmusic cvar to fix Day of Defeat Beta 1.3 music issue 2023-03-18 20:34:30 +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: fix searching filesystem_stdio on mobile platforms 2022-08-06 20:16:56 +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: add missing HPAK_CheckSize/Integrity calls 2023-04-03 06:04:48 +03:00
hpak.c engine: common: hpak: use statically allocated hpk_maxsize cvar because gamedll can re-register it for some reason 2023-04-03 06:22:55 +03:00
hpak.h engine: try to make hashpaks more compatible between 32-bit and 64-bit platforms 2022-09-20 21:57:13 +03:00
identification.c engine: common: identification: static-ize all functions 2023-04-03 04:04:25 +03:00
infostring.c engine: common: add printf-like version of Info_SetValueForKey function. 2023-03-11 15:28:54 +03:00
ipv6text.c engine: common: minor fixes to ipv6text library 2022-06-09 03:10:02 +03:00
ipv6text.h engine: common: minor fixes to ipv6text library 2022-06-09 03:10:02 +03:00
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: common: mod_bmodel: apply code style fixes to match existing code, for consistency 2023-04-11 03:11:23 +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: common: replace some obvious va uses by temp buffer and Q_snprintf or equivalent code 2023-03-13 06:08:36 +03:00
model.c engine: common: delete unused Mod_Handle function 2022-06-15 13:54:54 +03:00
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: network: remove some totally ununsed functions 2023-04-03 03:13:50 +03:00
net_encode.c engine: common: net_encode: fix strict aliasing by converting it to use float_bits_t union 2023-03-14 21:29:35 +03:00
net_encode.h
net_ws.c engine: network: remove some totally ununsed functions 2023-04-03 03:13:50 +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: client: consolidate modern and legacy protocol parsing functions, if possible 2023-02-11 06:06:21 +03:00
sequence.c engine: common: sequence: static-ize private functions 2023-04-03 04:33:19 +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: introduce Sys_DebugBreak function to raise an exception for debugger 2022-11-10 12:10:48 +03:00
tests.h engine: server: new IP filter, rewritten with IPv6 in mind 2022-06-09 03:10:02 +03:00
whereami.c engine: initial psvita build support 2023-03-11 07:09:14 +03:00
whereami.h engine: include whereami library to detect current executable path, may be reworked later if needed 2022-06-13 03:07:37 +03:00
world.c
world.h
zone.c engine: common: zone: use stdint types 2023-01-12 04:04:53 +03:00