Thomas Geymayer
d775c221b7
Move map helpers to canvas Nasal module
2012-09-18 13:19:26 +02:00
Stuart Buchanan
602ae34af4
Add support for a Aircraft Checklists GUI item.
2012-09-18 11:29:17 +01:00
Vivian Meazza
ade5dce37a
Merge branch 'master' of D:\Git_New\fgdata
2012-09-18 08:52:41 +01:00
Thomas Geymayer
a870d8c4a3
Clean up Select Airport dialog a bit to make use of recent Canvas API improvements
2012-09-18 00:32:54 +02:00
Stuart Buchanan
f3ac93b1ef
Updated Select Airport dialog, making the location-on-ground dialog redundant and adding a Canvas map to show the selected airport.
2012-09-17 20:17:52 +01:00
Thomas Geymayer
86344dfe57
Canvas: Add method to retrieve all child elements of a group.
2012-09-17 18:16:30 +02:00
Vivian Meazza
d5f18c2ea0
Merge branch 'master' of D:\Git_New\fgdata
2012-09-17 09:57:36 +01:00
Vivian Meazza
dfd0c9db0b
Merge branch 'work' of D:\Git_New\fgdata
2012-09-17 09:55:33 +01:00
Vivian Meazza
2023f622a4
Merge branch 'master' of gitorious.org:fg/fgdata into work
2012-09-16 22:47:01 +01:00
Vivian Meazza
59e5c1c7f6
Merge branch 'work' of D:\Git_New\fgdata
2012-09-16 22:30:38 +01:00
ThorstenB
ebcfc739bd
c172p: fix electrical system
...
Most control switches used with mismatching names.
Make effects depend on electric power, not just switch state.
Calculate some (more) meaningful electric load.
2012-09-16 23:19:36 +02:00
ThorstenB
cb9b7beb96
777: minor sound tweak
2012-09-16 14:03:37 +02:00
ThorstenB
fad306d364
#877 : MP chat sometimes not working
2012-09-16 14:00:40 +02:00
Vivian Meazza
06f48f4cf5
Merge branch 'master' of D:\Git_New\fgdata
2012-09-15 00:04:28 +01:00
Vivian Meazza
95c8608da9
Merge branch 'work' of D:\Git_New\fgdata
2012-09-15 00:01:07 +01:00
Vivian Meazza
1bec210a27
Merge branch 'master' of D:\Git_New\fgdata
2012-09-14 22:39:46 +01:00
Vivian Meazza
1bc3122238
Merge branch 'master' of gitorious.org:fg/fgdata into work
2012-09-14 22:37:09 +01:00
Vivian Meazza
2e1ffce694
Merge branch 'master' of D:\Git_New\fgdata
2012-09-14 22:28:22 +01:00
Vivian Meazza
1988800c64
Merge branch 'master' of gitorious.org:fg/fgdata into work
2012-09-14 22:28:03 +01:00
Vivian Meazza
bb46d276b0
Merge branch 'master' of gitorious.org:fg/fgdata into work
2012-09-14 19:33:37 +01:00
Emilian Huminiuc
e184642e87
Adjust reflection strength on random buildings; add and use a new cubemap for the random buildings.
...
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2012-09-14 00:12:49 +03:00
Emilian Huminiuc
d1a44f10b7
Restore random buildings reflection.
...
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2012-09-14 00:12:05 +03:00
Vivian Meazza
f788cf5852
Merge branch 'master' of D:\Git_New\fgdata
2012-09-13 09:58:24 +01:00
Thomas Geymayer
29b86a69f2
Copy/Paste for the Nasal Console.
...
- Support for copying the and pasting from/to the Nasal Console
dialog using the new clipboard class (Thanks to Hooray).
2012-09-13 00:32:51 +02:00
Stuart Buchanan
2f0a1683b7
Improve memory and instantiation time of random buildings.
2012-09-12 22:46:03 +01:00
Vivian Meazza
c6324175c2
Merge branch 'master' of D:\Git_New\fgdata
2012-09-11 23:03:22 +01:00
Vivian Meazza
511adb01b7
Merge branch 'work' of D:\Git_New\fgdata
2012-09-11 22:54:58 +01:00
Vivian Meazza
fe24fb16a6
Merge branch 'master' of D:\Git_New\fgdata
2012-09-11 22:54:36 +01:00
BARANGER Emmanuel
255d7f362f
Improved management of jets and turbopropellers YASim by Ryan Miller
2012-09-11 12:37:42 +02:00
BARANGER Emmanuel
8437583bd0
Merge branch 'master' of git://gitorious.org/fg/fgdata
2012-09-11 11:13:21 +02:00
Vivian Meazza
da0777c2ba
Merge branch 'master' of gitorious.org:fg/fgdata into work
2012-09-11 09:41:11 +01:00
Vivian Meazza
47d070be92
Merge branch 'work' of D:\Git_New\fgdata
2012-09-11 09:38:50 +01:00
Vivian Meazza
ffbd4d5481
Merge branch 'master' of D:\Git_New\fgdata
2012-09-11 00:12:33 +01:00
Vivian Meazza
29e5d4dd26
Merge branch 'master' of gitorious.org:fg/fgdata into work
2012-09-11 00:11:50 +01:00
Vivian Meazza
3020d6a54c
Merge branch 'work' of D:\Git_New\fgdata
2012-09-11 00:08:56 +01:00
BARANGER Emmanuel
f9fcaedf45
Merge branch 'master' of git://gitorious.org/fg/fgdata
2012-09-10 22:25:19 +02:00
Vivian Meazza
475cd381e4
Merge branch 'master' of D:\Git_New\fgdata
2012-09-10 00:10:53 +01:00
Emilian Huminiuc
2c058f9c1f
New effect: Effects/model-combined-transparent
...
Switch c172p and concorde glass effects to the new effect.
Docs/model-combined.eff/: Updated transparent effect template.
From now on Effects/model-combined should not be inherited from directly.
Use either Effects/model-combined-deferred
or Effects/model-combined-transparent
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2012-09-09 22:28:45 +03:00
Vivian Meazza
127106bce6
Merge branch 'master' of D:\Git_New\fgdata
2012-09-09 15:25:16 +01:00
Emilian Huminiuc
cebf6f4d9c
buildings.eff: adapt technique numbering to previous effect changes
...
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2012-09-09 15:01:26 +03:00
Emilian Huminiuc
023c6bc97a
c172p: adapt local effects to the change in model-combined and model-combined-deferred
...
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2012-09-09 14:39:26 +03:00
Emilian Huminiuc
835ba95ddb
adapt effect template to previous changes
...
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2012-09-09 14:22:51 +03:00
Emilian Huminiuc
efe52f4bf9
ubershader: fix reflection under Rembrandt
...
model-combined & model-combined-deferred effects: improve Rembrandt behaviour, and provide better effects for transparent
surfaces under Rembrandt.
This change breaks current effects using normalmaps when inheriting from model-combined-deferred under
Rembrandt.
Aircraft developers please change the technique numbers in the "normalmap include" part of your effects file from
<technique n="8"> to <technique n="7"> (again, only if inheriting from model-combined-deferred, and using normalmaps)
Effects inheriting from model-combined do not neeed any adaptation.
Sorry for the nuisance caused by this change.
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2012-09-09 13:54:07 +03:00
Vivian Meazza
6ee201be15
Merge branch 'master' of D:\Git_New\fgdata
2012-09-08 23:41:26 +01:00
BARANGER Emmanuel
a46ee5ae37
Merge branch 'master' of git://gitorious.org/fg/fgdata
2012-09-07 05:22:17 +02:00
Vivian Meazza
4af60bba09
Merge branch 'master' of gitorious.org:fg/fgdata into work
2012-09-06 21:33:56 +01:00
Vivian Meazza
2197dd07fc
Merge branch 'master' of D:\Git_New\fgdata
2012-09-06 21:11:42 +01:00
Vivian Meazza
805251eea3
Merge branch 'work' of D:\Git_New\fgdata
2012-09-06 21:00:08 +01:00
Alexis
0d7c7a2e8a
Merge branch 'work'
2012-09-06 17:23:46 +02:00
Thomas Geymayer
a23464f809
Update docs for rate parameter of property-interpolate
2012-09-06 14:14:08 +02:00