1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-28 10:24:20 +01:00
HLMetaModOfficial/core
David Anderson 1aae42c579
Switch to a manifest-based build model. (#131)
Rather than hardcode a bunch of SDK stuff, this is an attempt to move
SDK information to a declarative model. Each SDK gets a manifest, and
the manifests are stored in a shared repository.

Manifests encode stuff like "what platforms does this SDK build on" and
"what link flags do I need on each architecture".

This will hopefully reduce the complexity of the build scripts, since
going forward we only have to add new manifests, rather than figure out
how to attach more gunk into the build logic.
2023-10-10 22:17:27 -07:00
..
provider More build fixes 2023-09-27 20:01:43 -04:00
sourcehook Replace fscanf with faster parsing (#127) 2023-10-07 10:45:54 -07:00
AMBuilder Switch to a manifest-based build model. (#131) 2023-10-10 22:17:27 -07:00
gamedll_bridge.cpp Replace hardcoded "ServerGameDLL" part of iface name in meta game output 2023-05-21 15:27:46 -04:00
IPluginManager.h Some reorganization. 2008-11-14 04:04:02 -06:00
ISmmAPI.h Iterate on ConCommands, ClientCommands, and the split S1/S2 compat 2023-05-21 12:13:17 -04:00
ISmmPlugin.h Add and use META_IS_SOURCE2 define 2023-05-16 14:31:31 -04:00
ISmmPluginExt.h Add SOURCE_ENGINE_CS2 2023-04-01 10:34:52 -04:00
metamod_console.cpp Replace hardcoded "ServerGameDLL" part of iface name in meta game output 2023-05-21 15:27:46 -04:00
metamod_console.h Iterate on ConCommands, ClientCommands, and the split S1/S2 compat 2023-05-21 12:13:17 -04:00
metamod_oslink.cpp Malloc override on s2 2023-09-28 22:56:19 +03:00
metamod_oslink.h Merge 'master' into S2. 2017-04-15 09:43:39 -04:00
metamod_plugins.cpp Revert "Fix build regression from #102" 2023-09-24 13:46:41 -04:00
metamod_plugins.h Some reorganization. 2008-11-14 04:04:02 -06:00
metamod_provider.h Iterate on ConCommands, ClientCommands, and the split S1/S2 compat 2023-05-21 12:13:17 -04:00
metamod_util.cpp Add support for hl2sdk-mock. 2021-09-22 12:05:15 -07:00
metamod_util.h Only load plugins that have executable extensions. 2023-02-20 11:08:01 -08:00
metamod.cpp Replace hardcoded "ServerGameDLL" part of iface name in meta game output 2023-05-21 15:27:46 -04:00
metamod.h Replace hardcoded "ServerGameDLL" part of iface name in meta game output 2023-05-21 15:27:46 -04:00
version.rc Merge new versioning logic from SourceMod, fixes manual builds and --gen=vs. 2015-04-11 10:25:06 -04:00
vsp_bridge.cpp Replace hardcoded "ServerGameDLL" part of iface name in meta game output 2023-05-21 15:27:46 -04:00