Yves Tolosa-Joas
1a0eccaf66
Added LoganAir March 2020 AI Traffic
2020-04-06 21:12:05 +01:00
Yves Tolosa-Joas
fa34bd1c7a
Added LoganAir AI Liveries
2020-04-06 21:12:05 +01:00
Yves Tolosa-Joas
3acaef7212
Cleaned Up ERJ145 AI model and renamed objects
2020-04-06 21:12:05 +01:00
Stuart Buchanan
7eb7bd8576
Help text for --carrier-abeam option.
2020-04-05 23:22:31 +01:00
Richard Harrison
c0529a9a8d
Merge /u/fgarlin/flightgear/ branch next into next
...
https://sourceforge.net/p/flightgear/fgdata/merge-requests/185/
2020-04-04 20:44:11 +00:00
Stuart Buchanan
dc0cee96fd
Correct angled deck offset for Nimitz carriers
2020-04-04 18:13:25 +01:00
Fernando García Liñán
c0e2b243f6
Compositor: Fix EarthView with ALS pipeline
2020-04-04 18:12:20 +02:00
Fernando García Liñán
e1e0cf5997
Compositor: Port remaining ALS Effects to use a logarithmic depth buffer
2020-04-04 17:57:33 +02:00
Stuart Buchanan
98f2669160
Add descriptions to AI <entry> nodes
...
Specifically for use by the launcher in describing
Carrier locations.
2020-04-03 23:03:06 +01:00
Fernando García Liñán
f0ee8f23d2
Compositor: Use #version 140 for clustered shading
...
This fixes compatibility issues with AMD graphics cards that support a OpenGL
3.1 compatibility profile. Integrated Intel GPUs using the Mesa drivers should set the environment variable:
MESA_GL_VERSION_OVERRIDE="3.1COMPAT"
2020-04-02 21:32:05 +02:00
Stuart Buchanan
80417b7edd
Add heading offsets for angled flight decks
...
This ensures an approach (e.g. from the launcher)
is aligned with the flight deck, rather than the
rear of the aircraft carrier.
2020-04-02 17:10:33 +01:00
Stuart Buchanan
67b8af5ea2
c172p for 2020.1
...
From the c172p-team
https://github.com/c172p-team/c172p/releases/tag/version%2F2020.1
Commit 5c870e4559434393c6985ae8ae4c11132a3d2030
2020-04-01 18:43:35 +01:00
Fernando García Liñán
6ef32c6dac
Compositor: Use depth partitioning in the low spec pipeline.
2020-03-30 19:24:04 +02:00
Yves Tolosa-Joas
f3222c73d9
Added Missing FlightType
2020-03-30 10:59:02 +01:00
Yves Tolosa-Joas
7f093cc0c7
Added SkyUp AI Traffic by Marcin
2020-03-30 10:59:02 +01:00
Yves Tolosa-Joas
e1f9335a81
Added SkyUp AI Liveries
2020-03-30 10:59:02 +01:00
Yves Tolosa-Joas
b38de88ef8
Removed deprecated Saab 340, new model under SF3 folder
2020-03-30 10:59:02 +01:00
Yves Tolosa-Joas
9161370c5f
LoganAir Livery for Saab 340
2020-03-30 10:59:02 +01:00
Yves Tolosa-Joas
0e79098148
Updated Objects Names for Easier Warnings Troubleshooting
2020-03-30 10:59:02 +01:00
Yves Tolosa-Joas
24236d7bdd
Added missing aircraft types triggering FGLOG warnings
2020-03-30 10:59:01 +01:00
Stuart Buchanan
9e7afc7291
Fix random buildings in Compositor
...
Update Compositor Effects and Shaders with latest random/osm2city
buildings implementation.
2020-03-28 14:27:08 +00:00
Stuart Buchanan
fc27175690
Reduce shader attribute usage by packing floats
...
Previously we required 6 shader attributes to pass
in all the required information for the building shader.
By using packing techniques this has been reduced to 4.
This should improve support for integrated graphics cards.
2020-03-26 22:06:21 +00:00
James Turner
7b16a0cda4
Add helper for OpenTrack input
...
Contributed by Alberto Pajuelo Montes
2020-03-26 17:45:40 +00:00
Lars Toenning
713149ceb6
Update replay dialog
2020-03-25 17:23:09 +01:00
Lars Toenning
292b614664
Adding name and description to all scenarios
...
This fixes a (new) developer warning when registering those files.
2020-03-24 17:40:47 +01:00
Richard Harrison
2dbe28d43b
Emesary MP bridge: fix lost messages on MP bridge.
...
When more than one message type being transmitted on the bridge only one of the types would be reliably received. Bug caused because the message index is per notification type (on MP bridge outgoing) but was being treated as per incoming bridge (rather than notification).
2020-03-24 17:13:37 +01:00
James Turner
62d4beb658
Merge /u/dirteat/flightgear_spherical_tiles/ branch next into next
...
https://sourceforge.net/p/flightgear/fgdata/merge-requests/182/
2020-03-24 13:10:41 +00:00
Eatdirt
f0a23d6ab1
Implement Earthview tiles loading based on visibility in spherical geometry
2020-03-23 23:47:31 +01:00
Eatdirt
d9e0a98a41
Fix N3 tile occultation on other tiles due to a missing dummy texture (was duplicated in N3 clouds)
2020-03-23 23:00:19 +01:00
Richard Harrison
f09b3eee64
Added low poly SEPECAT Jaguar GR1 model
...
based on the work of Emmanuel Baranger and NC-687 but reworked for low poly count
2020-03-23 18:13:20 +01:00
James Turner
de2c42d908
CDU: add page accessor for testing
2020-03-23 12:55:56 +00:00
Fernando García Liñán
84f0530a1d
Compositor: Use a logarithmic depth buffer in the ALS pipeline.
...
This might not be a definitive solution to fix z-fighting issues, but it's a
good solution meanwhile and can be implemented easily on any shader just by
adding a few lines.
2020-03-22 17:27:12 +01:00
Fernando García Liñán
dd2ac0a32e
- Changed location of Compositor pipelines.
...
- 1-bit transparency for shadow mapping.
- Several effects ported to the Compositor.
- Miscellaneous fixes to Compositor Effects.
2020-03-22 17:27:12 +01:00
Fernando García Liñán
d3e3c55fd6
Compositor: Initial support for clustered shading under the ALS pipeline
2020-03-22 17:27:12 +01:00
James Turner
7e647d855b
Carriers: set a FLOFS heading offset on the Nimitz
...
This value is not exact, but much better than default of zero, for
testing FLOLS startup with the Nimitz.
2020-03-22 15:50:49 +00:00
Yves Tolosa-Joas
0518a3b43f
New traffic file Uzbekistan Airways by Marcin
2020-03-22 15:47:24 +00:00
Yves Tolosa-Joas
a264c4eb1b
Simplified AI 320 model and Updated objects naming
2020-03-22 15:47:24 +00:00
Yves Tolosa-Joas
e3871c42bc
Added Uzbekistan AI Liveries
2020-03-22 15:47:24 +00:00
Yves Tolosa-Joas
f032608ba2
Remapped United Embraer Legacy to Commercial version ERJ145 and updated livery to new Evo scheme
2020-03-22 15:47:24 +00:00
Yves Tolosa-Joas
224b407013
Remapped fallback CRJ 200 to newest model
2020-03-22 15:47:23 +00:00
Yves Tolosa-Joas
ca81c94cde
Removed deprecated CRJ200 model
2020-03-22 15:47:23 +00:00
Yves Tolosa-Joas
3f19b551c7
Updated United CRJ to new Evo livery. Remapped traffic to latest models
2020-03-22 15:47:23 +00:00
Yves Tolosa-Joas
091055c182
Lufthansa Regional traffic update by Marcin
2020-03-22 15:47:23 +00:00
Yves Tolosa-Joas
f8dd97d30b
Remapped Binter CRJ200 ACT 7 Flights to AT7. Biner no longer operates CRJs
2020-03-22 15:47:23 +00:00
Erik Hofman
bb7d7ff24f
Mention the random tag
2020-03-20 09:59:35 +01:00
Julian Smith
0c711dbbf6
defaults.xml: set new eye-fixed flag in tower and fly-by views.
2020-03-16 21:12:05 +00:00
Yves Tolosa-Joas
0d11c2e8a1
Remapped CRJ1000 from CR2 to CR9. Cityline no longer has any CR2
2020-03-16 11:02:43 +00:00
Yves Tolosa-Joas
28cebbaf63
Added MNG (Cargo) traffic file by Marcin
2020-03-16 11:02:43 +00:00
Yves Tolosa-Joas
923b693f56
Removed deprecated ATR42 models
2020-03-16 11:02:43 +00:00
Yves Tolosa-Joas
cd29edadf6
Remapped deprecated ATR 42 AI models
2020-03-16 11:02:43 +00:00