sourcemod/extensions
Nick Hastings 0be7813398 Add ValveType_Object type.
This is for the few cases where we have function parameters to objects that
don't fit our other predefined types (CBaseEntity, CBasePlayer, string).

Most calls currently pass those as POD (which is incorrect, but works on
x86), or one of the other pointer types (which is also incorrect, and can
lead to confusion, but works on x86 and x86-64).

This type only works when manually buffering the parameter for calls, and
is not supported for return types.
2021-10-12 20:56:51 -04:00
..
bintools Fix crash with IBinTools calls on x64 for functions with void return. 2021-10-12 20:56:51 -04:00
clientprefs Add PostgreSQL database driver (#32) 2021-03-11 11:21:51 +01:00
cstrike Fix conflict with extensions using SteamWorks (#1531) 2021-07-18 00:01:24 +01:00
curl Update to AMBuild 2.2. 2020-08-18 23:09:43 -07:00
geoip Update GeoIP2 extension to new GeoLite2 .mmdb database format (#1245) 2021-06-30 13:01:12 +02:00
mysql Update to AMBuild 2.2. 2020-08-18 23:09:43 -07:00
pgsql Add PostgreSQL database driver (#32) 2021-03-11 11:21:51 +01:00
regex Remove use of the Dep API. 2020-08-24 20:48:57 -07:00
sdkhooks Add support for hl2sdk-mock. 2021-09-22 12:36:44 -07:00
sdktools Add ValveType_Object type. 2021-10-12 20:56:51 -04:00
sqlite Update to AMBuild 2.2. 2020-08-18 23:09:43 -07:00
structs Deduplicate a number of files used by extensions by moving them to the public directory (bug 5341, r=psychonic). 2014-04-23 21:19:28 -05:00
tf2 TF2Tools: Prevent CalcIsAttackCriticalHelper* from being called twice (#1573) 2021-09-23 12:00:52 +02:00
topmenus Update to AMBuild 2.2. 2020-08-18 23:09:43 -07:00
updater Update to AMBuild 2.2. 2020-08-18 23:09:43 -07:00