4 files changed
+5
-4
lines changedSubmodule metamod-source updated 46 files
- .github/workflows/ci.yml+4-4
- core/IPluginManager.h+1-1
- core/ISmmAPI.h+5-7
- core/ISmmPlugin.h+6-6
- core/ISmmPluginExt.h+1-1
- core/gamedll_bridge.cpp+3-2
- core/metamod.cpp+6-5
- core/metamod.h+6-6
- core/metamod_console.cpp+4-3
- core/metamod_convar.h+1-1
- core/metamod_oslink.cpp+5-5
- core/metamod_oslink.h+2-2
- core/metamod_plugins.cpp+2-3
- core/metamod_plugins.h+7-6
- core/metamod_provider.h+2
- core/metamod_util.cpp+3-2
- core/metamod_util.h+2-1
- core/provider/provider_base.cpp+8-7
- core/provider/provider_base.h+3-3
- core/provider/source/provider_source.cpp+8-8
- core/provider/source/provider_source.h+3-2
- core/provider/source2/provider_source2.cpp+8-8
- core/provider/source2/provider_source2.h+4-3
- core/sourcehook/sh_list.h-1
- core/sourcehook/sh_memory.h+2
- core/sourcehook/sh_vector.h+1
- core/sourcehook/sourcehook_hookmangen.cpp+3-2
- core/sourcehook/sourcehook_hookmangen.h+5-3
- core/sourcehook/sourcehook_hookmangen_x86.cpp+3-2
- core/sourcehook/sourcehook_hookmangen_x86.h+2-1
- core/sourcehook/sourcehook_hookmangen_x86_64.cpp+6-5
- core/sourcehook/sourcehook_hookmangen_x86_64.h+2-1
- core/sourcehook/sourcehook_impl_chook.h+2
- core/sourcehook/sourcehook_impl_chookidman.h+2
- core/sourcehook/sourcehook_impl_ciface.h+1
- core/sourcehook/sourcehook_impl_cproto.h+5
- core/sourcehook/sourcehook_impl_cvfnptr.h+2
- core/vsp_bridge.cpp+7-7
- loader/gamedll.cpp+9-8
- loader/loader.cpp+7-6
- loader/loader_bridge.h+2
- loader/serverplugin.cpp+7-6
- loader/utility.cpp+7-6
- loader/utility.h+1-1
- public/metamod_version.h+2-2
- versionlib/versionlib.cpp+2-2
- .github/patches/asmjit.patch+56
- .github/release-please-manifest.json+1-1
- .github/workflows/cmake-multiple-platform.yml+4
- CHANGELOG.md+64
- CMakeLists.txt+22-2
- cmake/FetchAsmjit.cmake+1
- cmake/FetchCrashPad.cmake+37
- cmake/FetchGit.cmake+76
- cmake/PlugifyBuildOptions.cmake+5-1
- cmake/PlugifyDependencies.cmake+5-75
- cmake/PlugifyRequirement.cmake+1-1
- cmake/PlugifyTools.cmake+11-33
- cmake/PlugifyUtils.cmake+26-5
- crashpad.jsonc+23
- include/plugify/assembly.hpp+60-2
- include/plugify/crashlogs/crashlogs.cpp-284
- include/plugify/crashlogs/crashlogs.hpp-54
- include/plugify/debugging.hpp+58-58
- include/plugify/handle.hpp+2
- include/plugify/jit/call_arm64.cpp+68-59
- include/plugify/jit/call_x86.cpp+44-37
- include/plugify/jit/callback_arm64.cpp+91-85
- include/plugify/jit/callback_x86.cpp+62-52
- include/plugify/jit/helpers.hpp+10
- include/plugify/jit/helpers_arm64.cpp
- include/plugify/mem_hook.hpp+1-1
- include/plugify/package.hpp+3-3
- include/plugify/path.hpp+10
- include/plugify/version.hpp+2
- src/core/language_module_descriptor.hpp+1-1
- src/core/method.hpp+6-10
- src/core/package_manager.cpp+4-3
- src/core/plugin_descriptor.hpp+1-1
- src/utils/assembly.cpp+13-6
- src/utils/assembly_apple.cpp+46-37
- src/utils/assembly_linux.cpp+55-30
- src/utils/assembly_playstation.cpp+15-2
- src/utils/assembly_switch.cpp+15-1
- src/utils/assembly_windows.cpp+47-25
- src/utils/defer.hpp+25
- src/utils/mem_accessor.cpp+9-8
- src/utils/scope_guard.hpp-33
- src/utils/sha256.cpp+45-230
- src/utils/sha256.hpp+46-57
- src/utils/sha256_arm.inl+149
- src/utils/sha256_x86.inl+171
- src/utils/value_type.cpp+1-1
- sym/exported_symbols.lds-1
- test/containers/CMakeLists.txt+1-1
- test/containers/hash/sha256.cpp+55
- test/plug/CMakeLists.txt+16-3
- test/plug/main.cpp+265-144
- test/plug/std_logger.cpp+8-9
- version.txt+1-1
- .github/workflows/build-linux.yml+35-13
- .github/workflows/build-windows.yml+15-8
- CMakeLists.txt+5-1
- cmake/sourcesdk/proto.cmake+59-10
- cmake/sourcesdk/proto/generate.cmake+64-42
- game/shared/gamesystems/spawngroup_manager.h-14
- public/engine/hoststate.h+84
- public/iserver.h+3-3
- public/matchmaking/igametypes.h+1-1
- public/playerslot.h+1-1
- public/schemasystem/schemasystem.h+8-1
- public/schemasystem/schematypes.h+4
- public/serversideclient.h+2-2
- public/steam/isteamugc.h+26-4
- public/tier0/bufferstring.h+10-14
- public/tier0/globalsymbol.h+27
- public/tier0/interface.h+4-1
- public/tier1/utlmap.h+42-65
- public/tier1/utlmemory.h+38-34
- public/tier1/utlrbtree.h+142-51
- public/tier1/utlstringmap.h+13-11
- public/tier1/utlvector.h+277-60
- public/tier2/tier2.h+4-1
- tier1/keyvalues3.cpp+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
0 commit comments