1
0
Fork 0
Commit graph

8876 commits

Author SHA1 Message Date
James Turner
ad10f5fbde CDU: command interfacing
This allows external processes to drive the CDU via custom commands.
See https://github.com/zakalawe/simpit/tree/master/simCDUDriver for
an example of sending such commands.
2018-12-19 17:22:49 +00:00
Henning Stahlke
a91ebe4676 canvas/svg.nas add optional basic support for linked images
canvas/api.nas add alternative signature for ellipse and circle
2018-12-16 02:15:35 +01:00
Richard Harrison
07ac341b70 Fix timer usage
- didn't need to be a maketimer as it is a single shot usage.
2018-12-15 16:29:07 +01:00
Richard Harrison
0200041d74 Fix slowdown when flying with fuel freeze.
Caused by AAR creating a timers that don't get fired and clag up the system.
2018-12-15 16:29:07 +01:00
Yves Tolosa-Joas
09809d7b10 Added 747-8F model to Cargolux, AirBridgeCargo and CargoLogicAirtraffic files 2018-12-10 15:39:02 +00:00
Yves Tolosa-Joas
29ebd1be54 Added AI 747 UPS Textures 2018-12-10 15:39:02 +00:00
Yves Tolosa-Joas
3fc9a277e4 Removed erroneous UPS file in 747 AI main folder 2018-12-10 15:39:02 +00:00
Yves Tolosa-Joas
84eb446507 Added Textures to 747-8F AI model 2018-12-10 15:39:02 +00:00
Yves Tolosa-Joas
87ca92dcee Added UPS Textures for 767 and 744 models 2018-12-10 15:39:02 +00:00
Yves Tolosa-Joas
84335c4a9e Fixed Texture Mapping and reduced Vertex footprint for 74N AI Model 2018-12-10 15:39:02 +00:00
Florent Rougon
02b01af19e Add-ons: small fixes to Nasal/addons.nas and Docs/README.add-ons
+ After discussion with Henning:
    - orig_setlistener() and orig_maketimer() were not intended to be
      public -> prefix the function names with an underscore;
    - clear the add-on's lists of tracked listeners and timers in
      remove() (load() does that too, but it's a bit late).

+ Little rewording in Docs/README.add-ons.
2018-12-10 15:29:22 +01:00
Henning Stahlke
f3548c561e canvas/api.nas: add square, ellipse and circle to path; update svg.nas accordingly 2018-12-08 19:55:08 +01:00
Henning Stahlke
f6e3628b50 add Window.getSize() to canvas/gui.nas 2018-12-08 16:55:38 +01:00
Henning Stahlke
5e2756b410 Add reload support to addons.nas; add tracking of listeners and timers 2018-12-07 19:24:22 +01:00
James Turner
e6fd70bd63 Merge /u/jsb1685/fgdata/ branch jsb-next into next
https://sourceforge.net/p/flightgear/fgdata/merge-requests/118/
2018-12-04 15:27:07 +00:00
Henning Stahlke
cce5b4ca1f canvas/gui.nas prevent runtime error 2018-12-04 14:47:20 +01:00
Yves Tolosa-Joas
4b0bdc87aa Added New 747-8 Freighter AI Model with Boeing Default Livery 2018-12-02 13:02:45 +01:00
James Turner
6f26451c08 Merge /u/jsb1685/fgdata/ branch jsb-next into next
https://sourceforge.net/p/flightgear/fgdata/merge-requests/117/
2018-12-02 11:12:04 +00:00
Henning Stahlke
37adcd8051 canvas/svg.nas add support for circle und ellipse 2018-11-30 19:35:22 +01:00
James Turner
a5c8bbcc84 Rename nasal dir to avoid clashes 2018-11-28 22:49:45 +00:00
Anders Gidenstam
0900c9907a JSBSim hydrodynamics: Updated to support JSBSim moments. 2018-11-27 13:52:58 +01:00
Richard Harrison
b66682cd7d Add texture-cache defaults 2018-11-25 22:50:36 +01:00
Richard Harrison
3257e667df Added UI checkbox for DDS Texture Cache 2018-11-24 20:06:52 +01:00
Stuart Buchanan
b83e930736 Document additional STG Verbs 2018-11-19 19:50:57 +00:00
James Turner
d3a080ef29 Move GoFlight helpers to a subdir
Avoid loading the helpers by default
2018-11-19 17:17:35 +01:00
Richard Harrison
11ed499d61 /environment/contrail was always true for the first 30 seconds. Fixes #2077
Fix is to simply call the update method during the init listener.
2018-11-18 17:17:38 +01:00
James Turner
3c867578dc ISFD enhancements
Adjusted colours to match one photograph, but likely needs more
experimentation to see what looks best.
2018-11-16 13:45:12 +00:00
James Turner
b71f511b6e GoFlight TF8 skeleton config 2018-11-14 17:45:44 +00:00
James Turner
be7683a497 GoFlight RP-48 skeleton config 2018-11-14 17:45:40 +00:00
James Turner
363dc4cea5 GoFlight MCP and EFIS input configs 2018-11-14 17:45:37 +00:00
James Turner
4d402914b1 Input config for SimJabs single yoke 2018-11-14 17:45:31 +00:00
Richard Harrison
1c96f4ec7a Added MiG-21 fallback model, index 521.
Renamed the F-5 to 525 to make space and keep the numbers nice.
2018-11-13 19:23:53 +01:00
Yves Tolosa-Joas
df93065631 Added UPS FedEx and DLH Cargo Liveries for MD11 AI model 2018-11-13 10:21:16 +00:00
Yves Tolosa-Joas
a5a54e336e Added new MD11 AI Model. Default Livery, Paintkit and PerfDB Append 2018-11-13 10:21:16 +00:00
Richard Harrison
29908c6121 Added F-5.xml 2018-11-10 15:49:23 +01:00
Richard Harrison
95d7d7b5a4 Added low poly fallback model for the JA-37 Viggen, model index 522. 2018-11-10 15:49:08 +01:00
Richard Harrison
8841f77cfd Emesary; handle fatal errors during a recipient receive.
- the recipient will be removed from the transmitter and appropriate error messages printed.

Contributed by Nikolai V. Chr.
2018-11-07 01:58:05 +01:00
Daniel Meissner
8e45e86f9c Fix glide slope tunnel altitude offset by moving it to correct runway touchdown zone. 2018-11-06 16:14:59 +01:00
Richard Harrison
c98c299625 Multiplayer list:
Change model that has a fallback model to be green rather than orange.
2018-11-05 19:52:41 +01:00
Richard Harrison
e1a1f85ce6 Glider model changes
- increase size to be even larger - now it is somewhere between a fighter and a 737 which seems to be reasonable.
- rework geometry, it wasn't quite centered and it was inconsistent; so now both the wings and tail share surfaces.
- change the shape a little to make it a bit more aircraft like.
2018-11-05 19:52:41 +01:00
James Turner
726b770db6 Revert "Route-manager: UI for cruise and alternate"
This reverts commit 4320f8403a.
2018-11-05 12:56:39 +01:00
Richard Harrison
575a01aa9a GUI: change MP messages (other) craft to be a more readable coluor.
This is a compromise as it needs to be visible on dark and light backgrounds, however this colour seems to be about the best I can find.
2018-11-04 15:57:29 +01:00
Richard Harrison
7ca87d01f5 Fallback models; add F-4, T-38(F-5) and fix materials on F-18 2018-11-03 17:00:33 +01:00
Richard Harrison
ba1be2d1d2 F-16 Low poly: adjust to match the FGAddon model position 2018-11-02 23:32:48 +01:00
James Turner
b49619c8c9 ISFS box hookup 2018-11-02 22:01:20 +01:00
Richard Harrison
020fbcf7f3 Added F-18 fallback model. 2018-11-02 18:24:23 +01:00
Richard Harrison
d2708e992e Added B727 lowpoly fallback model (index 222).
This is rapid to load, a 1.1mb 3d model file with a 512x512x8 png texture. It is larger texture sizes and jpg textures that slow down loading moreso than model files..
2018-11-02 18:23:22 +01:00
Richard Harrison
2d3042abf9 LOD: Increase detailed range to 100km, fix reload when changed 2018-11-01 01:39:18 +01:00
Richard Harrison
6a68a623c9 Emesary: refactor incoming bridge connection logic
This is mainly to allow unit testing.
2018-10-31 10:05:34 +01:00
Richard Harrison
160abde2a6 LOD dialogs rework.
Big rework of the Adjust LOD ranges dialog to hopefully make it easier to understand, and harder to setup so that models aren't visible by accident.

All range entry is now via sliders.

The sliders are deltas from the previous value.

There is now the option to specifically choose either low detail or high detail AI/MP models. *NOTE* that for models without a fallback index the low detail model will be the blue yellow glider.

There is now clear indication of what happens for the Meters or Pixel modes.

Added a defaults button that will restore a reasonable set of default values.

The properties that were used have been renamed to ensure that sensible defaults will be picked, ideally we'd have a way to migrate things like this but I don't think we do, so this is a reasonable alternative.
2018-10-30 20:19:10 +01:00