sourcemod/extensions/cstrike
Benoist 7df2f8e045
Reconcile the concept of Edict & Networkable across the codebase (#1903)
* Reconcile the concept of Edict & Networkable across the codebase

* There's no need to check this, it's done elsewhere. Also could be null (segfault)

* This was never needed

* Pseudo review changes

Re-added removed null checks, and added new ones.

Changed the error messages in Get/SetProp natives to better reflect reality.

* Don't change the behaviour of GetEntityNetClass

* Overload IGameHelpers::FindServerClass

* Make error messages more accurate

* Fix a dev comment

* Rename FindServerClass

---------

Co-authored-by: Kenzzer <kenzzer@users.noreply.github.com>
2024-06-01 14:07:55 +00:00
..
AMBuilder CDetour safetyhook (#2162) 2024-05-21 01:53:44 +00:00
extension.cpp Fix CS_OnCSWeaponDrop after latest CSGO update (21/10/21) (#1602) 2021-10-22 16:20:54 +01:00
extension.h cstrike: Fix wrong timeleft calculation (#1072) 2019-09-02 15:33:28 -07:00
forwards.cpp Add missing parameters for CSWeaponDrop. 2021-10-22 23:42:45 -04:00
forwards.h Fix cstrike extension natives/forwards due to update 2017-08-21 10:28:59 -04:00
itemdef-hash.h Replace AString with std::string. 2020-05-20 17:57:18 -07:00
natives.cpp Reconcile the concept of Edict & Networkable across the codebase (#1903) 2024-06-01 14:07:55 +00:00
RegNatives.cpp Replace ke::Vector with std::vector. 2020-05-31 11:35:51 -07:00
RegNatives.h Replace ke::Vector with std::vector. 2020-05-31 11:35:51 -07:00
rulesfix.cpp A2S_Rules fix: Move MTU patch value to gamedata (#1829) 2023-04-19 15:28:40 +00:00
rulesfix.h Fix conflict with extensions using SteamWorks (#1531) 2021-07-18 00:01:24 +01:00
smsdk_config.h Remove dead code. 2021-12-13 10:00:42 -05:00
timeleft.cpp cstrike: Fix wrong timeleft calculation (#1072) 2019-09-02 15:33:28 -07:00
timeleft.h Added support for CS:GO to cstrike extension (bug 5299, r=asherkin). 2012-05-26 18:31:23 -04:00
util_cstrike.cpp Replace AString with std::string. 2020-05-20 17:57:18 -07:00
util_cstrike.h Fix comment info 2017-10-27 18:55:02 -04:00
version.rc Overhauled versioning information (bug 5453, r=dvander). 2012-08-26 01:33:54 +01:00