Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.57 KB

TODO.md

File metadata and controls

42 lines (34 loc) · 1.57 KB

TODO

v1.0.0 goals

  • User associated filesystem to store programs
  • Allow to set drone's file with in-game interface + remember last program started
  • Control drone operating speed
  • In-game lua code editor
  • Blockly web-based editor

maybe

  • option to set drone default block to place
  • open copy of program
  • option to pause the drone a certain time?
  • make mod configurable (see https://github.com/AntumMT/mod-hovercraft/)
  • fix place() in non-loaded chunks
    • minetest.emerge_area(pos1, pos2, [callback], [param])
    • minetest.get_node_or_nil(pos) (if unloaded)
    • minetest.emerge_area(pos1, pos2, [callback], [param]) (does not trigger emerge)
    • minetest.compare_block_status(pos, condition)
  • fix color(v,m,M) function (or remove)
  • rebuild construction when re-running code (save previous area)

Other ideas

# Game ideas