Releases: tubelz/macaw
Releases · tubelz/macaw
v0.7
Added
- Function to modify screen mode (fullscreen)
- Variables to modify *Window size and title
- Tests to cover older functions
- More information on README.md to facilitate status and access to some of Macaw data (documentation/lint report)
- Other quit functions in the Macaw.Quit()
- Debug flag so we can silent the console messages from Macaw
Changed
- Code coverage now uses codecov instead of coverall
- travis.yml now uses test.sh script to execute Macaw packages
- PlaySound() doesn't return chunk anymore
- Changed the way we iterate over the entities
- Render component / system
- Spritesheet and Text files to comply with the new render component / system
Fixed
- Some minor problems (mispell and lack of comments)