sourcemod/plugins/include
Scott Ehlert 8ad1cb0b8c Removed TF2_GivePlayerWeapon() and TF2_EquipPlayerClassWeapons() stocks as they no longer work at all
The 'weapons' paramater in the TF2_SetPlayerClass() class is now ignored since it no longer works
Bumped 1.0.2 versions for the final time

--HG--
branch : sourcemod-1.0.x
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402236
2008-05-31 22:30:57 +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 Added any tag to ADT array functions to fix potential tag mismatches 2008-04-24 10:25:27 +00:00
adt_trie.inc Added any tag to ADT array functions to fix potential tag mismatches 2008-04-24 10:25:27 +00:00
adt.inc Added any tag to ADT array functions to fix potential tag mismatches 2008-04-24 10:25:27 +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 merged in bug fixes from trunk 2008-05-21 03:31:42 +00:00
commandfilters.inc fixed some doc inconsistencies on ProcessTargetString 2008-04-19 00:44:11 +00:00
console.inc Fixed amb1713 - The tiniest of tiny mixups in description orders. 2008-05-25 20:49:42 +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 Bail's pedantic parser made me do it. 2008-04-19 10:34:56 +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 added amb1620 - ActivateEntity 2008-04-16 23:29:37 +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 amb1715 - tracehull 2008-05-29 03:50:36 +00:00
sdktools_voice.inc forgotten commit that was in the pipeline 2008-05-21 03:31:27 +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 added a forward that helps prevent against race conditions in map config plugins 2008-05-29 03:55:31 +00:00
string.inc added amb1694 - FindCharInString 2008-05-29 03:46:42 +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 Removed TF2_GivePlayerWeapon() and TF2_EquipPlayerClassWeapons() stocks as they no longer work at all 2008-05-31 22:30:57 +00:00
tf2.inc removed TF2_Burn and calccritical from 1.0 branch 2008-05-29 04:06:16 +00:00
timers.inc added amb1685 - GetTickInterval() 2008-05-29 03:59:00 +00:00
topmenus.inc Bail's pedantic parser made me do it. 2008-04-19 10:34:56 +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 Removed TF2_GivePlayerWeapon() and TF2_EquipPlayerClassWeapons() stocks as they no longer work at all 2008-05-31 22:30:57 +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