Go to file
Peace-Maker b18e3284e1 Fix overriding return value
The custom return value was lost when calling the original function.
Save and restore our own return value, if we're about to call the original function.
2016-12-13 17:45:22 -07:00
buildbot Update version number. 2016-08-30 11:01:52 -04:00
DynamicHooks Fix overriding return value 2016-12-13 17:45:22 -07:00
msvc10 Update vcxproj. 2016-08-31 11:46:14 -04:00
sdk First draft of dynamic detours using Ayuto's DynamicHooks library 2016-12-11 22:02:10 -07:00
sourcemod Add detour test plugin 2016-12-12 22:48:40 -07:00
.hgignore Add hgignore 2014-04-24 20:38:32 -04:00
AMBuildScript Fix new - free mismatch 2016-12-12 22:47:35 -07:00
changelog.txt Remove the need for SDK's. Update AMBuild scripts to AMBuild2. Fix shutdown crash. Update gamedata for testing. General code fixups. 2014-08-19 13:14:48 -04:00
configure.py Remove the need for SDK's. Update AMBuild scripts to AMBuild2. Fix shutdown crash. Update gamedata for testing. General code fixups. 2014-08-19 13:14:48 -04:00
credits.txt Remove the need for SDK's. Update AMBuild scripts to AMBuild2. Fix shutdown crash. Update gamedata for testing. General code fixups. 2014-08-19 13:14:48 -04:00
dynhooks_sourcepawn.cpp Fix overriding return value 2016-12-13 17:45:22 -07:00
dynhooks_sourcepawn.h Fix overriding return value 2016-12-13 17:45:22 -07:00
extension.cpp Cleanup detour structures properly on unload 2016-12-11 22:18:53 -07:00
extension.h Switch to amtl vectors. Change how hooks are checked for removal on frame action. 2016-08-27 10:20:38 -04:00
listeners.cpp Switch to amtl vectors. Change how hooks are checked for removal on frame action. 2016-08-27 10:20:38 -04:00
listeners.h First draft of dynamic detours using Ayuto's DynamicHooks library 2016-12-11 22:02:10 -07:00
natives.cpp First draft of dynamic detours using Ayuto's DynamicHooks library 2016-12-11 22:02:10 -07:00
natives.h Remove functions now in util and fix more object related issues. 2016-08-30 16:40:24 -04:00
product.version Update version number. 2016-08-30 11:01:52 -04:00
push.txt Trigger Build 2016-08-01 16:18:21 -04:00
sdk-hacks.h Change Vector classname to SDKVector. 2016-06-26 13:00:27 -04:00
util.cpp First draft of dynamic detours using Ayuto's DynamicHooks library 2016-12-11 22:02:10 -07:00
util.h First draft of dynamic detours using Ayuto's DynamicHooks library 2016-12-11 22:02:10 -07:00
version.h Update version number 2016-08-01 16:20:19 -04:00
version.rc Remove the need for SDK's. Update AMBuild scripts to AMBuild2. Fix shutdown crash. Update gamedata for testing. General code fixups. 2014-08-19 13:14:48 -04:00
vfunc_call.h Fix getting the wrong stack size for calling functions. 2016-08-31 11:37:48 -04:00
vhook.cpp First draft of dynamic detours using Ayuto's DynamicHooks library 2016-12-11 22:02:10 -07:00
vhook.h First draft of dynamic detours using Ayuto's DynamicHooks library 2016-12-11 22:02:10 -07:00