Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
etermal-2.0.1-docs.zip | 2020-08-03 | 502.8 kB | |
etermal-2.0.1-x64-cygwin.zip | 2020-08-03 | 334.5 kB | |
etermal-2.0.1-x64-windows.zip | 2020-08-03 | 585.8 kB | |
README.md | 2020-08-03 | 513 Bytes | |
Release 2.0.1 (hotfix).tar.gz | 2020-08-03 | 230.5 kB | |
Release 2.0.1 (hotfix).zip | 2020-08-03 | 279.7 kB | |
Totals: 6 Items | 1.9 MB | 0 |
Deployed it to one of my projects, found enough problems to warrant a hotfix release.
- Updated docs
- Fixed a bug where the Terminal constructor init call didn't actually call Terminal::init()
- Fixed framebuffer rendering in Terminal::render()
- Fixed bug where cursor wasn't repositioned when the viewport was resized
- Fixed bug where GL_BLEND caused text highlighting to not work correctly
- Fixed bug where the scroll align wasn't getting set when the font was changed
- Some other minor things