Skip to content

Releases: WalterCouto/D2CE

release-2.1.2

14 Feb 05:18
Compare
Choose a tag to compare

Version 2.12 (Feb 14, 2022)

  • Updated: Fix detection of change in Character Form.
  • Updated: Fix logic for handling character title/progression
  • Updated: Fix logic handling skill choices left that could cause duplicatation of skill points

  • Added: Ability to add sockets to all items or in the Item form. Number of sockets that can be added it limited by the type of item and the item level.

release-2.1.1

06 Feb 22:28
Compare
Choose a tag to compare

Version 2.11 (Feb 6, 2022)

  • Updated: Fix bug in Gem convertor in Resurrected when new huffman code is of a different size then the original, the result caused game to crash on startup.

release-2.1.0

19 Jan 10:13
Compare
Choose a tag to compare

Version 2.10 (Jan 18, 2022)

  • Updated: Fix bug with validation of Act V on Hell difficulty if game has been complete
  • Updated: Fix bug with identifying Zakarum and Vortex shields
  • Updated: Fix bug with combining multiple instances of a single magical attribute
  • Updated: Fix bug with determining if an item is indestructible when the max durability is zero.
  • Updated: Fix logic to keep reading magical properties even if a non-supported time based property exists.

  • Added: Helper methods for character progression changes along with unit tests.

release-2.0.9

08 Jan 16:47
Compare
Choose a tag to compare

Version 2.09 (Jan 8, 2022)

  • Updated: Fix up logic around Act V being marked complete when the truth is the game does not mark that act complete when completing that difficulty.
  • Updated: Fix up Quest dialog logic to properly handle cases when quests state are modified.

release-2.0.8

06 Jan 23:30
Compare
Choose a tag to compare

Version 2.08 (Jan 6, 2022)

  • Updated: logic for handling Character progressions properly. Now characer Title, Last Difficulty Played, Last Act Played, or Quest completed will be properly validated.
  • Updated: Quest and Waypoint dialogs now properly take into account Character progression.

release-2.0.7

07 Dec 01:17
Compare
Choose a tag to compare

Version 2.07 (Dec 6, 2021)

  • Updated: json export to use jsoncpp for easier export/import logic
  • Updated: fix bug where Hardcore characters would be detected as dead
  • Updated: get proper level requirement information for Set and Unique items

  • Added: tests for the serialized Json export/import functionality
  • Added: ability to directly load and edit Json files via the File Open and File Save commands.
  • Added: ability to convert a JSON character file to a D2S character file.

release-2.0.6

23 Nov 12:35
Compare
Choose a tag to compare

Version 2.06 (Nov 22, 2021)

  • Added: Context menu for Gem, Potion or Skull items in Items Form
  • Added: Reading/Writing and Json export of the menu appearance section
  • Added: New Serialized Json Export compatable with D2SLib format. This format contains only the information available in the d2s file without the detailed interpretation given by the existing Json export logic. The previous JSON export is now called "Detailed" while the new JSON export is called "Serialized" in the menu.

release-2.0.5

14 Nov 15:46
Compare
Choose a tag to compare

Version 2.05 (Nov 14, 2021)

  • Updated: Updated: Fix up handling of reading files with a corpse
  • Updated: Fix up setting/clearing the is potion bit

  • Added: Items Dialog to allow viewing of all items in inventory
  • Added: Added unit tests to cover file with corpse data

release-2.0.4

06 Nov 10:52
Compare
Choose a tag to compare

Version 2.04 (Nov 5, 2021)

  • Updated: Fix up handling of reading pre 1.09 file items
  • Updated: Application Title will show "Diablo II: Resurrected Character Editor" unless an older Diablo II version file is loaded
  • Updated: Added current changes to user guide

  • Added: Mercenary class to encapsulate Mercenary information and items
  • Added: Mercenary Dialog to allow editing of Mercenary Info
  • Added: more unit tests to cover older file versions

release-2.0.3

02 Oct 05:22
Compare
Choose a tag to compare

Version 2.03

  • Updated: Fix up handling of Simple Quest Items
  • Updated: Properly identify "Scroll of Inifuss" and "Key to the Cairn Stones" items
  • Updated: Update json unit test to ignore newline differences