Skip to content

Commit

Permalink
Merge branch 'IntQuant:master' into language_cli_arg
Browse files Browse the repository at this point in the history
  • Loading branch information
kcalbxof authored Dec 4, 2024
2 parents b7bdfd9 + df73676 commit 8ec44d4
Show file tree
Hide file tree
Showing 25 changed files with 1,231 additions and 278 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
targets: i686-pc-windows-gnu
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: gcc-mingw-w64-i686
version: 1.0
- name: Install extra deps
run: sudo apt-get install -y gcc-mingw-w64-i686

- uses: Swatinem/rust-cache@v2
with:
Expand Down Expand Up @@ -42,10 +40,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-pc-windows-gnu
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libclang-dev libgtk-3-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev gcc-mingw-w64-i686 gcc-mingw-w64
version: 1.0
- name: Install extra deps
run: sudo apt-get install -y libclang-dev libgtk-3-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev gcc-mingw-w64-i686 gcc-mingw-w64

- uses: Swatinem/rust-cache@v2
with:
Expand All @@ -71,10 +67,9 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-pc-windows-gnu
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libclang-dev libgtk-3-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev gcc-mingw-w64-i686 gcc-mingw-w64
version: 1.0
- name: Install extra deps
run: sudo apt-get install -y libclang-dev libgtk-3-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev gcc-mingw-w64-i686 gcc-mingw-w64

- uses: Swatinem/rust-cache@v2
with:
workspaces: noita-proxy -> target
Expand Down
2 changes: 0 additions & 2 deletions ewext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ iced-x86 = "1.21.0"
noita_api_macro = {path = "noita_api_macro"}
eyre = "0.6.12"
noita_api = {path = "noita_api"}
tungstenite = "0.24.0"
bitcode = "0.6.3"
shared = {path = "../shared"}

[features]
Expand Down
29 changes: 12 additions & 17 deletions last_release_notes.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,25 @@
## Noita Entangled Worlds v0.31.0 - UI changes, fix item sync, fix/sync some perks
## Noita Entangled Worlds v0.31.1

- allow peaking at peers mod list
- add in game chat system, enter to start/end

- allow unbanning players
- fix projectiles duplicating from bombs materialized fix

- fix item sync removing and respawning items
- fix enemies duping when host/player restarts

- fix enemies not dropping wands sometimes
- teleport wands if grabbed sometimes since we cant remove them due to a crash, remove items faster when safe

- allow seeing spells of other players while spectating
- allow picking up wands from greater distances

- fix ability action materialized
- add share gold option(prob buggy)

- fix homunculus

- sync position of homunculus and lukki minion

- allow disabling controller binds in the in game settings menu

- allow cli to use proxy ron
- add no notplayer option(has issues i prob wont fix)

## Accepted pull requests


No pull requests have been accepted in this release.

- Revert "Add apt caching to release workflow" by @bgkillas in #258
- Add apt caching to release workflow by @kcalbxof in #255
- Changed file dialog to native via rfd by @kcalbxof in #254
- make ewext compileable on old systems UPD: added as feature flag by @kcalbxof in #236
## Installation


Expand Down
Loading

0 comments on commit 8ec44d4

Please sign in to comment.