Richard Harrison
b3cb0689b8
Emesary: tidy up default MP prooperty index and add droptanks to GeoEvent
2016-04-25 20:40:57 +02:00
Richard Harrison
beb26236aa
Emesary MP Bridge; optimisation
...
Encode the indexes and use add constants to remove hardcoded values
2016-04-17 11:32:19 +02:00
Richard Harrison
53dcb70e61
Encoded/Decode changes to use more appropriate methods.
2016-04-16 15:14:46 +02:00
Richard Harrison
1efe01a452
Fix so that the callsign is a method as most of the MP properties probably won't be fully populated when the incoming bridge is created.
2016-04-16 15:14:16 +02:00
Richard Harrison
db7ddba8ba
New encoding scheme for transfer over bridge that is slightly more efficient in most cases.
2016-04-16 15:13:33 +02:00
Richard Harrison
bb24cfaec5
Change to be more generic
2016-04-12 23:25:57 +02:00
Richard Harrison
4ed25ac361
Emesary mp support
...
Add support for transfer string
Change Type to NotificationType as Type can be confusing
2016-04-12 23:25:47 +02:00
Richard Harrison
7fa52ea4ee
Merge branch 'next-rjh' into next-emesary-mp-bridge
2016-04-10 00:38:48 +02:00
Richard Harrison
1ec48a966c
Added Emesary Multiplayer bridge
2016-04-09 21:39:57 +02:00
Richard Harrison
f87afb2677
Add page indexes
2016-04-09 21:39:29 +02:00
Stuart Buchanan
97d54bf17f
Make LOD for trees/buildings/objects/STG configurable.
...
Now based on /sim/rendering/static-lod/rough.
This commit removes a large number of range
settings that should in general be set by the user.
2016-04-08 22:39:29 +01:00
Thorsten Renk
f3d79f18e3
Rain layer effect to ALS filtering
2016-04-08 15:57:59 +03:00
Thorsten Renk
5134fa2a61
AW drives diurnal terrain temperature differences
2016-04-08 10:49:55 +03:00
James Turner
552a2a9393
Merge /u/sanhozay/fgdata/ branch next into next
...
https://sourceforge.net/p/flightgear/fgdata/merge-requests/56/
2016-04-07 11:39:55 +00:00
Richard Senior
50ed2bcb58
Improve wind section within spoken ATIS
...
Pronunce wind as "winned" rather than "whined"
Report 00000KT as "calm" rather than "zero zero zero at zero zero"
2016-04-07 01:24:22 +01:00
Thorsten Renk
e98b4ef46f
De-activating California regional definitions for the time being, this really needs to be merged carefully into the existing US Southwest to avoid jarring visuals
2016-04-06 09:42:43 +03:00
Thorsten Renk
3146d6e4fe
Filtering for most remaining ALS shaders
2016-04-06 09:26:49 +03:00
Alessandro Menti
8071409961
Italian translation: update command line switch translation, fix term choice in menu
...
Add the translation for the <download-dir-desc> switch and update the one
for the <metar-desc> one.
Also change "tempo" to "orario" in menu.xml to be consistent with the
term choice in options.xml.
2016-04-05 19:46:59 +02:00
Richard Harrison
54165c213f
Added Emesary and AN/SPN-46 ACLS
...
Emesary is a simple and efficient class based interobject communcation system to allow decoupled disparate parts of a system to function together without knowing about each. It allows decoupling and removal of dependencies by using notifications to cause actions or to query values.
Emesary is all about decoupling and removing dependecies, and improving the structure of code. Using Emesary you can more easily define the what rather than the how. By using what is essential an event driven system it is easy to add or remove modules, and also for extra modules to be inserted that the rest of the aircraft knows nothing about (e.g. FGCamera or the Walker).
see: http://chateau-logic.com/content/emesary-nasal-implementation-flightgear
The AN/SPN-46 is an ACLS implementation using Emesary. ACLS is the Navy's version of ILS.
2016-04-02 00:13:35 +02:00
Thorsten Renk
4bc3619fdb
Restore Florida regional definitions
2016-04-01 13:17:36 +03:00
Thorsten Renk
5ba62b5f12
Remove rainfores-hires.png - the texture is near-identical to rainforest-hawaii.png, larger than the agreed-upon size for terrain textures and tiles with pronounced seams
2016-03-30 11:38:53 +03:00
Thorsten Renk
523135cfae
Easing tiling and contrasts in South America rainforest
2016-03-29 09:11:12 +03:00
Thorsten Renk
58cdc743d1
Fix area definition of Pantanal
2016-03-29 07:56:54 +03:00
Torsten Dreyer
5caec72c16
Merge /u/frougon/flightgear-fgdata/ branch improve-dash-dash-help-output into next
...
https://sourceforge.net/p/flightgear/fgdata/merge-requests/53/
2016-03-28 18:07:47 +00:00
Thorsten Renk
8e3434cdcb
Tweaks to close-up visuals of airport keep
2016-03-28 18:39:49 +03:00
Thorsten Renk
6bdead20b0
Merge branch 'next' of https://git.code.sf.net/p/flightgear/fgdata into next
2016-03-28 18:19:32 +03:00
Thorsten Renk
e9bac7dac4
Fix tiling issues in Tropical South America airport keep definitions
2016-03-28 18:19:05 +03:00
Michael Soitanen
0a4d099dc7
ND: Position trend vector. Correct drawing in case of small radius.
2016-03-28 15:26:27 +02:00
Thorsten Renk
31c2312732
Prepare rock and base terrain effect for ALS filtering
2016-03-28 13:25:47 +03:00
Thorsten Renk
6a423160dd
Alaska forest terrain as test case for ALS tree optimization shader
2016-03-28 12:58:09 +03:00
Erik Hofman
e03e6986ee
Emilian pointed out that the actual depth map should be from +1m to -63m in 25cm increments which should be enough for any means. SO get back to the original texture with added rivers from the Natural Earth data set /and/ an added white line 1 pixel within the coast line. The end result should give the best of all needs, but might require just a bit of fine tuning for specific areas.
2016-03-28 10:28:02 +02:00
Thorsten Renk
bb8e93da97
Enable filtering for ALS lower quality terrain, water and model shaders
2016-03-27 20:27:32 +03:00
Erik Hofman
28f7caa800
Fine-tune the coastal depth map
2016-03-27 13:47:25 +02:00
Florent Rougon
5f4d2d509f
Document the --download-dir 'fgfs' option for 'fgfs --help --verbose'
...
For reference, see FlightGear commits
aa20e0acd82ffaccb829d941b9c7c5cab627124e and
5baca8598f484874235a037fc5db5eb0f9bdfa4a, as well as the discussion at
<https://sourceforge.net/p/flightgear/mailman/flightgear-devel/thread/87egb1wipj.fsf%40frougon.crabdance.com/#msg34959541 >.
2016-03-27 11:07:51 +02:00
Florent Rougon
d503fbdf08
Document that --metar automatically implies --disable-real-weather-fetch
...
Following FlightGear commit 0cfa4ced9cd5e2ec26e753ddd5f61da7558221a6,
mention in the output of 'fgfs --help --verbose' that the --metar option
automatically implies --disable-real-weather-fetch.
2016-03-27 11:07:23 +02:00
Alessandro Menti
5d11b5cfaa
Translations: update the Italian translation
...
Update the Italian translation and bring it in sync with the English
source file.
2016-03-26 12:16:36 +01:00
Thorsten Renk
9afc904482
Prepare ALS tree shader for filtering, add functionality for (optional) agressive optimization
2016-03-26 09:02:51 +02:00
Thorsten Renk
c2ac3b8e13
Add shrub landclass to AW convective definitions
2016-03-26 09:00:08 +02:00
Thorsten Renk
b64945929f
Fix wrong tree number and mitigate tiling issues in Southern Europe regional textures
2016-03-26 08:58:35 +02:00
Thorsten Renk
ceac7032a4
Fix regional definition hierarchy problems
2016-03-26 08:49:28 +02:00
Thorsten Renk
fbc81836c0
Add urban and agriculture effects to ALS filtering scheme
2016-03-25 10:49:07 +02:00
Thorsten Renk
b7e543960b
Starting to fix tiling in CA regional textures
2016-03-25 10:36:14 +02:00
Erik Hofman
b13f46e26e
It was not yet meant to be committed but since it is push the smaller size version
2016-03-24 15:15:32 +01:00
Erik Hofman
49ffc1f2bf
Merge branch 'next' of ssh://git.code.sf.net/p/flightgear/fgdata into next
2016-03-24 14:19:27 +01:00
Erik Hofman
7736e9ab80
agsagostinho:
...
the fixes missing from FGDATA are:
- fixing the Portuguese and Spanish islands in the Atlantic (Madeira, etc.) which had been erroneously assigned to Africa given their proximity. Now they belong to European Mediterranean region, which makes them look better
- improvements to autumn textures in Europe
- huge improvement of the airport grasses all over the world, including hi-res overlays
- matching runway shoulders for the whole globe
- Asian capitals added to list of large cities so they get more density of road lights
- Emirates region
and possibly more.
2016-03-24 14:17:50 +01:00
Torsten Dreyer
8f5e1bd626
Move marker.xml, marker.ac to Aircraft/Generic
...
also adjust (hopefully) all references to the old location
2016-03-23 11:00:18 +01:00
Erik Hofman
0d623d5f5e
Add the option to the Debug menu to save the video configuration file
2016-03-21 11:53:19 +01:00
Torsten Dreyer
496727e87f
Revert "Remove Models/Residential"
...
This reverts commit 9c48a1afed
.
2016-03-20 17:09:59 +01:00
Torsten Dreyer
9c48a1afed
Remove Models/Residential
2016-03-20 16:33:25 +01:00
Torsten Dreyer
f35761b248
Remove Models/Industrial
2016-03-19 21:30:32 +01:00