* cmake: do not strip debuginfo during link if DEBUG was enabled
* cmake: use compiler id instead of env checks to determine Intel compiler or Clang
* cmake: introduce XASH_COMPAT option, which will let regamedll to be built for 64-bit and non-x86 targets
* cmake: add LibraryNaming module from hlsdk-portable repository and platform detection header
* cmake: now, integrate LibraryNaming into regamedll CMakeLists file. Disable x86 options on non-x86 platforms
* server: add support for 64-bit ABI used in Xash3D FWGS
chore(ci): standardize and update CI workflows for compatibility and consistency
- Updated action versions (`checkout@v4`, `upload-artifact@v4`, `download-artifact@v4`) for enhanced compatibility and security
- Removed unsecure Node.js version allowance to align with *-latest OS requirements
- Migrated test demos to `rehldsorg/testdemos:latest` container with a streamlined testing approach via matrix strategy and `runTest.sh`
- Standardized Linux dependency installation for consistent build environment across jobs
- Unified CI workflow structure with `rehlds` and `regamedll` repositories for better consistency
- Optimized artifact deployment steps and removed unnecessary cleanup operations
Co-authored-by: s1lentq <s1lentsk@yandex.ru>
* `CBasePlayerAmmo`: check spawnflags on `Spawn()`
* `CBasePlayerItem`: check spawnflags on `Materialize()`
* `CBasePlayerItem`: Add `Respawn()` item when hasn't specific spawnflags
* `CBasePlayerItem`: remove `SF_NORESPAWN` flag on `Respawn()`
* Use forgotten `AMMO_RESPAWN_TIME`
* new ConVars: `mp_item_respawn_time`, `mp_weapon_respawn_time`, `mp_ammo_respawn_time`
* `CBasePlayerAmmo`: check spawnflags on `Spawn()`
* `CBasePlayerItem`: check spawnflags on `Materialize()`
* `CBasePlayerItem`: Add `Respawn()` item when hasn't specific spawnflags
* `CBasePlayerItem`: remove `SF_NORESPAWN` flag on `Respawn()`
* Use forgotten `AMMO_RESPAWN_TIME`