mirror of
https://github.com/diamante0018/BlackOpsPlugin.git
synced 2025-07-04 02:01:49 +00:00
Compare commits
43 Commits
93e2e17795
...
main
Author | SHA1 | Date | |
---|---|---|---|
b71a1becae | |||
3c2c7977cf | |||
d1f1df467e | |||
2ec97a23f0 | |||
75b0263f3a | |||
d40a66ee0a | |||
9a709c98f0 | |||
94740e8203 | |||
a0cdc4d71f | |||
b666e59644 | |||
ed3a14bb22 | |||
6fb0266bd1 | |||
9fbad699d4 | |||
41ecf73353 | |||
2d94b30058 | |||
e2354ba731 | |||
4c952e25b9 | |||
ea8fef8406 | |||
a9fe31eae2 | |||
31a25ae08a | |||
2bba52b002 | |||
341b45b203 | |||
86bc2845ff | |||
22c15dc296 | |||
b4608b98b1 | |||
594a519a5e | |||
d2579a4c95 | |||
0be30ceaa1 | |||
f3856a7076 | |||
eea54120bf | |||
721047854c | |||
4387be91d9 | |||
15a84ab52d | |||
83d0e91714 | |||
c422fc969d | |||
485805c94d | |||
b6a556e994 | |||
4be23b7d95 | |||
8091e95e61 | |||
08ca9749d6 | |||
bb8000dd7a | |||
59aadaf9e5 | |||
cdf8a09034 |
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@ -3,5 +3,5 @@ updates:
|
|||||||
- package-ecosystem: gitsubmodule
|
- package-ecosystem: gitsubmodule
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: monthly
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
- Release
|
- Release
|
||||||
steps:
|
steps:
|
||||||
- name: Check out files
|
- name: Check out files
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@main
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
lfs: false
|
lfs: false
|
||||||
|
|
||||||
- name: Add msbuild to PATH
|
- name: Add msbuild to PATH
|
||||||
uses: microsoft/setup-msbuild@v1.3.1
|
uses: microsoft/setup-msbuild@main
|
||||||
|
|
||||||
- name: Generate project files
|
- name: Generate project files
|
||||||
run: tools/premake5 vs2022
|
run: tools/premake5 vs2022
|
||||||
@ -44,7 +44,7 @@ jobs:
|
|||||||
run: msbuild /m /v:minimal /p:Configuration=${{matrix.configuration}} /p:Platform=Win32 build/black-ops-plugin.sln
|
run: msbuild /m /v:minimal /p:Configuration=${{matrix.configuration}} /p:Platform=Win32 build/black-ops-plugin.sln
|
||||||
|
|
||||||
- name: Upload ${{matrix.configuration}} binaries
|
- name: Upload ${{matrix.configuration}} binaries
|
||||||
uses: actions/upload-artifact@v3.1.3
|
uses: actions/upload-artifact@main
|
||||||
with:
|
with:
|
||||||
name: ${{matrix.configuration}} binaries
|
name: ${{matrix.configuration}} binaries
|
||||||
path: |
|
path: |
|
||||||
|
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
BSD 3-Clause License
|
BSD 3-Clause License
|
||||||
|
|
||||||
Copyright (c) 2023, Edoardo Sanguineti
|
Copyright (c) 2024, diamante0018
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
2
deps/GSL
vendored
2
deps/GSL
vendored
Submodule deps/GSL updated: b39e7e4b09...16a60199df
2
deps/asmjit
vendored
2
deps/asmjit
vendored
Submodule deps/asmjit updated: 062e69ca81...cfc9f813cc
2
deps/minhook
vendored
2
deps/minhook
vendored
Submodule deps/minhook updated: 951d13cfe4...c1a7c3843b
Reference in New Issue
Block a user