1
0
Fork 0
Commit graph

9925 commits

Author SHA1 Message Date
James Turner
6a9fddb999 Add Error notification popup 2021-04-27 16:09:27 +01:00
PortreeKid
134ba3f018 Replace Desinstallieren by Deinstallieren 2021-04-27 11:31:47 +01:00
James Turner
313ba5b72d Error reporting UI tweaks 2021-04-27 11:31:00 +01:00
Stuart Buchanan
4db5d00c16 Simplify building.eff, fix lack of orthoTexCoord 2021-04-25 21:36:02 +01:00
James Turner
bde07c8862 Fix inherits-from breaking lightmap.eff fallback 2021-04-22 10:29:59 +01:00
James Turner
9100a36b66 Flip reporting back off for some UI adjustments :)
Keep things quiet while I add a Canvas popup for non-critical cases.
2021-04-21 12:48:17 +01:00
Richard Harrison
26e1e056f7 Added limits and default for tower altitude
There are a lot of towers that are at the same altitude as the airport; this is clearly a lack of data. Also there are some towers that are ludicrously high (e.g. KLSV). This commit defines a reasonable minimum and maximum values for tower altitude; together with a default altitude which will be added to the airport elevation when the tower altitude is outside of these ranges (above airpot altitude).
2021-04-19 17:59:20 +02:00
Colin Geniet
c32bfaea3c AI models: JA37 maintenance
Remove object 'outletCover' as it is not animated over MP.
Remove animation for missing object gearFrontDoorsClosed.
Remove strobe animation (no strobe on real aircraft).
Update gear steer and spin animation to match FGAddon aircraft.
Update MP property for canopy jettison to match FGAddon aircraft.
2021-04-19 10:06:49 +01:00
vezza
5b43e5fef7 Typo Fix (on case sensitive systems) 2021-04-18 19:19:28 +02:00
Fernando García Liñán
23f908665f Fix random buildings shader errors 2021-04-16 07:46:35 +02:00
Yves Tolosa-Joas
019e33655b Fix Incorrect Aircraft path in traffic file. Added A300-600 Freighter to PErformance DB 2021-04-15 11:48:56 +01:00
James Turner
8852452329 Disable broken RNLAF F-16 ‘traffic’ for now
Can be re-added in the future, but needs some attention.
2021-04-15 10:19:00 +01:00
Fernando García Liñán
4099044b65 Fix incorrect lightmap intensity with lightmap-multi=0 2021-04-15 11:12:07 +02:00
Yves Tolosa-Joas
3c50e9f789 Added missing Airbus A300 Freighter code ABF 2021-04-15 09:43:03 +01:00
Yves Tolosa-Joas
1abbf15caa Liveries & traffic files fixes for ANA AirHongKong & AirChina. 2021-04-15 09:43:03 +01:00
Yves Tolosa-Joas
465700e259 Updated Belavia AI ERJ195 Livery to new colour scheme 2021-04-15 09:43:03 +01:00
jano
efcc43b6ba give an initial value to:
/sim/time/frame-time-offset-ms
and set it to non archivable.
this prop is used to delay the time we start a fg loop if we are using the throttle frame rate,
this allow a better master-slave relation as the slave can be run a little after the master.
linked to a28bf28ee089e53a1790d222c02dd2963a76dd85 and 7dfbcf091880ab9d9ed24917f50e1b1920c6a811 in flightgear.
2021-04-09 18:51:15 +02:00
Fernando García Liñán
5716117e9c Add quality-level to defaults.xml to keep backwards compatibility with custom shaders 2021-04-07 00:01:37 +02:00
Stuart Buchanan
4e38061fff WS30: LoD settings for water bodies. 2021-04-04 16:36:06 +01:00
Fernando García Liñán
b6c0e65a38 Fix terrain-overlay.eff not properly checking for geometry shaders 2021-04-02 21:44:17 +02:00
James Turner
342436187e Rendering dialog: fix initial preset combo value 2021-04-02 16:38:55 +01:00
Fernando García Liñán
2d4f8cdbdd Remove unused properties from /sim/rendering 2021-04-02 04:31:03 +02:00
Fernando García Liñán
4f6edde3e9 Add anti-aliasing controls to the rendering dialog 2021-04-02 04:07:36 +02:00
Fernando García Liñán
14e167a6e2 Add order-num parameter to all graphics presets 2021-04-02 03:12:30 +02:00
James Turner
78c06f63b9 Enable error-reporting for some testing. 2021-04-01 12:25:11 +01:00
James Turner
02c70ee05f Canvas SVG: fix parsing of elliptical arcs in paths
See discussion in https://sourceforge.net/p/flightgear/codetickets/2569/ 

