sourcemod/core/systems
David Anderson 38c94838b9 IPluginFunction implementation is re-entrant across native calls, as heap allocations are delayed until execution
removed ICallable::GetAddressOfPushedParam
removed phys_addr from ICallable::PushArray
fixed a bug where sp_context_t::n_idx was overwritten upon re-entrant calls

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40595
2007-03-10 21:02:40 +00:00
..
ExtensionSys.cpp added autoloading of extensions 2007-01-27 04:50:33 +00:00
ExtensionSys.h added autoloading of extensions 2007-01-27 04:50:33 +00:00
ForwardSys.cpp IPluginFunction implementation is re-entrant across native calls, as heap allocations are delayed until execution 2007-03-10 21:02:40 +00:00
ForwardSys.h IPluginFunction implementation is re-entrant across native calls, as heap allocations are delayed until execution 2007-03-10 21:02:40 +00:00
HandleSys.cpp added per-handle security (untested) 2007-02-26 02:47:03 +00:00
HandleSys.h added per-handle security (untested) 2007-02-26 02:47:03 +00:00
LibrarySys.cpp added license headers 2007-01-25 22:36:38 +00:00
LibrarySys.h added license headers 2007-01-25 22:36:38 +00:00
PluginInfoDatabase.cpp added license headers 2007-01-25 22:36:38 +00:00
PluginInfoDatabase.h added license headers 2007-01-25 22:36:38 +00:00
PluginSys.cpp Many things: 2007-03-06 23:59:25 +00:00
PluginSys.h removed Handle:myself from OnPluginStart 2007-02-26 08:32:20 +00:00
ShareSys.cpp added per-handle security (untested) 2007-02-26 02:47:03 +00:00
ShareSys.h added license headers 2007-01-25 22:36:38 +00:00