-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement parts of InGameUI #1056
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First batch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cursor Decals do not draw when hovering cursor over Radar in Thyme. Tested against Original. To reproduce, select a ready China Nuke Missile attack, and hover the mouse over the camera position on the Radar. The decal will not be drawn on Terrain.
Decal should draw on Terrain like this when hovering mouse on Radar
Super Weapon timers work |
Observer bar issue is from a previous commit. |
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## develop #1056 +/- ##
===========================================
- Coverage 2.65% 2.63% -0.03%
===========================================
Files 928 929 +1
Lines 105321 106224 +903
Branches 17877 18062 +185
===========================================
Hits 2799 2799
- Misses 102118 103021 +903
Partials 404 404 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Saveload works. |
Superweapon timer list issue fixed. |
Left_HUD_Input issue is unrelated to this PR, it's not part of InGameUI code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works in principle. No crashes encountered.
No description provided.