Skip to content

Latest commit

 

History

History
111 lines (37 loc) · 3.29 KB

CHANGELOG.md

File metadata and controls

111 lines (37 loc) · 3.29 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.9.0 (2021-10-22)

Note: Version bump only for package @diablo2/bintools

0.8.0 (2021-10-17)

Bug Fixes

  • bintools: log the correct name for objects (079b5ac)

Features

  • bintools: simple mpq cli to load and explore the d2 mpqs (1c7e86e)

0.7.0 (2021-10-16)

Features

  • map: load object/exit/level names from mpq and add to map (#185) (5510753)

0.6.0 (2021-10-13)

Features

0.5.0 (2021-03-26)

Bug Fixes

  • bintools: parsing of tbl files where the hash count and index count differ (77d2f85)

0.4.0 (2020-11-06)

Note: Version bump only for package @diablo2/bintools

0.3.0 (2020-09-20)

Features

  • bintools: load data directly from the mpq (#6) (d2824f7)

0.2.1 (2020-09-19)

Note: Version bump only for package @diablo2/bintools

0.2.0 (2020-09-19)

Features

  • mpq: mpq reader that can extract files from patch_d2.mpq (#2) (e4ee39b)

0.1.0 (2020-09-14)

Features

  • adding client packets (2cdf7e3)
  • correctly load lang and parse npcs (9a82945)
  • load lang files from tbl to parse items (29eca9a)
  • parse npcs from packets using mpq data (2fa03e2)
  • start loading mpq data in to be read by the packet parser (5745736)
  • start parsing monster information (8a66db3)