843 Commits (40041e30eb0dd93b6484c2b0057b21e3b70c15e3)

Author SHA1 Message Date
mittorn bee81e9723 engine: Make SDL_GetBasePath error not fatal 9 months ago
mittorn b949da291e engine: fix strict aliasing issues found by an old armv7hf compiler 9 months ago
Alibek Omarov 2ecbe5b67e engine: add testing master server at mentality.rip:27011 9 months ago
Alibek Omarov 2d79f3ef7a engine: common: sys_con: enable writing build commit, os and arch to the engine.log 9 months ago
Ivan Avdeev a251600c8a
engine: common: imagelib: add KTX2 support (#1455) 9 months ago
Alibek Omarov 7222c74000 engine: host: expose new -borderless flag in command line help 9 months ago
Alibek Omarov 34fa1b5ec8 engine: remove PORT_CLIENT, we should randomize client port by default, thus allowing easier connections from same IP address 9 months ago
Alibek Omarov e4ae386964 engine: network: fix incorrect usage of qboolean, when it should be net_gai_state_t 10 months ago
Alibek Omarov aeece35291 engine: soundlib: mp3: fix check for Unicode in ID3v2.4 TXXX tag 10 months ago
Emil Tomczyk abd7f3dca3
engine: crashhandler: changed register names for NetBSD x86 (#1414) 10 months ago
Alibek Omarov ab5a9eec53 engine: soundlib: snd_mp3: fix extra-format-args 11 months ago
Alibek Omarov 4ed562697b engine: soundlib: fix sizeof parameter in previous commit, I'm an idiot 11 months ago
Alibek Omarov 64166c7d82 engine: soundlib: fix slashes in Sound_GetApproxWavePlayLen, as it can be called from game DLL 11 months ago
Alibek Omarov 0df89bddeb engine: common: ipv6text: accept changes from upstream GameNetworkingSockets 11 months ago
Alibek Omarov 79f2c69963 engine: soundlib: missing newline in warning message about truncated WAV file 11 months ago
Alibek Omarov 2067667c9c engine: fix inverted check in DLL unloading in settings.scr parsing 11 months ago
Alibek Omarov e017b9145f engine: common: cvar: fix buffer overflow in Cvar_ValidateString 11 months ago
Alibek Omarov c1c27c5f18 engine: net_ws: fix printing multicast IPv6 address 11 months ago
Alibek Omarov aee99f6094 engine: don't release DLL that wasn't loaded during settings.scr parsing. This should be deleted as soon as possible! 11 months ago
Alibek Omarov bf03f739bb engine: soundlib: snd_wav: take FindNextChunk fixes from FTEQW 11 months ago
Alibek Omarov e23580c1de engine: remove czeror sequence parser 12 months ago
Alibek Omarov b39378a6da engine: common: fix warning about read-only cvar. In fact, we should force set them. 12 months ago
Alibek Omarov 013bfe5c34 engine: common: sys_con: always read from stdin when engine is in dedicated mode 1 year ago
Alibek Omarov 6ea8d141d9 engine: common: net_encode: fix usage of new Delta_ClampIntegerField, minor fixes 1 year ago
Alibek Omarov bdc2390d41 Revert "engine: common: net_encode: rewrite Delta_CompareField to be more efficient" 1 year ago
Alibek Omarov acc113309c Revert "engine: common: net_encode: fix Delta_CompareField to include integer clamping, in case if no updates happen in significant bits" 1 year ago
Alibek Omarov 5afda72290 engine: common: net_encode: simplify Delta_ClampIntegerField 1 year ago
Alibek Omarov 6a7b330463 engine: common: net_encode: fix Delta_CompareField to include integer clamping, in case if no updates happen in significant bits 1 year ago
Alibek Omarov f5b9826fd9 engine: common: net_encode: directly access delta description struct than searching for it every time 1 year ago
Alibek Omarov 82addf11bb engine: common: net_encode: rewrite Delta_CompareField to be more efficient 1 year ago
Alibek Omarov 40e248aa63 engine: common: remove unused tentlist_t definition 1 year ago
Alibek Omarov 7e06d049f5 engine: common: static-ize common.c functions, set GAME_EXPORT to API functions 1 year ago
Alibek Omarov 8350d81c18 engine: server: static-ize sv_pmove functions 1 year ago
Alibek Omarov 57499dea33 engine: server: static-ize sv_phys functions, set GAME_EXPORT attribute for PhysicAPI functions 1 year ago
Alibek Omarov 6b223f1325 engine: server: static-ize functions in sv_game. Set GAME_EXPORT attribute to server GameAPI functions 1 year ago
Alibek Omarov 23f1c43282 engine: common: net_buffer: use uint32_t in place of dword 1 year ago
Alibek Omarov a7c76ac0bf engine: common: net_buffer: use stdint.h types in sizebuf_t reading/writing funcs 1 year ago
Alibek Omarov 26959cd280 engine: common: net_encode: use stdint.h types in Delta_CompareField 1 year ago
Alibek Omarov ba039b8e71 engine: drop XASH_DYNAMIC_DLADDR 1 year ago
Alibek Omarov 02ce80981c filesystem: update optional funcs interface, add platform-specific GetNativeObject call 1 year ago
Alibek Omarov 7fd1534753 engine: common: cvar: remove unused CVAR_TO_BOOL macro 1 year ago
Alibek Omarov 9e0d389d9e engine: server: moved server cvars to static allocation 1 year ago
Alibek Omarov 70b26a13c2 engine: allow ref dlls to use convar_t 1 year ago
Alibek Omarov 4ce2475602 engine: common: move network cvars to static allocation 1 year ago
Alibek Omarov e7ece41ba0 engine: common: move model cvars to static allocation 1 year ago
Alibek Omarov 214fc7e827 engine: common: move host cvars to static allocation 1 year ago
Alibek Omarov 1ee01163b7 engine: client: move scrn cvars to static allocation 1 year ago
Alibek Omarov 5d7d5319fd engine: move ref cvars to static allocation 1 year ago
Alibek Omarov f13c285287 filesystem: verbose error printing in FS_SetCurrentDirectory, move error reporting from engine 1 year ago
Alibek Omarov cb43df43ef engine: common: cvar: do not check if cvar was registered in DirectSet when it has valid next pointer 1 year ago