Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 1.95 KB

todo.md

File metadata and controls

40 lines (36 loc) · 1.95 KB

TODO list!

Highlighted entries are "Work in progress".

New features

  • Make autopilot detect obstacles.
  • Make primitive building blocks with simple collision shapes (performace).
  • Make "Orient only" autopilot feature.
  • Infocards. Accessible from targeting and in-game list. (WIP)
  • Internal game wiki.
  • Pause the game while menu (options) window is on.
  • Sandbox (debug) mode separate from gameplay mode.
  • Save game state and options. Make autosave on entering planetary systems.
  • Ship switching (in debug) (https://docs.godotengine.org/en/stable/tutorials/scripting/singletons_autoload.html).
  • Make different "print()" debug calls into a proper logging system.
  • Add "Credits" info panel in options to feature contributors.
  • Make stellar objects accessible at certain ranges or in certain zones (i.e. you would have to fly to a planetary system to access its planets coordinates).
  • Universe generator: brown and Wwhite dwarfs, giant stars.
  • Temperature / flux zones (distance-affected) and gauge.
  • Reflective ship / base coating materials.
  • Basic gameplay loop(s).
  • Space markers hierarchy (make planets appear on lists when in respective system).

Improvements

Refactor

  • Refactor ship code.
  • Rename all the space objects to their proper names.
  • Refactor nav list scripts.

Fix

  • Keyboard keys behavior (also refactor).
  • Panic screen scaling.