Skip to content

Releases: Critical-Impact/DalaMock

2.0.26

20 Aug 07:38
Compare
Choose a tag to compare

Added

  • Added GetFileAsync to MockDataManager

2.0.25

09 Aug 11:44
Compare
Choose a tag to compare

Added

  • Added IDtrBar mock service

Fixed

  • Use Microsoft.Extensions.Logging internally in combination with serilog
  • Updated Serilog to latest stable release

2.0.24

04 Aug 12:34
Compare
Choose a tag to compare

Fixed

  • Provide the correct directory for saving plugin configs

2.0.23

01 Aug 11:29
Compare
Choose a tag to compare

Fixed

  • Provide the correct assembly name to the mock plugin interface

2.0.22

30 Jul 10:59
Compare
Choose a tag to compare

Fixed

  • Support latest dalamud release
  • Use staging zip for release

2.0.21

29 Jul 09:08
Compare
Choose a tag to compare

Fixed

  • Support latest dalamud release

2.0.20

28 Jul 10:55
Compare
Choose a tag to compare

Added

  • Have sample actually load/save a configuration

Fixed

  • Fix incorrect save path

2.0.19

28 Jul 10:24
Compare
Choose a tag to compare

Added

  • DalaMock will ask you for a sqpack directory and plugin config directory if none are provided or can be loaded from the DalaMock configuration file

Fixed

  • Plugin config files/directories should match dalamuds layout

2.0.18

28 Jul 04:43
Compare
Choose a tag to compare

Added

  • Added missing properties/methods to dalamud mock services
  • Merged MockTextureProvider and MockTextureManager
  • Assembly Location can be set via plugin load settings (Styr1x)
  • Device and WindowHandlePtr access from UiBuilder (Styr1x)
  • CreateFromRaw implementation for TextureProvider (Styr1x)
  • Dispose for MockTextureMap (Styr1x)

2.0.17

19 Jul 10:31
Compare
Choose a tag to compare

Added

  • Added missing method for MockObjectTable