Adding advanced checklist according to manuals
Adding advanced checklist according to manuals
Merge /u/dirteat/fgspaceshuttledev/ branch minver into development
Set a recommended minimal fg version 2024.1
Initializing pfd_button_pushed before setting up a listener
Set a recommended minimal fg version 2024.1
Initializing pfd_button_pushed before setting up a listener
PFD and TAL PEG guidance improvements
PFD and TAL PEG guidance improvements
Merge /u/dirteat/fgspaceshuttledev/ branch svg into development
Fix some corrupted coordinates and deprecation in PFD.svg
Merge /u/dirteat/fgspaceshuttledev/ branch timedisplay into development
Saving the flag needed for displaying either GMT or MET on PFD
Clamp argument to prevent nasal error at TAEM when errors are large
Saving the flag needed for displaying either GMT or MET on PFD
Clamp argument to prevent nasal error at TAEM when errors are large
Fix some corrupted coordinates and deprecation in PFD.svg
Ratio for Kalmann filters
Ratio for Kalmann filters
Hotfix for GRTLS transition towards TAEM
Hotfix for GRTLS transition towards TAEM
Droop guidance fix
Droop guidance fix
SRB flames and smoke for multiplayer sessions
SRB flames and smoke for multiplayer sessions
Flight control system
Flight control system
Spec 54 ECAL
Spec 54 ECAL
Hotfix contigency update
Hotfix contigency update
GRTLS / 2 EO Contigency / ECAL BDA guidance
GRTLS / 2 EO Contigency / ECAL BDA guidance
Event timer improvements
Perfect Colin, thanks. I will check that.
Hello @gingin, thanks for looking at this! I'm answering here to keep it linked to the MR if you don't mind. I don't know if I have much to add to the commit messages, but I'll try. If you have any specific question, I'll be happy to answer of course! The event timer drift issue is because it was implemented as a settimer(..., 1) loop. Problem is that runs the function not after precisely 1s, but at the next frame after that. At say 20fps, this is 25ms late on average, so the timer is 2.5% too slow...
Event timer improvements
DAP transition tunning
DAP transition tunning
New ELS landing site HAO
New ELS landing site HAO
Re-commit MP effect additions
Merge branch 'development' of ssh://wlbragg@git.code.sf.net/p/fgspaceshuttledev/code into development
MP additions, legacy MP code cleanup (leading /)
Mnvr dps page deeper logic and various fixes
Mnvr dps page deeper logic and various fixes
Various fixes
Various fixes
External hd texture loading time
External hd texture loading time
HD livery, texture mapping and effect application corrections, gear bay thermal protection
Add hidef texture tolivery system
Spec 54 Entry Bearing
Spec 54 Entry Bearing
External HD texture and more TAEM fine tunning
External HD texture and more TAEM fine tunning
Mission files updated and TAEM time to hac fine tunned
Mission files updated and TAEM time to hac fine tunned
Fix handovers between the rel_orbital and payload_manager's provider of proximity coordinates
Fix handovers between the rel_orbital and payload_manager's provider of proximity coordinates
I did not really fix the race conditions by moving computing_proximity() before as both calculations are done in different loops. We need a lock to deactivate one while the other works. Let me fix that in a proper way.
Fix racing between the two proximity calculators within the proximity zone
Fix racing between the two proximity calculators within the proximity zone
Fix multiple entering of targets within the proximity zone
Fix multiple entering of targets within the proximity zone
Fix for HUD roll guidance typo
Fix for HUD roll guidance typo
Merge /u/dirteat/fgspaceshuttledev/ branch develnext into development
Spare effect files including shadows' shaders for next
HUD roll flightdirector TAEM
HUD roll flightdirector TAEM
Spare effect files including shadows' shaders for next
ISS mission file
ISS mission file
HUD roll flight director
HUD roll flight director
TAEM roll channel
TAEM roll channel
Remove lightmap shadows from CWS display
HUD flight director
HUD flight director
Advanced MECO parameters logic
Advanced MECO parameters logic
TAL PEG meco parameters
TAL PEG meco parameters
Ascent AP fixes
Ascent AP fixes
Implement CCTV overlay for the SRMS view with canvas
Implement CCTV overlay for the SRMS view with canvas
New option for Direct/Standard Insertion in the Auto Launch Dialog menu
New PFD elements from Power Explicit Guidance: Fine count for MECO / Attitude error needles logic for PEG convergence / Dynamic MECO velocity cue
Debug isnan added to avoid NaN error for Normalization
Rodrigues Euler rotation formula for PEG intial guess
Unified Powered Flight Guidance first implementation / Used for Nominal /TAL /ATO guidance
No RTHU for PEG test (more stable)
Obsolete unused Models/HST directory and fix various paths accordingly
Power Expicit Guidance for Ascent core code finished / test phase / no output to jsbsim guidance yet
Roll error based on Entry guidance global variable
3d matrix product and a fix to avoid NaN with vector normalization by 0
Print functions deactivated / Older jsbsim functions used for previous Entry Guidance deactivated