mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-02-20 13:54:14 +01:00
* Fix detection of Blade Symphony on Windows x64 Port finding the module base address on x64 builds from SourceMod. Fix a bunch of truncation warnings on x64 while at it too. * Fix mm_TrimComments stripping last char before comment ```c char test[] = "hi this is a a test!// comment"; mm_TrimComments(test); puts(test); // prints "hi this is a test" without the ! ``` * Fix unsigned comparison warnings * Fix truncation warnings in SourceHook::String * Fix unsigned comparison warnings clang does have some nice analysis.
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
Description
Metamod:Source - C++ Plugin Environment and Detour Library for the Source Engine http://www.metamodsource.net/
Languages
C++
58.8%
Pascal
34.7%
C
1.4%
HTML
1.4%
Python
1.3%
Other
2.3%