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
MrWaggel ce26eb3a43 Added GCC flag -std=c++11
Required to compile the variadic templates.
2016-06-27 13:15:26 +02:00
core Add variadic versions of the SH_DECL_MANUALEXTERN macro family, and wrap the hardcoded macros around these. 2015-10-25 13:47:33 -07:00
core-legacy Use C++11 variadic templates for sh_memfuncinfo.h. 2015-10-24 19:36:33 -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
loader Upload loader for Black Mesa engine changes. 2015-12-22 06:51:14 -08:00
msvc10 Updated project files for CS:S as new engine (bug 5369) (NPOTB). 2012-08-20 14:25:56 -04:00
public Merge new versioning logic from SourceMod, fixes manual builds and --gen=vs. 2015-04-11 10:25:06 -04:00
sample_mm Added GCC flag -std=c++11 2016-06-27 13:15:26 +02:00
stub_mm Updated makefiles. 2013-06-30 10:39:04 -04:00
support Copy recent Breakpad dump support script changes from SourceMod. 2016-01-31 12:41:49 -05:00
versionlib Merge new versioning logic from SourceMod, fixes manual builds and --gen=vs. 2015-04-11 10:25:06 -04:00
.gitignore Use C++11 variadic templates for core FastDelegate. 2015-10-24 18:52:31 -07:00
.travis.yml Update TravisCI build to use Clang 3.7. 2016-03-18 12:35:24 -04:00
AMBuildScript Allow support for running on filesystems that use 64-bit inodes on Linux. 2016-04-26 18:09:14 -04:00
configure.py Add support for Throttle symbol uploading. 2016-01-31 12:16:13 -05:00
LICENSE.txt More reorganization. 2008-11-14 04:29:33 -06:00
product.version Rolling version. 2013-07-31 18:39:54 -04:00
pushbuild.txt Trigger build 2015-12-22 12:19:26 -05:00
README.md Fix snapshots URL in readme. 2014-05-25 00:40:52 -05: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

Build snapshots: http://metamodsource.net/snapshots

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