sourcemod/extensions
peace-maker aab8c6ac9f
Fix SDKHook_[Use|Spawn|GetMaxHealth] callback result value handling (#1872)
* Fix SDKHook_Use callback result handling

The returned result of the last callback in the list was used instead
of the highest value. This differs from the behavior of the other hooks.

* Fix SDKHook_Spawn callback result handling

The returned result of the last callback in the list was used instead
of the highest value. This differs from the behavior of the other hooks.

* Fix SDKHook_GetMaxHealth callback result handling

The returned result of the last callback in the list was used instead
of the highest value. This differs from the behavior of the other hooks.
The returned health is only changed if no other plugin wants to block the callback.
2022-12-04 12:12:42 +01:00
..
bintools Fix crash with IBinTools calls on x64 for functions with void return. 2021-10-12 20:56:51 -04:00
clientprefs Add PostgreSQL database driver (#32) 2021-03-11 11:21:51 +01:00
cstrike Remove dead code. 2021-12-13 10:00:42 -05:00
curl Update to AMBuild 2.2. 2020-08-18 23:09:43 -07:00
dhooks Fix DHooks jit code stack memory alignment (#1849) 2022-10-26 20:41:40 +02:00
geoip Log a notice if the geoip database gets too old (#1791) 2022-06-30 08:22:51 +02:00
mysql Update to AMBuild 2.2. 2020-08-18 23:09:43 -07:00
pgsql Add PostgreSQL database driver (#32) 2021-03-11 11:21:51 +01:00
regex Remove use of the Dep API. 2020-08-24 20:48:57 -07:00
sdkhooks Fix SDKHook_[Use|Spawn|GetMaxHealth] callback result value handling (#1872) 2022-12-04 12:12:42 +01:00
sdktools Expose custom sdktools trace types from hl2sdk (#1822) 2022-12-02 14:11:05 +01:00
sqlite Update SQLite library to 3.38.5 (#1792) 2022-06-30 08:22:28 +02:00
structs 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
tf2 Fix TF2_OnIsHolidayActive forward not getting called after map change (#1752) 2022-04-22 11:49:46 +02:00
topmenus Update to AMBuild 2.2. 2020-08-18 23:09:43 -07:00
updater Update to AMBuild 2.2. 2020-08-18 23:09:43 -07:00