3133 Commits (273bccdc9a1db0011c2c823321d91cfeaffe8754)
 

Author SHA1 Message Date
Alibek Omarov 273bccdc9a
engine: nswitch: fix compiling by removing stdc++ from SDL2 dependencies as we link it later (#1519) 7 months ago
Alibek Omarov f0a2362da3 engine: wscript: another try, link nswitch port using gcc and not g++ 7 months ago
Alibek Omarov be8ade23e8 engine: wscript: add -nostdlib++ for nswitch so we avoid implicit linking to standard C++ library (we link it explicitly ourselves) 7 months ago
Alibek Omarov 6814908d80 scripts: gha: enable verbose build for nswitch port 7 months ago
Alibek Omarov 08dbfc45d3 ref: gl: refactor getting edge position, texture and lightmap coords 7 months ago
Alibek Omarov 89f9b3df68 public: make simple bbox functions inline 7 months ago
Alibek Omarov 40c9a2fb82 engine: make Mod_SampleSizeForFace accept const surface 7 months ago
Andrey Akhmichin a34c22fb10 engine: client: add support for "mp3 playfile/loopfile" commands. 7 months ago
Alibek Omarov e161ff0f7a mainui: update 7 months ago
Alibek Omarov fee42eab5a mainui: update 7 months ago
Alibek Omarov 2d2e03f235 engine: server: reset edict in ParseSaveTables like GoldSrc does which fixes messed up entities in mods that have advanced save-restore system (thanks to vasiavasiavasia95 for figuring out this bug) 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
Alibek Omarov 68377435c8 engine: server: remove legacy light -> light_level entity key rewrite 7 months ago
Henry Ford 652b1804a8 wscript: make libdl optional for systems that include it in libc 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
Henry Ford dbdd330cf7 wscript: try to find alloca in stdlib.h on platforms without alloca.h or malloc.h 7 months ago
Andrey Akhmichin c448c7b0b1 utils: mdldec: avoid double ".smd" extension output. 7 months ago
Andrey Akhmichin 8d7b9c2f01 utils: mdldec: always write trailing slash for non-empty destination path. 7 months ago
Alibek Omarov b6a235445a vgui_support: update submodule 7 months ago
Alibek Omarov 9fcd4baa87 engine: client: gameui: expose animated_title and hd_background flags to main menu API 7 months ago
Alibek Omarov fb0102eb8e filesystem: add support for two new liblist.gam keys: animated_title and hd_background 7 months ago
Alibek Omarov 9c1afaa372 filesystem: fix noskills being written as nomodels in gameinfo.txt 7 months ago
Alibek Omarov 1d1a6badb5 filesystem: VFileSystem009: HL25 compatibility (one single new method) 7 months ago
Andrey Akhmichin 2d41c9cb15 utils: mdldec: texture.c: add Targa image format output support. 7 months ago
Alibek Omarov 722cbe1f02 filesystem: forgot to add defaults.h include 7 months ago
Alibek Omarov 8ac2c241c4 mainui: update 7 months ago
Alibek Omarov dd11f73951 filesystem: respect DEFAULT_MAX_EDICTS value 7 months ago
Alibek Omarov a443547d4d common: defaults: add default macro for default gameinfo max_edicts value 7 months ago
Andrey Akhmichin 7a795edeb5 utils: mdldec: better validation checks. 7 months ago
Andrey Akhmichin a8cbfb8dda Documentation: opensource-mods.md: update link to cs16-client. 7 months ago
SNMetamorph 5216cccef4 engine: server: added singleplayer check for userinfo update 7 months ago
SNMetamorph a87f399e68 engine: client: revert export for pfnSPR_Load and pfnSPR_Frames functions 7 months ago
Andrey Akhmichin dd310ab851 ci: upgrade freebsd tasks. 7 months ago
Andrey Akhmichin 16cc0ca0fe ref: gl: gl2_shim: replace "malloc.h" header with ALLOCA_H macro. 7 months ago
Alibek Omarov 83d26ad233 engine: server: add sv_allow_autoaim cvar 7 months ago
Alibek Omarov d1f9a8f2db mainui: updates for HL25 7 months ago
Alibek Omarov a2e1071808 game_launch: force link libm on Linux to workaround HL25 bug 7 months ago
Alibek Omarov 0aa8a2891c engine: client: add gles3compat to renderers list 8 months ago
Alibek Omarov c0ceab7513 wscript: enable ref_gles3compat for Android 8 months ago
Velaron 5c90e716cb engine: platform: android: refactoring 8 months ago
Velaron 0073225549 scripts: gha: Android deps and build scripts 8 months ago
Alibek Omarov d03a64602b wscript: change defaults for Android 8 months ago
Alibek Omarov d67a4234cc filesystem: android: simplify code, get getAssets method only once, remove unneeded casts and memsets (where Mem_Calloc is used) 8 months ago
Alibek Omarov 0d37244490 filesystem: add missing const to 2nd argument of stringlistappend 8 months ago
Velaron 6426919cb5 filesystem: add Android assets support 8 months ago
Alibek Omarov 0a0d63663a filesystem: link with libandroid 8 months ago
Alibek Omarov 71b06801ef engine: platform: android: remove dead code 8 months ago
Alibek Omarov cfc7b35927 engine: client: don't leave the user without mouse cursor if they enabled m_ignore 8 months ago