sourcemod/bridge/include
Asher Baker ba8b42ef1b
Burninate IDataPack (#864)
This doesn't break any extensions NOT using IDataPack, and we do not know of any that are.

* The extension storage utility of this interface has been broken for the last 9 months, with ISourceMod::CreateDataPack being disabled.
* The plugin interop utility of this interface (its stated purpose) has been broken for the last 11+ years, with ISourceMod::GetDataPackHandleType being disabled.

I imagine it only survived the first cleanup 11 years ago because CSS:DM was using it internally, which it has now been migrated away from.

Compiled all the included extensions without changes (API compat), and loaded extensions build pre-change without issue (ABI compat).
2018-08-13 23:03:48 +01:00
..
BridgeAPI.h Burninate IDataPack (#864) 2018-08-13 23:03:48 +01:00
CoreProvider.h Add infrastructure to let logic define ConCommands. 2015-09-20 14:32:58 -07:00
IExtensionBridge.h Split intercom.h into separate headers and reduce shared header inclusion. 2015-08-31 10:00:49 -07:00
IFileSystemBridge.h Split intercom.h into separate headers and reduce shared header inclusion. 2015-08-31 10:00:49 -07:00
ILogger.h Split intercom.h into separate headers and reduce shared header inclusion. 2015-08-31 10:00:49 -07:00
IPlayerInfoBridge.h Split intercom.h into separate headers and reduce shared header inclusion. 2015-08-31 10:00:49 -07:00
IProviderCallbacks.h Don't use server commands to flush plugin unloads. 2015-09-15 19:43:41 -07:00
IScriptManager.h Rename CPlugin::SetErrorState to EvictWithError. 2015-10-31 17:25:59 -07:00
IVEngineServerBridge.h Split intercom.h into separate headers and reduce shared header inclusion. 2015-08-31 10:00:49 -07:00
LogicProvider.h Burninate IDataPack (#864) 2018-08-13 23:03:48 +01:00