Menu

FGAddon Commit Log


Commit Date  
[r3546] by r-harrison

SpaceShuttle: Milestone-10 update

Previous commit was wrong; lots of missing files and incorrect versions; I suspect this is my fault as I let it update prior to committing and should have updated prior to installing new files from the development repository

2018-09-17 15:15:08 Tree
[r3545] by lbrenta

PC-6: add a long description and a proper multiplayer protocol.

The new mp protocol allows:
- livery support
- damage to wing, propeller and turbine
- propeller disk
- presence and position of doors (all six of them).

* PC6-B2H4-set.xml (sim/multiplay/generic): new; alias some properties
and transmit them over mp. Note: we use booleans from version 2017.2.
* Models/PC6-B2H4.xml (nasal/load): new; receive the generic properties and
alias them to the ones used for animations. Also add livery support.

2018-09-17 00:46:52 Tree
[r3544] by lbrenta

PC-6: do not pollute the property trees of remote aircraft over multiplayer.

find Models/ -name '*.xml' -exec sed -r -i 's,<property>/,<property>,g' {} \;

2018-09-17 00:46:12 Tree
[r3543] by r-harrison

SpaceShuttle: Milestone-10

Changelog:

Make dust level on displays configurable
Fix impossible inclination i-load Nasal error
Re-position misaligned Velcro strips
OMS burn logic accounts for premature burn end and stops TGO timer when either OPS is changed or both engines have received shutdown commands
Velcro effect with fur shader
O14, O15 and O16 switch and breaker requests
Finish new speaker light maps
Export new cockpit interior ac's with Chris Marr ver 2.0 exporter
Manually edit cockpit.xml hud-glass and ac3dmat12 material headers
Fix bug in display shader
Correct corrupt cockpit and detailed blends
Right gear configurations not visible when shuttle is damaged or destroyed
New speaker mesh with light maps
Comment out dummy assignments
Fix bug in save-resume logic
Check circuit breakers when deploying drag chute
More circuit breakers/switch requests
Remove unused effect
Replace O16 rocker with breaker mesh, correct mls1 name
Panel O16 switches and breakers
Panel O15 switches and breakers, misc. O14 corrections
Panel O14 switches and breakers
Fix shader cast of vec4 to float
Add dust overlay to display shader - overlay texture provided under GPL 2+ by Martin Litzenberger
Remove errorneous RCS pod heaters - there is only a common OMS and RCS pod heating system, make forward RCS heaters consistent with dialog
Correct tooltip spelling errors
Add missing Nasal bindings for fuel cell purge switches
Minor fixes, correct predicted asc. nd. lon. for Earth rotation, request a couple of switches from 3d department
i-load PDRS auto sequences, start on circuit breakers
More tuning for dogleg correction
Try to use empirics to predict asc. node lon. before launch and get better cross-track error
Add GUI option for off-plane targeting
More work on 2nd stage dogleg course recapture - not yet tuned...
Start working on launch APs ability to fly a 'dog leg' to target different orbital planes
Fine-tune splash vectors
Hide plasma projection surface when not in ALS - seems to color surroundings grey...
Add scratch pattern and glare to cockpit windows
Add Lajes Air Base to supported landing sites
Some cleanup for MECO timer
Add glass effect with rain splashes to outer front windows, remove splashes from HUD
Integrate MECO time estimate (still needs a little work on details)
Correct spelling of White Sands in TAEM logic
Some code refactoring, add code for MECO time prediction
Add Wake Island to landing sites
Add Ascension Island to landing sites
Add Oceana NAS to landing sites
Add TAEM guidance for Amilcar Cabral airport, Cape Verde
Set threshold elvation to Coord object instance in TAEM guidance
Tweak KEDW guidance parameters
Make Mach tape on PFD display inertial speed / 1000 when in MM 103
Fix typo in variable name
Add propellant leakage to random failure scenario manager
Extend leakage simulation to forward RS
Add right RCS to leakage manager
Start extending leakage system to RCS
Activate new OMS propellant flow dialog
Artwork for new propellant flow dialog
Crossfeed valves are downstream of isolation valves
Leakage system for OMS manifolds
Start simulation of tank leakage
Tweak OMS-1 parameter set
Auto OMS-1 activates timer but not maneuvering to attitude says workbook
More work on automatic OMS-1 burn with i-loaded PEG-4 targets
Add first version of circularization burn PEG-4 fit
Prepare i-loading OMS1 PEG-4 targets
Bugfix for OMS-1 PEG-4 targeting, now tested for launch from KSC
Integrate PEG-4 OMS-1 capability
Add PEG-4 fit routines for insertion burn to targeting manager, not yet integrated
Go live with new style canvas keypad
Add clickspots to MDU cloned windows to emulate edgekeys in a touchscreen fashion
Yet more artwork for keypad dialog
More artwork for keypad dialog, refactor cancas dialog files
Some artwork for new keypad dialog
Rig automatic Earthview to play nice with automatic AW startup
Image stack widget, temperature display allows to change units
Polish orbiter temperature distribution dialog
Replace orbiter temperature dialog by canvas version
Begin infobox widget
More work on new fuel dialog
Convert detail dialog to use property label widget, start on analog gauge widget
Re-factor propellant dialog to put more weight on widgets
Separate widgets from dialogs, start on property label widget
Shift mouse cursor change and context help to widget, enable setting of fuel level by clickspot
Context help functionality
Add child-dialog for details, experiment some with tooltips
Finish propellant dialog base layer
Initial work on clickspots, make OMS fuel display fully workable
More work on propellant dialog
New canvas propellant dialog for launch
Orbital element calculator for targeting manager
Bugfix: restrict BFS DAP engagement to situations where TRANSITION DAP is normally used
Disable all rate-holding DAP modes whithout IMU signals
Block RMS drive mode selection by cockpit controls if software override flag is set in SPEC 95
Tentatively fix RMS arm drive mode selection
Implement correct behavior of DAP pushbuttons when BFS is in control of the Shuttle
Take into account lateral offset for single engine burns when computing thrust vector, disable possibility to just ignite OMS using throttle
Slow down OMS gimbals to require trim values, copy last gimbal pos to trim at end of burn
Change OMS indicated gimbal angles to NASA convention, predict VGO Y for single engine burns, start on OMS trim capability
More work on OMS burns - allow burn only in EXEC major modes, disable automatic RCS burn ignition, re-set burn parameters after MM change and re-factor code
Fix VGO entries to allow burning residuals with RCS
Start working on proper VGO computation and management
Enable ADI error needles as soon as OMS burn plan is loaded, disable TV roll and automatic maneuver for BFS MNVR display
Add PEG-4 propellant waste instruction, some MNVR details like indicated weight reduction and OPS check on item entry
Use REI from PEG-4 fit rather than less precise estimate from PEG-7 parameters
Fix PEG-4 de-orbiting errors
Interface PEG-4 entry targeting with MNVR EXEC - still buggy
Deorbit PEG-4 capability for targeting manager class
Fix errors in targeting manager numerics, start PEG-4 fit ability
Orbital targeting class work
Add state vector export function
Orbital targeting class development
Start nextgen orbital targeting class
Make automatic transition to MM 304 following OPS 3 transition when under TAL guidance, fix error in DK-listening at the transition
Enable OMS TVC when OMS fuel dump is in progress
Bugfix for MLS

2018-09-16 20:53:15 Tree
[r3542] by lbrenta

737-300: do not pollute the property trees of remote aircraft over multiplayer.

find Models/ -name '*.xml' -exec sed -r -i 's,<property>/,<property>,g' {} \;

2018-09-16 19:05:02 Tree
[r3541] by lbrenta

dhc2: add long description.

2018-09-16 18:03:25 Tree
[r3540] by lbrenta

Q400: add long descriptions.

2018-09-16 17:36:02 Tree
[r3539] by lbrenta

rallye-MS893: add long description.

2018-09-16 17:16:59 Tree
[r3538] by lbrenta

MiG-15: add long description.

2018-09-16 17:11:32 Tree
[r3537] by lbrenta

Lockheed1049h: add long descriptions.

2018-09-16 16:57:43 Tree
Older >
MongoDB Logo MongoDB