Vladimir
3100e23b87
Add support for gamedata lookups from soundemittersystem library ( #1787 )
...
* Add `soundemittersystem` library to game config signatures
* Remove `GAMEBIN` by `soundemittersystem` module load
2022-08-04 16:32:26 +02:00
Vladimir
79d594aca3
Add OnClientLanguageChanged() forward ( #1597 )
2021-10-25 19:45:24 +01:00
Vladimir
106f807b68
Fix crash in FindSendPropInfo() when the prop was DPT_DataTable ( #1575 )
2021-09-06 18:42:04 -07:00
Vladimir
f4ff2ad45a
Add missing return values in plugins
2021-08-21 14:11:20 -07:00
Vladimir and komashchenko
f708842e09
Fix conflict with extensions using SteamWorks ( #1531 )
...
We were accidentally changing a process-wide global variable when trying to fetch a working ISteamGameServer interface.
Co-Authored-By: komashchenko <[email protected] >
2021-07-18 00:01:24 +01:00
Vladimir and Asher Baker
54364d213d
Fix output hooks when caller/activator are flipped ( #1411 )
...
Co-authored-by: Asher Baker <[email protected] >
2021-07-17 15:30:09 +01:00
Vladimir
f603b7aec3
Add StringToInt64() and Int64ToString() natives ( #1511 )
2021-06-28 21:51:49 +01:00
Vladimir
267eb90da5
Fix not working MENU_DEBUG ( #1506 )
...
Replace g_Logger to logger for MENU_DEBUG
2021-06-21 12:11:35 +01:00
Vladimir
8f73e5e5a1
Update PluginSys.cpp
2021-05-24 14:30:16 -07:00
Vladimir
62142197c1
Add OnNotifyPluginUnloaded forward
2021-05-24 14:30:16 -07:00
Vladimir
ff43e60831
Revert "Add HookPluginUnload() and UnhookPluginUnload() functions"
...
This reverts commit 2c2d219f3f07d31ba84aa88acfae353c82e75dec.
2021-05-24 14:30:16 -07:00
Vladimir
6b9037790a
Revert "Update smn_core.cpp"
...
This reverts commit ec8b9e1d51b91ca7dd56a4b63bdb732fe944dcee.
2021-05-24 14:30:16 -07:00
Vladimir
babc6abc64
Revert "Update PluginSys.cpp"
...
This reverts commit dd10098844562112c4b57e97da6b20e4cf4ff30b.
2021-05-24 14:30:16 -07:00
Vladimir
66d932c79f
Revert "Update sourcemod.inc"
...
This reverts commit dbaa470e074fb3716ff4b467f6148c90b50d4220.
2021-05-24 14:30:16 -07:00
Vladimir
7be2f50a98
Update sourcemod.inc
...
Typo
2021-05-24 14:30:16 -07:00
Vladimir
499f7160a4
Update PluginSys.cpp
...
Fix not passing Plugin Handle
2021-05-24 14:30:16 -07:00
Vladimir
7aca0cc77f
Update smn_core.cpp
...
Fix parameter number
2021-05-24 14:30:16 -07:00
Vladimir
c874703136
Add HookPluginUnload() and UnhookPluginUnload() functions
2021-05-24 14:30:16 -07:00
Vladimir
5a72644486
Add ConVar.GetDescription() method ( #1449 )
...
* Add ConVar.GetDescription() method
Issue #1432
* Update basecommands.sp
Add prints description of ConVar
* Revert "Update basecommands.sp"
This reverts commit ad485069a837f602bdeeeb50f9e02452b3860ecd.
* Remove GetConVarDescription() function
2021-03-21 15:10:17 +01:00
Vladimir
e552466886
core: Call SetGlobalTarget in PrintToConsole ( #1448 )
...
Issue #1443
2021-03-20 22:24:06 -07:00
Vladimir
3696a4cd9e
Correct parameter detail in OnEntityDestroyed ( #1237 )
2020-05-08 15:08:34 -07:00