..
msvc8
finally exposed IGameHelpers interface
2007-06-17 04:04:17 +00:00
systems
- removed OnServerCfg in favor of OnConfigsExecuted
2007-06-18 07:04:22 +00:00
vm
added ability to use NULL_STRING in KeyValues natives
2007-06-22 14:59:26 +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 bug where GetAdminFlag could return false if a user had root
2007-06-07 05:53:50 +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
ChatTriggers.cpp
fixed bug amb386
2007-06-15 03:16:08 +00:00
ChatTriggers.h
added say_team hooks
2007-06-06 22:37:36 +00:00
ConCmdManager.cpp
- removed OnServerCfg in favor of OnConfigsExecuted
2007-06-18 07:04:22 +00:00
ConCmdManager.h
- removed OnServerCfg in favor of OnConfigsExecuted
2007-06-18 07:04:22 +00:00
convar_sm.h
- Removed GetConVarMin/Max() and replaced them with GetConVarBounds()
2007-05-01 05:29:37 +00:00
ConVarManager.cpp
This was a long time coming, but - renamed "sm convars" to "sm cvars"
2007-06-20 08:54:26 +00:00
ConVarManager.h
Added client convar querying :o
2007-04-14 04:27:47 +00:00
CoreConfig.cpp
- removed OnServerCfg in favor of OnConfigsExecuted
2007-06-18 07:04:22 +00:00
CoreConfig.h
- removed OnServerCfg in favor of OnConfigsExecuted
2007-06-18 07:04:22 +00:00
Database.cpp
fixed various bugs in the sql natives and manager
2007-06-01 04:22:53 +00:00
Database.h
-initial import of database natives + config
2007-06-01 02:30:29 +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
Plugin_Stop now works for event hooks
2007-06-06 20:03:35 +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
fixed a bug where linux did not read dladdr() return value right for gameconfs
2007-06-17 19:23:43 +00:00
GameConfigs.h
Fixed a bug where the GameConfig file cache was not cleared once a file was fully closed
2007-06-17 18:26:34 +00:00
HalfLife2.cpp
finally exposed IGameHelpers interface
2007-06-17 04:04:17 +00:00
HalfLife2.h
finally exposed IGameHelpers interface
2007-06-17 04:04:17 +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
Added -Wno-unitialized to makefile; this is usually the cause of pointless build failures
2007-06-15 21:40:09 +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
added MenuAction_DrawItem for changing how an item gets drawn
2007-06-22 22:37:22 +00:00
MenuManager.h
bumped menu api again - added feature to get menu end reason
2007-06-21 23:06:37 +00:00
MenuStyle_Base.cpp
- added request amb426
2007-06-22 21:04:13 +00:00
MenuStyle_Base.h
- added request amb426
2007-06-22 21:04:13 +00:00
MenuStyle_Radio.cpp
- added request amb426
2007-06-22 21:04:13 +00:00
MenuStyle_Radio.h
added experimental voting API
2007-06-05 16:27:45 +00:00
MenuStyle_Valve.cpp
- added request amb426
2007-06-22 21:04:13 +00:00
MenuStyle_Valve.h
added experimental voting API
2007-06-05 16:27:45 +00:00
PlayerManager.cpp
- removed OnServerCfg in favor of OnConfigsExecuted
2007-06-18 07:04:22 +00:00
PlayerManager.h
Fixed bugs amb352 and amb274
2007-06-07 18:50:52 +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
Fixed bugs amb352 and amb274
2007-06-07 18:50:52 +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
- removed OnServerCfg in favor of OnConfigsExecuted
2007-06-18 07:04:22 +00:00
sm_srvcmds.h
- removed OnServerCfg in favor of OnConfigsExecuted
2007-06-18 07:04:22 +00:00
sm_stringutil.cpp
mispelled "phrase"
2007-06-07 22:26:38 +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
added SetGlobalTarget() calls to anything that uses Format()
2007-06-24 19:40:25 +00:00
smn_core.cpp
added SetGlobalTarget() calls to anything that uses Format()
2007-06-24 19:40:25 +00:00
smn_database.cpp
databases now get separate handles for persistent connections
2007-06-01 21:26:52 +00:00
smn_datapacks.cpp
fixed spacing on headers
2007-03-12 00:07:54 +00:00
smn_entities.cpp
finally exposed IGameHelpers interface
2007-06-17 04:04:17 +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
added SetGlobalTarget() calls to anything that uses Format()
2007-06-24 19:40:25 +00:00
smn_filesystem.cpp
added SetGlobalTarget() calls to anything that uses Format()
2007-06-24 19:40:25 +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
added SetGlobalTarget() calls to anything that uses Format()
2007-06-24 19:40:25 +00:00
smn_handles.cpp
More consistency of some sort...
2007-03-22 21:50:20 +00:00
smn_keyvalues.cpp
fixed a bug where the "keyOnly" parameter to KvGotoNextKey was read backwards
2007-06-22 17:24:48 +00:00
smn_lang.cpp
More consistency of some sort...
2007-03-22 21:50:20 +00:00
smn_menus.cpp
added SetGlobalTarget() calls to anything that uses Format()
2007-06-24 19:40:25 +00:00
smn_player.cpp
added SetGlobalTarget() calls to anything that uses Format()
2007-06-24 19:40:25 +00:00
smn_profiler.cpp
added profiler (windows only for now) and a benchmark script
2007-06-07 07:29:55 +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
fixed bug amb400
2007-06-24 01:45:33 +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 experimental (so far) support for SourceMod chat triggers
2007-06-06 22:16:15 +00:00
sourcemm_api.h
Added VSP listening and a function to SMGlobalClass
2007-04-08 18:19:06 +00:00
sourcemod.cpp
- removed OnServerCfg in favor of OnConfigsExecuted
2007-06-18 07:04:22 +00:00
sourcemod.h
- added experimental (so far) support for SourceMod chat triggers
2007-06-06 22:16:15 +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
- renamed translation files from .cfg -> .txt
2007-06-24 21:14:06 +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