Skip to content

v0.3-rc4: Fixed multiple mistakes

Compare
Choose a tag to compare
@Str1ker17 Str1ker17 released this 09 Aug 22:12
· 18 commits to master since this release
- Default configuration is debug, releases are stripped.
- Map is included into release.
- Unconditional repaint of stdscr from scratch every 1 second. Allows to outlive glitches if any.
- Fixed server console command 'dump here' and disabled 'kick 16'.
- Fixed implicit fallthrough warnings in state machine source.
- User terminal size does not matter anymore, just won't draw more than 80x24.
- Removed redundant MOVE, FIRE, ROTATE message sendings from client, when its state doesn't allows it.