1
0
Fork 0
Commit graph

10423 commits

Author SHA1 Message Date
Roman Ludwicki
a25c607e01 Change notation "CoG vs Mean Aero Chord" to "Center of Gravity %MAC" 2023-11-21 23:10:22 +01:00
Erik Hofman
b1b768c540 Update fog density when the visibility change 2023-11-20 10:31:29 +01:00
Roman Ludwicki
e64e6288bd Fix crash after click help button in Walker animation dialog
The setValue() fuction expect 'path' and 'value' or only 'value', so in these cases, the content was treated as a path and caused "Illegal character in leaf of property path" error
2023-11-14 22:42:54 +01:00
Roman Ludwicki
1fc323ea57 Update Polish translation 2023-11-14 22:13:14 +01:00
Roman Ludwicki
8279e7604e Fix selecting already installed aircraft in Phi 2023-11-14 21:37:53 +01:00
James Turner
53a6e3b8f8 Add CG-MAC to weights dialog
Patch from Huntley Palmer
2023-11-11 14:19:11 +00:00
Roman Ludwicki
9242e133fd Add option to hide the aircraft on the map
As a student, I would like to be able to use the map for reading the flight plan, frequencies for VOR, NDB, ILS, but without giving away the position of my aircraft, so that I can train in IFR navigation using the instruments only in the cockpit.
2023-11-11 13:55:19 +00:00
Erik Hofman
1267e072f3 Tone down fresnel and shininess a bit 2023-11-09 11:17:42 +01:00
Fernando García Liñán
746532f098 HDR: Render the Moon, stars and planets
Moon textures have been adapted from the following webpage:

