Skip to content

Releases: s1lentq/ReGameDLL_CS

5.20.0.516

14 Jun 21:00
2c52c4f
Compare
Choose a tag to compare
  • regamedll-cs.fgd: Added lost spawnflags SF_DOOR_ROTATE_Z, SF_DOOR_ROTATE_X func_rot_button (#637)
  • func_bomb_target: new feature "strict touch" (#636)
  • enhance "player_weaponstrip" entity (#634)
  • Forcerespawn fix (#623)
    • Dead players now respawn after enabling the mp_forcerespawn
    • use timer instead of instant spawn
  • FGD updates (#632)
    • game_player_equip fixes
    • enhance cycler/cycler_sprite
  • Bots can switch weapons underwater (#631)
  • game_player_equip fixes/enhancement (#618)
    • New flag SF_PLAYEREQUIP_REMOVEWEAPONS
  • Add weapon flag ITEM_FLAG_NOFIREUNDERWATER (#628)
    • Implement weapon flag ITEM_FLAG_NOFIREUNDERWATER to allow user to changes behavior firing underwater\
  • Immunity enhance (#621)
    • CVar 'mp_respawn_immunity_force_unset' new value (2)
    • Send StatusIcon to player (for visual information) works with mp_respawn_immunity_effects 1
  • FIX: crash in UTIL_AreHostagesImprov (#626)
  • FIX: weapon_sg550 (#624)
    • fix first shot weapon_sg550

5.20.0.505

17 Apr 11:05
Compare
Choose a tag to compare
  • Fixed flag 'k' mp_round_infinite

5.20.0.498

12 Apr 21:37
Compare
Choose a tag to compare
  • Enhance CVar "mp_roundover"
  • Update README.md
  • Update C++ Intel Compiler version 17.0 > 19.0

5.20.0.496

12 Apr 13:16
fc52871
Compare
Choose a tag to compare
  • Rename CMD mp_swapteams
  • Remove unused CVar mp_mirrordamage
  • Refactoring checks
  • Refactoring (#540)

5.20.0.492

04 Jan 15:53
Compare
Choose a tag to compare
  • CHalfLifeMultiplay::SwapAllPlayers: Ignore HLTV

5.19.0.486

05 Dec 13:29
9b10456
Compare
Choose a tag to compare
  • Add newest feature of _cl_autowepswitch (#568)

5.19.0.485

02 Dec 18:46
c56982a
Compare
Choose a tag to compare
  • Fix compatibility withrg_hint_message (#583)
    When used reapi native rg_hint_message not work because tries to access to one pointer who not longer exists in CHintMessage::Send

5.19.0.484

02 Dec 11:01
8d6bf01
Compare
Choose a tag to compare
  • Reset client m_signals on fullupdate (#588)

5.18.0.482

28 Nov 00:47
5e24376
Compare
Choose a tag to compare
  • Reset observer's m_flNextFollowTime before trying to find next target if previous target disconnected (#584)

5.18.0.481

27 Nov 23:23
7721348
Compare
Choose a tag to compare
  • API: Add CBaseEntity::Fire<Bullets[3]|Buckshots> hooks. (#587)