metamod-source/core
peace-maker b267567e50
Fix detection of Blade Symphony on Windows x64 (#67)
* 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.
2020-06-25 00:04:36 +00:00
..
msvc9 Updated project files for CS:S as new engine (bug 5369) (NPOTB). 2012-08-20 14:25:56 -04:00
msvc10 Updated project files for CS:S as new engine (bug 5369) (NPOTB). 2012-08-20 14:25:56 -04:00
provider Changes required for upcoming Blade Symphony update 2020-03-10 23:54:57 +00:00
sourcehook Fix detection of Blade Symphony on Windows x64 (#67) 2020-06-25 00:04:36 +00:00
AMBuilder 64-bit support for CSGO on Linux and macOS (#35) 2017-12-20 01:11:57 -06:00
gamedll_bridge.cpp Ditch "source2" naming, restoring "dota". 2016-07-22 13:57:54 -04:00
IPluginManager.h Some reorganization. 2008-11-14 04:04:02 -06:00
ISmmAPI.h Fix detection of Blade Symphony on Windows x64 (#67) 2020-06-25 00:04:36 +00:00
ISmmPlugin.h Fix Dota build for hl2sdk-dota updates. 2018-07-07 14:06:14 -04:00
ISmmPluginExt.h Split Day of Infamy to separate engine build (#36) 2017-11-03 14:52:37 -04:00
Makefile Updated makefiles. 2013-06-30 10:39:04 -04:00
metamod_console.cpp Fix detection of Blade Symphony on Windows x64 (#67) 2020-06-25 00:04:36 +00:00
metamod_console.h Ditch "source2" naming, restoring "dota". 2016-07-22 13:57:54 -04:00
metamod_oslink.cpp Fix detection of Blade Symphony on Windows x64 (#67) 2020-06-25 00:04:36 +00:00
metamod_oslink.h Merge 'master' into S2. 2017-04-15 09:43:39 -04:00
metamod_plugins.cpp Split TF2, DoD:S, HL2:DM, and ND to separate binaries (bug 5667, r=asherkin). 2013-07-31 06:49:21 -04:00
metamod_plugins.h Some reorganization. 2008-11-14 04:04:02 -06:00
metamod_provider.h Merge 'master' into S2. 2017-04-15 09:43:39 -04:00
metamod_util.cpp Fix detection of Blade Symphony on Windows x64 (#67) 2020-06-25 00:04:36 +00:00
metamod_util.h Fixed line endings on a few files. 2009-10-29 00:07:23 -05:00
metamod.cpp Fix detection of Blade Symphony on Windows x64 (#67) 2020-06-25 00:04:36 +00:00
metamod.h Fix detection of Blade Symphony on Windows x64 (#67) 2020-06-25 00:04:36 +00:00
version.rc Merge new versioning logic from SourceMod, fixes manual builds and --gen=vs. 2015-04-11 10:25:06 -04:00
vsp_bridge.cpp Ditch "source2" naming, restoring "dota". 2016-07-22 13:57:54 -04:00