b2b6365146
Merge pull request #86 from colingeniet/weather-effects
...
Add weather effects on windshield
2020-03-17 09:46:15 +11:00
Colin Geniet
fc50a1fbb5
Fix error when calling icingInit twice
2020-03-16 23:01:05 +01:00
Colin Geniet
b10a164a62
Icing: Add scaling factor to frost-level
...
Significantly increase scaling factor of
/environment/aircraft-effects/frost-level, so that frost effects are
visible.
2020-03-16 08:48:45 +01:00
1bd38663e0
Merge pull request #70 from legoboyvdlp/save
...
Implementing state save between sessions
2020-03-15 06:27:26 +11:00
Colin Geniet
197ce0c664
Rewrite icing parameters computation
...
Remove unnecessary properties I/O.
2020-03-14 11:48:41 +01:00
Colin Geniet
f6e8bed92b
Rewrite nasal icing system
...
Rewrite the iceable components nasal code.
Remove code duplication and excessive setprop/getprop.
Fix that <output-property> tags were ignored.
2020-03-14 11:48:41 +01:00
75b1d4c4f2
Add option to define saved props
...
Signed-off-by: fly <merspieler@airmail.cc>
2020-03-10 02:18:24 +00:00
a7c87dc428
Added a few more common controls to be saved
...
Signed-off-by: fly <merspieler@airmail.cc>
2020-02-29 18:38:32 +00:00
c16c0c2875
Accept parameter for save file
...
Signed-off-by: fly <merspieler@airmail.cc>
2020-02-29 18:11:57 +00:00
vezza
9cc76bed07
Added engines moisture effect, engines spray effect, brake temp modulation according weight /compression-norm), removed brakes temp increase on thrust
2020-02-21 23:27:52 +01:00
Andrea Vezzali
03584e4067
Merge pull request #12 from legoboyvdlp/dev
...
keep aligned with head repo
2020-02-21 23:26:50 +01:00
vezza
a209d8608d
Merge branch 'dev' of https://github.com/legoboyvdlp/A320-family into legoboyvdlp-dev
2020-02-16 09:15:42 +01:00
Jan Hudec
837d2a16d3
Make reverse thrust also respect selected engines
...
The simple toggle, bound to Del, engages reverse on the selected engine,
but if it is engaged on either, disengages it on both, so you don't get
stuck in reverse when selecting engine.
I also removed the check of weight-on-wheels from the disengage case, so
you don't get stuck if somehow the aircraft still becomes airborne after
selecting reverse on the ground.
The finer control, bound to F1 and F2, only controls the selected engines
now. Previous version disengaged reverse for both engines when either
reached zero throttle-rev, which does not seem to be founded in reality
and does not make much sense. You can always use Del to disengage reverse
on both engines.
2020-02-15 23:34:12 +01:00
Jan Hudec
9e82967df1
Make the thrust detent bindings respect selected engines
...
Now that PgUp/PgDn respect selected engines respects selected engines,
make the TOGA, MCT/FLX and CL shortcuts do so as well.
Idle binding is an exception, because both thrust levers must be set to
idle for spoilers to deploy while one is enough to disengage the A/THR
and you don't want to repeat TAM3054 just because you forgot the
re-select both engines.
2020-02-15 23:26:09 +01:00
f66013f0b1
save.nas
...
Signed-off-by: fly <merspieler@airmail.cc>
2020-02-11 16:39:41 +00:00
vezza
868fd28a16
Moisture effect on engines + brakes temp bug fix
2020-02-07 20:39:12 +01:00
legoboyvdlp R
d9df41ddde
Test removing forward slash
2020-02-07 16:10:54 +00:00
legoboyvdlp R
1fbd141fd7
double the cooling effect, divide engine thrust effect by five
2020-02-02 21:03:03 +00:00
legoboyvdlp R
d888b1a1e6
Correct whitespace, remove un-needed things, remove tat calculation
2020-02-02 20:40:05 +00:00
vezza
c40c32433a
Brakes temp improvements
2020-01-27 19:01:33 +01:00
Andrea Vezzali
a21ac7213c
Merge pull request #8 from legoboyvdlp/dev
...
keep aligned with head repo
2020-01-13 10:11:16 +01:00
vezza
5a20652c4a
Tune brake's temperatures and change brk_fan_on color
2020-01-09 00:25:12 +01:00
vezza
fbc72db56f
Tune brakes temperatures
2020-01-08 23:39:10 +01:00
vezza
2a858cec7d
Adding:
...
- brakes temperature;
- brake temp indication in LOWER ECAM wheels page;
- Brake fans switch on main panel;
- Brake Hot light on main panel;
- "BRK FAN" ECAM message;
2020-01-05 20:01:35 +01:00
legoboyvdlp R
6ef03f87e9
Fix fire warnings
2020-01-02 22:30:59 +00:00
legoboyvdlp R
450a3d6e25
Fix the fire buttons powersupply in EMER ELEC
2020-01-02 11:25:47 +00:00
legoboyvdlp R
e30af58122
Add overspeed PFD warning for the landing gear
2020-01-01 22:11:26 +00:00
legoboyvdlp R
ba51c852f5
Add timer to elec to wait a short time before tripping autopilot if there is a failure, to account for transient failures
2020-01-01 21:49:44 +00:00
legoboyvdlp R
327e04b5c0
Fail the autopilot and autothrust depending on the electrical status of the aircraft
2019-12-28 17:55:37 +00:00
legoboyvdlp R
6d806db28e
Move DMC, comment in ATC
2019-12-25 13:01:02 +00:00
legoboyvdlp R
d01d2280e1
Fix speed trend and ADIRS switching, also fix acconfig and ADR switches
2019-12-22 19:12:26 +00:00
legoboyvdlp R
36f3345c7a
Fix autopilot disconnection warning (re-engagement should cancel), fix the APU FUEL LO PR, fix the spurious stal warning on the ground
2019-12-21 13:25:39 +00:00
legoboyvdlp R
0afe84bbce
New IRS alignment simulation
2019-12-08 19:51:54 +00:00
legoboyvdlp R
26ca2b21b7
Fix IAE startup
2019-12-03 19:07:27 +00:00
Jonathan Redpath
3f333570a3
Updates by vezza ( #41 )
...
* - wheels smoke
- wet sprays
- brakes temp (to be continued)
- Bugfix (A320-100 fuel system )
* setup wingflexer system
* Brakes temp improvements
* Bug fix: CFM engine nacelle animation
2019-12-02 18:25:19 +00:00
legoboyvdlp R
e552acafdd
Fix engine startup
2019-12-02 17:11:15 +00:00
legoboyvdlp R
09cfcacf99
Big update - improve FBW loop, SAT and TAT on EICAS, ECAM improvements, ADR improvements
2019-11-30 13:39:53 +00:00
legoboyvdlp R
ab7c7cd5dc
Fixes for fixes in master, and improvements (including acconfig)
2019-11-21 17:27:57 +00:00
legoboyvdlp R
f64bbea9f2
Merge branch 'master' into ADIRS
2019-11-21 16:34:28 +00:00
legoboyvdlp R
d8b6335eff
Re-organize nasal folder
2019-11-16 12:12:36 +00:00