Commit Graph
6129 Commits
Author SHA1 Message Date
Alibek Omarov ea0fed24ec filesystem: remove unneccessary dependency on const.h 2026-02-26 10:29:09 +05:00
Alibek Omarov f863e346f5 engine: reduce dependency on eiface.h 2026-02-26 10:29:09 +05:00
Alibek Omarov 7c527d8886 public: minor refactoring 2026-02-26 10:29:09 +05:00
Alibek Omarov e51f93a5b4 engine: remove unused hltv.h 2026-02-26 10:29:09 +05:00
Alibek Omarov 50147a3d48 common: replace HLSDK pmtrace.h and pm_movevars.h by it's QW counterparts 2026-02-26 10:29:09 +05:00
Alibek Omarov 26acc25018 common: use Quake derived definitions for usercmd_t and dlight_t 2026-02-26 10:29:09 +05:00
Alibek Omarov d8e1597726 common: xash3d_types: add Quake's link_t definition and offsetof macro 2026-02-26 10:29:09 +05:00
Alibek Omarov 2c004e6cb7 3rdparty: mainui: update 2026-02-25 03:20:33 +05:00
Alibek Omarov 9cf9eb91bb common: remove unused mathlib.h 2026-02-25 00:08:17 +05:00
Alibek Omarov fc9ab68837 public: link tests to build_vcs too 2026-02-23 23:25:24 +05:00
Alibek Omarov be6ad74e1b utils: mdldec: fix building with plain makefile 2026-02-23 21:50:52 +05:00
Alibek Omarov 2bdc22fbeb public: exclude build_vcs from libpublic dependencies, add it per project 2026-02-23 21:48:23 +05:00
Alibek Omarov 382b19e458 engine: minor refactoring 2026-02-23 21:46:20 +05:00
Alibek Omarov c63c0ba04b ref: minor refactoring 2026-02-23 21:46:01 +05:00
Alibek Omarov 109579fa92 3rdparty: mainui: update 2026-02-23 18:14:23 +05:00
IntriguingTilesanda1batross 005544d974 engine: client: always set scaling factors 2026-02-21 17:10:37 +05:00
Alibek Omarov 07937f5f6c engine: client: consolidate two remaining functions in s_utils.c into s_main.c 2026-02-21 03:37:36 +05:00
Alibek Omarov 8bdd6bfc5e ref: gl: add link to web archive where the ripple animation algorithm was originally described [ci skip] 2026-02-21 03:11:02 +05:00
Alibek Omarov 8b0d3557f3 game_launch: change Sys_ChangeGame to a stub 2026-02-21 02:21:09 +05:00
Alibek Omarov 436fa98f33 engine: remove the code that calls pfnChangeGame from game_launch, as we never use it anyway 2026-02-21 02:21:09 +05:00
Alibek Omarov 718fbac9be Merge branch 'steam-broker' 2026-02-21 02:00:53 +05:00
Alibek Omarov abaf390dfc engine: client: introduce a new mixer 2026-02-21 01:43:14 +05:00
Alibek Omarov 9205ddc5b4 engine: client: voice: rewrite Voice_IsGoldSrcMode to make it easier to understand and also fix build with Clang 2026-02-21 01:20:34 +05:00
Alibek Omarov 6bcb98e779 public: replace COM_CheckString and COM_CheckStringEmpty by COM_StringEmptyOrNULL and COM_StringEmpty. Remove legacy macros 2026-02-21 01:20:34 +05:00
Alibek Omarov 4722ad6be6 ref: replace COM_CheckString and COM_CheckStringEmpty by COM_StringEmptyOrNULL and COM_StringEmpty 2026-02-21 01:20:34 +05:00
Alibek Omarov baa005ff71 filesystem: replace COM_CheckString and COM_CheckStringEmpty by COM_StringEmptyOrNULL and COM_StringEmpty 2026-02-21 01:20:34 +05:00
Alibek Omarov 76363a555c engine: platform: replace COM_CheckString and COM_CheckStringEmpty by COM_StringEmptyOrNULL and COM_StringEmpty 2026-02-21 01:20:34 +05:00
Alibek Omarov de70e12bbe engine: server: replace COM_CheckString and COM_CheckStringEmpty by COM_StringEmptyOrNULL and COM_StringEmpty 2026-02-21 01:20:34 +05:00
Alibek Omarov eacc35d9e1 engine: replace COM_CheckString and COM_CheckStringEmpty by COM_StringEmptyOrNULL and COM_StringEmpty 2026-02-21 01:20:34 +05:00
Alibek Omarov 3040552580 engine: client: replace COM_CheckString with COM_StringEmptyOrNULL 2026-02-21 01:20:34 +05:00
Alibek Omarov 24aaeb07cb engine: client: replace COM_CheckStringEmpty with COM_StringEmpty 2026-02-21 01:20:34 +05:00
Alibek Omarov ae15886a14 public: add COM_StringEmpty and COM_StringEmptyOrNULL macros (that eventually replace less obvious COM_CheckString and COM_CheckStringEmpty) 2026-02-21 01:20:34 +05:00
Alibek Omarov b2911e6d96 engine: client: add double quotes around key in bind command in config file. Thanks @TheKingFireS for fix 2026-02-20 23:14:27 +05:00
Alibek Omarov 2735add7d0 engine: drop setgl command 2026-02-20 22:08:26 +05:00
Alibek Omarov 0abb667c28 engine: drop XASH_HASHED_VARS define 2026-02-20 22:08:05 +05:00
Alibek Omarov 19dfec5f52 engine: use BaseCmd_FindAll when looking for cvars and cmds simultaneously 2026-02-20 21:56:59 +05:00
Alibek Omarov e0f01ddae7 engine: remove unused ignore_group argument from Cvar_FindVarExt 2026-02-20 21:55:15 +05:00
Alibek Omarov 2f8a0510b8 engine: client: return NULL from LookupBinding on unknown bindings, like GoldSource 2026-02-16 23:59:28 +05:00
Alibek Omarov dbbe75fec6 engine: mod_bmodel: minor refactoring 2026-02-13 12:33:44 +05:00
Alibek Omarov c0b15fb186 ci: disable freebsd-16-0-snap image as it's unsupported by cirrus 2026-02-13 12:15:46 +05:00
Alibek Omarov f802b0eed9 engine: mod_bmodel: fix build w/ MSVC 2026-02-13 12:09:01 +05:00
Alibek Omarov cf9f9b40e7 3rdparty: mainui: update 2026-02-13 11:40:47 +05:00
Alibek Omarov 1b2c00e228 engine: add ability to scan and load BSPX lumps. As an example support RGBLIGHTING and LIGHTINGDIR extensions. 2026-02-13 11:16:12 +05:00
Alibek Omarov 587eabd829 common: bspfile: add basic BSPX definitions 2026-02-13 11:08:35 +05:00
Alibek Omarov 80e0d45c09 3rdparty: mainui: update 2026-02-12 13:30:30 +05:00
Alibek Omarov f034276354 readme: update discord link 2026-02-10 18:19:03 +05:00
Alibek Omarov 306455280a engine: identification: include build.h early so platform definitions are visible when including system headers 2026-02-10 16:13:56 +05:00
Alibek Omarov d9221c8491 scripts: waifulib: remove outdated stuff 2026-02-08 10:14:28 +05:00
Alibek Omarov 249e1404c1 engine: client: identification: add client.h so compiler doesn't complain about missing prototypes for public functions 2026-02-08 06:38:05 +05:00
Alibek Omarov dd55b77543 engine: client: identification: do not salt port as suggested by @snmetamorph 2026-02-08 06:38:05 +05:00