2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-17 07:27:57 +01:00
xash3d-fwgs/engine/common
2024-06-15 13:44:26 +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
cmd.c engine: ensure character signness when checking for nonprintable characters 2024-06-07 22:22:13 +03:00
com_strings.h ref: move loading skybox into the engine 2024-06-11 02:07:44 +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: common: make Host_IsLocalGame and Host_IsLocalClient inlined 2024-06-13 01:20:14 +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: 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
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
filesystem_engine.c engine: host: avoid some of unnecessary double-to-float conversions 2024-06-12 10:20:09 +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
host.c engine: common: make Host_IsLocalGame and Host_IsLocalClient inlined 2024-06-13 01:20:14 +03:00
hpak.c 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
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
infostring.c
ipv6text.c
ipv6text.h
launcher.c
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
mod_studio.c engine: common: mod_studio: reject models with split textures files that cannot be loaded 2024-06-14 11:34:42 +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
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
pm_trace.c
protocol.h engine: add quake svc messages names 2024-06-15 11:04:30 +03:00
sounds.c
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
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