Version 0.11.1
New Features
Implemented a 2-D game engine and accompanying API with basic network support. Four games are included: Centipede, Snake, Conway's Game of Life, and Chess (online support only). The game module does not require additional libraries and is enabled by default build options. It can be disabled with the DISABLE_GAMES=1
build flag.
Bug Fixes
- Fixed a rare race condition related to sound notifications
- When a window is closed, the previous window is selected instead of the Home window
- The
/clear
command now works in the Home window