Skip to content

Commit 76b2ce7

Browse files
committed
pull in lib updates to fix proton crash
1 parent 808df4b commit 76b2ce7

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "[email protected]:bl-sdk/common_dotfiles.git",
3-
"commit": "0cdd1f9c966014dd31dd542109c480d83f3a3ae4",
3+
"commit": "5404cb2bf2c71c7572667468d58f7518d6e340ef",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

.typos.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@ extend-exclude = [
77
".typos.toml"
88
]
99

10+
[default.extend-identifiers]
11+
llibgcc_s_seh = "llibgcc_s_seh"
12+
1013
[default.extend-words]
1114
UE = "UE"

CMakePresets.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@
6161
"rhs": "Windows"
6262
},
6363
"generator": "Ninja",
64-
"cacheVariables": {
65-
"CMAKE_C_COMPILER": "cl.exe",
66-
"CMAKE_CXX_COMPILER": "cl.exe"
67-
}
64+
"toolchainFile": "libs/pyunrealsdk/common_cmake/msvc.cmake"
6865
},
6966
{
7067
"name": "_debug",

changelog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## v1.3
44

5+
Also see the unrealsdk v1.2.0 changelog [here](https://github.com/bl-sdk/unrealsdk/blob/master/changelog.md#v120)
6+
and the pyunrealsdk v1.2.0 changelog [here](https://github.com/bl-sdk/pyunrealsdk/blob/master/changelog.md#v120).
7+
58
### General
9+
- The BL3 release zip now also includes the Console Mod Menu, as it's use proved handy when the
10+
dedicated BL3 Mod Menu broke.
11+
12+
[07283ae3](https://github.com/bl-sdk/oak-mod-manager/commit/07283ae3)
13+
614
- Added a warning for when Proton fails to propagate environment variables, which mods or the mod
715
manager may have been expecting.
816

@@ -80,7 +88,7 @@
8088

8189
## v1.2
8290

83-
Also see the pyunrealsdk v1.1.1 changelog [here](https://github.com/bl-sdk/pyunrealsdk/blob/master/changelog.md#v110).
91+
Also see the pyunrealsdk v1.1.1 changelog [here](https://github.com/bl-sdk/pyunrealsdk/blob/master/changelog.md#v111).
8492

8593
### General
8694

0 commit comments

Comments
 (0)