This website requires JavaScript.
Explore
Help
Sign In
UNLOZE
/
sourcemod
Watch
10
Star
0
Fork
0
You've already forked sourcemod
Code
Issues
Pull Requests
Releases
Wiki
Activity
30a8e3237a
Branches
Tags
No results found.
sourcemod
/
core
/
vm
History
David Anderson
66b244011e
added ThrowError() a la amxmodx's abort()
...
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40566
2007-03-02 19:10:44 +00:00
..
sp_vm_basecontext.cpp
Corrected an API design flaw with pausing. Contexts can now be flagged as paused, and IsRunnable() is moved from IBaseContext to IPluginFunction. While this allows for per-function pausing, it is not intended that way.
2007-02-22 02:05:50 +00:00
sp_vm_basecontext.h
Corrected an API design flaw with pausing. Contexts can now be flagged as paused, and IsRunnable() is moved from IBaseContext to IPluginFunction. While this allows for per-function pausing, it is not intended that way.
2007-02-22 02:05:50 +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
Corrected an API design flaw with pausing. Contexts can now be flagged as paused, and IsRunnable() is moved from IBaseContext to IPluginFunction. While this allows for per-function pausing, it is not intended that way.
2007-02-22 02:05:50 +00:00
sp_vm_function.h
Corrected an API design flaw with pausing. Contexts can now be flagged as paused, and IsRunnable() is moved from IBaseContext to IPluginFunction. While this allows for per-function pausing, it is not intended that way.
2007-02-22 02:05:50 +00:00