https://svs.gsfc.nasa.gov/4720
NASA's Scientific Visualization Studio
2023-11-06 14:56:45 +01:00
scttgs0
228ac3d168 latest airports 2023-11-03 17:43:14 -05:00
Stuart Buchanan
41ccf88618 FG1000 - Fix GDU-1045 Autopilot buttons
Previously the GDU-1045 displays autopilot buttons didn't
work because they were missing a required <offset> element
for the FG1000HardKeyPushed command.  This fixes that, as
well as adding a verification script using xmllint and also
fixing a the NAV button which was incorrectly mapped to FD.
2023-11-03 16:57:57 +00:00
Stuart Buchanan
2b47c8ac61 FG1000 - Make transponder more robust, VFR code
Make transponder display more robust, and define
VFR code in the ConfigStore.
2023-11-02 12:38:48 +00:00
Stuart Buchanan
89f980393a FG1000 - Fix broken display
Caused by incorrect animation object reference.
2023-11-02 12:16:48 +00:00
Roman Ludwicki
3f9dc54c85 For PropertyTreeBrowser, set the path in the title as "/" when the node returns an empty string
Set the title in one place (in a separate function).
2023-10-25 17:09:46 +02:00
Roman Ludwicki
0cd24b172e Fix nasal runtime error "non-objects have no members" for PropertyTreeBrowser 2023-10-25 17:02:10 +02:00
Stuart Buchanan
536cd5f4b6 Updated c172p
https://github.com/c172p-team/c172p/releases/tag/version%2F2020.4.1
2023-10-22 22:09:11 +01:00
Stuart Buchanan
30ee9b5734 Ctrl+Alt+Click handle lack of material info
Previously if a user Ctrl+Alt+Click on a piece of scenery
without material information, FG would throw a Nasal error.
This change handles the situation a bit more gracefully by
at least outputting the lat/lon/alt.
2023-10-22 21:13:21 +01:00
scttgs0
f1ef587a50 latest airports 2023-10-14 01:26:23 -05:00
Fernando García Liñán
8b91f660bc HDR: Better handling of time warp when updating the envmap 2023-10-09 05:52:11 +02:00
Fernando García Liñán
b36210e141 HDR: Use properties for shadowmap and envmap sizes 2023-10-09 04:41:25 +02:00
TheFGFSEagle
5f66773605 canvas.Keybinding.parseShortcut: Accept nil and empty strings, returning nil
This can be used to unset the key binding of a Canvas menu item by using item.setShortcut(nil);
2023-10-06 20:17:25 +02:00
TheFGFSEagle
10306ea92d canvas.gui.MenuItem: Add optional argument for setting the me reference for the callback function (see call for details) 2023-10-06 20:15:20 +02:00
Fernando García Liñán
6cb051369b HDR: Force an envmap update when the view changes 2023-10-05 05:57:05 +02:00
Fernando García Liñán
e12afa0a7d HDR: Fix "floating" shadows in Screen Space Shadows 2023-10-04 02:41:22 +02:00
TheFGFSEagle
d65228be6c props.nas: Add function to swap the values of two property nodes 2023-10-03 21:49:32 +02:00
TheFGFSEagle
590770e555 KeyBinding.nas:parseShortcut: Better handling of empty shortcut string 2023-10-02 03:41:26 +02:00
Fernando García Liñán
b3fe3a2a62 Fix gl_FragColor not being available in GLSL 330 2023-09-30 12:18:26 +02:00
TheFGFSEagle
a82424e03f canvas.gui.widgets.MenuBar: Automatically call setCanvasItem from the constructor 2023-09-30 02:42:15 +02:00
TheFGFSEagle
9b6b8f6b6a Change keyboard shortcut for the Canvas property browser from Ctrl+Shift+p to Ctrl+/
Thanks to PlayeRom for making this work !
2023-09-21 02:10:06 +02:00
Roman Ludwicki
eb731b021d Update Polish transaltions 2023-09-20 02:45:54 +02:00
TheFGFSEagle
72d9aef42b Nasal math module: Add math.sign -> math.sgn alias 2023-09-20 00:46:12 +02:00
Roman Ludwicki
ee14849016 Fix calculate temerature for ISA METAR scenario 2023-09-19 12:27:11 +01:00
Roman Ludwicki
c7c1eee98d Update -h -v output according to boolean options with optional values 2023-09-19 12:27:11 +01:00
TheFGFSEagle
51c73d5037 Add keyboard shortcut for the Canvas property browser 2023-09-13 20:58:56 +02:00
Stuart Buchanan
e7ae33b323 FG1000: Fix slip/skid indicator
Was showing the wrong direction and insufficiently sensitive.
Thanks to dany for the fix.
2023-09-02 20:18:22 +01:00
Stuart Buchanan
b5d6a5b8ed FG1000: Fix ADF
Thanks to Dany and Wayne for debugging and testing.
2023-09-02 20:12:57 +01:00
James Turner
3d47bc2325 Canvas KeyBindings support
- use new built-in KeyBinding in Widget, Menu
2023-08-31 08:59:52 +02:00
Josh Davidson
13d22271a0 Control: Fix phugoid in generic AP mach-on-pitch mode 2023-08-28 16:14:41 +02:00
scttgs0
65ffffa2cc Merge branch 'next' of git://git.code.sf.net/p/flightgear/fgdata into next 2023-08-26 16:28:25 -05:00
scttgs0
12679ae568 latest apt.dat for ws3 2023-08-26 16:28:21 -05:00
Benedikt Wolf
f645f6a195 KLN94: Improve 3D Model, Fix/Hack some Nasal parts so that the script loads without errors (still not working), add animations to bezel 2023-08-26 20:36:52 +02:00
Josh Davidson
65ceeb64b9 GUI: Fix bad alignment in radio dialog 2023-08-12 12:25:42 +01:00
James Turner
92ff65555d View options: Fix incorrect enable condition 2023-08-03 15:18:59 +01:00
James Turner
8110b314d7 Environment: fix wave-enabled logic
Input element was incorrectly specified and hence always false
2023-08-02 15:59:02 +01:00
Stuart Buchanan
3fccf08abe WS30: Add vpb directory to suffixes for terrasync
This allows WS3.0 to sync scenery over terrasync.

At present there is no UI to enable this, as WS3.0
is not available on the main terrasync servers.  So
it needs to be manually enabled by setting

--prop:/sim/rendering/scenery-path-suffix[98]/enabled=true

Note that WS3.0 has a dependency on the airport
data that is stored under the Terrain suffix.

Thanks to merspieler for setting up a test
terrasync server to test this.
2023-07-31 21:25:51 +01:00
Roman Ludwicki
4f7a93d0ba Add /environment/atmosphere/is-isa property for ISA METAR 2023-07-26 12:14:41 +01:00
Roman Ludwicki
11820f6493 Add ISA METAR scenario
Required commit in flightgear branch for temperature calculation
2023-07-21 13:50:44 +01:00
Benedikt Wolf
92f5c2b6ee Add hitch keyboard file for common hitch key controls 2023-06-28 20:58:20 +02:00
Benedikt Wolf
13998863c9 S3: correct image size
BXP6401: Mode knob should not wrap
2023-06-17 11:18:21 +02:00
Benedikt Wolf
28548229d2 hitch.nas: Minor fix to aerotow code 2023-06-17 10:50:44 +02:00