sourcemod/core
Borja Ferrer b0e21c9da0 added game config file natives
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40709
2007-04-22 18:25:10 +00:00
..
msvc8 added game config file natives 2007-04-22 18:25:10 +00:00
systems Fixed a bug where natives were not rebound on debug toggle 2007-04-13 17:18:41 +00:00
vm Added client convar querying :o 2007-04-14 04:27:47 +00:00
zlib finalized new structure and imported newly proposed plugin system API 2006-11-08 06:30:20 +00:00
AdminCache.cpp added some levelchange functions to SMGlobalClass to get rid of some messy crap 2007-04-07 03:58:20 +00:00
AdminCache.h added some levelchange functions to SMGlobalClass to get rid of some messy crap 2007-04-07 03:58:20 +00:00
CDataPack.cpp More consistency of some sort... 2007-03-22 21:50:20 +00:00
CDataPack.h More consistency of some sort... 2007-03-22 21:50:20 +00:00
CellRecipientFilter.h More consistency of some sort... 2007-03-22 21:50:20 +00:00
ConCmdManager.cpp More consistency of some sort... 2007-03-22 21:50:20 +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 Added client convar querying :o 2007-04-14 04:27:47 +00:00
ConVarManager.h Added client convar querying :o 2007-04-14 04:27:47 +00:00
CoreConfig.cpp Various things: 2007-04-05 10:55:40 +00:00
CoreConfig.h changed the API around a bit to be more flexible 2007-04-05 05:25:11 +00:00
Database.cpp added file headers 2007-04-05 07:09:17 +00:00
Database.h added file headers 2007-04-05 07:09:17 +00:00
DebugReporter.cpp More consistency of some sort... 2007-03-22 21:50:20 +00:00
DebugReporter.h More consistency of some sort... 2007-03-22 21:50:20 +00:00
EventManager.cpp Fixed linux build... GCC likes to complain. 2007-04-13 05:07:01 +00:00
EventManager.h CancelCreatedEvent actually does what it is supposed to do now... 2007-04-12 19:49:49 +00:00
GameConfigs.cpp Added client convar querying :o 2007-04-14 04:27:47 +00:00
GameConfigs.h refactored singleton class names 2007-03-15 04:45:17 +00:00
HalfLife2.cpp Added client convar querying :o 2007-04-14 04:27:47 +00:00
HalfLife2.h fixed using newer engine functions on The Ship because Valve can't version properly 2007-04-12 16:28:29 +00:00
Logger.cpp added some levelchange functions to SMGlobalClass to get rid of some messy crap 2007-04-07 03:58:20 +00:00
Logger.h added some levelchange functions to SMGlobalClass to get rid of some messy crap 2007-04-07 03:58:20 +00:00
Makefile Basic signature scanning has arrived! 2007-04-20 18:32:33 +00:00
MemoryUtils.cpp Wow, how did I forget this - exported IMemoryUtils interface 2007-04-21 17:03:28 +00:00
MemoryUtils.h Wow, how did I forget this - exported IMemoryUtils interface 2007-04-21 17:03:28 +00:00
PlayerManager.cpp added datamap property offset native 2007-04-12 00:45:53 +00:00
PlayerManager.h added datamap property offset native 2007-04-12 00:45:53 +00:00
sm_autonatives.cpp More consistency of some sort... 2007-03-22 21:50:20 +00:00
sm_autonatives.h More consistency of some sort... 2007-03-22 21:50:20 +00:00
sm_globals.h Added VSP listening and a function to SMGlobalClass 2007-04-08 18:19:06 +00:00
sm_memtable.cpp More consistency of some sort... 2007-03-22 21:50:20 +00:00
sm_memtable.h More consistency of some sort... 2007-03-22 21:50:20 +00:00
sm_srvcmds.cpp Couple of quick things... 2007-03-28 20:28:42 +00:00
sm_srvcmds.h More consistency of some sort... 2007-03-22 21:50:20 +00:00
sm_stringutil.cpp fixed a linux build problem 2007-04-07 04:01:24 +00:00
sm_stringutil.h changed the API around a bit to be more flexible 2007-04-05 05:25:11 +00:00
sm_trie.cpp More consistency of some sort... 2007-03-22 21:50:20 +00:00
sm_trie.h More consistency of some sort... 2007-03-22 21:50:20 +00:00
sm_version.h More consistency of some sort... 2007-03-22 21:50:20 +00:00
sm_version.tpl More consistency of some sort... 2007-03-22 21:50:20 +00:00
smn_admin.cpp More consistency of some sort... 2007-03-22 21:50:20 +00:00
smn_bitbuffer.cpp fixed spacing on headers 2007-03-12 00:07:54 +00:00
smn_console.cpp Oh forgot this - QueryClientConVar returns 0 on bots now. 2007-04-14 04:49:08 +00:00
smn_core.cpp More consistency of some sort... 2007-03-22 21:50:20 +00:00
smn_datapacks.cpp fixed spacing on headers 2007-03-12 00:07:54 +00:00
smn_entities.cpp added entity string natives 2007-04-14 02:24:23 +00:00
smn_events.cpp CancelCreatedEvent actually does what it is supposed to do now... 2007-04-12 19:49:49 +00:00
smn_fakenatives.cpp fixed a re-entrancy bug 2007-04-16 16:53:48 +00:00
smn_filesystem.cpp More consistency of some sort... 2007-03-22 21:50:20 +00:00
smn_float.cpp More consistency of some sort... 2007-03-22 21:50:20 +00:00
smn_functions.cpp More consistency of some sort... 2007-03-22 21:50:20 +00:00
smn_gameconfigs.cpp added game config file natives 2007-04-22 18:25:10 +00:00
smn_halflife.cpp added datamap property offset native 2007-04-12 00:45:53 +00:00
smn_handles.cpp More consistency of some sort... 2007-03-22 21:50:20 +00:00
smn_keyvalues.cpp added game config file natives 2007-04-22 18:25:10 +00:00
smn_lang.cpp More consistency of some sort... 2007-03-22 21:50:20 +00:00
smn_player.cpp function names now follow convention 2007-04-13 07:17:52 +00:00
smn_sorting.cpp More consistency of some sort... 2007-03-22 21:50:20 +00:00
smn_string.cpp renamed another native, fixed backwards compat 2007-04-11 20:07:20 +00:00
smn_textparse.cpp More consistency of some sort... 2007-03-22 21:50:20 +00:00
smn_timers.cpp More consistency of some sort... 2007-03-22 21:50:20 +00:00
smn_usermsgs.cpp User message functions now use SourceMM 1.4's new API 2007-04-15 05:43:43 +00:00
smn_usermsgs.h More consistency of some sort... 2007-03-22 21:50:20 +00:00
sourcemm_api.cpp Added VSP listening and a function to SMGlobalClass 2007-04-08 18:19:06 +00:00
sourcemm_api.h Added VSP listening and a function to SMGlobalClass 2007-04-08 18:19:06 +00:00
sourcemod.cpp Added client convar querying :o 2007-04-14 04:27:47 +00:00
sourcemod.h Added client convar querying :o 2007-04-14 04:27:47 +00:00
TextParsers.cpp More consistency of some sort... 2007-03-22 21:50:20 +00:00
TextParsers.h More consistency of some sort... 2007-03-22 21:50:20 +00:00
TimerSys.cpp added some levelchange functions to SMGlobalClass to get rid of some messy crap 2007-04-07 03:58:20 +00:00
TimerSys.h added some levelchange functions to SMGlobalClass to get rid of some messy crap 2007-04-07 03:58:20 +00:00
Translator.cpp added some levelchange functions to SMGlobalClass to get rid of some messy crap 2007-04-07 03:58:20 +00:00
Translator.h added some levelchange functions to SMGlobalClass to get rid of some messy crap 2007-04-07 03:58:20 +00:00
UserMessages.cpp User message functions now use SourceMM 1.4's new API 2007-04-15 05:43:43 +00:00
UserMessages.h User message functions now use SourceMM 1.4's new API 2007-04-15 05:43:43 +00:00
version.rc new versioning stuff 2007-03-03 07:50:01 +00:00