https://bugzilla.redhat.com/show_bug.cgi?id=2437502
--- Comment #89 from Nicola Taibi <[email protected]> --- 1. Shield Visual Alignment (spacegl_3dview): Corrected the horizontal rotation of the shield effect. The previous 90-degree offset was removed, ensuring the shield sectors now align perfectly with the ship's heading. 2. HUD Refinement (spacegl_3dview): Updated the shield HUD labels to eliminate ambiguity (using F, RE, T, B, L, RI). We also corrected the SHIELDS AVG calculation by dividing the total value by 100 to display an accurate percentage. 3. HUD Logic Fix (spacegl_hud): Resolved a data swap in the ncurses HUD where the Left and Right shield values were inverted. 4. Dismantle Effect Repair (spacegl_vulkan): Fixed the dis (dismantle) command visual effect. The previous scale was too large, causing the camera to be "inside" the effect and triggering back-face culling. We reduced the scale to a realistic range (1x-3x) and stabilized the event loop logic, also adding support for the resource recovery effect (IPC_EV_RECOVERY). 5. Ionic Beam Stability (spacegl_vulkan): Fixed the intermittent disappearance of the ion beams. We added safety checks for vector normalization to prevent NaN (Not-a-Number) results, which previously caused the beam to vanish during vertical shots or when firing at very close targets. 6. Build System Optimization (Makefile): Optimized the build process by fixing the spacegl_vulkan target. It no longer relinks unnecessarily on every make execution, as it now correctly depends on the physical shader files instead of a virtual .PHONY target. The game is now feature-complete and stable (~)100%. Ready for final technical review. Release 19. With kind regards, Nick Spec URL: https://download.copr.fedorainfracloud.org/results/ntaibi/space-gl/fedora-rawhide-x86_64/10193992-spacegl/spacegl.spec SRPM URL: https://download.copr.fedorainfracloud.org/results/ntaibi/space-gl/fedora-rawhide-x86_64/10193992-spacegl/spacegl-2026.02.09-19.fc45.src.rpm -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2437502 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202437502%23c89 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
