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
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
c874703136
Add HookPluginUnload() and UnhookPluginUnload() functions
2021-05-24 14:30:16 -07:00
Scags
589d6df75d
gamedata: implement GetMemSig ( #1345 )
2020-10-02 16:40:13 -07:00
Impact
a065773b6d
Update OnLibraryAdded and OnLibraryRemoved docs ( #1303 )
...
`OnLibraryAdded` and `OnLibraryRemoved` are called whether or not a optional dependency exists
2020-07-09 10:09:59 +01:00
Scags
44615b7ade
Prevent uncessary re-tagging for address functions ( #1250 )
2020-05-08 14:54:01 -07:00
RumbleFrog
ab5f00b65b
Correct FrameIterator retval regression ( #1066 )
2019-08-26 19:26:51 -07:00
JoinedSenses
81dc80fbd1
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
peace-maker
1b795a70b0
Add GameData methodmap ( #766 )
2018-10-11 20:27:56 -07:00
Asher Baker
b5320a4f8a
Add a note about FormatTime platform dependence ( #908 )
...
This has been another constant source of confusion since the C99 ones were added to the strftime documentation we link.
It'd be nice to have a consistent implementation inside SM in the future.
2018-10-11 11:07:07 +01:00
Michael Flaherty
7068c3e865
Fix LogStackTrace Anomaly ( #863 )
2018-07-31 04:17:36 -07:00
Michael Flaherty
43cdf20fd3
Add FrameIterator to SourceMod ( #716 ).
...
* Create FrameIterator type
This commit adds the FrameIterator type to core sm along with a few
methods around getting the information for each frame.
* Fix incorrect documentation
[skip ci]
* Implement KyleS's Changes
* A nit
2017-11-16 18:55:37 -08:00
ErikMinekus
542bb59978
Update large includes for transitional syntax #2 ( #511 )
2016-05-21 09:16:49 -04:00
Asher Baker
4346e963e5
Correct spelling in API documentation.
2015-10-30 12:26:34 +00:00
Nicholas Hastings
5574acda3d
Remove Address_MinimumValid entry from sp incs
...
We have this defined in core for error checking, but it's useless in sp since unsigned comparisons are not supported.
2015-05-12 06:35:48 -04:00
Alexander Corn
c9b6b7b212
Moved note about releasing resources from OnPluginStart to OnPluginEnd
2015-03-06 15:25:39 -05:00
David Anderson
affff9eeb7
Move ConVar API into its own include.
2014-11-09 15:02:42 -08:00
David Anderson
c37174cb97
Fix some syntax errors in include files.
2014-11-09 02:03:09 -08:00
Ross Bemrose
159f2c8335
Add return types to OnPluginEnd, OnPluginPauseChange, and OnGameFrame
2014-11-07 15:22:49 -05:00
Ryan Stecker
f2a80e33fd
Expose some of ICommandLine to plugins.
2014-10-07 16:16:02 -05:00
David Anderson
686890ec10
Clean up the struct syntax and force it to use newdecls.
2014-07-20 12:16:23 -07:00
David Anderson
e5b1b630bb
Port some includes to transitional API.
2014-07-05 13:58:07 -07:00
David Anderson
3cf9e56a19
Fix various bugs in global newdecl support.
2014-07-04 14:31:56 -07:00
Nicholas Hastings
655994cd09
Fix doc style on two native comments to fix detection in our api parser.
2014-04-06 17:03:14 -04:00
Erik Minekus
0e167ee85b
Numerous code documentation fixups (bug 5720, r=psychonic).
2013-08-01 09:26:34 -04:00
Nicholas Hastings
312e26a5cf
Added initial support for protobuf usermessages on CS:GO (bug 5579, r=asherkin).
2013-01-22 21:43:12 -05:00
Downtown1
18865c44c8
Added a new ValveCallType that allows for arbitrary |this| parameters, as well as associated features in gamedata and for reading/writing memory (bug 3520, r=dvander, sr=fyren).
2010-01-11 22:46:44 -08:00
David Anderson
2698ff1a04
Added feature testing functionality (bug 4021, r=pred).
2009-10-28 00:37:34 -07:00
Fyren
d7917a6a9a
Add AskPluginLoad2() to allow silent failure, deprecate AskPluginLoad() (bug 3716, r=dvander)
2009-03-18 19:20:40 -07:00
David Anderson
2f36e3b231
Deprecated SQL_ConnectEx for SQL_ConnectCustom, which expresses the API intent better (bug 3307, r=pred).
2008-10-13 01:13:39 -05:00
Matt Woodrow
4106620928
New mapchooser, rockthevote and nominations plugins finally ready. Removed the existing mapmanager stuff.
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402313
2008-07-01 01:18:52 +00:00
Matt Woodrow
29ee014a94
Quick build fix until my mapchooser changes are completed.
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402192
2008-05-25 20:25:59 +00:00
Matt Woodrow
d9357d5224
Fixed amb1454 - Nextmap broken on mods that use the scores usermsg differently to CS:S
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402185
2008-05-25 07:11:16 +00:00
David Anderson
40e0857a29
added a forward that helps prevent against race conditions in map config plugins
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402162
2008-05-21 02:12:12 +00:00
David Anderson
8a2c175420
addressed amb1585 - url wasn't canonical
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402001
2008-04-06 17:21:13 +00:00
Scott Ehlert
251cced1f8
Spring Cleaning, Part Ichi (1)
...
Various minor things done to project files
Updated sample extension project file and updated makefile to the new unified version (more changes likely on the way)
Updated regex project file and makefile
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401971
2008-03-30 07:00:22 +00:00