Skip to content

Commit

Permalink
Fixup items dialog to support mercenary slots for Mods
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterCouto committed Apr 11, 2023
1 parent c4f3e0e commit 73244a4
Show file tree
Hide file tree
Showing 6 changed files with 157 additions and 5 deletions.
Binary file modified D2Editor.exe
Binary file not shown.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,14 @@ Check the following site for updates at https://github.com/WalterCouto/D2CE<br>
* [d2s Binary File Format](d2s_File_Format.md)<br>

### Revision History
**Version 2.22 (April 11, 2023)**
- Added: Add logic to read supported slots for Mercenary and update UI to display all supported slots.<br>
<br>

**Version 2.21 (April 4, 2023)**
- Updated: Fix error message from bad character file<br>
- Updated: Support added PTR 2.6<br>
- Updated: Layout of Items Form to take into account possible sizes of inventories in D2R mods.<br>
- Updated: Layout of Items Form to take into account possible sizes of inventories in D2R mods.<br>
- Updated: Json export now adds the D2R mod name if applicable.<br>
<br>

Expand Down
5 changes: 3 additions & 2 deletions source/D2Editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
Revision History
================
Version 2.22 (April 6, 2023)
Version 2.22 (April 11, 2023)
- Added: Add logic to read supported slots for Mercenary and update
UI to display all supported slots
UI to display all supported slots. (Used to allow slots enabled
by a Mod)
Version 2.21 (April 4, 2023)
- Updated: Fix error message from bad character file
Expand Down
Loading

0 comments on commit 73244a4

Please sign in to comment.