Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
etermal-2.0.2-docs.zip | 2020-08-05 | 502.7 kB | |
etermal-2.0.2-x64-cygwin.zip | 2020-08-05 | 333.7 kB | |
etermal-2.0.2-x64-windows.zip | 2020-08-05 | 587.7 kB | |
README.md | 2020-08-05 | 366 Bytes | |
Release 2.0.2.tar.gz | 2020-08-05 | 255.5 kB | |
Release 2.0.2.zip | 2020-08-05 | 304.0 kB | |
Totals: 6 Items | 2.0 MB | 0 |
Minor patch:
- Fixed BmpFont not setting vertical flip for stb_image, resulting in weird flipped text
- Fixed bug where the shader state wasn't preserved in terminal initialization
- Cleaned up includes
- Minor doc updates
- Removed all usages of std::endl in core codebase (not in examples or tests)
- Fixed cmake warning
- Some other very minor things