1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-28 10:24:20 +01:00
Commit Graph

1315 Commits

Author SHA1 Message Date
Nicholas Hastings
d1866d08e7 Trigger build for hl2sdk-hl2dm update 2024-11-17 10:43:09 -05:00
GAMMACASE
557121ce4e
Trigger build for hl2sdk-cs2 changes 2024-10-04 00:55:18 +03:00
Nick Hastings
f647adfb17 chore: Add another build dir pattern to .gitignore 2024-08-04 15:02:26 -04:00
Nick Hastings
827c1baf0c chore(build): Remove unused variable 2024-08-04 15:02:26 -04:00
Nick Hastings
5d48696528 fix(sourcehook): Disable tests on linux x64 for now 2024-08-04 15:02:26 -04:00
Nick Hastings
994b382754 fix(sourcehook): Fix compilation issues with standalone SourceHook 2024-08-04 15:02:26 -04:00
Nick Hastings
018033d5a6 feat(ci): Add CI for PRs to all dev/stable version branches 2024-08-04 15:02:26 -04:00
Nick Hastings
7e09821da9 Fix merge conflict oopsie 2024-08-03 12:23:18 -04:00
Kenzzer
4158430180 undo the compiler flags change 2024-08-03 12:18:34 -04:00
Kenzzer
7947580a60 lower log level 2024-08-03 12:17:47 -04:00
Kenzzer
cf4554ced9 remove platform 64bits once more 2024-08-03 12:17:40 -04:00
Kenzzer
6c4f85a95d requested changes 2024-08-03 12:17:33 -04:00
Kenzzer
a5aee4fe3b remove the test suite for now 2024-08-03 12:17:15 -04:00
Kenzzer
1097e2bebf remove sourcehook generated file 2024-08-03 12:16:22 -04:00
Kenzzer
ca78915d59 Fix compilation for 32bits 2024-08-03 12:15:53 -04:00
Kenzzer
87fcaca024 make jit writer public 2024-08-03 12:00:32 -04:00
Kenzzer
94708aebd3 avoid infinite logging loops 2024-08-03 12:00:24 -04:00
Kenzzer
222c174f0d add x64 stub generator support 2024-08-03 11:59:56 -04:00
Nick Hastings
f5f14786b9 Disable ordered-compare-function-pointers warning on Clang 13+ 2024-07-06 13:50:12 -04:00
Nick Hastings
c535fe6d3b Bump to latest hl2sdk-manifests 2024-07-06 13:22:02 -04:00
Nick Hastings
454d95784f fix: Improve relative path support for hl2sdks 2024-07-06 13:21:12 -04:00
Nick Hastings
d693e30816 fix: Improve path handling and relpath support in s2 sample plugin 2024-07-06 13:18:31 -04:00
Nick Hastings
cc8c76cca1 Trigger build for hl2sdk-l4d2 changes 2024-05-15 09:30:17 -04:00
sappho
2af01e9b93
Trigger build for L4D2 changes (#180) 2024-05-14 17:01:14 -07:00
caxanga334
607301adc3 Update HL2SDK Manifests Submodule 2024-05-02 18:00:30 -04:00
Nicholas Hastings
3d466fd6e8
Trigger build for hl2sdk-cs2 changes 2024-04-30 23:19:44 +00:00
tschumann
b4aa055dea Fix brace alignment. 2024-04-20 16:59:49 -04:00
tschumann
f598373ca2 Fix s1_sample_mm compilation on Windows and for Episode 1 and document build process. 2024-04-20 16:59:49 -04:00
tschumann
057f967730 Update s1_sample_mm build instructions. 2024-04-20 16:59:49 -04:00
tschumann
adb0f786a0 Updated build instructions. 2024-04-07 09:17:58 -04:00
Nicholas Hastings
2f3822992b
Roll version in metamod_version.h 2024-04-06 16:35:02 +00:00
GAMMACASE
9fbe7f37ab Update hl2sdk-manifests 2024-03-06 22:10:24 -05:00
GAMMACASE
2c2668c6ee Add RTLD_DEEPBIND flag for s2 plugins 2024-03-06 22:10:24 -05:00
Kenzzer
37408219ba Shut msvc 2024-02-07 22:03:17 -05:00
Nick Hastings
f950db71dd Trigger build for hl2sdk-cs2 changes 2024-02-07 08:02:07 -05:00
rtldg
aece7d5161 Add missing parameter doc for ISmmAPI::GetServerFactory() 2024-01-12 23:02:48 -05:00
icedrocket
e907e5293f Remove deprecated syntax for compatibility 2024-01-11 21:19:12 -08:00
GAMMACASE
6b8ae69227 Improve s2_sample_mm build script
Now it's possible to use run-time variables to compute the target paths/defines for includes/libs/defines
2023-12-21 13:09:36 -05:00
Kaela
bc36e072a1 Update sh_memory.h (tidy up things) 2023-12-18 19:31:18 -05:00
KaelaSavia
f2d9d3e9e5 Replace fscanf with faster parsing #2 2023-12-18 19:31:18 -05:00
Juice
62f21ea058 S2 Sample: fix Hook_ClientPutInServer message formatting 2023-12-11 10:31:58 -05:00
Nick Hastings
31eff17e47 Merge branch 'master' of https://github.com/alliedmodders/metamod-source 2023-12-09 09:13:17 -05:00
Nick Hastings
17a036585c S2 sample: fix memoverride path 2023-12-09 09:13:10 -05:00
Nick Hastings
5ccaa37289 S2 sample: Add note about --hl2sdk-manifests to readme 2023-12-09 09:12:59 -05:00
Mai Ooizumi
47b23c6c16
new SourceHook syntax for s2_sample_mm (#151)
- SH_ADD_HOOK_MEMFUNC and SH_REMOVE_HOOK_MEMFUNC has been deprecated since SouceHook v5.0.
- source: https://wiki.alliedmods.net/Sourcehook_Development#Old_Macros

Signed-off-by: Mai Ooizumi <mai@imomoe.moe>
2023-12-03 16:32:59 -08:00
vanz666
36b9858a11 Update AMBuildScript 2023-11-18 21:18:46 -05:00
vanz666
942c9d7963 Update AMBuildScript 2023-11-18 21:18:46 -05:00
vanz666
1a0c220656 Update AMBuildScript 2023-11-18 21:18:46 -05:00
Nick Hastings
c5456647c1 Upgrade Python version in CI 2023-11-18 21:17:56 -05:00
Nick Hastings
1489f33b25 Update hl2sdk-manifests submodule 2023-11-15 19:09:10 -05:00