mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 02:18:35 +00:00
SourceMod - Source Engine Scripting and Administration
The tracker related opcodes: GENARRAY GENARRAY_Z TRACKER_POP_SETHEAP TRACKER_PUSH_C All contain some vastly overcomplicated assembly containing logic that could be implemented much easier in C++. If it were a performance concern, these opcodes would be entirely in C++, but most of them call out to one or more routines to do additional work. This patch just moves most of the logic out to C++ to reduce complexity and fix reported bugs. --HG-- extra : rebase_source : 1397056ac3ca3efb969e66ec577e2b33ca725e1a |
||
|---|---|---|
| configs | ||
| core | ||
| editor | ||
| extensions | ||
| gamedata | ||
| knight/shared | ||
| loader | ||
| msvc10 | ||
| plugins | ||
| public | ||
| sourcepawn | ||
| tools | ||
| translations | ||
| .hgignore | ||
| .hgtags | ||
| AMBuildScript | ||
| changelog.txt | ||
| configure.py | ||
| NOTICE.txt | ||
| product.version | ||
| pushbuild.txt | ||