2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-24 18:59:50 +01:00
xash3d-fwgs/engine/common
Emil Tomczyk abd7f3dca3
engine: crashhandler: changed register names for NetBSD x86 (#1414)
Probably also needs change for x86_64
2023-08-30 18:53:41 +03:00
..
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 engine: soundlib: snd_mp3: fix extra-format-args 2023-08-21 10:02:43 +03:00
base_cmd.c
base_cmd.h
cfgscript.c
cmd.c engine: server: static-ize functions in sv_game. Set GAME_EXPORT attribute to server GameAPI functions 2023-06-19 07:11:49 +03:00
com_strings.h
common.c engine: remove czeror sequence parser 2023-07-26 19:40:03 +03:00
common.h engine: don't release DLL that wasn't loaded during settings.scr parsing. This should be deleted as soon as possible! 2023-08-03 01:11:06 +03:00
con_utils.c engine: fix inverted check in DLL unloading in settings.scr parsing 2023-08-03 02:40:02 +03:00
crashhandler.c engine: crashhandler: changed register names for NetBSD x86 (#1414) 2023-08-30 18:53:41 +03:00
custom.c
cvar.c engine: common: cvar: fix buffer overflow in Cvar_ValidateString 2023-08-03 01:12:16 +03:00
cvar.h engine: common: cvar: remove unused CVAR_TO_BOOL macro 2023-05-27 21:52:58 +03:00
dedicated.c engine: server: static-ize sv_phys functions, set GAME_EXPORT attribute for PhysicAPI functions 2023-06-19 07:32:22 +03:00
filesystem_engine.c filesystem: update optional funcs interface, add platform-specific GetNativeObject call 2023-06-05 20:30:18 +03:00
gamma.c
host_state.c
host.c engine: common: move host 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 engine: server: static-ize functions in sv_game. Set GAME_EXPORT attribute to server GameAPI functions 2023-06-19 07:11:49 +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
lib_common.c
library.h
masterlist.c
mod_bmodel.c engine: server: static-ize sv_phys functions, set GAME_EXPORT attribute for PhysicAPI functions 2023-06-19 07:32:22 +03:00
mod_local.h engine: common: move model cvars to static allocation 2023-05-27 21:52:58 +03:00
mod_sprite.c
mod_studio.c engine: common: move model cvars to static allocation 2023-05-27 21:52:58 +03:00
model.c engine: common: move model cvars to static allocation 2023-05-27 21:52:58 +03:00
net_buffer.c engine: common: net_buffer: use uint32_t in place of dword 2023-06-06 00:28:23 +03:00
net_buffer.h engine: common: net_buffer: use stdint.h types in sizebuf_t reading/writing funcs 2023-06-06 00:26:54 +03:00
net_chan.c engine: common: fix warning about read-only cvar. In fact, we should force set them. 2023-07-22 05:50:38 +03:00
net_encode.c engine: common: net_encode: fix usage of new Delta_ClampIntegerField, minor fixes 2023-06-28 14:30:06 +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: net_ws: fix printing multicast IPv6 address 2023-08-03 01:11:54 +03:00
net_ws.h engine: common: move network cvars to static allocation 2023-05-27 21:52:58 +03:00
netchan.h
pm_debug.c
pm_local.h
pm_surface.c
pm_trace.c engine: server: static-ize sv_pmove functions 2023-06-19 07:38:18 +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
sys_con.c engine: common: sys_con: always read from stdin when engine is in dedicated mode 2023-06-30 01:44:03 +03:00
system.c
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