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/
5d54a0abb7
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. |
||
---|---|---|
core | ||
core-legacy | ||
cruft/installer | ||
loader | ||
msvc10 | ||
public | ||
sample_mm | ||
stub_mm | ||
support | ||
versionlib | ||
.gitignore | ||
.travis.yml | ||
AMBuildScript | ||
configure.py | ||
LICENSE.txt | ||
product.version | ||
pushbuild.txt | ||
README.md |
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