sourcemod/core
David Anderson f48263b9d2 posted new IDBDriver API - no natives are implemented yet, MySQL extension coming very shortly
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40864
2007-05-29 08:32:12 +00:00
..
msvc8 redid API yet again - IMenuHandler is now bound to an IBaseMenu instance 2007-05-14 04:46:06 +00:00
systems implemented request amb302 (onservercfg and onmapstart are now called if a plugin is late loaded) 2007-05-23 17:54:45 +00:00
vm - the handle system now lets you create HandleSecurity structs easier, but source compatibility is broken (using the old syntax wasn't really good C++ anyway!) 2007-05-29 08:30:13 +00:00
zlib finalized new structure and imported newly proposed plugin system API 2006-11-08 06:30:20 +00:00
AdminCache.cpp Various pointless things of no importance: 2007-05-03 03:45:53 +00:00
AdminCache.h Various pointless things of no importance: 2007-05-03 03:45:53 +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 Fixed amb324 - Client index of host was sometimes passed as 0 on listen server 2007-05-28 07:25:12 +00:00
ConCmdManager.h implemented request amb302 (onservercfg and onmapstart are now called if a plugin is late loaded) 2007-05-23 17:54:45 +00:00
convar_sm.h - Removed GetConVarMin/Max() and replaced them with GetConVarBounds() 2007-05-01 05:29:37 +00:00
ConVarManager.cpp Fixed an issue where unloading and then reloading a plugin that creates convars would make it's convar list blank 2007-05-09 20:14:56 +00:00
ConVarManager.h Added client convar querying :o 2007-04-14 04:27:47 +00:00
CoreConfig.cpp Various pointless things of no importance: 2007-05-03 03:45:53 +00:00
CoreConfig.h changed the API around a bit to be more flexible 2007-04-05 05:25:11 +00:00
Database.cpp posted new IDBDriver API - no natives are implemented yet, MySQL extension coming very shortly 2007-05-29 08:32:12 +00:00
Database.h posted new IDBDriver API - no natives are implemented yet, MySQL extension coming very shortly 2007-05-29 08:32:12 +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 - the handle system now lets you create HandleSecurity structs easier, but source compatibility is broken (using the old syntax wasn't really good C++ anyway!) 2007-05-29 08:30:13 +00:00
EventManager.h Added paramater to CreateEvent to determine whether or not creation should be forced even if nothing is hooking/listening to the event. 2007-04-30 22:53:27 +00:00
GameConfigs.cpp Various pointless things of no importance: 2007-05-03 03:45:53 +00:00
GameConfigs.h refactored singleton class names 2007-03-15 04:45:17 +00:00
HalfLife2.cpp Various pointless things of no importance: 2007-05-03 03:45:53 +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 Normal daily and error logs now use YYYYMMDD date format in their file names (like AMXX 1.8 will) 2007-05-04 21:21:55 +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 fixed makefile for radio menus being excluded 2007-05-14 22:10:18 +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
MenuManager.cpp fixed a visual spacer being added to radio menus when no control options existed 2007-05-15 02:23:12 +00:00
MenuManager.h redid API yet again - IMenuHandler is now bound to an IBaseMenu instance 2007-05-14 04:46:06 +00:00
MenuStyle_Base.cpp fixed a bug where the menu watch processor removed the wrong index from its list 2007-05-21 05:00:38 +00:00
MenuStyle_Base.h fixed linux build for menu natives 2007-05-14 04:48:03 +00:00
MenuStyle_Radio.cpp fixed a bug where disconnected clients did not have their menus cancelled for radio style menus 2007-05-23 16:56:24 +00:00
MenuStyle_Radio.h fixed a bug where disconnected clients did not have their menus cancelled for radio style menus 2007-05-23 16:56:24 +00:00
MenuStyle_Valve.cpp added request amb320 2007-05-23 02:26:43 +00:00
MenuStyle_Valve.h added request amb320 2007-05-23 02:26:43 +00:00
PlayerManager.cpp implemented request amb302 (onservercfg and onmapstart are now called if a plugin is late loaded) 2007-05-23 17:54:45 +00:00
PlayerManager.h implemented request amb302 (onservercfg and onmapstart are now called if a plugin is late loaded) 2007-05-23 17:54:45 +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_fastlink.h fixed a bug in the index-based linked list template which caused head or tail removals (but not both) to result in a corrupt link chain 2007-05-24 02:25:18 +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 linux build 2007-05-22 23:00:12 +00:00
sm_stringutil.h added ReplaceString and ReplaceStringEx (phew!) 2007-05-22 20:50:48 +00:00
sm_trie.cpp Various pointless things of no importance: 2007-05-03 03:45:53 +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 - Removed GetConVarMin/Max() and replaced them with GetConVarBounds() 2007-05-01 05:29:37 +00:00
smn_core.cpp added request amb293 - SetFailState 2007-05-23 01:44:00 +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 - the handle system now lets you create HandleSecurity structs easier, but source compatibility is broken (using the old syntax wasn't really good C++ anyway!) 2007-05-29 08:30:13 +00:00
smn_fakenatives.cpp vm errors from dynamic natives will now be explained more clearly to the calling plugin 2007-05-16 21:53:47 +00:00
smn_filesystem.cpp added request amb278 2007-05-21 01:28:38 +00:00
smn_float.cpp spelling mistake 2007-05-23 20:24:28 +00:00
smn_functions.cpp More consistency of some sort... 2007-03-22 21:50:20 +00:00
smn_gameconfigs.cpp synced linux build 2007-04-27 11:25:30 +00:00
smn_halflife.cpp Various pointless things of no importance: 2007-05-03 03:45:53 +00:00
smn_handles.cpp More consistency of some sort... 2007-03-22 21:50:20 +00:00
smn_keyvalues.cpp fixed capitalization on uint64 keyvalues natives 2007-05-19 21:36:14 +00:00
smn_lang.cpp More consistency of some sort... 2007-03-22 21:50:20 +00:00
smn_menus.cpp added request amb320 2007-05-23 02:26:43 +00:00
smn_player.cpp amb283 - Renamed IsPlayerInGame() to IsClientInGame() 2007-05-13 07:48:36 +00:00
smn_sorting.cpp More consistency of some sort... 2007-03-22 21:50:20 +00:00
smn_string.cpp added string splitting, exploding, and imploding 2007-05-22 22:58:51 +00:00
smn_textparse.cpp fixed amb254 2007-05-06 19:52:00 +00:00
smn_timers.cpp added request amb285 2007-05-21 01:54:17 +00:00
smn_usermsgs.cpp User message functions now fallback on IServerGameDLL::GetUserMessageInfo() if SourceMM was unable to get the message list for some reason. 2007-05-12 04:47:58 +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 implemented request amb302 (onservercfg and onmapstart are now called if a plugin is late loaded) 2007-05-23 17:54:45 +00:00
sourcemod.h fixed bug in amb275 2007-05-13 17:23:42 +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 attempted fix for amb243, timers now simulate ticks if gameframe doesn't give changed curtimes 2007-05-02 22:35:51 +00:00
TimerSys.h attempted fix for amb243, timers now simulate ticks if gameframe doesn't give changed curtimes 2007-05-02 22:35:51 +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 changed LANG_ENGLISH to CORELANG_ENGLISH 2007-05-03 05:27:22 +00:00
UserMessages.cpp Oh, wow, removed some debug messages. Nice going DS. 2007-05-12 04:49:40 +00:00
UserMessages.h User message functions now fallback on IServerGameDLL::GetUserMessageInfo() if SourceMM was unable to get the message list for some reason. 2007-05-12 04:47:58 +00:00
version.rc new versioning stuff 2007-03-03 07:50:01 +00:00