Skip to content

Latest commit

 

History

History
64 lines (51 loc) · 2.29 KB

Devlog.md

File metadata and controls

64 lines (51 loc) · 2.29 KB

Devlog

2022-04-07:

  • bug fixing
  • making main window not resizeable or full screen
  • writing information about Patch 1.01 in Patch Notes
  • beginning with FAQ in README.md

2022-03-30:

  • moving .jar file to root folder, to get better accessibility to application
  • adding pictures for README.md

2022-03-29:

  • adding icon and functions for triforce hunt (add button, subtract button, set triforce max value)
  • compile to .jar file with problems of different jre and jdk (fixing in progress)
  • compilement to .jar file (Version 1.0) successful

2022-03-25:

  • adding heartpiece panel and skulltula panel in GUI and set the functionality
  • added quick guide, supported OS information in plain text

2022-03-21:

  • fixing a problem where IDE graphical output of GUI designer showed artifacts
  • adding grotto scroll panel

2022-03-18:

  • adding scare crow and horror kid minigame icons
  • check and adjust panel names with given name convention
  • collect first ideas how to implement key counting function

2022-03-15:

  • slightly rearranging patterns to save a little width
  • small spacer between dungeon items
  • scarecrow and horror kid mini game moved to core items
  • adding scroll pane to grotto panel with information about location of grotto
  • adding icons and functions of biggoron sword and mask trade sequence

2022-03-14:

  • adding placeholder for collectible items and name all elements
  • rearrange gui pattern, because of key count issue

2022-03-13:

  • adding shadow, sprit, light related items, spiritual stone, mics. songs
  • experimenting with layout structure to show number of keys

2022-03-12:

  • fixing a problem where the order of appearance of main panels didn't show up in the planned order
  • cleaning up code for better overview
  • adding forest, fire, water and shadow temple related items

2022-03-10:

  • adding dungeon panel with dungeon specific items

2022-03-09:

  • finishing with adding child, adult and mixed items
  • no fixing necessary, all functions work as intended

2022-03-08:

  • Migrating to GitGHub
  • Redoing GUI due to XML Code Problems
  • Adding items
  • changing file structure to following basics:
  • separate controller classes in frontend and backend controller and focus on fewer dependencies in between those two classes as possible