sourcemod/core
David Anderson 3faa842794 initial import of trie as a template; old file is now a wrapper
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401395
2007-08-29 05:20:48 +00:00
..
msvc8 hugely experimental templated trie, will be used soon 2007-08-29 02:37:59 +00:00
systems fixed linux build 2007-08-29 02:43:07 +00:00
thread 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
vm fixed some build issues from last commit 2007-08-29 02:36:41 +00:00
zlib finalized new structure and imported newly proposed plugin system API 2006-11-08 06:30:20 +00:00
AdminCache.cpp - fixed a series of corruption bugs in the admin cache (oh man, i suck sometimes) 2007-08-19 15:11:49 +00:00
AdminCache.h - fixed a series of corruption bugs in the admin cache (oh man, i suck sometimes) 2007-08-19 15:11:49 +00:00
ADTFactory.cpp 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
ADTFactory.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
CDataPack.cpp 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
CDataPack.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
CellArray.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
CellRecipientFilter.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
ChatTriggers.cpp fixed portion of amb777 -- chat triggers ate up spaces and thus "/ kick" was the same as "/kick" 2007-08-26 20:12:30 +00:00
ChatTriggers.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
ConCmdManager.cpp fixed amb834 - command callbacks could potentially occur on invalid clients in very rare cases 2007-08-26 17:41:02 +00:00
ConCmdManager.h added some cmd access stuff that i need for the admin menu toolchain 2007-08-18 19:43:37 +00:00
convar_sm.h Made some things const in convar_sm.h 2007-06-26 19:29:24 +00:00
ConVarManager.cpp removed the query code for cl_language 2007-08-19 15:02:20 +00:00
ConVarManager.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
CoreConfig.cpp 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
CoreConfig.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
CrazyDebugger.cpp 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
Database.cpp 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
Database.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
DebugReporter.cpp plugin name is now outputted in debug messages 2007-08-15 20:22:30 +00:00
DebugReporter.h SourceMod will now spit out errors for scripts that become corrupt and would otherwise be crashing Core. if you get these errors contact the dev team. 2007-08-15 20:18:15 +00:00
EventManager.cpp 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
EventManager.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
GameConfigs.cpp 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
GameConfigs.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
HalfLife2.cpp added FakeClientCommandEx() to solve a nasty re-entrancy issue 2007-08-15 18:26:15 +00:00
HalfLife2.h added FakeClientCommandEx() to solve a nasty re-entrancy issue 2007-08-15 18:26:15 +00:00
Logger.cpp - implemented amb855 - LogAction() 2007-08-27 02:00:37 +00:00
Logger.h - implemented amb855 - LogAction() 2007-08-27 02:00:37 +00:00
Makefile added CRC32 checking capability to gamedata files 2007-08-11 21:19:35 +00:00
MemoryUtils.cpp 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
MemoryUtils.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
MenuManager.cpp fixed amb806 - menus with no items caused halt 2007-08-17 20:28:19 +00:00
MenuManager.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
MenuStyle_Base.cpp removed an API feature that was not only in the wrong place but was not implemented at all 2007-08-18 14:14:48 +00:00
MenuStyle_Base.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
MenuStyle_Radio.cpp added helper function for panel text 2007-08-19 18:34:36 +00:00
MenuStyle_Radio.h added helper function for panel text 2007-08-19 18:34:36 +00:00
MenuStyle_Valve.cpp added helper function for panel text 2007-08-19 18:34:36 +00:00
MenuStyle_Valve.h added helper function for panel text 2007-08-19 18:34:36 +00:00
MenuVoting.cpp 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
MenuVoting.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
PlayerManager.cpp fixed amb834 - command callbacks could potentially occur on invalid clients in very rare cases 2007-08-26 17:41:02 +00:00
PlayerManager.h fixed a bug where the player count could be trashed across bad mapchanges. additionally, it gets hard reset on mapchange as a safety precaution. 2007-08-19 15:47:53 +00:00
sm_autonatives.cpp 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
sm_autonatives.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
sm_crc32.cpp 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
sm_crc32.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
sm_fastlink.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
sm_globals.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
sm_memtable.cpp 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
sm_memtable.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
sm_queue.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
sm_simple_prioqueue.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
sm_srvcmds.cpp 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
sm_srvcmds.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
sm_stringutil.cpp added amb709, translator obeys cl_language 2007-08-19 13:25:42 +00:00
sm_stringutil.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
sm_trie_tpl.h initial import of trie as a template; old file is now a wrapper 2007-08-29 05:20:48 +00:00
sm_trie.cpp initial import of trie as a template; old file is now a wrapper 2007-08-29 05:20:48 +00:00
sm_trie.h initial import of trie as a template; old file is now a wrapper 2007-08-29 05:20:48 +00:00
sm_version.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
sm_version.tpl 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
smn_admin.cpp 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
smn_adt_array.cpp 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
smn_bitbuffer.cpp 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
smn_console.cpp added FakeClientCommandEx() to solve a nasty re-entrancy issue 2007-08-15 18:26:15 +00:00
smn_core.cpp - implemented amb855 - LogAction() 2007-08-27 02:00:37 +00:00
smn_database.cpp 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
smn_datapacks.cpp 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
smn_entities.cpp 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
smn_events.cpp 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
smn_fakenatives.cpp 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
smn_filesystem.cpp fixed LogToOpenFileEx not being exported 2007-08-27 14:02:22 +00:00
smn_float.cpp 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
smn_functions.cpp 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
smn_gameconfigs.cpp 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
smn_halflife.cpp 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
smn_handles.cpp 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
smn_keyvalues.cpp 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
smn_lang.cpp 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
smn_menus.cpp fixed amb832 2007-08-24 23:56:57 +00:00
smn_player.cpp 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
smn_profiler.cpp 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
smn_sorting.cpp 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
smn_string.cpp fixed amb819 - SplitString() cut off search by one character 2007-08-19 17:31:26 +00:00
smn_textparse.cpp 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
smn_timers.cpp 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
smn_usermsgs.cpp 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
smn_usermsgs.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
smn_vector.cpp 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
sourcemm_api.cpp 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
sourcemm_api.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
sourcemod.cpp added a layer for autoloading per-game extensions 2007-08-29 00:27:54 +00:00
sourcemod.h added a layer for autoloading per-game extensions 2007-08-29 00:27:54 +00:00
TextParsers.cpp 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
TextParsers.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
ThreadSupport.cpp 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
ThreadSupport.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
TimerSys.cpp added amb727 (sm_time_adjustment) 2007-08-26 18:41:57 +00:00
TimerSys.h added amb727 (sm_time_adjustment) 2007-08-26 18:41:57 +00:00
Translator.cpp added amb709, translator obeys cl_language 2007-08-19 13:25:42 +00:00
Translator.h added amb709, translator obeys cl_language 2007-08-19 13:25:42 +00:00
UserMessages.cpp 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
UserMessages.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
version.rc new versioning stuff 2007-03-03 07:50:01 +00:00