Skip to content

Commit bb79413

Browse files
committed
use Epic SDK 1.15.1
1 parent 045b1b9 commit bb79413

File tree

90 files changed

+5223
-3795
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+5223
-3795
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
.vscode
22
.DS_Store
33

4-
src/**/**.a
4+
src/**/*.a
5+
!src/macos/lib/libenet.a
56
src/**/*.gch
67
src/**/*.o
78
src/**/*.orig
9+
src/**/*.tmp
810
src/sauer_client
911
src/sauer_server
1012
src/Makefile.bak

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ key:
1717
xxd -i src/anticheat/key src/anticheat/key.h
1818

1919
linux macos windows: export ANTICHEAT=1
20+
# linux macos windows: export DEBUG=1
2021
linux macos windows: | clean key
2122
source secrets.env && go run encrypt_credentials.go < src/anticheat/key && \
2223
cd src && \

bin64/EOSSDK-Win64-Shipping.dll

-2.34 MB
Binary file not shown.
0 Bytes
Binary file not shown.

bin64/EasyAntiCheat/Licenses/Apache-2.0.txt

+202-202
Large diffs are not rendered by default.

bin64/EasyAntiCheat/Licenses/Licenses.txt

+189-189
Large diffs are not rendered by default.

bin64/EasyAntiCheat/Licenses/MIT.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
The MIT License (MIT)
2-
Copyright (c) <year> <copyright holders>
3-
4-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5-
6-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7-
1+
The MIT License (MIT)
2+
Copyright (c) <year> <copyright holders>
3+
4+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5+
6+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7+
88
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

bin64/EasyAntiCheat/Localization/ar_sa.cfg

+176-176
Large diffs are not rendered by default.

bin64/EasyAntiCheat/Localization/cs_cz.cfg

+176-176
Large diffs are not rendered by default.

bin64/EasyAntiCheat/Localization/de_de.cfg

+176-176
Large diffs are not rendered by default.

bin64/EasyAntiCheat/Localization/en_us.cfg

+172-171
Large diffs are not rendered by default.

bin64/EasyAntiCheat/Localization/es_ar.cfg

+176-176
Large diffs are not rendered by default.

bin64/EasyAntiCheat/Localization/es_es.cfg

+176-176
Large diffs are not rendered by default.

bin64/EasyAntiCheat/Localization/fr_fr.cfg

+176-176
Large diffs are not rendered by default.

bin64/EasyAntiCheat/Localization/it_it.cfg

+176-176
Large diffs are not rendered by default.

bin64/EasyAntiCheat/Localization/ja_ja.cfg

+176-176
Large diffs are not rendered by default.

bin64/EasyAntiCheat/Localization/ko_kr.cfg

+176-176
Large diffs are not rendered by default.

bin64/EasyAntiCheat/Localization/nl_nl.cfg

+176-176
Large diffs are not rendered by default.

bin64/EasyAntiCheat/Localization/pl_pl.cfg

+176-176
Large diffs are not rendered by default.

bin64/EasyAntiCheat/Localization/pt_br.cfg

+176-176
Large diffs are not rendered by default.

bin64/EasyAntiCheat/Localization/ru_ru.cfg

+176-176
Large diffs are not rendered by default.

bin64/EasyAntiCheat/Localization/th_th.cfg

+176-176
Large diffs are not rendered by default.

bin64/EasyAntiCheat/Localization/tr_tr.cfg

+176-176
Large diffs are not rendered by default.

bin64/EasyAntiCheat/Localization/zh_cn.cfg

+176-176
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)