1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-28 10:24:20 +01:00
Metamod:Source - C++ Plugin Environment and Detour Library for the Source Engine http://www.metamodsource.net/
Go to file
2023-11-12 12:42:07 -05:00
.github/workflows Replace csgo and dota CI targets with cs2 2023-10-26 14:49:34 -05:00
core Fix MSVC 2017 build issues 2023-10-28 07:01:44 -07:00
cruft/installer More re-arranging. Not what we discussed in IRC but I think it works out better, Make can't deal with upward dependencies nicely. 2008-11-14 04:14:35 -06:00
hl2sdk-manifests@d9a8d47537 Clean up the SDK detection algorithm to fix hl2dm errors. 2023-10-15 12:57:10 -07:00
loader Don't attempt to load on Source 2 games if neither -dedicated nor -insecure are present 2023-10-26 13:54:51 -04:00
public Roll version number. 2020-11-02 20:01:30 -05:00
samples Fix IMetamodListener events in s2_sample_mm 2023-10-30 09:29:45 -07:00
support Use clang-14 to work around a PLT/GOT bug. 2023-10-16 21:17:01 -07:00
third_party Update amtl 2023-11-12 12:42:07 -05:00
versionlib Upgrade to AMBuild 2.2. 2020-08-19 14:41:55 -07:00
.gitignore Use C++11 variadic templates for core FastDelegate. 2015-10-24 18:52:31 -07:00
.gitmodules Switch to a manifest-based build model. (#131) 2023-10-10 22:17:27 -07:00
.travis.yml Upgrade to AMBuild 2.2. 2020-08-19 14:41:55 -07:00
AMBuildScript Fix MM:S no longer being to load on games built with old, incompatible libm (fixes #146) 2023-11-11 12:26:12 -05:00
appveyor.yml Enable Insurgency and Blade Symphony x64 builds (#77) 2020-12-22 23:45:29 +01:00
configure.py Expose --disable-auto-versioning 2023-10-18 20:33:06 -04:00
LICENSE.txt More reorganization. 2008-11-14 04:29:33 -06:00
product.version Bump version to 2.0.0-dev 2023-05-21 12:08:11 -04:00
pushbuild.txt Trigger build for hl2sdk-cs2 update 2023-10-03 08:30:47 -04:00
README.md Fix snapshot links in readme 2021-08-03 10:59:36 -07:00

Metamod:Source

Metamod:Source - A C++ Plugin Environment and Detour Library for the Source Engine.

Build instructions: See https://wiki.alliedmods.net/Building_SourceMod

Stable build snapshots: http://www.metamodsource.net/downloads.php/?branch=stable

Development build snapshots: http://www.metamodsource.net/downloads.php/?branch=master

General documentation: https://wiki.alliedmods.net/Category:Metamod:Source_Documentation

Detouring with SourceHook: https://wiki.alliedmods.net/SourceHook_Development

Development: https://wiki.alliedmods.net/Category:Metamod:Source_Development