sourcemod/core/vm
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
..
sp_vm_basecontext.cpp IPluginFunction implementation is re-entrant across native calls, as heap allocations are delayed until execution 2007-03-10 21:02:40 +00:00
sp_vm_basecontext.h Breakage alert :\ 2007-03-07 18:24:09 +00:00
sp_vm_engine.cpp added ThrowError() a la amxmodx's abort() 2007-03-02 19:10:44 +00:00
sp_vm_engine.h renamed relevant areas to SorucePawn 2007-01-25 22:39:12 +00:00
sp_vm_function.cpp IPluginFunction implementation is re-entrant across native calls, as heap allocations are delayed until execution 2007-03-10 21:02:40 +00:00
sp_vm_function.h IPluginFunction implementation is re-entrant across native calls, as heap allocations are delayed until execution 2007-03-10 21:02:40 +00:00