Update window libraries, other code dependencies and compile with rust 1.53.
1.31.3 Update
Changes
Fix sound initialization panics & fallback to non-default sound devices.
Update code dependencies and compile with rust 1.51.
1.31.2 Update
Changes
Windows: Fix hangs related to minimising.
Update window libraries, other code dependencies and compile with rust 1.49.
1.31.1 Update
Changes
Linux: Fix missing textures related to shader `discard` usage.
Reduce game size (200-300M -> ~150M).
Update code dependencies and compile with rust 1.48.
1.31 Update
Changes
Fix game being always on top when fullscreen after alt-tabbing.
Fix missing trailing newline on paste.
Update Steam sdk to 1.50.
Update audio stack, window libraries + other code dependencies.
1.30 Update
Changes
Full game translation for Deutsch (de).
Update code dependencies and compile with rust 1.47.
Many thanks to Darius Vollmer for adding the German colony translation (in additional to much of the existing de translations). All translations are contributed by the community. If you want to improve the translations of this game please do github.com/big-ab-games/robo-instructus-translation.
1.29.2 Update
Changes
Update de translations.
Update dependencies & compile with rust 1.46.
1.29.1 Update
Changes
Fix panic/crash related to transmission between probe & robot after the robot has fallen off the level.
Update dependencies & compile with rust 1.45.2.
1.29 Update
Changes
Auto-scroll to errors that occur during the code run.
Auto-scroll to cursor when code is edited with "undo" or "redo".
Auto-scroll to the paused code position after `pause()` function executes.
Improve auto-scroll to code parse errors (scroll down a little bit extra to see the actual error faster).
Fix issue when a `receive(subject)` call could lose data if interrupted mid-call by the robot being launched.
Improve lang parsing to allow more expressions in function arguments positions. e.g. `fooFn((1+1)/2)` wouldn't work previously.
Update audio stack.
Update dependencies & compile with rust 1.45.0.
1.28.1 Update
Changes
Fix issue with game hanging after launching from steam on Windows 7 by downgrading winit library.
Full Windows 7 & 8 support will stop after this version. I can't directly reproduce Windows 7 issues with my current hardware. A win7 branch is now available on steam by right-clicking the game and going to the BETAS tab. This branch will stay on 1.28.x and continue working with Windows 7.