-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathCHANGELOG
847 lines (345 loc) · 14 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
2021-06-19 Marek M. Cel <[email protected]>
* map GeoTIFF support
2021-06-12 Marek M. Cel <[email protected]>
* better locale support
2021-05-22 Marek M. Cel <[email protected]>
* ICAO Standard Atmosphere
2021-01-23 Marek M. Cel <[email protected]>
* F-35A FLCS - preliminary version
2021-01-16 Marek M. Cel <[email protected]>
* virtual destructors
2021-01-02 Marek M. Cel <[email protected]>
* about dialog date update
2021-01-01 Marek M. Cel <[email protected]>
* R44 FDM minor changes
* version number increment
* aerodynamic characteristics relative to angles expressed in degrees
* F-35 landing gear aerodynamic characteristics
* CMake files
2020-12-26 Marek M. Cel <[email protected]>
* about dialog
2020-12-25 Marek M. Cel <[email protected]>
* XML reader functions rteferences changed to pointers
* F-35 aerodynamics leading edge flaps characteristics
2020-12-20 Marek M. Cel <[email protected]>
* unit tests
2020-12-19 Marek M. Cel <[email protected]>
* automatic unit tests building and running scripts
* main rotor model flapping coefficients formula
2020-12-12 Marek M. Cel <[email protected]>
* unit tests
* quaternion derivative with adjoin parameters constrain
2020-12-05 Marek M. Cel <[email protected]>
* comments
* unit tests
2020-11-21 Marek M. Cel <[email protected]>
* FDM sys renamed ctrl
* data relative path changed
* Singleton, Log and Path classes put into sim module
* airports lighths controls fix
2020-11-15 Marek M. Cel <[email protected]>
* landing gear static friction model fix
2020-11-14 Marek M. Cel <[email protected]>
* unit tests
* comments
* FDM refactorization
2020-10-10 Marek M. Cel <[email protected]>
* oscillations analysis class
2020-10-03 Marek M. Cel <[email protected]>
* unit tests
* winch launcher model
* input data as data referneces
* wind
2020-09-27 Marek M. Cel <[email protected]>
* wing runners model
* Geom class with intersections common functions
* F-35 FDM
2020-09-19 Marek M. Cel <[email protected]>
* PW-5 FDM
* CGI new airbrakes
2020-09-05 Marek M. Cel <[email protected]>
* cylinder head temperature
* FDM wrapper
* Matrix3x3 items referneces
* input data as data referneces
* static friction model fix
* custom map container
* FDM manager moved to the fdm directory
* stabilizer base model separated into horizontal and vertical stabilizer models
* main rotor default model based on momentum theory, blade element model as auxiliary
2020-08-22 Marek M. Cel <[email protected]>
* Table1 and Table2 renamed
* afterburner flame
* landmarks 3D objects
2020-08-16 Marek M. Cel <[email protected]>
* intersections error fix
2020-08-15 Marek M. Cel <[email protected]>
* data references restored
* freezing position, attitude and velocity integration
2020-08-09 Marek M. Cel <[email protected]>
* landing gear changes, external wheel model used
* water reflections
* HUD default color changed
* static friction
2020-08-01 Marek M. Cel <[email protected]>
* n-element dynamic allocated vector class
* wheel model moved to its own class
* variable size aircraft state vector
* CGI entities
2020-07-25 Marek M. Cel <[email protected]>
* AW101, F-35A and R44 FDM
* gross weight calculations in GUI
* intersections (ground reactions and collisions detection) fix
* X/F and X/H FDM
* test FDM removed
* aircraft shadows
2020-07-18 Marek M. Cel <[email protected]>
* CMake updated to building on Ubuntu 20.04 with OpenSceneGraph 3.6.4 and Qt 5.12.8
* HUD fonts set due to memory leak
* unit tests
2020-07-12 Marek M. Cel <[email protected]>
* building on Ubuntu 20.04 with OpenSceneGraph 3.6.4 and Qt 5.12.8
* splash screen
2020-07-11 Marek M. Cel <[email protected]>
* OpenSceneGraph-Qt integration without using osgQt library
2020-07-04 Marek M. Cel <[email protected]>
* time statistics
* rotor blade renaming
* screen saver inhibition
* unit tests
2020-06-21 Marek M. Cel <[email protected]>
* dpkg config files
2020-06-20 Marek M. Cel <[email protected]>
* increased number of fuel tanks
* C-130 fuel tanks
* G1000 overspeed indication fix
* axes tuning coefficients
* dpkg making scripts
2020-06-14 Marek M. Cel <[email protected]>
* replaying initialization fixed
2020-05-24 Marek M. Cel <[email protected]>
* CMake fix for use selective Qt4 or Qt5
* time step statistics
* PID setting value fix
2020-05-17 Marek M. Cel <[email protected]>
* units ID strings
* building with MSVC 2019
* CMake fix for MSVC 2019 and Qt 5
2020-04-25 Marek M. Cel <[email protected]>
* OSG widgets refactorization
2020-04-19 Marek M. Cel <[email protected]>
* Garmin G1000 refactorization
2020-04-18 Marek M. Cel <[email protected]>
* Garmin G1000 display additional features
* Garmin G1000 IFD simulation
2020-04-12 Marek M. Cel <[email protected]>
* Garmin G1000 display additional features
* Garmin G1000 avionics simulation infrastructure
* more keys used as HID input
* default input keys changed
2020-04-05 Marek M. Cel <[email protected]>
* CMake files
* WiX installer building scripts and input files
* Qt Installer Framework buildings scripts and input files
* dpkg input files
2020-04-04 Marek M. Cel <[email protected]>
* Flaps notches
* Garmin G1000 display
* Cessna 172 Bendix/King KAP 140 and Garmin GFC 700 autopilot
2020-03-07 Marek M. Cel <[email protected]>
* Qt Installer Framework config files and scripts
* P-51 landing gear aerodynamics
* C-130 landing gear and flaps aerodynamics
* CMake files
2020-03-01 Marek M. Cel <[email protected]>
* C-130 and P-51 landing gear aerodynamics
2020-02-29 Marek M. Cel <[email protected]>
* CGI - vectors, rotor blur, blades datum and paths
* SFX - first attempt
* testing utilities
* WiX files and scripts
* horizontal stabilizer downwash as table
2020-02-22 Marek M. Cel <[email protected]>
* blade element method
* time measurement
2020-02-16 Marek M. Cel <[email protected]>
* blade element method
2020-02-15 Marek M. Cel <[email protected]>
* stabilizer type as constant
* blade element method
* rotor test
2020-02-08 Marek M. Cel <[email protected]>
* UH-60 model according to NASA-CR-166309
* fuselage downwash according to NASA-TM-84281
* minor changes
* numerical integration unit tests
* utils unit tests templates
* UH-60 main rotor downwash
2020-02-01 Marek M. Cel <[email protected]>
* unit tests reorganisation
* FDM manager moved to separate module
* CMake fix
2020-01-25 Marek M. Cel <[email protected]>
* blade element method
* helicopter rotor blur
* helicopter rotor individual blades flapping
* tests (rotor, EFIS)
2020-01-18 Marek M. Cel <[email protected]>
* blade element method
* FDM main modules common interface added
* minor changes
2020-01-06 Marek M. Cel <[email protected]>
* rotors models
* copyright notice update
* minor changes
2019-12-15 Marek M. Cel <[email protected]>
* rotors models
* blade element theory
2019-12-14 Marek M. Cel <[email protected]>
* blade element theory
* temporary modified UH-60 model to evaluate blade element theory rotor model
2019-12-08 Marek M. Cel <[email protected]>
* pressure units
* EADI maximum flap extension speed
* indicated airspeed
* autopilot - ARM/ALT mode switch condition
* deb package scripts
* autopilot - refactorization
2019-11-30 Marek M. Cel <[email protected]>
* layer clouds
* references in comments
* C-130
* CGI landing gear and flaps
* camera offset due to pilot's eyes position
2019-11-23 Marek M. Cel <[email protected]>
* version number correction
* autopilot and navigation
2019-11-17 Marek M. Cel <[email protected]>
* airports and navaids symbols
* DAFIF format support
* units converter consexpr specifiers
2019-11-10 Marek M. Cel <[email protected]>
* airports locations
* autopilot
2019-10-26 Marek M. Cel <[email protected]>
* EADI deviation bar fix
* navigation
* autopilot
2019-10-13 Marek M. Cel <[email protected]>
* CGI module const parent
* networking
* Vne indication on PFD
* autopilot
2019-10-06 Marek M. Cel <[email protected]>
* locations on final
* documentation
2019-10-05 Marek M. Cel <[email protected]>
* data structures refactorization
* propullsion inputs recording
* Mach number fix
* MSVC fixes
* autopilot
* EFIS autopilot symbols
2019-09-29 Marek M. Cel <[email protected]>
* documentation
* locations
2019-09-28 Marek M. Cel <[email protected]>
* piston engine modified
* propeller induced velocity
* propeller governor
* compressor model removed
* Cessna 172 engine tuning
* P-51 engine and propeller tuning
* dynamics freeze as state
* recording and replaying
* new macros
* Table and Table2D deleting arrays fix
* overlay shadow
2019-09-22 Marek M. Cel <[email protected]>
* Cessna 172 propeller data according to NACA-TR-640 and NACA-TR-641
* P-51 propeller data according to NACA-TR-640 and NACA-TR-641
* time step fix
* compressor model - first attempt
* propeller governor - first attempt
* dynamics freeze
2019-09-21 Marek M. Cel <[email protected]>
* documentation
2019-09-15 Marek M. Cel <[email protected]>
* aerodynamic coefficients approximation tool moved to its own repository
at:https://github.com/marek-cel/aero-coefficients-approximation
2019-09-08 Marek M. Cel <[email protected]>
* unit tests fixed
* Cessna 172 and P-51 engine and propeller
* documentation
2019-09-01 Marek M. Cel <[email protected]>
* member variables starts with underscore
* F-16 Engine
* UH-60 rotors and stabilizers
* HUD velocity and altitude units setup
* data file paths fix
* landing gear tuning
* convertin declination and right ascending into elevation and azimuth fix
2019-08-25 Marek M. Cel <[email protected]>
* nonlinear landing gear spring model
2019-08-11 Marek M. Cel <[email protected]>
* P-51 Mustang CFD model
* P-51 Mustang FDM
* CGI landing gear handling changed
2019-08-04 Marek M. Cel <[email protected]>
* Map context menu panning issue fixed
* convertion between geodetic and Mercator coordinates fix
* Marble maps integration
2019-07-28 Marek M. Cel <[email protected]>
* Layer clouds
* Skydome scaling fix
* "Initial Conditions" and "Fuel and Payload" menu activities disabled
in phases other than idle
* Camera manipulator minor changes
* Map layers minor changes
* Map traces
* WGS-84 unit test
* EOL fix
2019-07-21 Marek M. Cel <[email protected]>
* Logging to the file
* Absolute data paths
* Clouds
* Map
* Fullscreen mode
2019-07-14 Marek M. Cel <[email protected]>
* Unit tests fixed
* First-order lead class added with unit test
* Logging class added
* GUI menu checkable actions fix
* some of GUI defines moved to global defines header
2019-07-07 Marek M. Cel <[email protected]>
* Cessna 172 and F-16 OpenFOAM case setup and run script
* Cessna 172 vertical tail aerodynamic characteristics due to CFD results
* F-16 3D models for CFD
* F-16 aerodynamic characteristics due to CFD results
* F-16 mass data fixes
* F-16 specific fuel consumption
* FDM models moved to separate directory
* Low-bypass ratio turbofan engine model class
2019-06-23 Marek M. Cel <[email protected]>
* source code minor changes
* F-16 3D models for CFD
* F-16 OpenFOAM simulations case and run script
2019-06-09 Marek M. Cel <[email protected]>
* HUD color and opacity setting added
* variable masses names added
* DockWidgetAuto added
* keyboard controls roll, pitch and yaw channels modified
* CGI landing gear modifies
* on-ground initialization speed up fix
* data references removed, static data structures used instead
* CMake project files added
2019-05-26 Marek M. Cel <[email protected]>
* Cessna 172 3D models for CFD
* Cessna 172 OpenFOAM simulations case and run script
* addition and multiplication operators added to fdm::Table class
* Cessna 172 aerodynamic characteristics based on OpenFOAM simulations
* F-16 renamed
* cppcheck run script
* unit tests added
* Qt projects source and header files relative paths
* aerodynamic characteristics approximation tool added