Commit Graph
8 Commits
Author SHA1 Message Date
Nicholas Hastings b8f657c9b3 ci: reuse sm.branch as the image tag directly 2026-07-12 13:08:48 -04:00
Nicholas Hastings 81477e9314 ci: restore per-version compile-plugins matrix now that spcomp images are fixed 2026-07-12 13:03:56 -04:00
Nicholas Hastings b321f82adf ci: only compile Pawn plugins against master includes 2026-07-12 12:22:35 -04:00
Nicholas Hastings 0a8a5249fb ci: work around broken entrypoint in sourcemod-spcomp image 2026-07-12 12:06:07 -04:00
Nicholas Hastings d65e724a1b Add CI job for validating plugins/inc 2026-07-12 11:58:52 -04:00
Nicholas Hastings 80c0185c10 Update plugins/inc to use transitional syntax 2026-07-12 11:58:38 -04:00
Nicholas Hastings 39fcfa564e Modernize build/CI, support SourceMod 1.13, deprecate ForceHeartbeat
Rework the build and CI: swap to SourceMod's safetyhook-based CDetour and
drop the vendored CDetour/asm sources, the old Makefile, Travis config, and
buildbot perl scripts. Add GitHub Actions building and releasing x86 and
x86_64 against SM 1.12 and 1.13, plus dependabot. Split the Windows and Linux
packages and tidy naming.

Gate IPluginManager::FindPluginByContext on the extension API version so the
extension builds against both SM 1.12 (API 8) and 1.13 (API 9), and shim
DETOUR_CREATE_STATIC_FIXED over the address overload safetyhook exposes.

Deprecate SteamWorks_ForceHeartbeat: newer Steamworks SDKs removed
ISteamGameServer::ForceHeartbeat, so make the native a no-op and mark it
deprecated in the include.
2026-07-12 10:56:36 -04:00
Nicholas Hastings df97c60298 Expose ISteamGameServer::SetGameData (#23)
* Some men just want to watch the world burn.

* Fix an awful regression psychonic has introduced into the tree.
2018-07-19 19:55:51 -07:00