v2.0.2
Version: 2.0.2
Overall not many changes just a few QOL stuff, a few bug fixes as well as improvements and some nice makefile overhauling by @Eathox, thank you very much!
Feature Summary
- Add assertions for compile time error checking. (Use
make DEBUG=1
) - Add mouse hook function.
- Add cursor hook function.
- Re-visit of the Makefiles.
- Some more minor internal stuff.
Bug Fixes
- Fixed a crash when deleting an XPM42 texture object.
- Fixed a performance issue with rendering.
- Fixed endian dependent color reading for XPM42
PRs Merged
- Fix endian dependent color reading by @Eathox in #25
- Implement assertions to check for null by @W2Wizard in #26
- Makefile cleanup and fixes by @Eathox in #24
New Contributors
Full Changelog: V2.0.1...v2.0.2