Releases: awlck/starlane
Releases · awlck/starlane
Release list
v0.2.0
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
- 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
This is the initial public release of Starlane. Please see the README for what does and doesn't work initially.