1
0
Fork 0
Commit graph

6002 commits

Author SHA1 Message Date
Gijs de Rooy
e7cfd1b169 Get rid of absolute paths in Instruments-3d/ 2012-07-20 14:01:15 +02:00
BARANGER Emmanuel
5ed691f42b Merge branch 'master' of git://gitorious.org/fg/fgdata 2012-07-20 02:04:58 +02:00
Stuart Buchanan
ba6f14c435 Regional materials update:
- Re-factor common properties (including condition statements) into separate files.
Note that using "index=0" attributes these can be over-ridden.
- Add caribbean regional textures and building definitions
- Add missing low-resolution rainforest-hawaii.png
2012-07-19 22:16:24 +01:00
Stuart Buchanan
2ddf719a82 Add debug options to reload materials and the scenery. 2012-07-19 22:07:19 +01:00
Stuart Buchanan
e91620a456 Remove building density slider. Values > 1.0 have massive memory
impacts and can result in FG paging to disk continually and hanging
some systems, with no obvious cause or fix (particularly with auto-save).

For the moment we simply remove the slider, allowing power users to
modify the density in preferences.xml.

Once the memory consumption of buildings has been addressed we should
be able to put the slide back in.
2012-07-19 21:36:06 +01:00
Emilian Huminiuc
05e3eb80f4 Make the other sunlight shaders recognize water matId.
Remove duplicate fogFunc line in runway.frag
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2012-07-19 22:08:35 +03:00
ThorstenB
2b846cbddb c172p: kma20 audio panel 2012-07-18 21:26:33 +02:00
ThorstenB
fc73069ff5 c172p: use local Nasal vars, typify properties 2012-07-18 21:23:50 +02:00
ThorstenB
5ca9667f03 #808: setting to enable millibars in European ATIS messages
Documents existing switch, keeps current default.
2012-07-18 21:06:12 +02:00
ThorstenB
7fab23dfcc Remove obsolete AI preferences.
Old ATCDCL preferences are no longer references anywhere.
2012-07-18 21:06:04 +02:00
ThorstenB
5f0585efbf Bump fgdata version to 2.9.0 2012-07-17 18:43:38 +02:00
ThorstenB
4cbcf93190 Set mode for data files to "non-executable". 2012-07-17 18:32:53 +02:00
ThorstenB
6a0d91212a Remove mixed DOS/UNIX line feeds
which confused text editors.
2012-07-17 18:26:53 +02:00
ThorstenB
834b4e05c4 sa7k: Updated Spanish language resource. 2012-07-17 18:25:50 +02:00
BARANGER Emmanuel
9464a5c93e Merge branch 'master' of git://gitorious.org/fg/fgdata 2012-07-16 19:47:54 +02:00
Emilian Huminiuc
e7dcbcf494 Small fixes and tweaks. Fix ugly black faces paralel to view direction on random buildings.
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2012-07-16 14:17:16 +03:00
BARANGER Emmanuel
fbe8231ed5 Merge branch 'master' of git://gitorious.org/fg/fgdata 2012-07-15 22:48:30 +02:00
Alexis Bory
65ea86587b Merge branch 'work' 2012-07-15 22:33:39 +02:00
ThorstenB
f59848667c --metar option needs METAR argument 2012-07-15 16:00:49 +02:00
ThorstenB
8b68ce8981 Document command-line options. 2012-07-15 11:16:03 +02:00
ThorstenB
121790f337 Make restore-defaults option also apply to aircraft-specific data 2012-07-15 11:07:23 +02:00
Alexis Bory
d01d7730d6 Merge branch 'work' 2012-07-15 01:01:54 +02:00
Emilian Huminiuc
4f991859ca tweak random building reflections
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2012-07-15 00:37:32 +03:00
Stuart Buchanan
2fb30f8128 Updated c172p tutorials with <wait> tags. 2012-07-14 21:08:54 +01:00
Stuart Buchanan
bd4e8764de Correct waiting period for exit statements without conditions,
update tutorial README with <wait> tag.
2012-07-14 20:27:31 +01:00
Stuart Buchanan
359a8ce414 Fix exit-time, step-time tags, and make the <wait> tag only apply to the
first iteration of any step.  Fix for issue #417
2012-07-14 20:20:21 +01:00
Frederic Bouvier
313f4796fb Rembrandt: Add debugging properties and fix transparency issues. Side effect: light are not fogged (may be added in the light shader later) and depth buffer precision issues on light are more visible due to near plane really near (0.1m) 2012-07-14 13:09:42 +02:00
Frederic Bouvier
3ac767a974 SSAO: Special case for ATI owners 2012-07-14 11:48:08 +02:00
Gijs de Rooy
c76bc39101 Update Dutch language resource 2012-07-13 20:49:43 +02:00
Gijs de Rooy
50c8c29032 Two more CH yoke and pedals names. 2012-07-13 20:20:41 +02:00
Emilian Huminiuc
bd32fb99cf remove GL_EXT_gpu_shader4 dependency
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2012-07-13 20:58:02 +03:00
ThorstenB
6492c59f6f Updated German language resource.
Danke an longfly!
2012-07-13 19:45:53 +02:00
Emilian Huminiuc
faf9b41d8f remove unnecessary dependency on GL_EXT_gpu_shader4
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2012-07-13 20:40:41 +03:00
ThorstenB
e3be4443f6 Fix untranslatable "reload aircraft model" item.
Thanks to sa7k.
2012-07-13 19:36:30 +02:00
ThorstenB
74866c2c41 Updated Spanish language resource.
Sa7k, muchas gracias!
2012-07-13 19:36:30 +02:00
Frederic Bouvier
48c9664e83 Remove unnecessary unsigned keyword and dependancy on GL_EXT_gpu_shader4 extension 2012-07-13 19:32:31 +02:00
Frederic Bouvier
4b6f2f6017 Remove unneeded dependancy 2012-07-13 19:28:55 +02:00
Emilian Huminiuc
6a992c65d6 Fix overdark runway in rembrandt
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2012-07-13 18:47:19 +03:00
Emilian Huminiuc
fb58a3211f some tweaks to runway shader
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2012-07-13 17:53:00 +03:00
Frederic Bouvier
129eefcc3e Improve light reflections on water 2012-07-13 14:46:31 +02:00
Emilian Huminiuc
b1b263b483 Rmove stray .dds references in terrain-default.eff and non-dds materials file
This should hopefuly prevent any dds files from being loaded when using the default/regional materials file
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2012-07-13 13:35:19 +03:00
ThorstenB
4ddb325ff9 Updated Italian language resource
Adil, grazie mille!
2012-07-13 00:31:30 +02:00
Alexis Bory
f5f80e4f14 Merge branch 'work' 2012-07-12 18:24:26 +02:00
Alexis Bory
d9f071a41d Merge branch 'work' 2012-07-12 18:22:16 +02:00
Stuart Buchanan
efe0ba3bd5 Improve layout of season selector. 2012-07-12 12:13:48 +01:00
Frederic Bouvier
de8c3577b8 Cancel specular highlights due to sun at night 2012-07-12 09:27:35 +02:00
Frederic Bouvier
fd4f42da0f Fix 'Phong distortion' artifact on specular lighting and shininess factor on additional lights in Rembrandt 2012-07-12 00:31:22 +02:00
Frederic Bouvier
d06e249f16 Fix 'Phong distortion' artifact on specular lighting and disappearing emission (due to undefined pow(0,0) called) in Rembrandt 2012-07-11 23:59:10 +02:00
ThorstenB
ce73fe978e Updated Polish language resource
Autor: Zbigniew Matysek, gratki dla Krzysztofa Matyska
2012-07-11 20:32:08 +02:00
Ryan M
f5c1fbd167 Animated jetways : Fix infinite spawn glitch; Replace various for() loops with foreach() loops 2012-07-10 21:52:37 +02:00