Metamod:Source - C++ Plugin Environment and Detour Library for the Source Engine
Go to file
Kyle Sanderson e573602f81
Add additional test coverage to Travis-CI. (#50)
* NPOTB: clang clang clang goes the trolly, gcc7 goes the bell.

* Update AMBuildScript

* Initialize engine_path when abspath fails.

* Fix lptr being uninitialized when getcwd fails.

* Remove GCC6; deeper issues than this PR will cover
2018-07-27 22:03:33 -07:00
core Add additional test coverage to Travis-CI. (#50) 2018-07-27 22:03: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 Add additional test coverage to Travis-CI. (#50) 2018-07-27 22:03:33 -07: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 64-bit support for CSGO on Linux and macOS (#35) 2017-12-20 01:11:57 -06:00
stub_mm 64-bit support for CSGO on Linux and macOS (#35) 2017-12-20 01:11:57 -06:00
support 64-bit support for CSGO on Linux and macOS (#35) 2017-12-20 01:11:57 -06:00
versionlib 64-bit support for CSGO on Linux and macOS (#35) 2017-12-20 01:11:57 -06:00
.gitignore Use C++11 variadic templates for core FastDelegate. 2015-10-24 18:52:31 -07:00
.travis.yml Add additional test coverage to Travis-CI. (#50) 2018-07-27 22:03:33 -07:00
AMBuildScript Add additional test coverage to Travis-CI. (#50) 2018-07-27 22:03:33 -07:00
configure.py 64-bit support for CSGO on Linux and macOS (#35) 2017-12-20 01:11:57 -06: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 again for further Dota Linux SDK lib fixes. 2018-06-16 09:50:59 -04: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