1
0
Fork 0
Commit graph

10347 commits

Author SHA1 Message Date
Fernando García Liñán
8a28ac7131 HDR: Add support for random and OSG buildings 2023-04-23 21:26:26 +02:00
Fernando García Liñán
775ca98db3 HDR: Fix typos 2023-04-23 21:26:25 +02:00
scttgs0
9616dba341 [Textures] Miscellaneous PNG compression 2023-04-23 03:29:52 -05:00
scttgs0
380c421c98 [Texture/Sings] PNG compression 2023-04-23 03:26:49 -05:00
scttgs0
b990de866b [Textures/Runway] PNG compression 2023-04-23 03:25:24 -05:00
scttgs0
387d1a3d94 [Textures/osm2city] PNG compression 2023-04-23 03:23:44 -05:00
scttgs0
742f5f5775 [Aircraft/Instruments-3d] PNG compression and iCCP removal 2023-04-23 02:53:50 -05:00
scttgs0
fced1632d4 [Cubemap/buildings] PNG compression and iCCP removal 2023-04-23 02:46:10 -05:00
scttgs0
a1c17f9ca1 [gui] PNG compression and iCCP removal 2023-04-23 02:41:28 -05:00
Fernando García Liñán
51b8141575 Change vertex attributes of buildings and lights
See related SimGear commit 1c2a39fa.
2023-04-21 02:21:15 +02:00
Fernando García Liñán
691337a00e HDR: Add separate fog layer to atmosphere
Also use Nasal to feed the shaders' uniforms. Much better than running
the computations on the GPU.
2023-04-21 02:15:42 +02:00
scttgs0
6d03eb190f [Textures] PNG compression and iCCP removal 2023-04-17 15:58:44 -05:00
scttgs0
985ce85649 [AI/Aircraft] PNG compression and iCCP removal 2023-04-17 14:59:10 -05:00
scttgs0
f221be9be6 [Geodata] PNG compression and iCCP removal 2023-04-17 14:50:03 -05:00
scttgs0
38ccff0900 [gui] PNG compression and iCCP removal 2023-04-17 14:46:35 -05:00
scttgs0
35e4efc09d Merge branch 'next' of git://git.code.sf.net/p/flightgear/fgdata into next 2023-04-17 14:33:54 -05:00
scttgs0
e65bc0e3ec [Models] PNG compression and iCCP removal 2023-04-17 14:30:48 -05:00
TheFGFSEagle
4c398de46c More robust rotation center handling 2023-04-17 15:13:18 +01:00
TheFGFSEagle
e5f4915e89 canvas.gui.widgets PropertyWidgets: Add functionality to temporarily disable property syncedness for property-synced widgets
This is needed for example to prevent writing to the bound property while adding items to a PropertyComboBox
2023-04-17 15:13:17 +01:00
TheFGFSEagle
ad266eb743 canvas.gui.widgets.ComboBox: Bug fixes, implement findByValue and findByText methods, add placeholders for missing artwork 2023-04-17 15:13:17 +01:00
TheFGFSEagle
51e16819be aircraft.data: Enable method chaining and add method to remove properties from the catalog 2023-04-17 15:13:17 +01:00
TheFGFSEagle
d70d073a22 Added property-synced dial and slider 2023-04-17 15:13:17 +01:00
TheFGFSEagle
638b6182d6 Implemented dial with optional value display, ticks and wrapping 2023-04-17 15:13:17 +01:00
TheFGFSEagle
4fb22e821a Fix menus popping back up when clicking on a menu bar item / combo box with the respective menu open 2023-04-17 15:13:17 +01:00
Fernando García Liñán
10cd3fb8c4 HDR: Normal mapping without precomputed tangents
Also tidy up model and terrain shaders. Inputs and outputs to vertex and
fragment shaders are now interface blocks.
2023-04-17 05:09:24 +02:00
Fernando García Liñán
82d415cbd4 HDR: Add remaining aerosol types
Now the properties of the atmospheric medium can be changed through the
property tree.
2023-04-16 07:19:22 +02:00
scttgs0
b0cfcd4a62 Ticket #2441: Remove Aircraft Center (Experimental) 2023-04-15 23:53:48 -05:00
Erik Hofman
9e0211312e Follow the new shader guide style 2023-04-13 08:25:07 +02:00
Fernando García Liñán
e77e5bad9c HDR: Fix aerial perspective banding 2023-04-13 05:57:01 +02:00
Fernando García Liñán
f53a170539 HDR: Better bloom effect
We also now pre-expose our lighting before writing to the HDR buffers.
This solves some precision issues and prevents the Sun from producing
infinite values.
2023-04-13 00:30:02 +02:00
Stuart Buchanan
ce24a3f05f HDR: WS30 basic terrain shader 2023-04-12 18:11:41 +01:00
Fernando García Liñán
23b4e6e26f Fix typo 2023-04-11 17:59:44 +02:00
Fernando García Liñán
8af67bfb2f HDR: Complete refactoring of shader style and naming
See https://wiki.flightgear.org/Shader_Style_Guide.
2023-04-11 15:53:47 +02:00
Erik Hofman
c64130fc4c Remove all wave features from water textures. let shaders handle it. 2023-04-09 14:20:50 +02:00
Fernando García Liñán
c4d19877cf HDR: Significant update
- New atmosphering rendering technique based on my own work.
- Attempt to fix some remaining transparency issues.
- Use a luminance histogram for auto exposure.
- Add support for clustered shading.
- Add WS 2.0 shaders.
- Add 3D cloud shaders.
- Add orthoscenery support.
2023-04-06 00:18:29 +02:00
Fernando García Liñán
85771b2863 Use different vertex attribute for orthoscenery
See related SimGear commit e8ffe461

