Developer postOriginal post (opens in a new tab)

Patch 0.1.2 Released

Greetings Pilots!

Patch 0.1.2 has been released on Friday. Below is a summary of changes:

Breaking Change

Methods for bot actions that take one or more ticks to execute, like move_to(), fire(), extract() and activate()/deploy() are now blocking -- they will block until the action completes and also, if applicable, until the cooldown expires. Non-blocking versions of these methods have been introduced, named begin_move_to(), begin_fire(), begin_extract() and begin_activate()/begin_deploy() which keep the original functionality and offer more flexibility. In-game codex and online documentation have been updated. More details on synchronous vs asynchronous methods here.

Bugfixes

  • fixed freezing in the text editor

  • fixed horizontal scrolling in text editor

  • fixed cloaking device range

  • fixed some minor issues with the minimap

  • hangar improvements

  • updates for mission 6 and 10

  • eliminated loading screen after the title screen

Happy coding!