Skip to content

Commit 512e5a9

Browse files
author
LocalIdentity
committed
Merge branch 'dev' into buildup-parsing
2 parents fe4a6a2 + 449b497 commit 512e5a9

726 files changed

Lines changed: 254037 additions & 64038 deletions

File tree

Some content is hidden

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

.github/workflows/update-simple-graphic.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
fileName: SimpleGraphicDLLs-x64-windows.tar
1919
extract: true
2020
out-file-path: runtime
21+
- name: Delete .tar file
22+
run: rm runtime/SimpleGraphicDLLs-x64-windows.tar
2123
- name: Create Pull Request
2224
uses: peter-evans/create-pull-request@v5
2325
with:
@@ -26,4 +28,4 @@ jobs:
2628
body: |
2729
Update DLLs to SimpleGraphic-${{ github.event.client_payload.tag }} from ${{ github.event.client_payload.release_link }}
2830
commit-message: Update DLLs to SimpleGraphic-${{ github.event.client_payload.tag }}
29-
31+

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
- Add support for "Cannot Use - Skills" modifiers [\#1051](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1051) ([Blitz54](https://github.com/Blitz54))
260260
- Add support for Essentia Sanguis leech mod [\#1102](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1102) ([Blitz54](https://github.com/Blitz54))
261261
- Add support for Leopold's Applause [\#1136](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1136) ([LocalIdentity](https://github.com/LocalIdentity))
262-
- Add support for Splinter of Loratta (Unique Spear) [\#1054](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1054) ([majochem](https://github.com/majochem))
262+
- Add support for Splinter of Lorrata (Unique Spear) [\#1054](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1054) ([majochem](https://github.com/majochem))
263263
### Fixed Crashes
264264
- Fix crash due to outdated state of sub skill dropdown [\#1116](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1116) ([Paliak](https://github.com/Paliak))
265265
- Fix crash when deleting newly created config set [\#1115](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1115), [\#1120](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1120) ([Paliak](https://github.com/Paliak))

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN wget https://luarocks.org/releases/luarocks-3.7.0.tar.gz && tar xf luarocks-
1414
RUN cd luarocks-3.7.0 && ./configure && make
1515

1616
FROM buildbase AS luajit
17-
RUN git clone https://github.com/LuaJIT/LuaJIT && cd LuaJIT && git checkout c7db8255e1eb59f933fac7bc9322f0e4f8ddc6e6
17+
RUN git clone https://github.com/LuaJIT/LuaJIT && cd LuaJIT && git checkout 871db2c84ecefd70a850e03a6c340214a81739f0
1818
RUN cd LuaJIT && make
1919

2020
FROM buildbase AS emmyluadebugger

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ VERSION[0.9.0][2025/08/23]
240240
* Add support for "Cannot Use - Skills" modifiers (Blitz54)
241241
* Add support for Essentia Sanguis leech mod (Blitz54)
242242
* Add support for Leopold's Applause (LocalIdentity)
243-
* Add support for Splinter of Loratta (Unique Spear) (majochem)
243+
* Add support for Splinter of Lorrata (Unique Spear) (majochem)
244244

245245
--- Fixed Crashes ---
246246
* Fix crash due to outdated state of sub skill dropdown (Paliak)

runtime/SimpleGraphic.dll

23 KB
Binary file not shown.
-10 Bytes
Binary file not shown.
-3 Bytes
Binary file not shown.
11 Bytes
Binary file not shown.
12 Bytes
Binary file not shown.
4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)