1
0
Fork 0
Commit graph

7731 commits

Author SHA1 Message Date
Thorsten Renk
87a2f55562 Higher quality space shaders 2015-08-27 14:46:05 +03:00
Thorsten Renk
83cbd1ec32 More detailed moon texture 2015-08-27 14:42:06 +03:00
Thorsten Renk
8e0e8ee4e0 Texture sun brilliance effect (requires SG patch to be seen) 2015-08-25 11:36:28 +03:00
Thorsten Renk
454fa8df8f More work on rendering lighting in ALS, public domain NOAA image resources are gratefully acknowledged 2015-08-12 11:31:05 +03:00
Thorsten Renk
a48dea9e48 Lightning for AW with ALS support - work in progress 2015-08-11 16:28:32 +03:00
Thorsten Renk
2d18c748ee Fix for walker/reposition interference suggested by DFaber 2015-08-10 11:12:09 +03:00
Thorsten Renk
6168bbebf8 Bugfix for ALS effect indexing errors 2015-08-10 09:36:20 +03:00
Thorsten Renk
93e314a02a Irradiance map and residual ambience support for ALS model interior effect 2015-08-08 13:37:15 +03:00
Torsten Dreyer
88880813ee Phi: fix "center on aircraft"
Correctly pan to aircraft when mode gets re-enabled even if aircraft is not moving
2015-08-07 18:53:12 +02:00
Torsten Dreyer
79cf519b6f Phi: map improvements
- make the AircraftMarker CSS style-able
- assing individual styles to AI, multiplayer and own aircraft
2015-08-07 14:17:05 +02:00
Thorsten Renk
c548463f5d Grain overlay support for ALS model interior effect 2015-08-07 10:23:39 +03:00
Thorsten Renk
003eb87022 Lightmap support for ALS model interior effect 2015-08-07 09:46:45 +03:00
Thorsten Renk
834350b4cc Lightmap for reflections in ALS glass effect 2015-08-06 12:26:47 +03:00
Torsten Dreyer
2812cc6321 Phi: refactor some map marker
- better aircraft marker symbol
- aircraft symbol loaded from file, no longer hardcoded
- marker as knockout component
2015-07-30 21:03:06 +02:00
Torsten Dreyer
dbc5d6689b Bump version to 3.7.0 2015-07-27 21:55:35 +02:00
f-ojac
7fc0e42a8b Translating some missing French help entries 2015-07-27 21:36:00 +02:00
f-ojac
68ef0ce0ff Translating some missing French startup entries 2015-07-27 21:14:24 +02:00
f-ojac
325717df43 Translating some missing French menu entries 2015-07-27 18:34:50 +02:00
Stuart Buchanan
e253f1ee50 c172p auto-generated documentation 2015-07-24 19:43:45 +01:00
Stuart Buchanan
18089cb03a Update documentation version for V3.6.0 2015-07-24 19:40:15 +01:00
Stuart Buchanan
1ab65221b1 Final V3.6.0 version of c172p-detailed.
https://github.com/Juanvvc/c172p-detailed
commit 874b89fedff35dfe1967e09365d3cb0d5b11522c
2015-07-24 18:37:16 +01:00
Stuart Buchanan
733027e67b Ignore unnamed views in replay dialog
Patch from Denk PADJE.
2015-07-24 18:30:40 +01:00
Stuart Buchanan
aea4e306c9 Minor updates to Brazil regional texture defs.
from Gilbert AGOSTINHO.

Commit 39767ef05cc89ce4af1719784afaaf2ecfc0cc96
from https://github.com/gilbertohasnofb/new-regional-textures
2015-07-24 18:25:54 +01:00
Torsten Dreyer
d916e98b4c bump version -> 3.6.0 2015-07-14 11:35:05 +02:00
Torsten Dreyer
7243336e0a Fix #1777 - circus tents at KSFO
Seems to be a bad commit b528caf6edb34d9df1015b47b598ec09de4774a6 in old fgdata

