sourcemod/core
2009-10-02 04:31:11 -07:00
..
msvc8 Now compiles against Metamod:Source 1.7 (bug 3445). 2008-11-27 01:13:51 -06:00
msvc9 Removed auto folders (bug 3949, r=pred) 2009-08-26 11:26:12 +12:00
thread amb1797 - reduced query staggering time from 500ms to 50ms 2008-07-06 00:51:05 +00:00
AdminCache.cpp Removed the if (ident==NULL) from BindAdminCache 2008-12-29 00:31:16 -05:00
AdminCache.h merged changes back from 1.0.1 2008-04-06 06:56:45 +00:00
ADTFactory.cpp Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
ADTFactory.h Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
AMBuilder Added -lpthread to core GCC link flags. 2009-08-30 17:26:36 -07:00
CDataPack.cpp SourceMod can now be somewhat compiled on OS X for patch sanity testing (bug 3516, r=ds). 2008-12-23 01:33:37 -05:00
CDataPack.h Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
CellArray.h SourceMod can now be somewhat compiled on OS X for patch sanity testing (bug 3516, r=ds). 2008-12-23 01:33:37 -05:00
CellRecipientFilter.h Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
ChatTriggers.cpp Added preliminary support for Left 4 Dead; some things may not yet work. 2008-11-14 09:18:30 -06:00
ChatTriggers.h Added preliminary support for Left 4 Dead; some things may not yet work. 2008-11-14 09:18:30 -06:00
concmd_cleaner.cpp Added preliminary support for Left 4 Dead; some things may not yet work. 2008-11-14 09:18:30 -06:00
concmd_cleaner.h Added preliminary support for Left 4 Dead; some things may not yet work. 2008-11-14 09:18:30 -06:00
ConCmdManager.cpp RegConsoleCmd is now case insensitive for client-only commands (bug 3602, r=ds). 2009-02-01 02:13:17 -05:00
ConCmdManager.h Added preliminary support for Left 4 Dead; some things may not yet work. 2008-11-14 09:18:30 -06:00
convar_sm_l4d.h Added preliminary support for Left 4 Dead; some things may not yet work. 2008-11-14 09:18:30 -06:00
convar_sm_ob.h Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
convar_sm.h Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
ConVarManager.cpp Added support for Dark Messiah engine and game. (no bug, r=me). 2009-02-18 02:19:22 -06:00
ConVarManager.h Added support for Dark Messiah engine and game. (no bug, r=me). 2009-02-18 02:19:22 -06:00
CoreConfig.cpp Initial import of new build system (bug 3977). 2009-08-29 18:45:55 -07:00
CoreConfig.h Added API to grab arbitrary kv pairs from core.cfg. 2009-02-17 16:19:11 -05:00
CrazyDebugger.cpp Fixed CrazyDebug not working with Episode One games 2008-05-25 12:46:03 +00:00
Database.cpp - Interface dropping semantics are now changed, any pointer can be piped through. 2008-07-01 06:12:16 +00:00
Database.h - Interface dropping semantics are now changed, any pointer can be piped through. 2008-07-01 06:12:16 +00:00
DebugReporter.cpp Landed sourcepawn-1.2. The big changes: 2008-08-15 05:22:26 +00:00
DebugReporter.h Landed sourcepawn-1.2. The big changes: 2008-08-15 05:22:26 +00:00
EventManager.cpp Fixed unhook event crash (bug 3814, r=dvander) 2009-05-11 11:32:59 +12:00
EventManager.h Fixed EventManager holding onto stale pointers (bug 3548, r=ds). 2009-02-07 23:56:48 -05:00
ExtensionSys.cpp Fix extension filename lookup 2009-08-28 02:44:30 -07:00
ExtensionSys.h Removed auto folders (bug 3949, r=pred) 2009-08-26 11:26:12 +12:00
ForwardSys.cpp Removed pointless "systems" folder from core. 2008-11-16 16:06:18 -08:00
ForwardSys.h Removed pointless "systems" folder from core. 2008-11-16 16:06:18 -08:00
frame_hooks.cpp Fixed threading issues in gamedata fetcher, new restart mechanism (bug 3351, r=pred). 2008-12-28 01:02:05 -05:00
frame_hooks.h Initial import of updater extension, currently incomplete - just getting it in the tree (bug 3530). 2009-02-02 15:41:25 -05:00
GameConfigs.cpp Compile-time check updates for new orangebox fork (bug 3948, r=ds,dvander). 2009-08-14 02:34:32 -04:00
GameConfigs.h Deprecated Acquire/ReleaseLock from IGameConfigManager, use thread pump in updater. 2009-02-17 15:59:51 -05:00
HalfLife2.cpp Added auto-restart functionality to the Updater extensions (bug 3530, r=pred). 2009-02-28 23:14:16 -05:00
HalfLife2.h Added auto-restart functionality to the Updater extensions (bug 3530, r=pred). 2009-02-28 23:14:16 -05:00
HandleSys.cpp Improved error message for handle leakage (bug 3646, r,a12=dvander). 2009-03-01 16:43:48 -05:00
HandleSys.h Removed pointless "systems" folder from core. 2008-11-16 16:06:18 -08:00
LibrarySys.cpp Handle FormatMessage failures from LoadLibrary oddities (bug 3760, r=fyren). 2009-03-29 09:01:40 -04:00
LibrarySys.h Another gamedata cleanup sponsored by an r=pred (bug 3351). 2008-12-26 23:26:21 -05:00
Logger.cpp Initial import of new build system (bug 3977). 2009-08-29 18:45:55 -07:00
Logger.h Removed unsafe calls from gamedata threader (bug 3351, r=pred). 2008-12-27 19:50:13 -05:00
Makefile Removed auto folders (bug 3949, r=pred) 2009-08-26 11:26:12 +12:00
MemoryUtils.cpp Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
MemoryUtils.h Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
MenuManager.cpp Fixed revote bug and inflexibilities in RedrawClientVoteMenu (bug 3834, r=fyren). 2009-05-30 19:32:43 -04:00
MenuManager.h Fixed revote bug and inflexibilities in RedrawClientVoteMenu (bug 3834, r=fyren). 2009-05-30 19:32:43 -04:00
MenuStyle_Base.cpp Added preliminary support for Left 4 Dead; some things may not yet work. 2008-11-14 09:18:30 -06:00
MenuStyle_Base.h Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
MenuStyle_Radio.cpp Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
MenuStyle_Radio.h Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
MenuStyle_Valve.cpp Added preliminary support for Left 4 Dead; some things may not yet work. 2008-11-14 09:18:30 -06:00
MenuStyle_Valve.h Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
MenuVoting.cpp Fixed revote bug and inflexibilities in RedrawClientVoteMenu (bug 3834, r=fyren). 2009-05-30 19:32:43 -04:00
MenuVoting.h Fixed revote bug and inflexibilities in RedrawClientVoteMenu (bug 3834, r=fyren). 2009-05-30 19:32:43 -04:00
NativeInvoker.cpp Added the ability for extensions to invoke arbitrary natives (bug 3605, r=ds,theY4Kman). 2009-02-01 02:03:03 -05:00
NativeInvoker.h Added the ability for extensions to invoke arbitrary natives (bug 3605, r=ds,theY4Kman). 2009-02-01 02:03:03 -05:00
NativeOwner.cpp Landed sourcepawn-1.2. The big changes: 2008-08-15 05:22:26 +00:00
NativeOwner.h Landed sourcepawn-1.2. The big changes: 2008-08-15 05:22:26 +00:00
NextMap.cpp Added support for Dark Messiah engine and game. (no bug, r=me). 2009-02-18 02:19:22 -06:00
NextMap.h Added support for Dark Messiah engine and game. (no bug, r=me). 2009-02-18 02:19:22 -06:00
PhraseCollection.cpp added amb1666 - rehaul over the ml api so extensions can easily use translations 2008-05-10 09:23:55 +00:00
PhraseCollection.h added amb1666 - rehaul over the ml api so extensions can easily use translations 2008-05-10 09:23:55 +00:00
PlayerManager.cpp Initial import of new build system (bug 3977). 2009-08-29 18:45:55 -07:00
PlayerManager.h Added a client verification serial API (bug 3616, r=dvander) 2009-02-19 19:19:44 +13:00
PluginInfoDatabase.cpp Fixed crash when block-loading more than 8 plugins (bug 4034, r+a=dvander). 2009-10-02 02:31:07 -07:00
PluginInfoDatabase.h Removed pointless "systems" folder from core. 2008-11-16 16:06:18 -08:00
PluginSys.cpp Fixed crash when reloading blocked plugins fails (bug 4038, r+a=fyren). 2009-10-02 03:48:47 -07:00
PluginSys.h Compile-time check updates for new orangebox fork (bug 3948, r=ds,dvander). 2009-08-14 02:34:32 -04:00
Profiler.cpp Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
Profiler.h Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
ShareSys.cpp Removed pointless "systems" folder from core. 2008-11-16 16:06:18 -08:00
ShareSys.h Added the ability for extensions to invoke arbitrary natives (bug 3605, r=ds,theY4Kman). 2009-02-01 02:03:03 -05:00
sm_autonatives.cpp rewrite of the native and dependency binding/interaction code. this will ease the transition for native overrides, and greatly simplifies most of the logic. all native binding code now takes place almost entirely in ShareSys, and PluginSys supplements this logic where appropriate. extensionsys has been cleaned up 2008-05-26 07:51:11 +00:00
sm_autonatives.h rewrite of the native and dependency binding/interaction code. this will ease the transition for native overrides, and greatly simplifies most of the logic. all native binding code now takes place almost entirely in ShareSys, and PluginSys supplements this logic where appropriate. extensionsys has been cleaned up 2008-05-26 07:51:11 +00:00
sm_crc32.cpp Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
sm_crc32.h Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
sm_fastlink.h Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
sm_globals.h Fixed threading issues in gamedata fetcher, new restart mechanism (bug 3351, r=pred). 2008-12-28 01:02:05 -05:00
sm_memtable.cpp SourceMod can now be somewhat compiled on OS X for patch sanity testing (bug 3516, r=ds). 2008-12-23 01:33:37 -05:00
sm_memtable.h And the most important piece: Import of experimental gamedata autoupdater. Also new debug command "sm_gamedata_md5 <filename>" 2008-07-01 09:48:17 +00:00
sm_queue.h SourceMod can now be somewhat compiled on OS X for patch sanity testing (bug 3516, r=ds). 2008-12-23 01:33:37 -05:00
sm_simple_prioqueue.h Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
sm_srvcmds.cpp Initial import of new build system (bug 3977). 2009-08-29 18:45:55 -07:00
sm_srvcmds.h Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
sm_stringutil.cpp Fixed gnprintf reordering translation parameters incorrectly (bug 4010, r=dvander) 2009-09-16 13:44:47 +12:00
sm_stringutil.h Added case insensitivity search to ReplaceString (bug 3639, r=dvander). 2009-03-01 16:41:44 -05:00
sm_trie.cpp merged changes back from 1.0.1 2008-04-06 06:56:45 +00:00
sm_trie.h merged changes back from 1.0.1 2008-04-06 06:56:45 +00:00
smn_admin.cpp Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
smn_adt_array.cpp SourceMod can now be somewhat compiled on OS X for patch sanity testing (bug 3516, r=ds). 2008-12-23 01:33:37 -05:00
smn_adt_stack.cpp SourceMod can now be somewhat compiled on OS X for patch sanity testing (bug 3516, r=ds). 2008-12-23 01:33:37 -05:00
smn_adt_trie.cpp SourceMod can now be somewhat compiled on OS X for patch sanity testing (bug 3516, r=ds). 2008-12-23 01:33:37 -05:00
smn_banning.cpp Added support for Dark Messiah engine and game. (no bug, r=me). 2009-02-18 02:19:22 -06:00
smn_bitbuffer.cpp Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
smn_console.cpp Registering "sm" command is now a silent failure. 2009-10-02 04:03:55 -07:00
smn_core.cpp SourceMod can now be somewhat compiled on OS X for patch sanity testing (bug 3516, r=ds). 2008-12-23 01:33:37 -05:00
smn_database.cpp Deprecated SQL_ConnectEx for SQL_ConnectCustom, which expresses the API intent better (bug 3307, r=pred). 2008-10-13 01:13:39 -05:00
smn_datapacks.cpp Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
smn_entities.cpp And again with the linux fixing (bug 3657) 2009-02-23 08:58:14 +13:00
smn_events.cpp Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
smn_fakenatives.cpp landed massive refactoring of the JIT. contexts are actually contexts now, and a higher level structure wraps sp_plugin_t info. on that note, both sp_plugin_t and sp_context_t are entirely opaque, and not even core has access to them. amazingly, i managed to keep binary compatibility here although a large number of functions are deprecated (and core should eventually stop calling them). 2008-07-11 08:18:43 +00:00
smn_filesystem.cpp Fixed ReadFileString ignoring fourth parameter (bug 3459, r=ds). 2008-11-29 22:43:30 -06:00
smn_float.cpp Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
smn_functions.cpp fixed amb1763 - clear function call status on a new call 2008-07-06 00:02:11 +00:00
smn_gameconfigs.cpp Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
smn_halflife.cpp Add L4D handling to GuessSDKVersion() (bug 3842, r+a12=dvander) 2009-05-13 16:05:37 -07:00
smn_handles.cpp Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
smn_hudtext.cpp Fixed rare crash involving hudtext code and maxclient shifts (bug 4016, r+a=fyren). 2009-10-02 04:31:11 -07:00
smn_keyvalues.cpp Try 2 of eliminating VPK warning. 2008-11-19 02:38:28 -06:00
smn_lang.cpp fixed linux build 2008-05-10 09:30:13 +00:00
smn_maplists.cpp Fixed amb1899 - Duplicate maps in auto generated maplists 2008-08-07 23:32:09 +00:00
smn_menus.cpp Fixed revote bug and inflexibilities in RedrawClientVoteMenu (bug 3834, r=fyren). 2009-05-30 19:32:43 -04:00
smn_nextmap.cpp - Added ForceChangeLevel and Map History to nextmap api 2008-07-13 05:13:37 +00:00
smn_player.cpp Added a client verification serial API (bug 3616, r=dvander) 2009-02-19 19:19:44 +13:00
smn_profiler.cpp Initial import of new build system (bug 3977). 2009-08-29 18:45:55 -07:00
smn_sorting.cpp Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
smn_string.cpp Added case insensitivity search to ReplaceString (bug 3639, r=dvander). 2009-03-01 16:41:44 -05:00
smn_textparse.cpp Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
smn_timers.cpp Improved docs of TIMER_HNDL_CLOSE (bug 3641, r=dvander). 2009-03-01 16:48:55 -05:00
smn_usermsgs.cpp Fix crash when unloading a plugin with live user message hooks (bug 3817, r+a12=dvander) 2009-05-25 18:13:28 -07:00
smn_usermsgs.h Improved user message interception API (bug 3631, r=pred). 2009-03-01 16:39:25 -05:00
smn_vector.cpp Added preliminary support for Left 4 Dead; some things may not yet work. 2008-11-14 09:18:30 -06:00
sourcemm_api.cpp Initial import of new build system (bug 3977). 2009-08-29 18:45:55 -07:00
sourcemm_api.h Compile-time check updates for new orangebox fork (bug 3948, r=ds,dvander). 2009-08-14 02:34:32 -04:00
sourcemod.cpp Re-landed automating updating (bug 3530, r=pred). 2009-03-01 01:35:39 -05:00
sourcemod.h Added auto-restart functionality to the Updater extensions (bug 3530, r=pred). 2009-02-28 23:14:16 -05:00
TextParsers.cpp Fix casting problems in TextParsers breaking TrimString for non-ASCII (bug 3800, r+a12=dvander) 2009-05-03 11:23:12 -07:00
TextParsers.h Added an SMC stream reader to ITextParser (bug 3530, r=pred). 2009-02-01 20:31:27 -05:00
ThreadSupport.cpp Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
ThreadSupport.h Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
TimerSys.cpp Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
TimerSys.h Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
Translator.cpp Support for 3-letter language codes (bug 3526, r=ds). 2008-12-28 02:38:53 -05:00
Translator.h Support for 3-letter language codes (bug 3526, r=ds). 2008-12-28 02:38:53 -05:00
UserMessages.cpp Fixed Plugin_Handled acting like a Stop in usermsg hooks (bug 3685, r=fyren, a12=blocking). 2009-05-24 12:00:53 -04:00
UserMessages.h Improved user message interception API (bug 3631, r=pred). 2009-03-01 16:39:25 -05:00
version.rc Initial import of new build system (bug 3977). 2009-08-29 18:45:55 -07:00