Skip to content

Code_Todo

anthonyappcard edited this page May 16, 2014 · 32 revisions

General UI

  • Refactor the Crafting window to use a grid like structure instead of the Accordion
  • Refactor the notification system to be less laggy
  • Support for HTML Content in tooltips

Inventory

  • Move slot system into storage.js
  • have storage.js fill in empty slots, no limit on slot count
  • hook up the storage sort function to collapse the items into slots
  • reset currently does not clear the slot display
  • add drag & drop for items in the grid
  • update the gear to re-use some of the inventory code
  • add drag & drop for items between the grid and gear

Planets

  • add oxygen cost to planet data and update accordingly in update loop
  • remove fixed oxygen drain on earth
  • implement travel function in between _leaveOrbit and _enterOrbit based on distance
  • hide ui controls and switch to travel layout

Combat

  • Implement random chance of fight when flying between planets.