sourcemod/plugins/include
Scott Ehlert aff4431eea Added more missing svn:keywords properties to some files (this should be the last of them before I never have to do this again)
Moved sm_memtable files in sqlite extension to sdk directory (to be consistent with topmenus)
Some extension source files had an incorrect extension name in their headers
Updated copyright year on some rarely altered files

--HG--
branch : sourcemod-1.0.x
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402038
2008-04-11 17:22:19 +00:00
..
admin.inc - completely overhauled the immunity system 2007-09-10 23:38:58 +00:00
adminmenu.inc - added AddTargetsToMenu2() for using COMMAND_FILTER flags 2008-01-04 16:05:26 +00:00
adt_array.inc more deprecation 2008-03-16 23:16:34 +00:00
adt_trie.inc added amb1336 - GetTrieSize() 2008-01-03 06:11:26 +00:00
adt.inc added amb1262 - adt_trie 2007-12-10 05:14:37 +00:00
banning.inc whoops, i forgot to update the banning API... this is the correct revision 2007-09-21 14:56:18 +00:00
bitbuffer.inc Added more missing svn:keywords properties to some files (this should be the last of them before I never have to do this again) 2008-04-11 17:22:19 +00:00
clients.inc added amb1341 - OnClientPostAdminFilter 2008-01-03 19:40:55 +00:00
commandfilters.inc - added AddTargetsToMenu2() for using COMMAND_FILTER flags 2008-01-04 16:05:26 +00:00
console.inc Fixed amb1577 - CreateConVar return documentation was incorrect 2008-04-02 17:51:09 +00:00
core.inc added amb861, sounds can be hooked now 2007-12-02 01:51:48 +00:00
cstrike.inc Removed '#include <core>' 2007-12-24 20:41:33 +00:00
datapack.inc Updated license headers on virtually all files with extremely minor changes in the name of some sort of strange consistency. 2007-08-15 06:19:30 +00:00
dbi.inc added amb1377 - binary sql functions 2008-03-02 18:01:49 +00:00
entity_prop_stocks.inc more deprecation 2008-03-16 23:16:34 +00:00
entity.inc added amb1418 - FIELD_STRING support for GetEntPropString() 2008-02-22 16:51:15 +00:00
events.inc added some more doc to events 2008-01-19 20:58:10 +00:00
files.inc added amb1378 - FileExists() for valve fs 2008-01-22 17:04:59 +00:00
float.inc removed core bcompat shims where possible 2008-03-16 23:08:56 +00:00
functions.inc more deprecation 2008-03-16 23:16:34 +00:00
geoip.inc - LibraryExists() now works on extensions 2007-10-15 04:27:56 +00:00
halflife.inc added amb1424 - hudtext functions for mods that support them 2008-03-02 23:54:38 +00:00
handles.inc deprecated IsValidHandle() 2007-12-05 15:38:45 +00:00
helpers.inc deprecated LoadMaps() and its usage in three plugins 2008-02-22 21:01:08 +00:00
keyvalues.inc added amb382, KV get/set vector natives 2007-12-01 00:37:47 +00:00
lang.inc Updated license headers on virtually all files with extremely minor changes in the name of some sort of strange consistency. 2007-08-15 06:19:30 +00:00
logging.inc added amb1497 - log hooking 2008-03-02 19:08:27 +00:00
menus.inc fixed doc error on GetClientMenu() 2007-12-06 12:26:59 +00:00
profiler.inc Updated license headers on virtually all files with extremely minor changes in the name of some sort of strange consistency. 2007-08-15 06:19:30 +00:00
regex.inc Merged revs 2029 and 2030 from trunk - bit of cleaning and added svn:keywords property to some files that didn't have them yet 2008-04-10 20:12:12 +00:00
sdktools_engine.inc Updated license headers on virtually all files with extremely minor changes in the name of some sort of strange consistency. 2007-08-15 06:19:30 +00:00
sdktools_entinput.inc added amb753, entity input native 2007-09-28 19:56:19 +00:00
sdktools_entoutput.inc merged in selected changesets from 1.1 branch 2008-04-06 05:40:11 +00:00
sdktools_functions.inc merged in selected changesets from 1.1 branch 2008-04-06 05:40:11 +00:00
sdktools_sound.inc addressed amb1498 - GetSoundDuration() is broken on valve's end 2008-03-12 05:21:56 +00:00
sdktools_stocks.inc added function for resolving team names -> indexes 2007-10-21 00:16:46 +00:00
sdktools_stringtables.inc Updated license headers on virtually all files with extremely minor changes in the name of some sort of strange consistency. 2007-08-15 06:19:30 +00:00
sdktools_tempents_stocks.inc Updated license headers on virtually all files with extremely minor changes in the name of some sort of strange consistency. 2007-08-15 06:19:30 +00:00
sdktools_tempents.inc Updated license headers on virtually all files with extremely minor changes in the name of some sort of strange consistency. 2007-08-15 06:19:30 +00:00
sdktools_trace.inc Added more missing svn:keywords properties to some files (this should be the last of them before I never have to do this again) 2008-04-11 17:22:19 +00:00
sdktools_voice.inc Added VOICE_TEAM and VOICE_LISTENTEAM flags to the SDKTools voice functionality. 2007-09-23 21:01:07 +00:00
sdktools.inc merged in selected changesets from 1.1 branch 2008-04-06 05:40:11 +00:00
sorting.inc Added amb466 - Random Sorting 2008-03-03 06:28:41 +00:00
sourcemod.inc fixed amb1585 - url wasn't canonical 2008-04-06 17:21:49 +00:00
string.inc fixed nonsense documentation comment 2007-10-29 00:33:20 +00:00
textparse.inc Updated license headers on virtually all files with extremely minor changes in the name of some sort of strange consistency. 2007-08-15 06:19:30 +00:00
tf2_stocks.inc Fixed amb1594 - SetPlayerClass issues with spawning 2008-04-11 07:56:40 +00:00
tf2.inc Forgot a semicolon 2008-04-10 05:22:36 +00:00
timers.inc clarified and fixed the meaning of timelimit/timeleft when no frames have been processed 2007-09-23 20:11:48 +00:00
topmenus.inc Added more missing svn:keywords properties to some files (this should be the last of them before I never have to do this again) 2008-04-11 17:22:19 +00:00
usermessages.inc more deprecation 2008-03-16 23:16:34 +00:00
vector.inc Updated license headers on virtually all files with extremely minor changes in the name of some sort of strange consistency. 2007-08-15 06:19:30 +00:00
version.inc Added more missing svn:keywords properties to some files (this should be the last of them before I never have to do this again) 2008-04-11 17:22:19 +00:00
version.tpl Added more missing svn:keywords properties to some files (this should be the last of them before I never have to do this again) 2008-04-11 17:22:19 +00:00