sourcemod/core
Scott Ehlert dbb74a612d Creating/Firing/Canceling events now use CStack to avoid the need to use new when possible
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40583
2007-03-06 04:50:30 +00:00
..
msvc8 Initial import of event stuff: Natives to hook and fire game events 2007-03-04 04:05:03 +00:00
systems Made this const for great justice 2007-03-02 09:15:54 +00:00
vm added ThrowError() a la amxmodx's abort() 2007-03-02 19:10:44 +00:00
zlib finalized new structure and imported newly proposed plugin system API 2006-11-08 06:30:20 +00:00
AdminCache.cpp added helper a core translation helper to the translator 2007-02-17 19:03:18 +00:00
AdminCache.h added helper a core translation helper to the translator 2007-02-17 19:03:18 +00:00
CConCmdManager.cpp initial import of game compatibility backend 2007-03-01 01:02:47 +00:00
CConCmdManager.h added admin access checking 2007-02-17 08:59:52 +00:00
CConVarManager.cpp Initial import of event stuff: Natives to hook and fire game events 2007-03-04 04:05:03 +00:00
CConVarManager.h Initial import of event stuff: Natives to hook and fire game events 2007-03-04 04:05:03 +00:00
CDataPack.cpp forgot to add the headers 2007-02-14 11:29:59 +00:00
CDataPack.h improved data pack type checking 2007-02-14 11:03:03 +00:00
CDbgReporter.cpp Fixed up some error messages... 2007-02-12 05:46:00 +00:00
CDbgReporter.h Fixed native errors not being logged - hope I did this correctly... 2007-02-10 10:38:23 +00:00
CellRecipientFilter.h initial implementation of message hooks 2007-03-01 22:49:08 +00:00
CGameConfigs.cpp fixed crash when gamedata is missing 2007-03-01 16:35:06 +00:00
CGameConfigs.h added keys to game config files 2007-03-01 03:58:18 +00:00
CHalfLife2.cpp slight reorganization for future expansion 2007-03-01 04:18:23 +00:00
CHalfLife2.h slight reorganization for future expansion 2007-03-01 04:18:23 +00:00
CLogger.cpp new versioning stuff 2007-03-03 07:50:01 +00:00
CLogger.h added license headers 2007-01-25 22:36:38 +00:00
CMsgListenerWrapper.h initial implementation of message hooks 2007-03-01 22:49:08 +00:00
convar_sm.h Initial import of convar stuff 2007-02-08 21:41:28 +00:00
CPlayerManager.cpp clientconnect now blocks properly when needed 2007-02-17 09:02:22 +00:00
CPlayerManager.h clientconnect now blocks properly when needed 2007-02-17 09:02:22 +00:00
CTextParsers.cpp fixed error code being off by one 2007-02-12 18:25:16 +00:00
CTextParsers.h added license headers 2007-01-25 22:36:38 +00:00
CTranslator.cpp added helper a core translation helper to the translator 2007-02-17 19:03:18 +00:00
CTranslator.h added helper a core translation helper to the translator 2007-02-17 19:03:18 +00:00
CUserMessages.cpp exposed the message interface 2007-03-03 00:56:01 +00:00
CUserMessages.h exposed the message interface 2007-03-03 00:56:01 +00:00
EventManager.cpp Creating/Firing/Canceling events now use CStack to avoid the need to use new when possible 2007-03-06 04:50:30 +00:00
EventManager.h Creating/Firing/Canceling events now use CStack to avoid the need to use new when possible 2007-03-06 04:50:30 +00:00
Makefile fixed linux build 2007-02-16 04:43:48 +00:00
sm_autonatives.cpp added license headers 2007-01-25 22:36:38 +00:00
sm_autonatives.h added license headers 2007-01-25 22:36:38 +00:00
sm_globals.h Typo fix and removal of a semicolon in the name of consistency? 2007-02-08 04:56:08 +00:00
sm_memtable.cpp added license headers 2007-01-25 22:36:38 +00:00
sm_memtable.h initial import of finished admin api 2007-01-29 04:19:14 +00:00
sm_srvcmds.cpp new versioning stuff 2007-03-03 07:50:01 +00:00
sm_srvcmds.h Initial import of convar stuff 2007-02-08 21:41:28 +00:00
sm_stringutil.cpp Added hex format specifier (%X and %x) 2007-02-27 21:30:04 +00:00
sm_stringutil.h Moved this... for now 2007-02-16 07:48:38 +00:00
sm_trie.cpp added license headers 2007-01-25 22:36:38 +00:00
sm_trie.h added license headers 2007-01-25 22:36:38 +00:00
sm_version.h new versioning stuff 2007-03-03 07:50:01 +00:00
sm_version.tpl new versioning stuff 2007-03-03 07:50:01 +00:00
smn_admin.cpp added functions for target immunity testing 2007-02-27 03:32:14 +00:00
smn_bitbuffer.cpp Initial fixes to ensure static strings passed to new convars 2007-02-17 05:33:31 +00:00
smn_console.cpp Initial import of event stuff: Natives to hook and fire game events 2007-03-04 04:05:03 +00:00
smn_core.cpp added ThrowError() a la amxmodx's abort() 2007-03-02 19:10:44 +00:00
smn_datapacks.cpp forgot to add the headers 2007-02-14 11:29:59 +00:00
smn_entities.cpp added entity functions and stocks for send props 2007-03-02 19:11:04 +00:00
smn_events.cpp Creating/Firing/Canceling events now use CStack to avoid the need to use new when possible 2007-03-06 04:50:30 +00:00
smn_filesystem.cpp added license headers 2007-01-25 22:36:38 +00:00
smn_float.cpp removed redundant float native 2007-02-26 08:50:25 +00:00
smn_halflife.cpp internal reorganization 2007-03-02 00:52:55 +00:00
smn_handles.cpp fixed stupid export 2007-02-26 09:21:08 +00:00
smn_lang.cpp exposed translation natives and fixed build 2007-01-27 04:21:11 +00:00
smn_player.cpp added functions for target immunity testing 2007-02-27 03:32:14 +00:00
smn_sorting.cpp added sorting natives (phew) 2007-02-26 08:21:09 +00:00
smn_string.cpp Worst commit ever, but I have removed some unnecessary things 2007-02-05 08:58:03 +00:00
smn_textparse.cpp added %T format support 2007-01-27 03:25:34 +00:00
smn_usermsgs.cpp implemented GetUserMessageName native 2007-03-01 23:44:27 +00:00
sourcemm_api.cpp new versioning stuff 2007-03-03 07:50:01 +00:00
sourcemm_api.h Creating/Firing/Canceling events now use CStack to avoid the need to use new when possible 2007-03-06 04:50:30 +00:00
sourcemod.cpp added a crapload of random natives 2007-02-26 05:26:54 +00:00
sourcemod.h initial user message implementation with its natives and such 2007-02-16 18:47:16 +00:00
version.rc new versioning stuff 2007-03-03 07:50:01 +00:00