..
admin.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
adminmenu.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
adt_array.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
adt_stack.inc
ArrayStack: add Clone method ( #1304 )
2020-07-08 20:59:17 -07:00
adt_trie.inc
trie: implement clone() method ( #852 )
2020-07-14 20:11:23 -07:00
adt.inc
added amb1538 - adt_stack
2008-04-13 06:06:27 +00:00
banning.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
basecomm.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
bitbuffer.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
clientprefs.inc
Fix whitespace regression from #1012 ( #1026 )
2019-05-30 20:11:43 -07:00
clients.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
commandfilters.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
commandline.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
console.inc
Add helper stocks for getting numerical command arguments ( #1194 )
2020-03-04 13:17:10 -08:00
convars.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
core.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
cstrike.inc
Add new CSWeaponID knives ( #1126 )
2020-02-08 17:28:38 -08:00
datapack.inc
Add an array operations to CDataPack ( #1219 )
2020-05-08 15:23:48 -07:00
dbi.inc
Fix parameter name in SQL_SetCharset documentation ( #1329 )
2020-08-03 11:22:30 +01:00
entity_prop_stocks.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
entity.inc
Change int[] to any[] for data r/w functions ( #1221 )
2020-07-09 10:09:13 +01:00
events.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
files.inc
Change int[] to any[] for data r/w functions ( #1221 )
2020-07-09 10:09:13 +01:00
float.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
functions.inc
Fix Documentation Typo in functions.inc ( #1156 )
2020-01-12 12:23:08 -08:00
geoip.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
halflife.inc
Deprecate IsSoundPrecached ( #1172 )
2020-02-06 10:33:44 -08:00
handles.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
helpers.inc
Add comment about common.phrases to FindTarget ( #1155 )
2020-01-14 15:00:27 -08:00
keyvalues.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
lang.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
logging.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
mapchooser.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
menus.inc
menusys: add MenuShufflePerClient native ( #1073 )
2020-08-06 20:31:00 -07:00
nextmap.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
profiler.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
protobuf.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
regex.inc
regex: add/document missing offset param ( #1175 )
2020-02-26 15:52:04 -08:00
sdkhooks.inc
sdkhooks: add OnEntitySpawned fwd. ( #1078 )
2020-08-06 20:01:07 -07:00
sdktools_client.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
sdktools_engine.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
sdktools_entinput.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
sdktools_entoutput.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
sdktools_functions.inc
Add default values to TeleportEntity
2020-02-01 02:53:59 -06:00
sdktools_gamerules.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
sdktools_hooks.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
sdktools_sound.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
sdktools_stocks.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
sdktools_stringtables.inc
Make GetStringTableData native binary-safe ( #1232 )
2020-04-14 17:51:39 +01:00
sdktools_tempents_stocks.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
sdktools_tempents.inc
Add missing const to origin parameters ( #1079 )
2019-11-13 00:33:00 -08:00
sdktools_trace.inc
sdktools: expose additional tr sdk capabilities ( #1145 )
2020-02-26 16:19:55 -08:00
sdktools_variant_t.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
sdktools_voice.inc
sdktools_voice: implement ClientSpeaking forwards ( #1247 )
2020-08-18 06:02:34 -07:00
sdktools.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
sorting.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
sourcemod.inc
Update OnLibraryAdded and OnLibraryRemoved docs ( #1303 )
2020-07-09 10:09:59 +01:00
string.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
testing.inc
testing: Add stock AssertStrEq ( #1185 )
2020-07-08 19:18:39 -07:00
textparse.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
tf2_stocks.inc
Fix TFResourceNames using array based enum struct ( #1154 )
2020-06-28 01:34:59 +00:00
tf2.inc
Merge pull request #1102 from nosoop/sf11
2020-06-29 09:01:59 -04:00
timers.inc
IsServerProcessing: improve grammar / present|correctness. ( #1188 )
2020-02-26 15:54:19 -08:00
topmenus.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
usermessages.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
vector.inc
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
version.inc
Bump version for non-VCS builds ( #1243 )
2020-04-27 15:50:03 +01:00
version.tpl
Mirrored buildbot/version template changes from branch.
2008-09-14 06:13:25 +00:00