1
0
Fork 0

Commit graph

  • c6b526f343 Create overlay mixing scales based on texture scale. James.Hester 2021-07-23 22:51:09 +10:00
  • 9eaef501c7 HDR pipeline: a lot of improvements to atmospheric scattering Fernando García Liñán 2021-07-26 12:10:58 +02:00
  • 0a9a0527aa FG1000 - Architecture diagram Stuart Buchanan 2021-07-25 20:43:02 +01:00
  • d58ab0d82c Change all Compositor passes implicit attachments Fernando García Liñán 2021-07-24 19:22:58 +02:00
  • 1215f1eba2 HDR pipeline: add placeholder shaders for WS 3.0 Fernando García Liñán 2021-07-24 13:35:53 +02:00
  • 784c89dd61 HDR pipeline: do not use the r11g11b10f format Fernando García Liñán 2021-07-24 07:04:39 +02:00
  • 96313e7eb0 Initial commit of the HDR pipeline Fernando García Liñán 2021-04-10 11:14:16 +02:00
  • 1732f1339f FG1000: EIS Battery current display Stuart Buchanan 2021-07-05 17:12:34 +01:00
  • 3239f8664e FG1000: Add CHT to C182T EIS display Stuart Buchanan 2021-07-05 16:24:59 +01:00
  • a7cbaf4f97 Updated Fleet and Traffic for AirBridgeCargo Yves Tolosa-Joas 2021-06-28 12:59:38 +10:00
  • 47708c7154 Updated Traffic an Liveries for Copa Airlines of Panama Yves Tolosa-Joas 2021-06-20 19:22:13 +10:00
  • 86402a0c92 gui/dialogs/multiplayer.xml: added mpcarrier-latch-always. Julian Smith 2021-06-24 15:22:15 +01:00
  • d9ffc50011 MP Carrier fixes for loading Richard Harrison 2021-06-22 23:39:45 +02:00
  • a23313176c Add turbojet fan sound by Bjoern K; edited to remove pops/cracks legoboyvdlp R 2021-06-18 11:46:48 +01:00
  • d15b61e9b5 Reorganize the shadow mapping functions Fernando García Liñán 2021-06-17 18:16:12 +02:00
  • de40bf5f94 gui/dialogs/replay.xml: in slider, measure time from start of recording. Julian Smith 2021-06-06 12:45:48 +01:00
  • 63debb7d63 Carriers: fix dialog nasal Richard Harrison 2021-06-05 16:18:58 +02:00
  • 2b11545fdf Added tests for Nasal frame utils Richard Harrison 2021-06-05 16:18:04 +02:00
  • 000a484e8d Carriers: Added Admiral Kuznetsov and Liaoning Richard Harrison 2021-06-05 16:17:23 +02:00
  • ed89e16bda Multiplayer: Remove protocol compatibility from MP dialog. Richard Harrison 2021-06-05 15:15:57 +02:00
  • 85d6c4599a Updated Traffic and Liveries for Delta Airlines Yves Tolosa-Joas 2021-06-02 22:10:15 +10:00
  • 45d33ad0b6 Remapped Belly & Updated Existing Textures Yves Tolosa-Joas 2021-06-02 22:09:38 +10:00
  • 5d1a0f1766 Corrected ICAO for Lauceston YMLT Airport Yves Tolosa-Joas 2021-06-02 22:08:46 +10:00
  • 768e11d0a6 Nasal/view.nas: Allow view to be changed by setting /sim/current-view/view-number-raw. Julian Smith 2021-04-25 16:39:00 +01:00
  • 4b4410becf Allow control of whether 'b' key also cancels parking brake. Julian Smith 2021-05-26 10:18:40 +01:00
  • 9a9ece5054 Do not let OSG implicitly attach a color renderbuffer to the shadowmap pass Fernando García Liñán 2021-05-24 23:52:02 +02:00
  • 50ab6df140 Cleanup of Fleets for Tail Number Duplication Yves Tolosa-Joas 2021-05-18 21:30:17 +10:00
  • 2600739601 Added 737 Max aircrafts Yves Tolosa-Joas 2021-05-18 21:29:39 +10:00
  • 93fe4cd3bb Updated Flight Levels for SATA Dash8 Yves Tolosa-Joas 2021-05-18 21:27:39 +10:00
  • c1386a311a Updated Traffic for Vueling Yves Tolosa-Joas 2021-05-18 21:26:57 +10:00
  • cb22824e6e Updated Traffic and liveries for United Airlines Yves Tolosa-Joas 2021-05-18 21:26:39 +10:00
  • 0e434250ae moved misplaced SNJ traffic file Yves Tolosa-Joas 2021-05-18 21:25:38 +10:00
  • 8b1370d49e Corrected AI Aircraft Radii Yves Tolosa-Joas 2021-05-08 12:18:50 +10:00
  • 064e8cbe74 Clean Up traffic file for Duplicate Tail Number warnings Yves Tolosa-Joas 2021-05-08 12:18:30 +10:00
  • da795a4106 Updated Traffic & Liveries for EasyJet Yves Tolosa-Joas 2021-05-08 12:17:19 +10:00
  • fd8557d53b Merge branch 'next' into canvas-livery fly 2021-05-15 18:04:02 +00:00
  • 49fa42faac Add shaders for osgText Fernando García Liñán 2021-05-14 22:45:36 +02:00
  • 55b0cf802c S3 Vario: Fix bug where the needle became offsetted when the instruments was switched off while non-zero Delta Echo 2021-05-14 12:26:24 +02:00
  • c2e71eb3e9 Fix a misaligned lakes layer Erik Hofman 2021-05-11 11:27:07 +02:00
  • a2484bd84a One last update to improve wather depth and coloring Erik Hofman 2021-05-10 11:53:13 +02:00
  • 8c01478ed8 It's now possible to create a overrides of water colour and shallowness for waterbodies through regional definitions. Note: Overrides are constant and apply throughout the waterbody. This is mainly useful for inland waterbodies. - Added overrides as parameter values for: water floor_colour (vec3 RBG colours. Range: 0 to 1. Defaults: old inland map colour, a blue ocean colour.), water_shallowness (Same as depth map texture. Range: 0 to 1. Defaults: 1.0 inland, 0.7 ocean). The corresponding texture lookup branches are also gated by these uniform flags for performance reasons. Erik Hofman 2021-05-10 11:52:45 +02:00
  • 55209d40b5 Cleanup: - water.eff: technique 2: air_pollution uniform is not used by water-ALS-base.frag - water.eff: ocean_flag is now a parameter - water-inland.eff now inherits from water.eff as it's a copy, except for ocean_flag value Erik Hofman 2021-05-10 11:52:28 +02:00
  • 16f94fb20a Set the gray-channel to all white Erik Hofman 2021-05-09 14:26:31 +02:00
  • 3ae3f95abd Use the alpha channel of the depth map Erik Hofman 2021-05-09 14:26:18 +02:00
  • afd8e93ad0 Fix model effects combobox in rendering dialog Fernando García Liñán 2021-05-09 13:11:14 +02:00
  • 8a94ffa7e1 WS30 Use proper inheritance for ws30water Stuart Buchanan 2021-05-08 20:41:58 +01:00
  • 5abacfbaf4 Also use the new Gray-Alpha texture for water depth information for ws30 water too. Erik Hofman 2021-05-07 15:39:48 +02:00
  • e741d069ab Use the new Gray-Alpha texture for water depth information for inland water too Erik Hofman 2021-05-07 15:24:47 +02:00
  • 055ce55be4 Use a Gray-Alpha texture for water depth information and use the globe-colors.jpg texture for water color. Erik Hofman 2021-05-07 15:14:56 +02:00
  • 6950670086 Do not save the graphics preset for now Fernando García Liñán 2021-05-07 13:10:09 +02:00
  • c9f995db5c Apply texture to mp aircraft fly 2021-05-06 20:34:24 +00:00
  • f8bab8d01e Added Airbus NEO IATA Designators Yves Tolosa-Joas 2021-05-05 20:44:20 +10:00
  • 247ee16514 Corrected Duplicate Tail Numbers in Existing Traffic Files Yves Tolosa-Joas 2021-05-05 20:39:59 +10:00
  • dd97ffecda Updated Liveries and Traffic for TAP and TAP Express Yves Tolosa-Joas 2021-05-05 20:39:10 +10:00
  • 2a82124950 Removed defunct Dragon and Rouge Yves Tolosa-Joas 2021-05-05 20:34:39 +10:00
  • aacc9e8f6a Add 1.5 million lakes courtesty of HydroLAKES (licensed under a Creative Commons Attribution 4.0 International License) Erik Hofman 2021-05-05 13:03:35 +02:00
  • c87798c610 WS30i: Initial coastlines Stuart Buchanan 2021-05-03 15:47:13 +01:00
  • b0430822b4 Glider Instruments: Fix duplicate for-loop (AR-6201), Formatting Delta Echo 2021-05-03 15:36:23 +02:00
  • 79e1ca771f Perfect the water depth calculation based on water colors Erik Hofman 2021-05-03 14:36:07 +02:00
  • 434e73ad84 Also color inland water bodies and rivers Erik Hofman 2021-05-03 14:35:05 +02:00
  • 313dc7a3cb KI206: fix heading-card rotation James Turner 2021-05-02 17:13:20 +01:00
  • 17179fad8e Added Liveries and Traffic for SATA Air Acores and subsidiary Azores Airlines Yves Tolosa-Joas 2021-05-01 23:03:52 +10:00
  • f65f7b884b Improved lagune coloring for areas like the behamas Erik Hofman 2021-05-02 14:18:18 +02:00
  • d145a52ac1 I forgot that the ocean depth was in the alpha channel but work around that by using the RGB colors to do the same Erik Hofman 2021-05-02 13:01:52 +02:00
  • f4edb0e362 Keep the rendering quality settings between sessions Erik Hofman 2021-05-02 12:56:36 +02:00
  • 4b099c8e14 Merge branch 'next' of ssh://git.code.sf.net/p/flightgear/fgdata into next Erik Hofman 2021-05-02 12:02:33 +02:00
  • b7e4f723b6 Oops: add a missing file Erik Hofman 2021-05-02 12:02:08 +02:00
  • 93bd663a80 Save the appropiate property for precipitation in graphics presets Fernando García Liñán 2021-05-02 11:36:02 +02:00
  • 87427e7b7f Fix crash when trying to load a graphics preset from the command line Fernando García Liñán 2021-05-02 11:26:27 +02:00
  • 6d0c1439f0 There is no reason not to keep ocean_depth_1 as a JPEG file saving around 120MB of diskspace (and installer space) Erik Hofman 2021-05-01 12:55:16 +02:00
  • dd9507a6ef Error reporting UI tweaks James Turner 2021-04-30 13:44:00 +01:00
  • 3497d531fc Add dummy techniques to model-combined.eff Fernando García Liñán 2021-04-29 12:44:58 +02:00
  • 9c8a92085a Add warning icon image James Turner 2021-04-29 09:26:36 +01:00
  • 463e990daf Updated ANA Traffic. Includes PAX and Cargo as well as ANA Wings and Air Japan Yves Tolosa-Joas 2021-04-28 21:22:34 +10:00
  • a13dfa2e68 removed ANA Wings traffic now included in ANA.xml Yves Tolosa-Joas 2021-04-28 21:21:39 +10:00
  • 6a9fddb999 Add Error notification popup James Turner 2021-04-27 16:08:50 +01:00
  • 134ba3f018 Replace Desinstallieren by Deinstallieren PortreeKid 2021-04-26 20:26:28 +02:00
  • 313ba5b72d Error reporting UI tweaks James Turner 2021-04-22 12:22:06 +01:00
  • 4db5d00c16 Simplify building.eff, fix lack of orthoTexCoord Stuart Buchanan 2021-04-25 21:36:02 +01:00
  • bde07c8862 Fix inherits-from breaking lightmap.eff fallback James Turner 2021-04-22 10:29:59 +01:00
  • 9100a36b66 Flip reporting back off for some UI adjustments :) James Turner 2021-04-21 12:48:17 +01:00
  • 26e1e056f7 Added limits and default for tower altitude Richard Harrison 2021-04-19 17:59:20 +02:00
  • c32bfaea3c AI models: JA37 maintenance Colin Geniet 2021-04-18 13:53:49 +02:00
  • 5b43e5fef7 Typo Fix (on case sensitive systems) vezza 2021-04-18 19:19:28 +02:00
  • 23f908665f Fix random buildings shader errors Fernando García Liñán 2021-04-16 07:45:48 +02:00
  • dbadf6a74b Removed accidentally added australian materials fly 2021-04-15 22:40:43 +10:00
  • 3ed52e70e0 Use logprint instead of print fly 2021-04-15 21:06:04 +10:00
  • 019e33655b Fix Incorrect Aircraft path in traffic file. Added A300-600 Freighter to PErformance DB Yves Tolosa-Joas 2021-04-15 19:38:43 +10:00
  • 8852452329 Disable broken RNLAF F-16 ‘traffic’ for now James Turner 2021-04-15 09:45:53 +01:00
  • 4099044b65 Fix incorrect lightmap intensity with lightmap-multi=0 Fernando García Liñán 2021-04-15 11:12:07 +02:00
  • 3c50e9f789 Added missing Airbus A300 Freighter code ABF Yves Tolosa-Joas 2021-04-14 23:16:48 +10:00
  • 1abbf15caa Liveries & traffic files fixes for ANA AirHongKong & AirChina. Yves Tolosa-Joas 2021-04-14 23:15:28 +10:00
  • 465700e259 Updated Belavia AI ERJ195 Livery to new colour scheme Yves Tolosa-Joas 2021-01-19 13:02:54 +11:00
  • 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. jano 2021-04-09 18:51:15 +02:00
  • 5716117e9c Add quality-level to defaults.xml to keep backwards compatibility with custom shaders Fernando García Liñán 2021-04-07 00:01:37 +02:00
  • 46f8415024 Merged next fly 2021-04-06 20:24:03 +10:00
  • 4e38061fff WS30: LoD settings for water bodies. Stuart Buchanan 2021-04-04 16:36:06 +01:00
  • b6c0e65a38 Fix terrain-overlay.eff not properly checking for geometry shaders Fernando García Liñán 2021-04-02 21:44:17 +02:00
  • 342436187e Rendering dialog: fix initial preset combo value James Turner 2021-04-02 16:38:55 +01:00
  • 2d4f8cdbdd Remove unused properties from /sim/rendering Fernando García Liñán 2021-04-02 04:31:03 +02:00