1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-29 11:24:19 +01:00
Metamod:Source - C++ Plugin Environment and Detour Library for the Source Engine http://www.metamodsource.net/
Go to file
Nicholas Hastings 5d54a0abb7 Improve "meta version" output and remove version code duplication.
Version output improvements:
* Added more consistent indentation. (Matches SM's version output formatting now).
* Added missing newline after compile date.
* Added Build ID.
* Removed duplicated compile time.
* Re-ordered lines to have version numbers before compile/build information. (Again, to be formatted similar to SM's and more readable).

Refactored to have version and credits output logic not duplicated between server command and client command.

In core, moved engine names to near top of file instead of having huge list right in the middle of command output.
2015-05-12 15:29:23 -04:00
core Improve "meta version" output and remove version code duplication. 2015-05-12 15:29:23 -04:00
core-legacy Improve "meta version" output and remove version code duplication. 2015-05-12 15:29:23 -04: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 Update MM:S to support Black Mesa. 2015-05-06 17:51:54 -04: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 Updated makefiles. 2013-06-30 10:39:04 -04:00
stub_mm Updated makefiles. 2013-06-30 10:39:04 -04:00
support Update MM:S to support Black Mesa. 2015-05-06 17:51:54 -04:00
versionlib Merge new versioning logic from SourceMod, fixes manual builds and --gen=vs. 2015-04-11 10:25:06 -04:00
.gitignore Replace .hgignore with .gitignore. 2014-05-25 00:26:01 -05:00
.travis.yml Limit travis-ci ambuild concurrent jobs to 4. 2015-05-12 06:45:12 -04:00
AMBuildScript AMBuildScript fixes for Black Mesa that didn't get committed when making PR. 2015-05-10 18:14:07 -04:00
configure.py Add search paths for HL2SDKs. 2014-05-26 22:41:20 -07: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 Force build. 2015-03-21 14:12:36 -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