1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-10 00:46:23 +01:00
HLMetaModOfficial/core/sourcehook/test
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
..
msvc7 Some reorganization. 2008-11-14 04:04:02 -06:00
msvc8 Some reorganization. 2008-11-14 04:04:02 -06:00
msvc12 Partial 64-bit support for SourceHook on Windows 2015-07-09 15:12:16 -05:00
AMBuilder Disable de-virtualization in sh-tests for gcc-4.9+ (#53) 2018-07-31 11:02:13 -07:00
generate.bat Some reorganization. 2008-11-14 04:04:02 -06:00
main.cpp 64-bit support for CSGO on Linux and macOS (#35) 2017-12-20 01:11:57 -06:00
Makefile Fixed hooking vtables with unaligned thunk entries, and returning references in manual hooks. (bug 4655, r=dvander) 2010-10-16 23:21:58 -07:00
sourcehook_test.h Some reorganization. 2008-11-14 04:04:02 -06:00
test1.cpp Some reorganization. 2008-11-14 04:04:02 -06:00
test2.cpp Some reorganization. 2008-11-14 04:04:02 -06:00
test3.cpp Some reorganization. 2008-11-14 04:04:02 -06:00
test4.cpp Some reorganization. 2008-11-14 04:04:02 -06:00
test.sln Fixed hooking vtables with unaligned thunk entries, and returning references in manual hooks. (bug 4655, r=dvander) 2010-10-16 23:21:58 -07:00
test.vcproj Fixed hooking vtables with unaligned thunk entries, and returning references in manual hooks. (bug 4655, r=dvander) 2010-10-16 23:21:58 -07:00
testbail2.cpp Some reorganization. 2008-11-14 04:04:02 -06:00
testbail.cpp Some reorganization. 2008-11-14 04:04:02 -06:00
testbail.h Some reorganization. 2008-11-14 04:04:02 -06:00
testevents.h Some reorganization. 2008-11-14 04:04:02 -06:00
testhookmangen.cpp 64-bit support for CSGO on Linux and macOS (#35) 2017-12-20 01:11:57 -06:00
testhookmangen.h Some reorganization. 2008-11-14 04:04:02 -06:00
testhookmangen.hxx Some reorganization. 2008-11-14 04:04:02 -06:00
testlist.cpp Some reorganization. 2008-11-14 04:04:02 -06:00
testmanual.cpp Some reorganization. 2008-11-14 04:04:02 -06:00
testmulti.cpp Fixed SourceHook v5 includes in core to be usable on Mac OS X (bug 3514, r=ds). 2009-11-24 07:19:57 -06:00
testoddthunks.cpp Merge branch 'master' into S2 2015-11-23 15:12:55 -05:00
testrecall.cpp Some reorganization. 2008-11-14 04:04:02 -06:00
testreentr.cpp Some reorganization. 2008-11-14 04:04:02 -06:00
testref.cpp Some reorganization. 2008-11-14 04:04:02 -06:00
testrefret.cpp Fixed hooking vtables with unaligned thunk entries, and returning references in manual hooks. (bug 4655, r=dvander) 2010-10-16 23:21:58 -07:00
testvphooks.cpp Fix detection of Blade Symphony on Windows x64 (#67) 2020-06-25 00:04:36 +00:00