Skip to content

Alpha v0.49.16

Compare
Choose a tag to compare
@Hitonoriol Hitonoriol released this 04 Aug 01:35
· 173 commits to master since this release

Known bugs (fixed in v0.49.16.1a)

  • Level progressbar in character info window doesn't get updated
  • Cursed items can still be unequipped by pressing "F" key
  • Text of GameDialog buttons should have some horizontal padding when text is wider than min button width
  • Game saver bug: Object Collection from Map.getObjects() gets saved to sector file... This shouldn't happen.

Changelog

Map Waypoints

  • Generalize Waypoint Arrows + custom waypoints -- craft GPS waypoints at the Mechanical workbench, place them on map & interact with them to activate navigation to them
  • Show description & distance to destination above the waypoint arrow
  • WaypointDialog -- show all waypoints in current sector, with ability to toggle visual navigation to them

QoL

  • "New!" label in front of items that have never been obtained before in craft menu

Other changes

  • Gui widget package structure cleanup
  • MapCell -- used to retrieve and store all possible contents of a map cell
  • GameWorldRenderer -> WorldRenderer
  • Player.doAfterMovement()
  • Calculate skill level progress % correctly
  • InputDialog -- will be used to rename map waypoints & for other things that may require user input