sourcemod/extensions/tf2
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
conditions.cpp Update TF2_IsPlayerInCondition (#712) 2017-10-27 07:02:38 -04:00
conditions.h Update TF2_IsPlayerInCondition (#712) 2017-10-27 07:02:38 -04:00
criticals.cpp Reconcile the concept of Edict & Networkable across the codebase (#1903) 2024-06-01 14:07:55 +00:00
criticals.h Fix incorrect return and inability to block in TF2 OnCrit forward (r=FlaminSarge, VoiDeD). 2013-11-09 19:33:06 -05:00
extension.cpp Reconcile the concept of Edict & Networkable across the codebase (#1903) 2024-06-01 14:07:55 +00:00
extension.h Mess with some array sizes. 2015-02-08 20:30:15 -05:00
gameplayrules.cpp Fixed CDetour crash in TF2 extension when last plugin using forward is unloaded (bug 4713, r=fyren). 2010-11-28 22:41:48 -05:00
gameplayrules.h Fixed CDetour crash in TF2 extension when last plugin using forward is unloaded (bug 4713, r=fyren). 2010-11-28 22:41:48 -05:00
holiday.cpp Fix TF2_OnIsHolidayActive forward not getting called after map change (#1752) 2022-04-22 11:49:46 +02:00
holiday.h Fix TF2_OnIsHolidayActive forward not getting called after map change (#1752) 2022-04-22 11:49:46 +02:00
natives.cpp Fix TF2_MakeBleed using incorrect custom damage type (#1163) 2020-02-08 17:39:47 -08: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
smsdk_config.h Deduplicate a number of files used by extensions by moving them to the public directory (bug 5341, r=psychonic). 2014-04-23 21:19:28 -05:00
teleporter.cpp Added TF2_CanPlayerTeleport forward to the TF2 game extension (bug 5283, r=asherkin). 2012-05-28 01:14:46 +01:00
teleporter.h Added TF2_CanPlayerTeleport forward to the TF2 game extension (bug 5283, r=asherkin). 2012-05-28 01:14:46 +01:00
util.cpp Clean up TF2 ext CalcCritical code (bug 5894, r=voided). 2013-08-29 09:27:35 -04:00
util.h Clean up TF2 ext CalcCritical code (bug 5894, r=voided). 2013-08-29 09:27:35 -04:00
version.rc Overhauled versioning information (bug 5453, r=dvander). 2012-08-26 01:33:54 +01:00