-
Notifications
You must be signed in to change notification settings - Fork 5
Update ReGameDLL_CS #4
base: master
Are you sure you want to change the base?
Commits on Apr 12, 2021
-
* Rename CMD mp_swapteams * Remove unused CVar mp_mirrordamage * Refactoring checks
Configuration menu - View commit details
-
Copy full SHA for fc52871 - Browse repository at this point
Copy the full SHA fc52871View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9736437 - Browse repository at this point
Copy the full SHA 9736437View commit details -
Add workflows/build.yml (Migrate to Github CI)
Add CMakeLists.txt build system Update README.md Minor fixes
Configuration menu - View commit details
-
Copy full SHA for 271a49f - Browse repository at this point
Copy the full SHA 271a49fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f57f3d7 - Browse repository at this point
Copy the full SHA f57f3d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69b0003 - Browse repository at this point
Copy the full SHA 69b0003View commit details
Commits on Apr 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4983a2d - Browse repository at this point
Copy the full SHA 4983a2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a19e64 - Browse repository at this point
Copy the full SHA 9a19e64View commit details
Commits on Apr 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f2ef23d - Browse repository at this point
Copy the full SHA f2ef23dView commit details
Commits on Apr 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f60e5ea - Browse repository at this point
Copy the full SHA f60e5eaView commit details
Commits on Apr 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e86284b - Browse repository at this point
Copy the full SHA e86284bView commit details
Commits on May 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 64059d1 - Browse repository at this point
Copy the full SHA 64059d1View commit details -
fix crash in UTIL_AreHostagesImprov (#626)
add check g_engfuncs.pfnEngCheckParm is nullptr or not.
Configuration menu - View commit details
-
Copy full SHA for a27ce74 - Browse repository at this point
Copy the full SHA a27ce74View commit details
Commits on May 22, 2021
-
* CVar 'mp_respawn_immunity_force_unset' new value (2) * Send StatusIcon to player (for visual information) works with mp_respawn_immunity_effects 1
Configuration menu - View commit details
-
Copy full SHA for bbc54cd - Browse repository at this point
Copy the full SHA bbc54cdView commit details -
Add weapon flag ITEM_FLAG_NOFIREUNDERWATER (#628)
Implement weapon flag ITEM_FLAG_NOFIREUNDERWATER to allow user to changes behavior firing underwater
Configuration menu - View commit details
-
Copy full SHA for 8d1f4fb - Browse repository at this point
Copy the full SHA 8d1f4fbView commit details -
game_player_equip fixes/enhancement (#618)
* game_player_equip: Check UseOnly flag * New flag SF_PLAYEREQUIP_REMOVEWEAPONS
Configuration menu - View commit details
-
Copy full SHA for d80d873 - Browse repository at this point
Copy the full SHA d80d873View commit details
Commits on Jun 6, 2021
-
Bots can switch weapons underwater (#631)
* Bots can switch weapons underwater
Configuration menu - View commit details
-
Copy full SHA for 3ff0f0c - Browse repository at this point
Copy the full SHA 3ff0f0cView commit details -
[WIP] Fgd updates (#632) [skip ci]
* fgd game_player_equip fixes * fgd enhance cycler/cycler_sprite * fgd minor changes
Configuration menu - View commit details
-
Copy full SHA for 517f68a - Browse repository at this point
Copy the full SHA 517f68aView commit details -
* Dead players now respawn after enabling the mp_forcerespawn * use timer instead of instant spawn
Configuration menu - View commit details
-
Copy full SHA for 548cca5 - Browse repository at this point
Copy the full SHA 548cca5View commit details -
enhance "player_weaponstrip" entity (#634)
* enhance "player_weaponstrip" entity * update fgd
Configuration menu - View commit details
-
Copy full SHA for ab846f8 - Browse repository at this point
Copy the full SHA ab846f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49b2412 - Browse repository at this point
Copy the full SHA 49b2412View commit details
Commits on Jun 8, 2021
-
regamedll-cs.fgd: Added lost spawnflags SF_DOOR_ROTATE_Z, SF_DOOR_ROTATE_X func_rot_button [skip ci]
Configuration menu - View commit details
-
Copy full SHA for 2c52c4f - Browse repository at this point
Copy the full SHA 2c52c4fView commit details
Commits on Jun 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8995b9d - Browse repository at this point
Copy the full SHA 8995b9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b7159e - Browse repository at this point
Copy the full SHA 5b7159eView commit details
Commits on Jun 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a9111f8 - Browse repository at this point
Copy the full SHA a9111f8View commit details
Commits on Jun 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a390cad - Browse repository at this point
Copy the full SHA a390cadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55b996c - Browse repository at this point
Copy the full SHA 55b996cView commit details -
Allow observe for dying player with EF_NODRAW effect (#647)
* Observer_IsValidTarget: checks refactoring
Configuration menu - View commit details
-
Copy full SHA for 59c297d - Browse repository at this point
Copy the full SHA 59c297dView commit details
Commits on Jun 21, 2021
-
Implement
CBasePlayer::HasTimePassedSinceDeath()
form_fDeadTime
(#……648) * Implement CBasePlayer::HasTimePassedSinceDied() for m_fDeadTime
Configuration menu - View commit details
-
Copy full SHA for 1ac96b8 - Browse repository at this point
Copy the full SHA 1ac96b8View commit details
Commits on Jun 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 191857d - Browse repository at this point
Copy the full SHA 191857dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d85b030 - Browse repository at this point
Copy the full SHA d85b030View commit details
Commits on Aug 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fbbd6bd - Browse repository at this point
Copy the full SHA fbbd6bdView commit details
Commits on Aug 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 38dda25 - Browse repository at this point
Copy the full SHA 38dda25View commit details
Commits on Aug 31, 2021
-
Fix "use accuracy from last bullet fired earlier" glitch. (#662)
* Fixes "use accuracy from last bullet fired earlier" glitch. * fix newline at wapons.h Co-authored-by: Sergey Shorokhov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67cc153 - Browse repository at this point
Copy the full SHA 67cc153View commit details -
Implement CBasePlayer::Observer_SetMode hook (#663)
Co-authored-by: Sergey Shorokhov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1b253e - Browse repository at this point
Copy the full SHA f1b253eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d079f26 - Browse repository at this point
Copy the full SHA d079f26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 983500c - Browse repository at this point
Copy the full SHA 983500cView commit details -
Implement
CBasePlayer::Observer_FindNextPlayer()
hook (#667)* Implement Observer_FindNextPlayer hook Co-authored-by: Sergey Shorokhov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e2279f - Browse repository at this point
Copy the full SHA 7e2279fView commit details -
* Bots only attack breakable objects * Fix reversing-engineering mistake
Configuration menu - View commit details
-
Copy full SHA for 5aec8aa - Browse repository at this point
Copy the full SHA 5aec8aaView commit details
Commits on Sep 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9233f85 - Browse repository at this point
Copy the full SHA 9233f85View commit details
Commits on Sep 7, 2021
-
Disable thread-safe initialization for static local variables in VS20…
…15+ when XP toolset is used. (#673)
Configuration menu - View commit details
-
Copy full SHA for bb97ade - Browse repository at this point
Copy the full SHA bb97adeView commit details
Commits on Sep 13, 2021
-
Fix
m_flAccuracy
calculation (#677)* weapons.h: Add `*_ACCURACY_DIVISOR` constants * fix `m_flAccuracy` spray calculation
Configuration menu - View commit details
-
Copy full SHA for 667242f - Browse repository at this point
Copy the full SHA 667242fView commit details -
Configuration menu - View commit details
-
Copy full SHA for da24c74 - Browse repository at this point
Copy the full SHA da24c74View commit details
Commits on Oct 14, 2021
-
* Update player counts in CheckWinConditions and SwitchTeam * Add UTIL_SpectatorsInGame and update MaintainBotQuota
Configuration menu - View commit details
-
Copy full SHA for dd243ea - Browse repository at this point
Copy the full SHA dd243eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6187f3 - Browse repository at this point
Copy the full SHA c6187f3View commit details
Commits on Oct 20, 2021
-
New CVars:
sv_autobunnyhopping
andsv_enablebunnyhopping
(#686)* Add bunnyhopping * Add missing cvar register. Added cvars to readme and cfg * API added * Changed define
Configuration menu - View commit details
-
Copy full SHA for b9cccc6 - Browse repository at this point
Copy the full SHA b9cccc6View commit details
Commits on Oct 28, 2021
-
CItemAirBox: Fix flight to the moon! (#697)
* Update item_airbox.cpp Also reset the velocity on Touch, just to avoid the "invisible" entity to keep moving. Let the reset on "Restart" too in case of, despite facultative. Final version: Reset all the axes of the velocity to make the sure the item spawns with a complete null velocity (I did not do that before more in order to take in consideration the possible custom X/Y speed we could give to them, like via plugin, but I finally decided to clean up all, the plugins could still affect it later if needed).
Configuration menu - View commit details
-
Copy full SHA for 53181d3 - Browse repository at this point
Copy the full SHA 53181d3View commit details -
New CVar:
mp_plant_c4_anywhere
(#692)* Added new CVar `mp_plant_anywhere` * API member for CVar `m_bCanPlantAnywhere` Co-authored-by: Sergey Shorokhov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 112326a - Browse repository at this point
Copy the full SHA 112326aView commit details -
update score status constants (#674)
* cdll_dll.h: add `SCORE_STATUS_NONE` constant * player.cpp: SetScoreAttrib: add `SCORE_STATUS_NONE` constant related to rehlds/ReAPI#214
Configuration menu - View commit details
-
Copy full SHA for 2ac5bde - Browse repository at this point
Copy the full SHA 2ac5bdeView commit details
Commits on Nov 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c872b58 - Browse repository at this point
Copy the full SHA c872b58View commit details
Commits on Nov 3, 2021
-
Revert "Add
GitHub Action
for Remove old artifacts (#701)" (#702)This reverts commit c872b58. [skip ci]
Configuration menu - View commit details
-
Copy full SHA for b979b5e - Browse repository at this point
Copy the full SHA b979b5eView commit details
Commits on Dec 28, 2021
-
Reset
m_flNextFollowTime
before trying to find next target after pr……evious target death (#712) * Freelook bug fix * Update regamedll/dlls/player.cpp Co-authored-by: Sergey Shorokhov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 09a6c61 - Browse repository at this point
Copy the full SHA 09a6c61View commit details -
player.cpp:
UpdateClientData()
: fix observer crosshair bug (#672)hide observer crosshair if we cancel HIDEHUD_CROSSHAIR.
Configuration menu - View commit details
-
Copy full SHA for c002edd - Browse repository at this point
Copy the full SHA c002eddView commit details
Commits on Jan 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a54abba - Browse repository at this point
Copy the full SHA a54abbaView commit details
Commits on Feb 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bbf4541 - Browse repository at this point
Copy the full SHA bbf4541View commit details
Commits on Feb 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0bbad64 - Browse repository at this point
Copy the full SHA 0bbad64View commit details
Commits on Feb 20, 2022
-
Update workflows/build.yml Set windows job container as windows-2019 …
…instead of windows-latest which now run on windows-2022 actions/runner-images#4856 Fixes windows build
Configuration menu - View commit details
-
Copy full SHA for 972e14a - Browse repository at this point
Copy the full SHA 972e14aView commit details
Commits on Mar 13, 2022
-
fix respawn protection icon hiding (#695)
Co-authored-by: Sergey Shorokhov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f050be7 - Browse repository at this point
Copy the full SHA f050be7View commit details
Commits on Apr 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for db76e60 - Browse repository at this point
Copy the full SHA db76e60View commit details
Commits on Apr 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6c47f96 - Browse repository at this point
Copy the full SHA 6c47f96View commit details
Commits on Apr 28, 2022
-
Added spawnflags for keep player angles & velocity in trigger_teleport (
#747) * Added spawnflags for keep player angles & velocity in trigger_teleport Co-authored-by: etojuice <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 21dab90 - Browse repository at this point
Copy the full SHA 21dab90View commit details
Commits on Jun 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1081301 - Browse repository at this point
Copy the full SHA 1081301View commit details
Commits on Sep 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e83eeae - Browse repository at this point
Copy the full SHA e83eeaeView commit details -
Add an argument to
swapteams
command (#739)* Added an argument to `swapteams` command * Updated `README.md` `swapteams` description * Fixed check arguments count * better arg usage * better notations for readme * better desc Co-authored-by: Sergey Shorokhov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98b387b - Browse repository at this point
Copy the full SHA 98b387bView commit details
Commits on Oct 8, 2022
-
New CVar:
mp_give_c4_frags
(#776)Co-authored-by: Sergey Shorokhov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 83151aa - Browse repository at this point
Copy the full SHA 83151aaView commit details -
Sergey Shorokhov committed
Oct 8, 2022 Configuration menu - View commit details
-
Copy full SHA for d8702df - Browse repository at this point
Copy the full SHA d8702dfView commit details
Commits on Nov 24, 2022
-
Correcting code style and config (#783)
* cosmetic changes (for perfectionists) * cosmetic changes (in sdk) * add quotes for all cvar values
Configuration menu - View commit details
-
Copy full SHA for 946b5a9 - Browse repository at this point
Copy the full SHA 946b5a9View commit details -
New CVar:
mp_hostages_rescued_ratio
(#786)* Add mp_hostages_rescued_ratio cvar * Add restriction of the CVar value Co-authored-by: Sergey Shorokhov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84f1f5e - Browse repository at this point
Copy the full SHA 84f1f5eView commit details
Commits on Nov 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2d44ada - Browse repository at this point
Copy the full SHA 2d44adaView commit details
Commits on Dec 5, 2022
-
Disable CHalfLifeMultiplay::Think in training to avoid changing level…
… when time limit has been met and other multiplayer features
Configuration menu - View commit details
-
Copy full SHA for dae415d - Browse repository at this point
Copy the full SHA dae415dView commit details -
Co-authored-by: Sergey Shorokhov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86e7215 - Browse repository at this point
Copy the full SHA 86e7215View commit details
Commits on Dec 6, 2022
-
Update func_vehicle for multiplayer (#792)
* Update func_vehicle for multiplayer. Added mp_legacy_vehicle_block cvar. * Update dist/game.cfg Co-authored-by: Sergey Shorokhov <[email protected]> * Update regamedll/dlls/game.cpp Co-authored-by: Sergey Shorokhov <[email protected]> * Fix default behavior * Optimization Thanks to #737 (comment) help! * Update README.md Co-authored-by: Sergey Shorokhov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf8deb9 - Browse repository at this point
Copy the full SHA cf8deb9View commit details
Commits on Dec 15, 2022
-
fix: Reset immunity effects always (#788)
* Reset immunity effects always * add new member m_bSpawnProtectionEffects
Configuration menu - View commit details
-
Copy full SHA for 9801627 - Browse repository at this point
Copy the full SHA 9801627View commit details -
* weapons.cpp fix compile warning `warning C4715: 'GetBaseAccuracy': not all control paths return a value` * vihicle.cpp: use PlayerRelationship() thanks to cf8deb9#r92242848 Co-authored-by: Vaqtincha <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab2bfd4 - Browse repository at this point
Copy the full SHA ab2bfd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3fb30f - Browse repository at this point
Copy the full SHA f3fb30fView commit details
Commits on Dec 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9a001ca - Browse repository at this point
Copy the full SHA 9a001caView commit details -
Implement
game_round_start
&game_entity_restart
triggers (#754)* Added `game_entity_restart` for entities and `game_round_start` for round start Co-authored-by: Sergey Shorokhov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15e7d4a - Browse repository at this point
Copy the full SHA 15e7d4aView commit details
Commits on Dec 17, 2022
-
FIX: Unexpected behavior with
mp_forcerespawn
(#653)* Unexpected behavior with mp_forcerespawn leading to a possible exploit Basically there is an exploit (or bug?) where depending on mp_forcerespawn if his value is higher to 0 and lower than 1, when you respawn you have a brief window to change your team, if you succesfully manage to change your team between the mp_forcerespawn value and WITHOUT closing the change appearance menu, you won't die due to "m_fNextSuicideTime", that will trigger the change team but without actually changing your skin model, you will keep the enemy one but the team change will success. Thanks https://github.com/metita for helping me with this Co-Authored-By: metita <[email protected]> * Revert "Unexpected behavior with mp_forcerespawn leading to a possible exploit" This reverts commit 73d1c16. * fix: nullify `m_fNextSuicideTime` before call `ClientKill()` * ClientKill: refactoring * add forgotten if-statement * remove macros Co-authored-by: metita <[email protected]> Co-authored-by: Sergey Shorokhov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c68cb0 - Browse repository at this point
Copy the full SHA 1c68cb0View commit details -
Fix: 'fast fire glitch' at AUG/SG552 (#734)
* Fix 'fast fire glitch' at AUG/SG552 Bug is caused because of not checking his FOV in some conditions. * refactoring Co-authored-by: Sergey Shorokhov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7caf748 - Browse repository at this point
Copy the full SHA 7caf748View commit details -
New entity
trigger_bomb_reset
(#796)* Init * Implementation * Add `trigger_bomb_reset` to `.fgd` * Set CC4 position on CC4::AttachToPlayer() * move to `addons/trigger_bomb_reset` * rename method & member * CTriggerBombReset: Add `SetUse()`
Configuration menu - View commit details
-
Copy full SHA for 5dec3ba - Browse repository at this point
Copy the full SHA 5dec3baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 889edc8 - Browse repository at this point
Copy the full SHA 889edc8View commit details
Commits on Mar 11, 2023
-
Revert "New entity
trigger_bomb_reset
(#796)"This reverts commit 5dec3ba.
Configuration menu - View commit details
-
Copy full SHA for 8ff30b4 - Browse repository at this point
Copy the full SHA 8ff30b4View commit details
Commits on Mar 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eb91f92 - Browse repository at this point
Copy the full SHA eb91f92View commit details
Commits on Mar 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d2ea0d3 - Browse repository at this point
Copy the full SHA d2ea0d3View commit details -
Hamdi authored
Mar 31, 2023 Configuration menu - View commit details
-
Copy full SHA for dce06e9 - Browse repository at this point
Copy the full SHA dce06e9View commit details -
Missing friendlyfire after previous commit (#805)
* Missing friendlyfire after previous commit Fixes #798 issue.
Unreal Karaulov authoredMar 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 4a7a635 - Browse repository at this point
Copy the full SHA 4a7a635View commit details -
* fix bug when picking weaponbox grenades with ammo > 1 (#669)
* fix bug pickup sound (if the player has ammo > 0)
Configuration menu - View commit details
-
Copy full SHA for c756bf8 - Browse repository at this point
Copy the full SHA c756bf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f88574 - Browse repository at this point
Copy the full SHA 2f88574View commit details
Commits on Apr 3, 2023
-
Add Visual Studio 2022 (17.0) Platform Toolset (#820)
* Add Visual Studio 2022 (17.0) Platform Toolset
Configuration menu - View commit details
-
Copy full SHA for e090a52 - Browse repository at this point
Copy the full SHA e090a52View commit details
Commits on Apr 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4b4cd88 - Browse repository at this point
Copy the full SHA 4b4cd88View commit details
Commits on Apr 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 94bf705 - Browse repository at this point
Copy the full SHA 94bf705View commit details
Commits on Jul 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e08cf1e - Browse repository at this point
Copy the full SHA e08cf1eView commit details -
Make Knife back stab multiplier customizable (#834)
- Add Backstab multiplier CKnife member with default value - Adding REGAMEDLL_API macros correctly to extended members of CKnife - Added inline functions for specific values, considering original and new behaviour
Configuration menu - View commit details
-
Copy full SHA for 12560c2 - Browse repository at this point
Copy the full SHA 12560c2View commit details
Commits on Jul 10, 2023
-
CZero
: Fix broken Career Tasks (#836)* Fix HandleEnemyKill params and Hostage target detection * Var name mistake * Grouping more code on FIXES macro
Configuration menu - View commit details
-
Copy full SHA for d4deabf - Browse repository at this point
Copy the full SHA d4deabfView commit details -
New CVars:
mp_weapondrop
andmp_ammodrop
and fixes (#840)* First implementation * Update player.cpp * Apply suggestions from code review Co-authored-by: Sergey Shorokhov <[email protected]> * Improve readability * Improve readability x2 Co-authored-by: Sergey Shorokhov <[email protected]> * Tabulation tip * Compile error resolved * Add mp_weapondrop 3: drop all weapons --------- Co-authored-by: Sergey Shorokhov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ddda26 - Browse repository at this point
Copy the full SHA 8ddda26View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5f288f - Browse repository at this point
Copy the full SHA a5f288fView commit details
Commits on Jul 11, 2023
-
Little code cleaning: g_vecAttackDir (#831)
* Tiny code cleaning * Skip REGAMEDLL_FIXES * UTIL_BloodDrips: remove useless `direction` param * Fix test demo (RANDOM_FLOAT inside UTIL_RandomBloodVector should be called for testdemo) --------- Co-authored-by: Sergey Shorokhov <[email protected]> Co-authored-by: s1lentq <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6375ea5 - Browse repository at this point
Copy the full SHA 6375ea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6da11fa - Browse repository at this point
Copy the full SHA 6da11faView commit details -
* trace flags * remove unused flags * add FTRACE_KNIFE flag
Hamdi authoredJul 11, 2023 Configuration menu - View commit details
-
Copy full SHA for e1d1c11 - Browse repository at this point
Copy the full SHA e1d1c11View commit details
Commits on Jul 12, 2023
-
New CVar:
mp_dying_time
(#483)* Add new CVar: mp_dying_time < 0 .. 999> * Add description * magic numbers to named const * magic numbers to named const (№2) * cvar value handling * update description * a better description * resolve conflicts * lil order fixes & indent * remove death animation skip * DYING_TIME -> DEATH_ANIMATION_TIME * Fix death animation when mp_dying_time < 3.0 depending on animation * change desc * change cvar desc --------- Co-authored-by: dystopm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a18969 - Browse repository at this point
Copy the full SHA 8a18969View commit details -
Shield constants code cleaning (#843)
* Change constant name (SHIELDREN -> SHIELDGREN) * Correct and separate constant names
Configuration menu - View commit details
-
Copy full SHA for 11d6b08 - Browse repository at this point
Copy the full SHA 11d6b08View commit details
Commits on Jul 14, 2023
-
Adjust gib's velocity limit according to sv_maxvelocity (#846)
* Adjust gib's velocity limit according to sv_maxvelocity * Gib max velocity adjusted to sv_maxvelocity
Configuration menu - View commit details
-
Copy full SHA for 8a8f348 - Browse repository at this point
Copy the full SHA 8a8f348View commit details
Commits on Jul 15, 2023
-
API
: ImplementPM_LadderMove
hook (#740)Related to rehlds/ReAPI#82
Configuration menu - View commit details
-
Copy full SHA for 718f033 - Browse repository at this point
Copy the full SHA 718f033View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad13545 - Browse repository at this point
Copy the full SHA ad13545View commit details -
Configuration menu - View commit details
-
Copy full SHA for c526fa5 - Browse repository at this point
Copy the full SHA c526fa5View commit details
Commits on Jul 16, 2023
-
mp_fadetoblack 2
fade timings now depends frommp_dying_time
CVar…… and code fixes (#845) Fix forcing 1-person view for players when `mp_fadetoblack = 2`; Fix player blackout on server entry when `mp_fadetoblack = 2`; Fix observer not being blinded when `mp_fadetoblack = 2`; Fix fadetoblack message timings using new CVar `mp_dying_time`. fix #501 fix #506 Co-authored-by: s1lentq <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9427767 - Browse repository at this point
Copy the full SHA 9427767View commit details
Commits on Aug 23, 2023
-
API
: CSPlayerWeapon integration + new members and functions (#850)- Member name changed to m_iStateSecondaryAttack - Member type changed to uint8_t which has same size of bool but allows more values than true or false (this wont break API compatibility) - Moved logic inside HasSecondaryAttack to correctly alter function return based on m_iStateSecondaryAttack, which can be (0) no value / null (1) set (2) block -Removed logic in CBasePlayerWeapon::Spawn that caches the return value of HasSecondaryAttack, as this can only be overridden when set, rather than always * Improve API compatibility
Configuration menu - View commit details
-
Copy full SHA for 53d26a7 - Browse repository at this point
Copy the full SHA 53d26a7View commit details -
Fixed bug when restarting a button using multisource (Do not use mult…
…isource when restarting a button)
Configuration menu - View commit details
-
Copy full SHA for 02bb06a - Browse repository at this point
Copy the full SHA 02bb06aView commit details
Commits on Aug 24, 2023
-
Add reserve members for CCS Entity
Bump interface version up to CSENTITY_API_INTERFACE_VERSION003
Configuration menu - View commit details
-
Copy full SHA for f3723d7 - Browse repository at this point
Copy the full SHA f3723d7View commit details
Commits on Sep 5, 2023
-
API
: Added new API funcs (6) and new Hookchains (21) (#849)* Added few newest API Hookchains * Added hookchain for PM_CheckWaterJump * Added hookchain for PM_Jump * Added hookchain for PM_Duck * Added hookchain for PM_UnDuck * Added hookchain for ClearMultiDamage * Added hookchain for AddMultiDamage * Added hookchain for ApplyMultiDamage * Added hookchain for CSGameRules::TeamFull * Added hookchain for CSGameRules::TeamStacked * Added hookchain for CSGameRules::PlayerGotWeapon * Added hookchain for CBotManager::OnEvent * Added hookchain for CBasePlayer::EntSelectSpawnPoint * Added hookchain for CBasePlayerWeapon::KickBack * Added hookchain for CBasePlayerWeapon::SendWeaponAnim * Added new PM_* Hookchains * Added PM_WaterJump * Added PM_PlayStepSound * Added PM_AirAccelerate * Added CBasePlayer::CheckTimeBasedDamage * Added CBasePlayerWeapon::ItemPostFrame * Added BuyItem and CSGameRules::Think * AddAmmoNameToAmmoRegistry refactory * Bump minor version in an API bump up to 23
Configuration menu - View commit details
-
Copy full SHA for 696f465 - Browse repository at this point
Copy the full SHA 696f465View commit details -
API
: CSPlayer new members (physics related) (#851)* CSPlayer new members * API refactory in pm_shared.cpp * Cached CSPlayer pointer in a global variable * Changed PM_JumpHeight from lambda function to an inline function * Changed m_flDuckSpeedMultiplier data type to double
Configuration menu - View commit details
-
Copy full SHA for f441279 - Browse repository at this point
Copy the full SHA f441279View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e6e779 - Browse repository at this point
Copy the full SHA 2e6e779View commit details -
Various defuser fixes and code refactory (#848)
* Defuser code refactory and fix
Configuration menu - View commit details
-
Copy full SHA for facc2be - Browse repository at this point
Copy the full SHA facc2beView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8bff71 - Browse repository at this point
Copy the full SHA e8bff71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 728f1fc - Browse repository at this point
Copy the full SHA 728f1fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aae57f - Browse repository at this point
Copy the full SHA 1aae57fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b7a1b9 - Browse repository at this point
Copy the full SHA 7b7a1b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee34b06 - Browse repository at this point
Copy the full SHA ee34b06View commit details
Commits on Sep 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d7b4409 - Browse repository at this point
Copy the full SHA d7b4409View commit details -
API
: CSPlayer methods enhancement (#862)* Adding return type to DropShield and DropPlayerItem * JoinTeam: force C4 drop when changing to SPEC
Configuration menu - View commit details
-
Copy full SHA for 8a52b7e - Browse repository at this point
Copy the full SHA 8a52b7eView commit details -
FIX
: Reloading animation bug while holding weapon with altered Maxc……lip (#861) * Add functions for default weaponinfo array * Whitespace cleaning and pointer safety check * Added reload condition to enhance conditions
Configuration menu - View commit details
-
Copy full SHA for 67e7d87 - Browse repository at this point
Copy the full SHA 67e7d87View commit details -
Add an extended player's DeathMsg message (#858)
* Implemented rarity of kill and assist for extended user message DeathMsg * Add hookchain CGameRules::SendDeathMessage * Add domination and revenge
Configuration menu - View commit details
-
Copy full SHA for 108db28 - Browse repository at this point
Copy the full SHA 108db28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71c4e21 - Browse repository at this point
Copy the full SHA 71c4e21View commit details
Commits on Sep 29, 2023
-
Fixed no fall damage when ff_damage_reduction_other set 0 (also damag…
…e with ITBD_POISON)
Configuration menu - View commit details
-
Copy full SHA for 1e49d94 - Browse repository at this point
Copy the full SHA 1e49d94View commit details
Commits on Sep 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b962e0e - Browse repository at this point
Copy the full SHA b962e0eView commit details -
Back to using MSG_ALL for the DeathMsg event in favor of backward com…
…patibility (issue #868) Minor refactoring
Configuration menu - View commit details
-
Copy full SHA for ac07e89 - Browse repository at this point
Copy the full SHA ac07e89View commit details
Commits on Oct 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3a0970a - Browse repository at this point
Copy the full SHA 3a0970aView commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 96ba309 - Browse repository at this point
Copy the full SHA 96ba309View commit details
Commits on Oct 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a9ec63d - Browse repository at this point
Copy the full SHA a9ec63dView commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2f50f5a - Browse repository at this point
Copy the full SHA 2f50f5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e422a37 - Browse repository at this point
Copy the full SHA e422a37View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2678a1 - Browse repository at this point
Copy the full SHA a2678a1View commit details
Commits on Oct 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7e02dea - Browse repository at this point
Copy the full SHA 7e02deaView commit details
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 426c975 - Browse repository at this point
Copy the full SHA 426c975View commit details
Commits on Oct 28, 2023
-
Improve CBaseTrigger::InitTrigger to allow use custom triggers withou…
…t bsp model just origin,mins,maxs
Configuration menu - View commit details
-
Copy full SHA for 96e2121 - Browse repository at this point
Copy the full SHA 96e2121View commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2857986 - Browse repository at this point
Copy the full SHA 2857986View commit details -
Configuration menu - View commit details
-
Copy full SHA for c87761e - Browse repository at this point
Copy the full SHA c87761eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d0ac93 - Browse repository at this point
Copy the full SHA 2d0ac93View commit details
Commits on Nov 26, 2023
-
New CVars:
mp_freezetime_duck
andmp_freezetime_jump
(#886)* new cvars: prevent duck/jump during freezetime * use CSGameRules() instead of g_pGameRules * changed name of cvars and default value * improved cvars description
Configuration menu - View commit details
-
Copy full SHA for e3d70d2 - Browse repository at this point
Copy the full SHA e3d70d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ab1589 - Browse repository at this point
Copy the full SHA 9ab1589View commit details -
Configuration menu - View commit details
-
Copy full SHA for b10489f - Browse repository at this point
Copy the full SHA b10489fView commit details -
Fixed grenades disappearing when speed exceeds 2000 fixed units ignor…
…ing sv_maxvelocity (#888) * Fixed grenades disappearing when speed exceeds 2000 fixed units ignoring sv_maxvelocity * Clamp nades velocity to sv_maxvelocity value when reached * Make IsInWorld behave like SV_CheckVelocity: less/greater without equal * Enclose IsInWorld changes with FIXES macro
Configuration menu - View commit details
-
Copy full SHA for 193c1ed - Browse repository at this point
Copy the full SHA 193c1edView commit details -
Avoid intro camera switching when only 1 trigger_camera available (#873)
* Add UTIL_CountEntities, adjust m_fIntroCamTime assignation * Moved camera count caching to CheckLevelInitialized
Configuration menu - View commit details
-
Copy full SHA for fba9a33 - Browse repository at this point
Copy the full SHA fba9a33View commit details -
Implements Observer_Think Hook (#894)
* Observer Think Hook * Update CAPI_Impl.cpp * Update CAPI_Impl.h * Update regamedll_api.h
Configuration menu - View commit details
-
Copy full SHA for 15bca2e - Browse repository at this point
Copy the full SHA 15bca2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5564060 - Browse repository at this point
Copy the full SHA 5564060View commit details
Commits on Nov 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d135a67 - Browse repository at this point
Copy the full SHA d135a67View commit details
Commits on Nov 28, 2023
-
Update studio.h constants (#898)
* Update studio.h file, magic number change - Updated studio.h header, limits increased according to engine ones, added missing structures (in case of)
Configuration menu - View commit details
-
Copy full SHA for f882e81 - Browse repository at this point
Copy the full SHA f882e81View commit details
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6863777 - Browse repository at this point
Copy the full SHA 6863777View commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e5f546c - Browse repository at this point
Copy the full SHA e5f546cView commit details -
delta.lst increased float-point accuracy for fields clientdata_t::ori…
…gin, clientdata_t::punchangle
Configuration menu - View commit details
-
Copy full SHA for 7ea9bef - Browse repository at this point
Copy the full SHA 7ea9befView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e2aadc - Browse repository at this point
Copy the full SHA 5e2aadcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c29cf3 - Browse repository at this point
Copy the full SHA 0c29cf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c9582f - Browse repository at this point
Copy the full SHA 7c9582fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f0818b - Browse repository at this point
Copy the full SHA 4f0818bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59362ec - Browse repository at this point
Copy the full SHA 59362ecView commit details
Commits on Dec 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a63bcf0 - Browse repository at this point
Copy the full SHA a63bcf0View commit details
Commits on Dec 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d98e8f8 - Browse repository at this point
Copy the full SHA d98e8f8View commit details
Commits on Dec 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 34e56f6 - Browse repository at this point
Copy the full SHA 34e56f6View commit details
Commits on Dec 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e6d25ba - Browse repository at this point
Copy the full SHA e6d25baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ed193d - Browse repository at this point
Copy the full SHA 8ed193dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85e882f - Browse repository at this point
Copy the full SHA 85e882fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 806f565 - Browse repository at this point
Copy the full SHA 806f565View commit details -
Configuration menu - View commit details
-
Copy full SHA for f97c9d9 - Browse repository at this point
Copy the full SHA f97c9d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4928c56 - Browse repository at this point
Copy the full SHA 4928c56View commit details -
Configuration menu - View commit details
-
Copy full SHA for db5cbee - Browse repository at this point
Copy the full SHA db5cbeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for abe648b - Browse repository at this point
Copy the full SHA abe648bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c0b684 - Browse repository at this point
Copy the full SHA 8c0b684View commit details -
Add member m_iGibDamageThreshold to control GIB damage threshold (#904)
* Add member m_iGibDamageThreshold to control GIB damage threshold
Configuration menu - View commit details
-
Copy full SHA for f63b154 - Browse repository at this point
Copy the full SHA f63b154View commit details
Commits on Dec 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b413577 - Browse repository at this point
Copy the full SHA b413577View commit details
Commits on Dec 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 28e2bc4 - Browse repository at this point
Copy the full SHA 28e2bc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e68bed - Browse repository at this point
Copy the full SHA 0e68bedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c9019b - Browse repository at this point
Copy the full SHA 6c9019bView commit details
Commits on Dec 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 991573f - Browse repository at this point
Copy the full SHA 991573fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3c0ec8 - Browse repository at this point
Copy the full SHA d3c0ec8View commit details
Commits on Jan 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 71606f8 - Browse repository at this point
Copy the full SHA 71606f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15df1a9 - Browse repository at this point
Copy the full SHA 15df1a9View commit details
Commits on Jan 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e636cbc - Browse repository at this point
Copy the full SHA e636cbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0f4794 - Browse repository at this point
Copy the full SHA c0f4794View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02a0516 - Browse repository at this point
Copy the full SHA 02a0516View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89dda43 - Browse repository at this point
Copy the full SHA 89dda43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 051dc07 - Browse repository at this point
Copy the full SHA 051dc07View commit details
Commits on Jan 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b49f63 - Browse repository at this point
Copy the full SHA 4b49f63View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d957a7 - Browse repository at this point
Copy the full SHA 2d957a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bde6aa0 - Browse repository at this point
Copy the full SHA bde6aa0View commit details -
CBasePlayer::WaterMove: No water sound playback occurs when clients e…
…merge from network lag or was using noclip
Configuration menu - View commit details
-
Copy full SHA for a1af7ca - Browse repository at this point
Copy the full SHA a1af7caView commit details -
PM_CheckWater: Fix for uninitialized waterlevel value for dead player…
…s (incorrect waterlevel values from another player movements persisting)
Configuration menu - View commit details
-
Copy full SHA for b34d564 - Browse repository at this point
Copy the full SHA b34d564View commit details -
Configuration menu - View commit details
-
Copy full SHA for aec3ba2 - Browse repository at this point
Copy the full SHA aec3ba2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bbc4bd - Browse repository at this point
Copy the full SHA 0bbc4bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5287f2a - Browse repository at this point
Copy the full SHA 5287f2aView commit details -
Support for secondary ammo and extra EF_ flags (#934)
Support for secondary ammo and extra EF_ flags
Configuration menu - View commit details
-
Copy full SHA for 0bc4ff1 - Browse repository at this point
Copy the full SHA 0bc4ff1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb9eb0d - Browse repository at this point
Copy the full SHA fb9eb0dView commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2489213 - Browse repository at this point
Copy the full SHA 2489213View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4c4e89 - Browse repository at this point
Copy the full SHA f4c4e89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d90a5f - Browse repository at this point
Copy the full SHA 4d90a5fView commit details
Commits on Feb 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5d2174f - Browse repository at this point
Copy the full SHA 5d2174fView commit details
Commits on Feb 28, 2024
-
IsWalkableTraceLineClear: Fixed deadlock (mutual collisions in traces…
… leading to hang)
Configuration menu - View commit details
-
Copy full SHA for 9277582 - Browse repository at this point
Copy the full SHA 9277582View commit details
Commits on Mar 31, 2024
-
CWeaponBox::Touch: Fixed a hang when touching a weaponbox if multiple…
… items are packed in a slot
Configuration menu - View commit details
-
Copy full SHA for a546997 - Browse repository at this point
Copy the full SHA a546997View commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f711276 - Browse repository at this point
Copy the full SHA f711276View commit details
Commits on Apr 7, 2024
-
Added CVar mp_location_area_info for display location area info in HU…
…Ds radio chat and below radar
Configuration menu - View commit details
-
Copy full SHA for 1ae0091 - Browse repository at this point
Copy the full SHA 1ae0091View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c14d05 - Browse repository at this point
Copy the full SHA 8c14d05View commit details
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 279bd64 - Browse repository at this point
Copy the full SHA 279bd64View commit details -
Separate mp_location_area_info from chat and radar
Add fallback location message for chat
Configuration menu - View commit details
-
Copy full SHA for 5117374 - Browse repository at this point
Copy the full SHA 5117374View commit details -
Configuration menu - View commit details
-
Copy full SHA for f24cccf - Browse repository at this point
Copy the full SHA f24cccfView commit details
Commits on Apr 15, 2024
-
don't send radio message to teammate (if freeforall 1) (#958)
* don't send radio message to teammate (if freeforall 1) * don't send message zero length
Configuration menu - View commit details
-
Copy full SHA for d5eb9c3 - Browse repository at this point
Copy the full SHA d5eb9c3View commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0626800 - Browse repository at this point
Copy the full SHA 0626800View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a0e54b - Browse repository at this point
Copy the full SHA 2a0e54bView commit details -
Implement
game_round_end
andgame_round_freeze_end
triggers (#949)* Implement `game_round_end` and `game_round_freeze_end` triggers
Configuration menu - View commit details
-
Copy full SHA for 8cd9086 - Browse repository at this point
Copy the full SHA 8cd9086View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75f142e - Browse repository at this point
Copy the full SHA 75f142eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7f22ae - Browse repository at this point
Copy the full SHA d7f22aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ecf427 - Browse repository at this point
Copy the full SHA 4ecf427View commit details -
Fix
SendDeathMessage
kill rarity flags and transform to VFUNC (#943)* implement VFUNC to `SendDeathMessage` * fix use KILLRARITY_HEADSHOT flag instead of member * fix rare crash when pAssister is nullptr * fix KILLRARITY_DOMINATION_BEGAN flag This flag was never valid in "SendDeathMessage" hook * set iDeathMessageFlags before call function
Configuration menu - View commit details
-
Copy full SHA for 8ec5b6c - Browse repository at this point
Copy the full SHA 8ec5b6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ff1bf1 - Browse repository at this point
Copy the full SHA 8ff1bf1View commit details -
ActiveGrenade: Fixed a potential leak by checking entities smokegrens…
… life if RemoveGrenade call is somehow missing or blocked
Configuration menu - View commit details
-
Copy full SHA for cabdc25 - Browse repository at this point
Copy the full SHA cabdc25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8706cc5 - Browse repository at this point
Copy the full SHA 8706cc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f66264 - Browse repository at this point
Copy the full SHA 9f66264View commit details
Commits on May 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c08e6d0 - Browse repository at this point
Copy the full SHA c08e6d0View commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7372573 - Browse repository at this point
Copy the full SHA 7372573View commit details
Commits on May 31, 2024
-
MULTIDAMAGE: make check entity safe
ApplyMultiDamage: Fixed potential crash when in TakeDamage hook causes another additional damage
Configuration menu - View commit details
-
Copy full SHA for c7be8bf - Browse repository at this point
Copy the full SHA c7be8bfView commit details
Commits on Jun 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bdc96d2 - Browse repository at this point
Copy the full SHA bdc96d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fef9bf3 - Browse repository at this point
Copy the full SHA fef9bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad1c58c - Browse repository at this point
Copy the full SHA ad1c58cView commit details
Commits on Jun 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a94c7bd - Browse repository at this point
Copy the full SHA a94c7bdView commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8005dd9 - Browse repository at this point
Copy the full SHA 8005dd9View commit details
Commits on Jul 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 30572ef - Browse repository at this point
Copy the full SHA 30572efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79cfd71 - Browse repository at this point
Copy the full SHA 79cfd71View commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1991434 - Browse repository at this point
Copy the full SHA 1991434View commit details
Commits on Jul 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 576e967 - Browse repository at this point
Copy the full SHA 576e967View commit details
Commits on Aug 3, 2024
-
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`
Configuration menu - View commit details
-
Copy full SHA for a202425 - Browse repository at this point
Copy the full SHA a202425View commit details -
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`
Configuration menu - View commit details
-
Copy full SHA for 9d9c2de - Browse repository at this point
Copy the full SHA 9d9c2deView commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ff843fe - Browse repository at this point
Copy the full SHA ff843feView commit details -
Configuration menu - View commit details
-
Copy full SHA for a47d558 - Browse repository at this point
Copy the full SHA a47d558View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11638cb - Browse repository at this point
Copy the full SHA 11638cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17386ac - Browse repository at this point
Copy the full SHA 17386acView commit details -
Add support IN_RUN key for +speed button in spectator/noclip and walk…
… moves Add cheat impulse for enable Noclip with air accelerate
Configuration menu - View commit details
-
Copy full SHA for 279799b - Browse repository at this point
Copy the full SHA 279799bView commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 77a3f2b - Browse repository at this point
Copy the full SHA 77a3f2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c48be87 - Browse repository at this point
Copy the full SHA c48be87View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fee10d8 - Browse repository at this point
Copy the full SHA fee10d8View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c7bd4af - Browse repository at this point
Copy the full SHA c7bd4afView commit details -
Added
mp_vote_flags
andmp_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
Configuration menu - View commit details
-
Copy full SHA for b6c2c62 - Browse repository at this point
Copy the full SHA b6c2c62View commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4e1cb10 - Browse repository at this point
Copy the full SHA 4e1cb10View commit details
Commits on Aug 16, 2024
-
Implemented simple player movement version control to avoid desync
Bump minor API version
Configuration menu - View commit details
-
Copy full SHA for 8b6d659 - Browse repository at this point
Copy the full SHA 8b6d659View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8fd512 - Browse repository at this point
Copy the full SHA a8fd512View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12f4e9b - Browse repository at this point
Copy the full SHA 12f4e9bView commit details
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dc16b12 - Browse repository at this point
Copy the full SHA dc16b12View commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3cf66de - Browse repository at this point
Copy the full SHA 3cf66deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19714af - Browse repository at this point
Copy the full SHA 19714afView commit details
Commits on Sep 16, 2024
-
DeathSound: Don't interrupt pain sounds with death sound, use any ava…
…ilable channel instead
Configuration menu - View commit details
-
Copy full SHA for 3f628ea - Browse repository at this point
Copy the full SHA 3f628eaView commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9b7b169 - Browse repository at this point
Copy the full SHA 9b7b169View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9b626b1 - Browse repository at this point
Copy the full SHA 9b626b1View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 535ea84 - Browse repository at this point
Copy the full SHA 535ea84View commit details
Commits on Oct 29, 2024
-
CI Workflow Refactor and Fixes (#1016)
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7738142 - Browse repository at this point
Copy the full SHA 7738142View commit details