Asher Baker
70c9a6528a
Remove entity lump manipulation from OnLevelInit
...
Newer Source engine versions now use a dynamically allocated buffer for
the map entity lump, and some maps have over 16MB of entity data - far
larger than our 2MB limit.
There is no sane way we can currently handle this, so just remove the
functionality from the forward until a more comprehensive API can be
designed.
Fixes #1470
2021-07-17 20:52:51 +01:00
Einyux
823b55c22a
sdkhooks: Allow overriding SDKHook_Think ( #1397 )
...
* Allow to block Think()
* Update SDKHookCB comment
2021-07-10 12:42:17 -07:00
Asher Baker
ea3f55f030
Remove OnEntitySpawned C++ listener ( #1342 )
...
This is causing crashes with existing extensions using entity listeners.
Currently no one is asking for a C++ hook here, if it is desired it
needs to be done with proper versioning of the listener interface, which
is going to be a little bit more complicated without an initial hard
break.
https://forums.alliedmods.net/showpost.php?p=2715337&postcount=789
https://discordapp.com/channels/335290997317697536/335290997317697536/748101258186850334
This is a partial revert of #1078 .
2020-08-26 12:53:31 +01:00
BotoX
7bab9cc344
sdkhooks: add OnEntitySpawned fwd. ( #1078 )
...
* Add OnEntitySpawned to SDKHooks.
* nitpicking
* Add CapabilityProvider SDKHook_OnEntitySpawned
* (unrelated) nits
* nit relocation
* unqualified relocation - my mistake.
Co-authored-by: Kyle Sanderson <kyle.leet@gmail.com>
2020-08-06 20:01:07 -07:00
David Anderson
3b386379dd
Use more STL for vector insertion/removal. ( #1284 )
2020-06-13 15:57:02 -07:00
David Anderson
5d94f0bea8
Replace ke::Vector with std::vector.
2020-05-31 11:35:51 -07:00
Kyle Sanderson
cb8d92edeb
SDKHooks: Reset global hookid when unhooking in SH. ( #916 )
...
Fixes https://github.com/alliedmodders/sourcemod/issues/912
2018-10-28 11:06:57 -07:00
Nick Hastings
9b8d28de56
Allow -1/null for attacker and inflictor for OTD (bug 6494).
2018-03-28 21:10:32 -04:00
Michael Flaherty
4f54df65e9
Switch C header & Fix warnings ( #702 )
2017-10-15 10:32:01 +01:00
Nicholas Hastings
29d1187434
Cache created entities by reference instead of index in SDKHooks ( #634 )
...
Fixes #663 .
2017-07-06 13:33:34 -04:00
Nicholas Hastings
40f2512317
Remove support for Source 1 Dota 2. ( #496 )
2016-04-26 23:18:47 -04:00
Kyle Sanderson
2812f227b7
Change SDKHooks CanBeAutoBalanced to only MRES_SUPERCEDE if the return changes.
2015-12-29 12:44:03 -08:00
Nicholas Hastings
818e1e4e18
Add support for hooking CanBeAutobalanced to SDKHooks.
2015-11-26 10:35:00 -05:00
Fyren
fec2fa3bf0
Update SP and use BlamePluginError in sdkhooks.
2015-11-18 01:24:31 +00:00
Nicholas Hastings
64f9aedebc
Add basic support for Black Mesa.
...
(Basically a copy of SDK 2013's support, but against BMS SDK).
2015-05-06 21:12:13 -04:00
Nicholas Hastings
e2aab2ab10
Don't allow plugins to block LevelInit (wtf).
2015-01-27 18:01:30 -08:00
Nicholas Hastings
aa38226337
Fix SDKHooks causing crash on plugin load/unload or player connect/disconnect if missing gamedata.
2014-12-30 20:56:28 -05:00
Nicholas Hastings
77dc5ac7ed
Fix build.
2014-10-14 17:47:44 -04:00
Nicholas Hastings
37c29775d4
Fix OnTakeDamage_Alive gamedata lookup in SDKHooks.
2014-10-14 17:36:55 -04:00
Nicholas Hastings
be55587d70
Add OnTakeDamage_Alive hook support to SDKHooks (bug=6249).
2014-09-03 17:45:34 -04:00
Ryan Stecker
cae1d0dec1
Don't override hook result in BlockedPost.
2014-09-02 13:01:18 -05:00
Ryan Stecker
601aac440e
Implement SDKHook_Blocked and SDKHook_BlockedPost.
2014-08-01 21:35:41 -05:00
Kyle Sanderson
ab72841704
Rename SDKHooks function and variable to be friendlier.
2014-07-30 15:34:51 -07:00
Kyle Sanderson
ba0406930d
Pre-allocate 8 elements to skip trivial reallocations near the beginning of the vectors life.
2014-07-29 02:48:13 -07:00
Kyle Sanderson
be79dee6e0
Store only the callback as per VoiDeD, re-eval if HookList changes.
2014-07-29 02:46:49 -07:00
Kyle Sanderson
97610edda4
HackFix: Mimic forwardsys style of pawn calling.
2014-07-28 15:51:34 -07:00
Peace-Maker
1181144e57
Fix regression. SDKHook_ReloadPost never firing
...
The switch to vtable hooks typo'd the ReloadPost hooks.
2014-07-16 20:40:52 +02:00
Kyle Sanderson
365da7fef6
GCC build fix.
2014-05-20 20:33:50 -07:00
Nicholas Hastings
b4ff034ac2
Fix passing invalid ent to OnEntity forwards (bug 6119, r=KyleS).
...
--HG--
extra : rebase_source : f5477d7d36ef579c40b0547389e8eccaf129f69e
2014-05-10 22:21:42 -04:00
Nicholas Hastings
6b27a7fe46
Consolidate duplicate OnEntityCreated logic (bug 6119, r=KyleS).
...
--HG--
extra : rebase_source : b0f563081c5d98c3fbc2769ee89e3ce0ec093624
2014-05-10 22:21:42 -04:00
Nicholas Hastings
adc9569e23
Fix clients being invalid when passed to OnEntityDestroyed (bug 6119, r=KyleS).
...
--HG--
extra : rebase_source : 546168635b7e7cd8f8c4302858aa258025444dfd
2014-05-10 22:21:38 -04:00
Peace-Maker
cec703a059
Change hook prototype of GroundEntChanged to include void* parameter (bug 6050, r=psychonic).
2014-05-05 11:40:42 -04:00
Scott Ehlert
ecec7dbef3
Deduplicate a number of files used by extensions by moving them to the public directory (bug 5341, r=psychonic).
...
These files include smsdk_ext.cpp, smsdk_ext.h, sm_memtable.h, CDetour/*, and asm/*.
The smsdk_config.h file for each extension has also been moved out of the 'sdk' directory into its parent.
--HG--
rename : extensions/bintools/sdk/smsdk_config.h => extensions/bintools/smsdk_config.h
rename : extensions/clientprefs/sdk/smsdk_config.h => extensions/clientprefs/smsdk_config.h
rename : extensions/cstrike/sdk/smsdk_config.h => extensions/cstrike/smsdk_config.h
rename : extensions/curl/sdk/smsdk_config.h => extensions/curl/smsdk_config.h
rename : extensions/geoip/sdk/smsdk_config.h => extensions/geoip/smsdk_config.h
rename : extensions/mysql/sdk/smsdk_config.h => extensions/mysql/smsdk_config.h
rename : extensions/regex/sdk/smsdk_config.h => extensions/regex/smsdk_config.h
rename : extensions/sdkhooks/sdk/smsdk_config.h => extensions/sdkhooks/smsdk_config.h
rename : extensions/sdktools/sdk/smsdk_config.h => extensions/sdktools/smsdk_config.h
rename : extensions/sqlite/sdk/smsdk_config.h => extensions/sqlite/smsdk_config.h
rename : extensions/structs/sdk/smsdk_config.h => extensions/structs/smsdk_config.h
rename : extensions/tf2/sdk/smsdk_config.h => extensions/tf2/smsdk_config.h
rename : extensions/topmenus/sdk/smsdk_config.h => extensions/topmenus/smsdk_config.h
rename : extensions/updater/sdk/smsdk_config.h => extensions/updater/smsdk_config.h
rename : extensions/sdktools/CDetour/detourhelpers.h => public/CDetour/detourhelpers.h
rename : extensions/sdktools/CDetour/detours.cpp => public/CDetour/detours.cpp
rename : extensions/sdktools/CDetour/detours.h => public/CDetour/detours.h
rename : extensions/sdktools/asm/asm.c => public/asm/asm.c
rename : extensions/sdktools/asm/asm.h => public/asm/asm.h
rename : public/sample_ext/sdk/smsdk_config.h => public/sample_ext/smsdk_config.h
rename : core/logic/sm_memtable.h => public/sm_memtable.h
rename : public/sample_ext/sdk/smsdk_ext.cpp => public/smsdk_ext.cpp
rename : public/sample_ext/sdk/smsdk_ext.h => public/smsdk_ext.h
2014-04-23 21:19:28 -05:00
Kyle Sanderson
9abac06e85
Change SDKHooks to VTable Hooks (bug 6070, r=psychonic).
2014-03-23 22:11:06 -06:00
Nicholas Hastings
451c90b932
Improve logical entity support in SDKHooks natives (bug 6069, r=asherkin).
2014-03-21 22:09:15 -04:00
Nicholas Hastings
db756f482b
Fix SDKHooks TraceAttack hook crashing on SDK 2013 mods.
2014-03-08 22:06:29 -05:00
Nicholas Hastings
4093fa0588
Fix SDKHooks load issue and reliance on gEntList ptr on CS:GO and Dota 2 on Windows.
2014-02-07 22:11:31 -05:00
Nicholas Hastings
097d2d902c
Add missing meta results to some pre-hooks in SDKHooks (nobug, r=me).
2014-01-27 10:09:47 -05:00
Peace-Maker
9d15512f3b
Fix crash in SDKHooks Reload post-hook (irc, r=psychonic).
2014-01-27 10:09:03 -05:00
David Anderson
f82224eba0
Move versioning to a static library to improve trivial build speed (bug 5997 part 9, r=ds).
2013-12-30 17:51:00 -05:00
Nicholas Hastings
bdbc3c3b58
Fix SDKHooks Spawn hook crashing in Dota.
...
--HG--
extra : rebase_source : dfe1eb22256268b321b8c24be718fbc7c770e74e
2013-12-28 08:19:34 -05:00
Nicholas Hastings
96e971084a
Fix SDKHooks hook ent validation missing first datatable name (bug 5881, r=asherkin).
2013-08-24 21:59:52 -04:00
GoD-Tony
5ec9cf7089
Added ISDKHooks interface with entity listeners (bug 5602, r=psychonic).
2013-08-04 10:03:40 -04:00
Nicholas Hastings
a36c266e7d
Split TF2, DoD:S, HL2:DM, and ND to separate binaries (bug 5813, r=asherkin).
2013-07-21 11:53:56 -04:00
Kyle Sanderson
ef6c454137
Replace usages of deprecated Sourcehook Add/Remove macros (bug 5631, r=dvander).
2013-03-16 22:15:25 -04:00
Nicholas Hastings
d44e334524
Fixed SDKHooks GetMaxHealth callback being passed incorrect parameters.
2013-03-02 13:42:07 -05:00
Nicholas Hastings
a040c237bc
Removed intentional invalid steamid crash in SDK Hooks.
2013-02-11 09:39:23 -05:00
Peace-Maker
176c003658
Fixed SDKHooks missing version info.
2013-02-09 11:37:51 -05:00
Nicholas Hastings
0015d00243
Initial commit of latest functional SDKHooks extension.
2013-02-07 23:43:33 -05:00