Now the orthophoto texture coordinates are contained in gl_TexCoord[2],
so no need to pass any custom vertex attributes to Effects that use
photoscenery.
2023-04-05 23:13:51 +02:00
Benedikt Wolf
eb9508ed56 ILEC-SC7: Correct size, various small model improvements 2023-03-13 11:22:05 +01:00
Erik Hofman
534c859cdb Revert to 8e3ef0d2e4 as Nasal OOP doesn't work 2023-03-10 09:21:54 +01:00
Erik Hofman
c9dda8b418 Reinstate a line which was commented out for debugging purposes 2023-03-08 15:15:18 +01:00
Erik Hofman
6357b7b629 Do not show the canvas display at startup 2023-03-08 12:55:17 +01:00
Erik Hofman
93f974de1e Make cDefaultGroup a class member 2023-03-08 11:29:46 +01:00
Erik Hofman
61664836a4 Fold used shaders into the main shader 2023-03-08 11:27:55 +01:00
Erik Hofman
cfef45c93b Introduce a view-matrix for ShaderVG 2023-03-04 14:11:18 +01:00
Benedikt Wolf
a90b331ce1 Fix some instrument installation instructions to prevent spamming MP properties 2023-03-02 15:47:41 +01:00
Erik Hofman
8e3ef0d2e4 Add some descriptive labels to the test pattern 2023-02-28 14:19:10 +01:00
TheFGFSEagle
921df08a61 Check for each key passed to Shortcut.match whether it is contained in the shortcut's keys, instead of comparing the first argument key to the first member key, the second to the second, etc. 2023-02-28 12:47:00 +00:00
TheFGFSEagle
372d68a775 Canvas slider widget:
Added value display
Add ticks, round mouse dragging result to nearest multiple of step size,
implement scroll handler
Add keybindings for adjusting slider value
2023-02-28 12:47:00 +00:00
TheFGFSEagle
be80d67754 Added option to make tabs closeable 2023-02-28 12:47:00 +00:00
Erik Hofman
a18808fae6 Add a Canvas test pattern dialog 2023-02-28 13:31:23 +01:00
Stuart Buchanan
71bdd9e99b WS30 - Improved coastline shader
Make the coastline shader consistent between
the coastline texture and the underlying landclass
texture, irrespective of materials.
2023-02-27 22:02:34 +00:00