xash3d-fwgs/engine/common
Alibek Omarov 0fab5f07d0 Revert "engine: common: mod_studio: reject models with split textures files that cannot be loaded"
This reverts commit 3256236ba2.
2024-06-18 22:50:06 +03:00
..
imagelib engine: increase logo and hpak limits, add cl_logomaxdim cvar to limit decal size (set to 96, default HL logo size is 64) 2024-06-11 07:47:01 +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: allow to change hardcoded path to custom.hpk 2024-06-15 17:22:26 +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: allow to change hardcoded path to custom.hpk 2024-06-15 17:22:26 +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: remove unused host.hMutex and host.hInst 2024-06-12 10:20:09 +03:00
custom.c engine: allow to change hardcoded path to custom.hpk 2024-06-15 17:22:26 +03:00
cvar.c engine: forbid accessing cvars starting with con_ and scr_ through stufftext 2024-05-25 02:26:42 +03:00
cvar.h engine: cvar: add Cvar_DirectSetValue function 2024-01-13 05:18:30 +03:00
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 engine: host: avoid some of unnecessary double-to-float conversions 2024-06-12 10:20:09 +03:00
host.c engine: allow to change hardcoded path to custom.hpk 2024-06-15 17:22:26 +03:00
host_state.c engine: reformat and reorder host_parm_s struct, remove now unused host.daemonize and host.enabledll 2024-06-12 11:16:26 +03:00
hpak.c engine: allow to change hardcoded path to custom.hpk 2024-06-15 17:22:26 +03:00
hpak.h engine: increase logo and hpak limits, add cl_logomaxdim cvar to limit decal size (set to 96, default HL logo size is 64) 2024-06-11 07:47:01 +03:00
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 engine: fix -Wmissing-prototypes 2024-01-28 09:55:18 +03:00
ipv6text.c engine: common: ipv6text: accept changes from upstream GameNetworkingSockets 2023-08-08 19:38:57 +03:00
ipv6text.h engine: common: ipv6text: accept changes from upstream GameNetworkingSockets 2023-08-08 19:38:57 +03:00
launcher.c engine: remove single-binary option. Now platforms that don't need external launcher, shall set env.DISABLE_LAUNCHER 2023-12-30 23:45:17 +03:00
lib_common.c engine: host: refactoring, reduce usage of global variables a bit 2024-06-12 10:20:09 +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: bring back texture replacement 2024-06-11 06:16:26 +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 Revert "engine: common: mod_studio: reject models with split textures files that cannot be loaded" 2024-06-18 22:50:06 +03:00
model.c engine: common: implement PHS calculation like in QuakeWorld/GoldSrc 2024-05-29 05:58:51 +03:00
net_buffer.c engine: add quake svc messages names 2024-06-15 11:04:30 +03:00
net_buffer.h engine: fix NO_ASAN macro usage with MSVC 2024-06-09 09:37:16 +03:00
net_chan.c engine: common: net_chan: remove unneeded check for demo and remote address in netchan, as it's handled in client and server already 2024-06-15 13:44:26 +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 engine: common: net_encode: directly access delta description struct than searching for it every time 2023-06-27 19:56:32 +03:00
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 engine: common: move network cvars to static allocation 2023-05-27 21:52:58 +03:00
netchan.h engine: add testing master server at mentality.rip:27011 2023-10-22 19:39:58 +03:00
pm_debug.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
pm_local.h engine: fix discarded const pointer qualifier in PM_HullPointContents 2023-01-14 10:57:22 +03:00
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 quake svc messages names 2024-06-15 11:04:30 +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: host: refactoring, reduce usage of global variables a bit 2024-06-12 10:20:09 +03:00
system.h engine: host: refactoring, reduce usage of global variables a bit 2024-06-12 10:20:09 +03:00
tests.h engine: common: net_encode: implement basic delta tests 2024-04-17 20:27:22 +03:00
whereami.c engine: common: comply with C89 in OpenBSD wai_getExecutablePath 2023-11-25 14:29:52 +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 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