Build 0.1.0
Pre-release
Pre-release
[Version 0.1.0]
API
- Saving a game is now supported
- Loading a game is now supported
- Errors are now logged
- Job system is now client side
- Job system now has enhanced support for dependencies
- Job system now has enhanced support for "bound" (same worker) jobs
- Graphics API reworked to support animations, as well as any future different types of rendering
Server
- The newgame command now requires a 3rd parameter, the world's name
GUI
- The host game button has been replaced by the load game button
- Added listbox support
- Added the load game listbox
- Load game menu now works
- Added a back button to the in game escape menu
- Input boxes no longer error when reopening menus and backspacing
- The placeholder texture for the mine action button has been replaced
- Stone rubble texture has been replaced
- Pickaxe icon in map when tile is queue up to be mined has changed
- Added the ability to zoom in
- Characters now have new texture
- Characters now have animations
Sound
Bugs
- Fixed a mining command bug
- Fixed a memory Leak