sourcemod/extensions/clientprefs
David Anderson 785c6aa1cf Update to AMBuild 2.2.
This is a pretty big diff because SourceMod had lots of multi-arch
workarounds that can now go away. I've also changed 'x64' to 'x86_64' in
many places since this is how AMBuild normalizes it, and it's far too
late to pick the shorter string, so we might as well suck it up.

The --target-archs parameter has been replaced with --targets. It works
the same way.

The default behavior for SDK inclusion is now "present" instead of
"all" since this lowers the burden of storing many SDKs. Official builds
will still be made with --sdks=all.
2020-08-18 23:09:43 -07:00
..
AMBuilder Update to AMBuild 2.2. 2020-08-18 23:09:43 -07:00
cookie.cpp Replace ke::Vector with std::vector. 2020-05-31 11:35:51 -07:00
cookie.h Replace ke::Vector with std::vector. 2020-05-31 11:35:51 -07:00
extension.cpp Use more STL for vector insertion/removal. (#1284) 2020-06-13 15:57:02 -07:00
extension.h Replace ke::Vector with std::vector. 2020-05-31 11:35:51 -07:00
menus.cpp Overhaul of ClientPrefs extension (bug 5538, r=asherkin). 2013-02-28 21:51:49 +00:00
menus.h Overhaul of ClientPrefs extension (bug 5538, r=asherkin). 2013-02-28 21:51:49 +00:00
natives.cpp Replace ke::Vector with std::vector. 2020-05-31 11:35:51 -07:00
query.cpp Fix use-after-free crash in SQLite extension (#481) 2016-10-03 16:31:17 +01:00
query.h Fix use-after-free crash in SQLite extension (#481) 2016-10-03 16:31:17 +01:00
smsdk_config.h 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
version.rc Overhauled versioning information (bug 5453, r=dvander). 2012-08-26 01:33:54 +01:00