Skip to content

Release 0.1.2

Compare
Choose a tag to compare
@ShadelessFox ShadelessFox released this 10 Oct 20:58
· 773 commits to master since this release
b7db0d3

Features:

  • Rebranding. We are now called Decima Workshop to minimize confusion with other tools that have similar name
  • Type icons in the core editor (163832d)
  • Icons for various context menu items (b8ff448)
  • Project and packfile icons in the navigator tree (88c1936)
  • Breadcrumb bar is now shown in the core editor (2caf0da)
  • Names of HZD's Resource and DS' ResourceWithName are now shown in the core editor (1bbf2cd)
  • Close confirmation dialogs now will save whatever was edited by choosing Yes (fb66607)
  • An implementation of streaming packfile reader that will allow us to do more cool things in the future (b09c5cf)

Fixes:

  • Editor splitting was not working when dragging over a text area (bab7c17)
  • Editors that were split were missing their context menus (e646a7e)
  • Dimension of the Texture was read incorrectly in specific cases (3e44bdb)
  • Entries of the HashMap are now editable (752a1b0)
  • Various fixes in the implementation of packfile writer