Colin Geniet found and fixed this, and has audited existing FGaddon
aircraft against this (also the FG1000).
2021-04-01 12:17:41 +01:00
James Turner
76192e2545 Error-reporting: temporary dialog wording change
Show a more cautious error message call-to-action while the code
matures.
2021-04-01 11:51:54 +01:00
Fernando García Liñán
eb74fe2c5c Make the advanced graphics options dialog not resizable 2021-04-01 03:45:58 +02:00
Fernando García Liñán
04f2ccc16b Support choosing the number of lights being displayed 2021-04-01 03:16:08 +02:00
Fernando García Liñán
703ecfc96c Disable pylons details on the high quality preset 2021-04-01 02:46:56 +02:00
Fernando García Liñán
69387f09f4 Reduce shader complexity and implement graphics presets
- All non-ALS Effects have been removed (except generic ones from model-default and terrain-default).
- The rendering dialog has been reworked to accomodate the changes.
- All necessary properties have been added to graphics-properties.xml
- Five graphics presets have been added: Minimal, Low, Medium, High and Ultra.
- Some unused properties have been removed from defaults.xml
2021-03-31 04:05:34 +02:00
Stuart Buchanan
bd4b4ffbec WS30: Clean up WS30 Effect.
Remove redundant and possibly confusing texture assignment
2021-03-28 19:48:14 +01:00
Erik Hofman
edc810ea13 Final update: Add more procedural texturing, less greenery, more variation. 2021-03-26 16:11:25 +01:00
James Turner
9e5f5501bf Map dialog: make settings persistent (auto-saved)
A forum user suggested making these auto-saved, also relocated them
under /sim/gui which probably makes more sense since no other gui
properties live at the root.
2021-03-26 10:45:47 +00:00
Erik Hofman
d919e47ea6 A number of small updates to the material definitions and use the new /sim/rendering/desert propery to adjust the amount of sand/gravel at a particula latitude. 2021-03-25 11:15:17 +01:00
Erik Hofman
c3e8c724b4 Add tree effects where required for autumnt coloring 2021-03-23 21:37:51 +01:00
Lars Toenning
efa4aef183 Add Eurowings A333 livery 2021-03-23 12:02:32 +00:00
Stuart Buchanan
88209b1eb9 WS30: Add missing materials and landclass mapping 2021-03-22 15:27:41 +00:00
Erik Hofman
efc8ecee77 Remove repetitiveness 2021-03-22 14:06:29 +01:00
Erik Hofman
09ed8d2554 Tweak the african mediteranian airport keep, grasslands, schrub cover, crop areas and grasslands 2021-03-21 14:09:04 +01:00
Stuart Buchanan
0e578c1e78 WS30: Initial Water Effect and configuration
Separate Effect and configuration in landclass-mapping.xml
to identify which landclasses should use it.
2021-03-20 21:52:36 +00:00
Delta Echo
665d95cb69 autochecklist.nas: support <group>ing checklists 2021-03-17 13:20:15 +00:00
joni
2d4eaa03d7 Update copyright year in 'about' dialog 2021-03-17 11:24:38 +00:00
James Turner
8d681fbcbb Add alternate name for this device
Requested by Jon Stockill.
2021-03-17 09:21:23 +00:00
Erik Hofman
48685a5ada Activate the california regional texturing 2021-03-16 11:07:07 +01:00
James Turner
0f6cf494bf Error-reporting: message tweaks from group review 2021-03-15 15:50:32 +00:00
James Turner
dc90c8d2ec Error reporting: improve message for traffic errors 2021-03-13 17:40:12 +00:00
Erik Hofman
f2fc777d1e Add missing timezone definitions: When not within country boudnaries ZoneDetect switches to ETC/GMT. This fixes the crash James was seeing. 2021-03-13 11:22:02 +01:00
Erik Hofman
f95afdb202 Display the timezone description 2021-03-13 10:14:56 +01:00
Erik Hofman
6f5dd95971 Removed unused files. 2021-03-12 15:13:13 +01:00