817 Commits (37b8d5da7961900f3a3559aa4d26eac13b03b49b)

Author SHA1 Message Date
Alibek Omarov a675806c91 engine: imagelib: img_ktx2: don't allow to load images with no mip levels 7 months ago
Alibek Omarov 683c4874f8 common: add ALLOC_CHECK macro that enables attribute alloc_size on GCC that allows to prevent suspicious allocation sizes 7 months ago
Alibek Omarov 1e0107944f engine: make sys_timescale non-cheat, like host_framerate 7 months ago
Alibek Omarov 350d8ccb7b engine: common: cvar: unused variables cleanup 7 months ago
Alibek Omarov 40c9a2fb82 engine: make Mod_SampleSizeForFace accept const surface 7 months ago
Alibek Omarov 4c3c3529e9 engine: network: rename length variable to something that makes sense. Add usage line to http_addcustomserver 7 months ago
Alibek Omarov 7051b844ff engine: network: set HTTP buffer to 8kb on all systems, without depending on random constant like BUFSIZ 7 months ago
Henry Ford e7e1677786 engine: common: comply with C89 in OpenBSD wai_getExecutablePath 7 months ago
Henry Ford f330aac113 engine: common: dont inlcude ucontext.h on OpenBSD where it doesnt exist 7 months ago
Alibek Omarov 76564958d1 engine: host: hide -nativeegl for Android SDL builds 8 months ago
Alibek Omarov a41902bd46 engine: mod_bmodel: detect water textures by texture name like LoadSurfaces does 8 months ago
Alibek Omarov 597429cf41 engine, filesystem: unify GetNativeObject between all the APIs. Allow getting filesystem APIs through GetNativeObject 8 months ago
Alibek Omarov 5ea074a1fd engine: fix build issues pointed by @Velaron 8 months ago
Alibek Omarov a62a9429c9 engine: launcher: remove Windows code from single binary launcher, as Windows completely supports running from external launcher and don't need dedicated builds 8 months ago
Alibek Omarov 4d7d592918 engine: mod_bmodel: completely get rid of global loadmodel pointer 8 months ago
Alibek Omarov c5e91f299b engine: mod_studio: reduce dependency on global loadmodel pointer, make it private for brush model loader 8 months ago
Alibek Omarov cff276db71 engine: client: mod_dbghulls: reduce dependency on global loadmodel pointer 8 months ago
Alibek Omarov 30d1492b93 engine: remove Set/GetCurrentLoadingModel from RefAPI 8 months ago
Alibek Omarov 8fb908e3d4 engine: server: disable SV_UnloadProgs, only call it when shutting down engine 8 months ago
Alibek Omarov d8b261370a engine: common: do not probe server to collect cvars for game.cfg (CHECK THIS) 8 months ago
Alibek Omarov ce39255ef0 engine: host: set rootdir on Android SDL port 8 months ago
Alibek Omarov 6f6ddbce28 engine: add argument -timedemo that makes engine run timedemo and exit 8 months ago
Alibek Omarov 9e107e900c engine: network: fix async NS resolve 9 months ago
Alibek Omarov b9ca0d4563 engine: common: network: more simple IP address copying from sockaddr to netadr_t and back 9 months ago
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