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
ad5bc37912
sourcemod
/
core
/
vm
History
David Anderson
8553f12d59
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.
...
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40531
2007-02-22 02:05:50 +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 VFormat() native
2007-01-29 22:34:53 +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