sourcemod/public
David Anderson 04b2845b0d - improved comments on ShowActivity() natives
- switched to ShowActivity2() in basecommands
- added lifestates offsets to core gamedata file
- added a few translation phrases that were missing
- added new API calls to IPlayerHelpers for extending target processing

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401629
2007-10-21 20:35:15 +00:00
..
doxygen Filled out more license headers 2007-01-26 01:55:06 +00:00
extensions experimental changes to topmenu api -- drawing/displaying is now properly abstracted 2007-10-02 15:13:13 +00:00
jit 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
licenses fixed a typo, added version text 2007-08-01 03:23:45 +00:00
sample_ext added new makefiles for sample SDK 2007-10-14 20:10:36 +00:00
sourcepawn greatly optimized the process of mapping plugin natives from Core 2007-08-29 00:47:05 +00:00
compat_wrappers.h fixed compat wrappers including core stuff 2007-10-14 17:55:02 +00:00
IAdminSystem.h fixed CheckAccess() in IAdminSystem having the wrong parameter type 2007-09-26 02:14:05 +00:00
IADTFactory.h 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
IDataPack.h 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
IDBDriver.h 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
IExtensionSys.h fixed an overall deficiency where libraries did not include extensions. extensions can now mark themselves as libraries, and they thus become fully optional just as plugins do. additionally, a bug was fixed where plugins could be accidentally marked as required instead of optional. these changes resulted in a bcompat API bump to the extension/sharesys interface. 2007-10-15 04:06:57 +00:00
IForwardSys.h 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
IGameConfigs.h 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
IGameHelpers.h - added 3 new natives for banning/unbanning and interception 2007-09-14 02:11:10 +00:00
IHandleSys.h 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
ILibrarySys.h 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
IMemoryUtils.h 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
IMenuManager.h added amb870 - menus can display from a given item 2007-09-26 01:48:52 +00:00
IPlayerHelpers.h - improved comments on ShowActivity() natives 2007-10-21 20:35:15 +00:00
IPluginSys.h 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
IRootConsoleMenu.h fixed compat wrappers including core stuff 2007-10-14 17:55:02 +00:00
IShareSys.h fixed an overall deficiency where libraries did not include extensions. extensions can now mark themselves as libraries, and they thus become fully optional just as plugins do. additionally, a bug was fixed where plugins could be accidentally marked as required instead of optional. these changes resulted in a bcompat API bump to the extension/sharesys interface. 2007-10-15 04:06:57 +00:00
ISourceMod.h Why was this not const? I have no idea, but what a lame commit for me to make after all this time 2007-09-12 07:22:38 +00:00
ITextParsers.h header movement #1 - reduced usage of TextParsers.h 2007-09-11 15:10:18 +00:00
IThreader.h 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
ITimerSystem.h clarified and fixed the meaning of timelimit/timeleft when no frames have been processed 2007-09-23 20:11:48 +00:00
IUserMessages.h 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
metamod_wrappers.h cstrike extension builds now 2007-10-14 19:34:46 +00:00
sm_platform.h - removed some debug stuff 2007-08-15 16:21:28 +00:00
sm_trie_tpl.h fixed a trie lookup bug where terminated string arcs could be return false positives. for example, sm_k would match sm_kick, if and only if the sm_k formed the arc and the ick formed the termination 2007-10-15 19:38:18 +00:00