sourcemod/core
2009-01-12 02:28:22 -05:00
..
msvc8 Now compiles against Metamod:Source 1.7 (bug 3445). 2008-11-27 01:13:51 -06:00
msvc9 Pre-emptive removal of gamedata updater pending rewrite. 2009-01-08 16:11:59 -05: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
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 Added preliminary support for Left 4 Dead; some things may not yet work. 2008-11-14 09:18:30 -06: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 Oops, removed something I shouldn't have 2008-11-17 22:13:32 -06:00
ConVarManager.h Added preliminary support for Left 4 Dead; some things may not yet work. 2008-11-14 09:18:30 -06:00
CoreConfig.cpp Merge from sourcemod-1.1 branch. 2008-12-28 03:23:45 -05:00
CoreConfig.h Fixed bug 1750 and bug 1801. Orange Box changes the command processing heuristics without telling anyone, it looks like executing commands during the command buffer processing causes insertion to the beginning of the stream rather than end. Moving our callbacks to occur in a new frame seems to alleviate this. 2008-08-23 19:51:02 +00: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 rare crash in event manager when a null IGameEvent pointer was passed to the IGameEventManager2::FireEvent() hooks 2008-06-06 04:55:27 +00:00
EventManager.h Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
ExtensionSys.cpp Merge changes from 1.1 branch. 2008-11-18 06:08:48 -08:00
ExtensionSys.h Removed pointless "systems" folder from core. 2008-11-16 16:06:18 -08: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 Fixed threading issues in gamedata fetcher, new restart mechanism (bug 3351, r=pred). 2008-12-28 01:02:05 -05:00
GameConfigs.cpp New gamedata organization (bug 3546, r=ds,pred). 2009-01-12 02:28:22 -05:00
GameConfigs.h New gamedata organization (bug 3546, r=ds,pred). 2009-01-12 02:28:22 -05:00
HalfLife2.cpp Added preliminary support for Left 4 Dead; some things may not yet work. 2008-11-14 09:18:30 -06:00
HalfLife2.h Added preliminary support for Left 4 Dead; some things may not yet work. 2008-11-14 09:18:30 -06:00
HandleSys.cpp Removed pointless "systems" folder from core. 2008-11-16 16:06:18 -08:00
HandleSys.h Removed pointless "systems" folder from core. 2008-11-16 16:06:18 -08:00
LibrarySys.cpp Another gamedata cleanup sponsored by an r=pred (bug 3351). 2008-12-26 23:26:21 -05:00
LibrarySys.h Another gamedata cleanup sponsored by an r=pred (bug 3351). 2008-12-26 23:26:21 -05:00
Logger.cpp Removed unsafe calls from gamedata threader (bug 3351, r=pred). 2008-12-27 19:50:13 -05:00
Logger.h Removed unsafe calls from gamedata threader (bug 3351, r=pred). 2008-12-27 19:50:13 -05:00
Makefile Pre-emptive removal of gamedata updater pending rewrite. 2009-01-08 16:11:59 -05:00
md5.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
md5.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
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 added amb1119 - sm_revote command 2008-05-17 05:12:52 +00:00
MenuManager.h added amb1119 - sm_revote command 2008-05-17 05:12:52 +00: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 Added preliminary support for Left 4 Dead; some things may not yet work. 2008-11-14 09:18:30 -06:00
MenuVoting.h added amb1119 - sm_revote command 2008-05-17 05:12:52 +00: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 preliminary support for Left 4 Dead; some things may not yet work. 2008-11-14 09:18:30 -06:00
NextMap.h Added preliminary support for Left 4 Dead; some things may not yet work. 2008-11-14 09:18:30 -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 Merge from sourcemod-1.1 branch. 2008-12-28 03:23:45 -05:00
PlayerManager.h Added preliminary support for Left 4 Dead; some things may not yet work. 2008-11-14 09:18:30 -06:00
PluginInfoDatabase.cpp Removed pointless "systems" folder from core. 2008-11-16 16:06:18 -08:00
PluginInfoDatabase.h Removed pointless "systems" folder from core. 2008-11-16 16:06:18 -08:00
PluginSys.cpp Removed pointless "systems" folder from core. 2008-11-16 16:06:18 -08:00
PluginSys.h Merge changes from 1.1 branch. 2008-11-18 06:08:48 -08: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 Removed pointless "systems" folder from core. 2008-11-16 16:06:18 -08: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 Added preliminary support for Left 4 Dead; some things may not yet work. 2008-11-14 09:18:30 -06:00
sm_srvcmds.h Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
sm_stringutil.cpp Fixed regression in printing floats with no precision (bug 3447, r=ds). 2009-01-07 19:23:24 -05:00
sm_stringutil.h added amb1666 - rehaul over the ml api so extensions can easily use translations 2008-05-10 09:23:55 +00: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
sm_version.h Merge from sourcemod-1.1 branch. 2008-12-29 00:11:32 -06:00
sm_version.tpl Mirrored buildbot/version template changes from branch. 2008-09-14 06:13:25 +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 Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
smn_bitbuffer.cpp Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
smn_console.cpp Fixed a memory leak that occurred when a ConCmdIter handle was closed. (L4D engine) 2008-12-02 10:57:42 -06: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 Added preliminary support for Left 4 Dead; some things may not yet work. 2008-11-14 09:18:30 -06: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 Added preliminary support for Left 4 Dead; some things may not yet work. 2008-11-14 09:18:30 -06:00
smn_handles.cpp Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
smn_hudtext.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_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 added amb1119 - sm_revote command 2008-05-17 05:12:52 +00:00
smn_nextmap.cpp - Added ForceChangeLevel and Map History to nextmap api 2008-07-13 05:13:37 +00:00
smn_player.cpp Fixed IsClientTimingOut spelling in native export table. 2008-10-24 20:59:26 -05:00
smn_profiler.cpp Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
smn_sorting.cpp Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
smn_string.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_textparse.cpp Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
smn_timers.cpp Fixed failed timers leaking dangling plugin references (bug 3381). 2008-10-29 01:27:56 -07:00
smn_usermsgs.cpp All natives that use a recipient filter now actually validate the clients passed to them. 2008-06-11 08:07:17 +00:00
smn_usermsgs.h Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00: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 Added preliminary support for Left 4 Dead; some things may not yet work. 2008-11-14 09:18:30 -06:00
sourcemm_api.h Added preliminary support for Left 4 Dead; some things may not yet work. 2008-11-14 09:18:30 -06:00
sourcemod.cpp Another gamedata cleanup sponsored by an r=pred (bug 3351). 2008-12-26 23:26:21 -05:00
sourcemod.h Another gamedata cleanup sponsored by an r=pred (bug 3351). 2008-12-26 23:26:21 -05:00
TextParsers.cpp Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
TextParsers.h Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00: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 Added preliminary support for Left 4 Dead; some things may not yet work. 2008-11-14 09:18:30 -06:00
UserMessages.h Added preliminary support for Left 4 Dead; some things may not yet work. 2008-11-14 09:18:30 -06:00
version.rc OriginalFilename field in core/version.rc now has correct filename based on engine. 2008-11-24 08:37:06 -06:00