sourcemod/extensions
peace-maker 510bd261f8
core: Add Insurgency support for amd64 Windows (#1295)
* Add basic Insurgency support on Windows x64

This allows SourceMod to load on x64 Insurgency. There are still a lot of variable truncation warnings that have to be dealt with.

* Fix 32bit builds

* Compile MySQL extension as well

The hack for __iob_func being removed from the core runtime, but required by the old mysql we're building against can be simplified a lot due to the `_ReturnAddress` intrinsic available since MSVC 2015.

* Don't include the offset we want to extract in the signature
2020-08-06 19:53:06 -07:00
..
bintools Revert "Remove arch loops from build scripts. (#889)" 2018-10-04 17:59:40 +00:00
clientprefs Use more STL for vector insertion/removal. (#1284) 2020-06-13 15:57:02 -07:00
cstrike Replace ke::Vector with std::vector. 2020-05-31 11:35:51 -07:00
curl Revert "Remove arch loops from build scripts. (#889)" 2018-10-04 17:59:40 +00:00
geoip Revert "Remove arch loops from build scripts. (#889)" 2018-10-04 17:59:40 +00:00
mysql core: Add Insurgency support for amd64 Windows (#1295) 2020-08-06 19:53:06 -07:00
regex Fix Linux x64 libpcre.a linkage failure (#1320) 2020-07-24 16:29:43 -07:00
sdkhooks Update SDKHooks_TakeDamage for CS:GO changes (#1319) 2020-07-25 03:45:35 +01:00
sdktools core: Add Insurgency support for amd64 Windows (#1295) 2020-08-06 19:53:06 -07:00
sqlite Replace all uses of AMTL threads with STL threads. 2020-05-16 22:35:56 -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 Replace ke::Vector with std::vector. 2020-05-31 11:35:51 -07:00
topmenus Revert "Remove arch loops from build scripts. (#889)" 2018-10-04 17:59:40 +00:00
updater Revert "Remove arch loops from build scripts. (#889)" 2018-10-04 17:59:40 +00:00