You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overview: Minor improvements, fixes and additions across engine libraries.
Features:
* Introduced 'ownership' concept for Widgets in DevUI library.
* Introduced new query operation 'try_entity'
* Returns same data as 'for_entity' but allows to fail the operation.
* Extended asset category API.
* May define 'extension_for_state' function to map 'State' to file extension.
Additions:
* Added a new 'Ptr' type that tracks ref-counted objects.
* Added new functions 'cbegin' and 'cend' for 'HeapVarString' types.
* Added new sort function 'sort_many' to sort any number of arrays based on the first.
* Added additional utility functions: 'less' and 'equal'
* Added formatter to 'ice::Expected' type.
* Added missing construtcors to 'Color' type.
Changes:
* Improved Error tracking for "ResourceWriter" types.
* Separated an 'IDevUIWidget' interface from the 'DevUIWidget' type.
* Initial attempt on Styling the Dev UI.
* Renamed worker threads from 'ice.thread' to 'ice.worker'
Fixes:
* Fixed 'Color' not always properly translating from 'float' to 'int' representations.
* Fixed 'TaskExpected' types not passing 'Error' value when the 'Result' value was different.
* Fixed build errors due to duplicate symbols in logger library.
* Fixed ImGui being loaded even when not used.
0 commit comments