Extlibs: Update stb_image(_write)

This commit is contained in:
Lynix 2018-01-07 03:19:36 +01:00
parent 69f7b97b31
commit 054c74bded
1 changed files with 2 additions and 1 deletions

View File

@ -1,11 +1,12 @@
# Upcoming version:
Build system/unit tests:
Miscellaneous:
- Add possibility to excludes with one commande all tests/examples/tools/etc.
- Units tests are now part of the "test" exclusion category
- Fix project exclusion not working (but correctly excluding projects relying upon it)
- Upgraded Catch to v2.0.1
- ⚠️ Merged NazaraExtlibs workspace to main workspace (allowing `make` command to work without -f parameter) and removed extern libraries precompiled
- Updated stb_image to version 2.16 and stb_image_write to version 1.07 (allowing support for JPEG writing)
Nazara Engine:
- VertexMapper:GetComponentPtr no longer throw an error if component is disabled or incompatible with template type, instead a null pointer is returned.