sourcemod/core
David Anderson dc9f6e405e fixed two spelling mistakes
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40623
2007-03-15 04:45:33 +00:00
..
msvc8 implemented timer natives 2007-03-14 11:34:03 +00:00
systems removed const from most apis. it was pointless since there were no actual const pointers. 2007-03-15 04:34:42 +00:00
vm fixed linux build 2007-03-11 18:37:55 +00:00
zlib finalized new structure and imported newly proposed plugin system API 2006-11-08 06:30:20 +00:00
AdminCache.cpp part 1 of singleton renaming 2007-03-10 21:18:07 +00:00
AdminCache.h added helper a core translation helper to the translator 2007-02-17 19:03:18 +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
CellRecipientFilter.h rewrite of user messages 2007-03-11 03:04:39 +00:00
ConCmdManager.cpp fixed two spelling mistakes 2007-03-15 04:45:33 +00:00
ConCmdManager.h Commands with the same name as an existing convar can no longer be created 2007-03-06 06:15:19 +00:00
convar_sm.h Initial import of convar stuff 2007-02-08 21:41:28 +00:00
ConVarManager.cpp fixed the build 2007-03-07 16:41:12 +00:00
ConVarManager.h Many things: 2007-03-06 23:59:25 +00:00
DebugReporter.cpp refactored singleton class names 2007-03-15 04:45:17 +00:00
DebugReporter.h refactored singleton class names 2007-03-15 04:45:17 +00:00
EventManager.cpp updated Makefile to have all the .cpp files - we need to keep better track of this 2007-03-12 17:42:44 +00:00
EventManager.h Many things: 2007-03-06 23:59:25 +00:00
GameConfigs.cpp refactored singleton class names 2007-03-15 04:45:17 +00:00
GameConfigs.h refactored singleton class names 2007-03-15 04:45:17 +00:00
HalfLife2.cpp part 2 of singleton renaming 2007-03-10 21:26:04 +00:00
HalfLife2.h part 2 of singleton renaming 2007-03-10 21:26:04 +00:00
Logger.cpp refactored singleton class names 2007-03-15 04:45:17 +00:00
Logger.h refactored singleton class names 2007-03-15 04:45:17 +00:00
Makefile updated Makefile to have all the .cpp files - we need to keep better track of this 2007-03-12 17:42:44 +00:00
PlayerManager.cpp refactored singleton class names 2007-03-15 04:45:17 +00:00
PlayerManager.h refactored singleton class names 2007-03-15 04:45:17 +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 my easter egg. if you're wondering, this only took an hour. 2007-03-15 04:23:46 +00:00
sm_srvcmds.h Initial import of convar stuff 2007-02-08 21:41:28 +00:00
sm_stringutil.cpp Made this define consistent with AMXX 2007-03-14 02:58:12 +00:00
sm_stringutil.h Many things: 2007-03-06 23:59:25 +00:00
sm_trie.cpp This assertion is no longer correct because of sm_trie_delete() 2007-03-12 20:11:54 +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 fixed spacing on headers 2007-03-12 00:07:54 +00:00
smn_console.cpp part 1 of singleton renaming 2007-03-10 21:18:07 +00:00
smn_core.cpp added request amb80 (system time) 2007-03-11 18:30:29 +00:00
smn_datapacks.cpp fixed spacing on headers 2007-03-12 00:07:54 +00:00
smn_entities.cpp updated Makefile to have all the .cpp files - we need to keep better track of this 2007-03-12 17:42:44 +00:00
smn_events.cpp fixed spacing on headers 2007-03-12 00:07:54 +00:00
smn_fakenatives.cpp initial import of dynamic native code for both the JIT and plugins 2007-03-12 07:08:05 +00:00
smn_filesystem.cpp part 2 of singleton renaming 2007-03-10 21:26:04 +00:00
smn_float.cpp removed redundant float native 2007-02-26 08:50:25 +00:00
smn_halflife.cpp part 1 of singleton renaming 2007-03-10 21:18:07 +00:00
smn_handles.cpp fixed stupid export 2007-02-26 09:21:08 +00:00
smn_lang.cpp part 1 of singleton renaming 2007-03-10 21:18:07 +00:00
smn_player.cpp part 1 of singleton renaming 2007-03-10 21:18:07 +00:00
smn_sorting.cpp updated Makefile to have all the .cpp files - we need to keep better track of this 2007-03-12 17:42:44 +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 part 1 of singleton renaming 2007-03-10 21:18:07 +00:00
smn_timers.cpp oh forgot to delete killed timers 2007-03-14 15:32:28 +00:00
smn_usermsgs.cpp fixed spacing on headers 2007-03-12 00:07:54 +00:00
smn_usermsgs.h rewrite of user messages 2007-03-11 03:04:39 +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 rewrite of user messages 2007-03-11 03:04:39 +00:00
sourcemod.h implemented the bf_read natives 2007-03-11 21:09:05 +00:00
TextParsers.cpp refactored singleton class names 2007-03-15 04:45:17 +00:00
TextParsers.h refactored singleton class names 2007-03-15 04:45:17 +00:00
TimerSys.cpp refactored singleton class names 2007-03-15 04:45:17 +00:00
TimerSys.h refactored singleton class names 2007-03-15 04:45:17 +00:00
Translator.cpp refactored singleton class names 2007-03-15 04:45:17 +00:00
Translator.h refactored singleton class names 2007-03-15 04:45:17 +00:00
UserMessages.cpp refactored singleton class names 2007-03-15 04:45:17 +00:00
UserMessages.h refactored singleton class names 2007-03-15 04:45:17 +00:00
version.rc new versioning stuff 2007-03-03 07:50:01 +00:00