Skip to content

Releases: awlck/starlane

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 11:57

This release brings a simple debug log system to the Qt frontend, which allows Starlane developers as well as game authors and players to trace how the engine matches tasks, executes actions, events, walks, etc.

Additionally, this release fixes the Qt frontend's handling of HTML comments in the output text.

Full Changelog: v0.1.2...v0.2.0

Version 0.1.2

Choose a tag to compare

@github-actions github-actions released this 03 Aug 11:45
  • fixes crashes following from attempts to move objects to nonexistent locations
  • match plural object names in commands
  • scored games report the score at the end
  • fix timing for when certain messages are evaluated
  • ensure tasks that want to output only a line break are loaded correctly
  • fix how replies to incomplete commands are handled
  • fix which functions are recognized in what contexts (e.g. %Rand[1,10]% is now correctly rejected)

Full Changelog: v0.1.1...v0.1.2

Version 0.1.1

Choose a tag to compare

@github-actions github-actions released this 02 Aug 19:01

This is the initial public release of Starlane. Please see the README for what does and doesn't work initially.