Skip to content

Commit

Permalink
Merge pull request #33 from apple1417/master
Browse files Browse the repository at this point in the history
pull in lib updates to fix proton crash
  • Loading branch information
apple1417 authored Aug 10, 2024
2 parents 808df4b + 76b2ce7 commit 5a3c6ba
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "[email protected]:bl-sdk/common_dotfiles.git",
"commit": "0cdd1f9c966014dd31dd542109c480d83f3a3ae4",
"commit": "5404cb2bf2c71c7572667468d58f7518d6e340ef",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
3 changes: 3 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ extend-exclude = [
".typos.toml"
]

[default.extend-identifiers]
llibgcc_s_seh = "llibgcc_s_seh"

[default.extend-words]
UE = "UE"
5 changes: 1 addition & 4 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@
"rhs": "Windows"
},
"generator": "Ninja",
"cacheVariables": {
"CMAKE_C_COMPILER": "cl.exe",
"CMAKE_CXX_COMPILER": "cl.exe"
}
"toolchainFile": "libs/pyunrealsdk/common_cmake/msvc.cmake"
},
{
"name": "_debug",
Expand Down
10 changes: 9 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## v1.3

Also see the unrealsdk v1.2.0 changelog [here](https://github.com/bl-sdk/unrealsdk/blob/master/changelog.md#v120)
and the pyunrealsdk v1.2.0 changelog [here](https://github.com/bl-sdk/pyunrealsdk/blob/master/changelog.md#v120).

### General
- The BL3 release zip now also includes the Console Mod Menu, as it's use proved handy when the
dedicated BL3 Mod Menu broke.

[07283ae3](https://github.com/bl-sdk/oak-mod-manager/commit/07283ae3)

- Added a warning for when Proton fails to propagate environment variables, which mods or the mod
manager may have been expecting.

Expand Down Expand Up @@ -80,7 +88,7 @@

## v1.2

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

### General

Expand Down

0 comments on commit 5a3c6ba

Please sign in to comment.