File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55Below is the change log for typical users. Minor and older changes stripped
66away, please see git history for details.
77
8- - v0.9.3 (xxxx-xx-xx)(camera v1.0.1) -fix zero init issue
8+ - v0.9.3 (2026-06-02)(graphics v1.10.0) -last version before 2.x with breaking changes
9+ -remove necessity of subpass dependencies
10+ -remove necessity of "set_texture_usage(...)"
11+ (camera v1.0.1) -fix camera zero init issues
12+ (ui v1.2.0) -add "checkbox_flags" widget
13+ (allocators v1.1.1) -fix many allocator issues
14+ (renderer) -fix metal sync issues
15+ -move to gjk culling & add light culling
16+ -add initial orthographic camera support
17+ -fix render pass flags issues
918- v0.9.2 (2026-05-21)(camera v1.0.0) -last minute refactors
1019- v0.9.1 (2026-05-20) -rename "dependencies" to "thirdparty"
1120 (camera v1.0.0) -split camera into camera & camera ecs. Stabilized camera!
Original file line number Diff line number Diff line change 1- v0.9.3 WIP
1+ v0.9.3
22
33-----------------------------------------------------------------------------
44 Versioning
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ Index of this file:
2525#define PL_H
2626
2727// global version XYYZZ
28- #define PILOT_LIGHT_VERSION_STRING "0.9.3 WIP "
29- #define PILOT_LIGHT_VERSION_NUM 00903 WIP
28+ #define PILOT_LIGHT_VERSION_STRING "0.9.3"
29+ #define PILOT_LIGHT_VERSION_NUM 00903
3030#define PILOT_LIGHT_VERSION {0, 9, 3}
3131
3232//-----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments