Commit Graph
7 Commits
Author SHA1 Message Date
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
David Anderson fd9a281f17 build: AMBuild 2.2 uplift (#32) 2020-08-22 16:17:05 -07:00
Kyle Sanderson acd1d08c99 travis-ci: add mac build + prototype for windows.
additionally fix base-requirements.
2020-05-31 19:39:43 -07:00
Kyle Sanderson 5cd391a31b Add SteamWorks_SendMessageToGC (untested as well). 2016-03-05 17:32:16 -08:00
Kyle Sanderson 9f70645270 Add Game Coordinator Hooks (untested). 2016-03-03 20:38:00 -08:00
Kyle Sanderson 3ca1a5dc5a Link libsteam_api.dylib for Apple. 2015-01-18 13:47:27 -08:00
Dr!fter f382d37409 Add AMBuild support 2014-08-18 11:01:30 -04:00