693 Commits

Author SHA1 Message Date
Garey
d3fc7ac000
New flymove more accurate method (#1006) 2025-03-28 06:16:07 +07:00
Garey
ce11175e89
Add cvar for stamina restoration speed based on fps reference. (#1005)
* Add variable for framerate (FPS), that used as reference when restoring stamina (fuser2) after jump.
2025-03-28 06:05:43 +07:00
Vaqtincha
b10f23e1e9
Add new CVars mp_playerid_showhealth & mp_playerid_field (#1046)
* Add new CVars playerid_showhealth & mp_playerid_field
2025-03-28 05:59:34 +07:00
golukon
b44b09d07b
feat: add new cvar "mp_logkills" (#1039) 2025-03-28 05:30:32 +07:00
Vaqtincha
d8faea0966
Add new CVar mp_jump_height (#1022) 2025-03-28 05:28:15 +07:00
Vaqtincha
94a7eb4cbb
added forgot pistols fiveseven and dualelite touching for vip (#1045) 2025-03-28 05:21:24 +07:00
Vaqtincha
518f142635
Add new CVar mp_default_weapons_random (#1015) 2025-03-28 05:20:28 +07:00
Vaqtincha
dbec1b589c
Randomspawn (#1013)
add new cvar mp_randomspawn
improved search for the best angle
added mp_randomspawn 2 for debugging
added info_spawn_point entity to .fgd
2025-03-28 05:17:02 +07:00
Vaqtincha
316405b00d
add new cvar "bot_excellent_morale" (#1035) 2025-03-28 05:10:32 +07:00
Vaqtincha
b8e9726347
fix: bots can't buy sec ammo if preferred pistol (ex. "WeaponPreference = deagle" in BotProfile.db) (#1034) 2025-03-28 05:09:56 +07:00
Francisco Muñoz
6adb795fee
Team Say refactory/enhancement (#1042)
Disable say_team when FFA mode is enabled
Only for CT and T, Spectators can still use say_team
2025-03-28 05:09:24 +07:00
golukon
756deb1ea9
fix: calculate UpdateLocation fun not so often (#1040) 2025-03-28 05:08:42 +07:00
Huga
a7395b054d
Bot Chatter: Bots will react to enemy snipers presence (#1055)
Friendly fire fixes
Bot Chatter: Bots will react to enemy snipers presence
previously unused chatter on both 1.6 and czero but is used on cs source
Probably fixed where teammate that use sniperrifles looking at bots that don't use sniperrifles got warned
2025-03-28 05:06:17 +07:00
Alibek Omarov
b59bbb1c83
CMake improvements, add 64-bit support for use in Xash3D FWGS (#1053)
* 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
2025-03-28 05:03:52 +07:00
s1lentq
f63ad678c2 Hostage minor fixes
Minor cleanup
2024-12-15 05:21:34 +07:00
s1lentq
1579273f62 Add target_cdaudio in fgd (Closes #1030) 2024-12-12 02:08:00 +07:00
s1lentq
17ae24e012 fix build 2024-12-12 01:31:05 +07:00
Vaqtincha
1a17ef4e45
Reset bot morale on new match(game) (#1025) 2024-12-11 23:33:26 +07:00
s1lentq
6f0d17bb74 fixed issues reported by static analyzer 2024-12-11 23:30:27 +07:00
s1lentq
8a77bba94d always consider all human players on the server to use bot_auto_vacate correctly 2024-12-11 03:50:44 +07:00
s1lentq
3efc5ad166 AUG/SG552: Reset maxspeed when zooming 2024-12-11 02:33:12 +07:00
s1lentq
942f2e6637 Removed -bots and -host-improve command line params in favor of using CVars 2024-12-11 02:33:10 +07:00
s1lentq
df7944ab88 Disable broken angle adjustment with throw direction in Killed to avoid player model visual artifacts 2024-12-10 20:46:00 +07:00
s1lentq
476b5f7afd fix typo 2024-12-09 22:10:03 +07:00
Nord1cWarr1or
535ea846a9
client.cpp: Use macros for pfnPrecacheEvent (#1019) 2024-10-23 23:08:29 +07:00
Vaqtincha
9b7b1695a9
escape feature for bots (#1012) 2024-09-17 16:35:21 +07:00
s1lentq
3f628ea970 DeathSound: Don't interrupt pain sounds with death sound, use any available channel instead 2024-09-17 02:49:27 +07:00
s1lentq
19714af6e6 get rid of unsafe string functions
minor refactor
2024-09-13 06:43:27 +07:00
Vaqtincha
3cf66de905
fix mp_kill_filled_spawn (#1011) 2024-09-13 04:22:08 +07:00
s1lentq
dc16b12d79 [skip ci] VisualStudio: Add auto visualizer for some structures/classes 2024-08-25 05:45:09 +07:00
s1lentq
12f4e9bc79 remove unnecessary version consistency for some player movement code 2024-08-17 04:55:17 +07:00
s1lentq
a8fd512dad Fix linux build 2024-08-16 10:05:39 +07:00
s1lentq
8b6d659077 Implemented simple player movement version control to avoid desync
Bump minor API version
2024-08-16 09:53:11 +07:00
Vaqtincha
4e1cb1091f fix Deagle animation (#985) 2024-08-14 12:35:00 +03:00
Francisco Muñoz
b6c2c62e8b
Added mp_vote_flags and mp_votemap_min_time cvars (#990)
* Added mp_vote_flags cvar
* Added mp_votemap_min_time cvar
* Cvars on README
* game.cfg cvars
* Ensure timers check before new restrictions
2024-08-12 13:45:54 +07:00
Francisco Muñoz
c7bd4af9b6
Cache ObjectCaps call inside PlayerUse (#991)
Not really useful, discovered while testing on 3rd party plugins that ObjectCaps was being called unnecessarily more than once per entity
2024-08-12 13:45:21 +07:00
Francisco Muñoz
fee10d8ba8
Fix Shotguns reload flag not getting reset on weapon changing (#993) 2024-08-12 13:40:09 +07:00
Francisco Muñoz
c48be87474
Extend KickBack functionalities (#980) 2024-08-06 08:11:59 +07:00
s1lentq
77a3f2b25b try fix a crash due to the deletion of an item in an unusual way
related #870, #752, #924, #957
2024-08-06 07:19:58 +07:00
s1lentq
279799bff9 Add support IN_RUN key for +speed button in spectator/noclip and walk moves
Add cheat impulse for enable Noclip with air accelerate
2024-08-06 05:03:10 +07:00
s1lentq
11638cbb21 Fixed a bug in spectator move with no apply friction when stopped 2024-08-06 03:54:56 +07:00
s1lentq
a47d55823f Fix compiler warnings 2024-08-06 03:26:10 +07:00
Sergey Shorokhov
9d9c2de1ff
Feature: ConVars for weapon/item/ammo respawn time (#983)
* `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`
2024-08-03 20:17:52 +03:00
Sergey Shorokhov
a202425dd7
Fix: ammo/weapons respawn behavior (#982)
* `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`
2024-08-03 20:11:08 +03:00
s1lentq
79cfd7103a Linking against legacy libc <= 2.15 2024-07-15 02:18:23 +07:00
s1lentq
30572ef0b6 Change compiler to Clang, instead of ICC 2019 2024-07-14 23:27:44 +07:00
Vaqtincha
8005dd9ca3
Fix bot_kill command (killed already dead bots) (#974) 2024-07-09 00:53:21 +07:00
s1lentq
a94c7bd728 Fix crouch bot 2024-06-09 15:46:50 +07:00
s1lentq
ad1c58cef5 Add bot_mimic 2024-06-03 01:57:21 +07:00
s1lentq
fef9bf3a87 mp_defuser_allocation: Send a message with a hint instead of the text in the center 2024-06-03 00:29:00 +07:00