"Reduce Z-fighting with light pole light volume by extending it below the ground"
introduces a solid, non-transparent light volume.
2015-07-12 21:19:10 +02:00
Torsten Dreyer
29f5ff7cbc Reset the PagedLOD mode for AI to "distance"
see previous commit 50c388f634
2015-07-09 10:20:23 +02:00
Torsten Dreyer
50c388f634 Workaround for "AI Models invisible"
expose the ai-range-mode flag to the static-lod dialog.
PagedLOD culling based on distance seems to be more reliable than that based
on projected screen size.
2015-07-09 10:15:40 +02:00
Torsten Dreyer
07c6050707 Phi-Map: cleanup aircraft icon
strip anything but the svg element from the loaded icon file
2015-07-08 13:27:54 +02:00
Torsten Dreyer
e8849c882e Phi: fix heading of aircraft icon on map
correctly rotate icon if speed is zero (e.g. with the ufo)
2015-07-08 10:59:01 +02:00
Torsten Dreyer
ac42dc3acc Phi: don't use hardcoded svg for aircraft icon 2015-07-07 11:56:33 +02:00
Stuart Buchanan
46ee99255b Replace CC-BY-SA textures.
Replace textures that aren't GPL license-compatible.

From https://github.com/gilbertohasnofb/new-regional-textures
commit 581fb2795a4e068f807ad8c45558eddcf4c0b69c

As requested by Gilberto AGOSTINHO.
2015-07-05 19:49:32 +01:00
Stuart Buchanan
88b49b4259 Sync c172p with c172p-detailed master branch.
Sync with commit cab40a0af989bf08302836f98e91672920369fa3
2015-07-05 19:32:41 +01:00
Stuart Buchanan
9fa2aafcb5 Increase /sim/rendering/max-paged-lod to 200
Previous value of 16 was too low and caused
paging out of objects immediately.
2015-06-24 20:37:12 +01:00
Stuart Buchanan
30548cef0b Add CC-BY sounds, bringing fgdata c172p up to date.
Now matches e0a32e62d9390f796feac6f5e1818323f970bbf5
completely.
2015-06-22 20:17:49 +01:00
Torsten Dreyer
e0b415ad74 Phi: Partial Fix #1769 route manager path
Use geodesic plugin for leaflet do correctly display great circle
paths between waypoints and handle wrapping across -180deg of latitude.

The entire leaflet library seems to have an issue wrapping around
-180/+180 deg of latitude :-/
2015-06-22 17:21:41 +02:00
Erik Hofman
6a327df616 Merge Thanks from the flightgear source and fgdata 2015-06-19 16:05:34 +02:00
Torsten Dreyer
1630bd8254 Merge commit '3feafef999aa79e87bea368cb19511413f06478b' into next
This was https://sourceforge.net/p/flightgear/fgdata/merge-requests/29/

minor correction in lag_adjust.nas (mp patch)
2015-06-17 10:44:27 +02:00
James Turner
47e14354c0 Merge commit 'b028a8ea13248aa97c3cc3a77fbb292c31147994' into next 2015-06-17 00:08:36 +01:00
Stuart Buchanan
3195a6a825 Merge with c172p-detailed v3.6 tag
Commit df6b2c5f4f75d000c5f5ef9c6cc4446784348f20
2015-06-16 22:57:55 +01:00
Stuart Buchanan
60d7073794 Initial checking of c172p-detailed.
From https://github.com/Juanvvc/c172p-detailed.git

Commit df6b2c5f4f75d000c5f5ef9c6cc4446784348f20
2015-06-16 22:20:54 +01:00
Thorsten Renk
5b83e32885 Added attribution for regional texture support to Thanks file 2015-06-15 09:20:49 +03:00
janodesbois
3feafef999 minor correction in lag_adjust.nas (mp patch) 2015-06-15 01:11:59 +02:00
Erik Hofman
432a442afc New regional texture specifications from Gilberto (gsagostinho) for savanna, tropical, pampa, latin america, brazil and africa 2015-06-14 11:29:16 +02:00
Torsten Dreyer
0d9266a13a Use Phi's map for Equipment->Browser Map 2015-06-12 12:05:38 +02:00
Hamza Alloush
63c5a61f94 thrustmaster: add all changes to make joystick functional 2015-06-10 18:52:49 +03:00
Torsten Dreyer
380c1d0216 Merge /u/janodesbois/fgdata/ branch mpPatch into next
http://sourceforge.net/p/flightgear/fgdata/merge-requests/26/
2015-06-10 15:25:47 +00:00
Thorsten Renk
106cf2e5e1 Change ALS flashlight switch to int to allow mode change 2015-06-10 09:42:13 +03:00
janodesbois
12af1482e7 little adjustements for the mp patch 2015-06-09 21:12:48 +02:00
Torsten Dreyer
dabaeea9fa Merge /u/tikibar/flightgear/ branch canvas_tacan into next
http://sourceforge.net/p/flightgear/fgdata/merge-requests/22/
2015-06-09 07:12:46 +00:00
janodesbois
b304d43d49 bug correction to the lag adjust nasal part, did things wrong when
simplifying the code
2015-06-08 18:23:34 +02:00