v0.0.3
Pre-release
Pre-release
Pilot引擎 0.0.3 版本发布说明
✨ 大家好!Pilot引擎发布三周以来,我们很高兴得到很多开发者朋友们的关注,非常感谢社区开发者们的贡献!
在整合了开发者社区贡献的更改和我们内部开发更改之后,在此我们激动地发布Pilot引擎0.0.3版本!
版本信息
- 发布版本:v0.0.3
- 发布时间:2022年4月26日
更新内容
新特性
优化
编辑器:
- ComponentDetail面板中旋转改为欧拉角表示 #142
- 优化了Editor模式下相机控制 #114
- 修复了Editor模式下指针闪烁的问题 #116
- 修复了Editor面板按钮覆盖的问题 #118
代码:
修复的bug
引擎运行时:
What's Changed
- some code optimization by @Wlain in #110
- Fix image layout transition in 'pick' pass by @AirGuanZ in #111
- Add virtual destructor for class Pilot::Controller by @micro123 in #115
- [Updated] A better editor camera controlling by @Chaphlagical in #114
- [Fixed] Cursor twinkling in editor mode by @Chaphlagical in #116
- Fix overlapped button, ImGui::Indent should also consider DPI scale by @iaomw in #118
- Use STL algorithm by @ShenMian in #121
- Add Visual Studio configuration file to .gitignore by @ShenMian in #123
- Remove unnecessary code by @ShenMian in #125
- Set the startup project PilotEditor in Visual Studio by @hebohang in #132
- Use STL algorithm by @ShenMian in #134
- Disable AMD switchable graphics device to avoid enumerating error by @kwbm in #137
- [enhancement] using euler angle to display rotation in editor by @hyv1001 in #142
- camera character position blend by @BoomingTechDev in #143
- Fix motor state by @BoomingTechDev in #144
- refactor global render resource config by @BoomingTechDev in #145
- Implement deferred rendering pipeline by @BoomingTechDev in #146
- update lut file path by @BoomingTechDev in #148
- can adjust camera move speed by holding right mouse button and scroll by @boooooommmmmm in #140
New Contributors
- @AirGuanZ made their first contribution in #111
- @micro123 made their first contribution in #115
- @Chaphlagical made their first contribution in #114
- @hebohang made their first contribution in #132
- @BoomingTechDev made their first contribution in #143
- @boooooommmmmm made their first contribution in #140
Full Changelog: v0.0.2...v0.0.3