1
0
Fork 0
Commit graph

6882 commits

Author SHA1 Message Date
Thorsten Renk
deba78c4da Autumn colors by pixel postprocessing with color rotation encoded in the terrain texture alpha channel, used for Atmospheric Light Scattering 2013-02-11 14:01:31 +02:00
Gijs de Rooy
70a9b13f45 Issue 648: generic 2D autopilot panel bindings lead to old properties 2013-02-10 18:21:36 +01:00
Stuart Buchanan
1539891aa8 Bugfix for aircraft without checklists. 2013-02-09 20:27:05 +00:00
James Turner
3937b91673 Show log in scenery download dialog. 2013-02-09 11:35:02 +00:00
Thomas Geymayer
0bb3a1fe95 Remove CanvasText space hack.
With corrected alginment calculations within latest SimGear this
hack is not needed anymore.
2013-02-09 12:25:28 +01:00
James Turner
82797f0f55 Add Nasal output to the console.
(Requires latest SG+FG!)
2013-02-08 19:42:25 +00:00
James Turner
2c4c12a4c7 Enable the Portuguese translations. 2013-02-08 19:41:58 +00:00
James Turner
5d68db3136 Show airport runway data in the airport dialog.
This is work-in-progress, and the XML is ugly due to PLIB broken-ness, but gives all the airport surface data in a single, usable place.
2013-02-08 13:18:51 +00:00
BARANGER Emmanuel
583f40088e Merge branch 'master' of gitorious.org:fg/fgdata 2013-02-08 12:11:33 +01:00
James Turner
db6756b259 Updated Portuguese translations.
Thanks to Lizandro for the work!
2013-02-08 09:19:27 +00:00
Stuart Buchanan
402627b595 Auto-generate tutorials from checklists. 2013-02-07 22:14:19 +00:00
Thorsten Renk
930b3d4fd5 Configurable parameter support for detailed terrain shader quality level 2013-02-06 15:13:25 +02:00
Thorsten Renk
97349a17ef Bugfix for water flickering problem in Atmospheric Light Scattering 2013-02-06 13:48:45 +02:00
BARANGER Emmanuel
1523c4ce91 Merge branch 'master' of gitorious.org:fg/fgdata 2013-02-06 03:43:34 +01:00
Gijs de Rooy
a0260303ca Additional Saitek F.L.Y.5 name 2013-02-05 20:58:17 +01:00
Thorsten Renk
0ee1a1053e Bugfix for airport grass shader 2013-02-04 15:19:58 +02:00
Thorsten Renk
4426b4a301 Bugfix for lower quality water shader in Atmospheric Light Scattering 2013-02-04 14:52:14 +02:00
Anders Gidenstam
235c21985e Nasal/scenery.nas: Handle joining/leaving the MP network at run time. 2013-02-03 19:27:47 +01:00
Anders Gidenstam
7ef68c310a Nasal/mp_broadcast.nas: Handle joining/leaving the MP network at run time. 2013-02-03 19:27:35 +01:00
OliverJ
d264140151 French translation updates and fixes 2013-02-03 15:37:20 +01:00
Stuart Buchanan
a604241784 Add warning message for users with Intel integrated graphics cards. 2013-02-01 21:55:28 +00:00
Emilian Huminiuc
355af4e72e Adapt model-combined effect templates provided with the documentation to latest developments (new technique for ligthfield shader).
Adapt a couple of aircraft effects to latest effect state too.
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2013-02-01 13:22:29 +02:00
Emilian Huminiuc
65e2b97c26 Sync with the other versions of the ubershader.
Remove useless forward declaration of fog_Func.
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2013-02-01 13:22:14 +02:00
Emilian Huminiuc
e8bcd26450 Fix shader dialog.
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2013-02-01 13:21:58 +02:00
Thomas Geymayer
4374ab0ce8 Use new built-in string functions 2013-01-31 22:56:43 +01:00
Thomas Geymayer
8b3fa6f2fe Fix std.string handling out of range indices in search methods 2013-01-31 20:20:36 +01:00
Thorsten Renk
9c95d09f60 Model ubershader for Atmospheric Light Scattering 2013-01-31 14:15:18 +02:00
Thorsten Renk
db546a6fd6 Bugfixes for random building in Atmosperhic Light Scattering 2013-01-30 10:04:27 +02:00
Stuart Buchanan
b339ff1358 Enhancement to the checklists function to support <condition>.
Checklist items now support a <condition> element that evaluates
when the checklist item is complete, and is used to provide color
coding in the checklist dialog.
2013-01-29 22:38:39 +00:00
Stuart Buchanan
bf6dd5ca93 FGShortRef for 2.10.0. 2013-01-29 21:52:52 +00:00
Thorsten Renk
3132065120 Regional texture definitions for the Middle East region 2013-01-29 13:06:45 +02:00
Gijs de Rooy
c1aa111e33 Update Dutch translations 2013-01-29 11:07:19 +01:00
James Turner
bc772af3fb Default shaders to level 1. 2013-01-28 17:29:11 +00:00
James Turner
124017a696 GUI: switch to internal file dialog interface.
This should give no visible change on platforms other than Mac. On Mac file-dialogs (open, save, choose dir) are now Cocoa native panels, not PUI. If someone wants to create a Windows equivalent, the API is pretty trivial.
2013-01-26 14:16:00 +00:00
Thorsten Renk
1c9f110192 Replace Nasal loop for camera altitude computation by property rule 2013-01-25 14:55:58 +02:00
Thorsten Renk
15f85a6a89 Reduced flickering for airport grass shader 2013-01-25 14:50:04 +02:00
Stuart Buchanan
8cc5fc24ea Add auto-start option to aircraft menu to set up aircraft for immediate take-off. 2013-01-24 21:45:01 +00:00
BARANGER Emmanuel
34cab9724c Merge branch 'master' of gitorious.org:fg/fgdata 2013-01-23 07:19:53 +01:00
Stuart Buchanan
840595fa8d Add support for the Fuel and payload dialog to display the maximum arrested landing weight. Useful for carrier aircraft. 2013-01-22 21:35:33 +00:00
Thomas Geymayer
91ae186330 Canvas API: draw (rounded) rect and rename Dialog to Window.
- std.string:
   * Add method compare
   * Add method starts_with
 - canvas.Group:
   * Add method rect for drawing (rounded) rectangles
 - Rename canvas.Dialog to canvas.Window to free the name Dialog
   for real dialogs.
2013-01-22 18:02:20 +01:00
BARANGER Emmanuel
49d7af00b4 Merge branch 'master' of gitorious.org:fg/fgdata 2013-01-22 01:52:59 +01:00
Thorsten Renk
ef85a4a2d2 Updates for Hawaii regional texture definitions 2013-01-21 14:15:32 +02:00
Thorsten Renk
c948d93444 Indonesia regional texturing definitions 2013-01-21 14:05:05 +02:00
Thorsten Renk
c1157b762a The ultra-terrain shader 2013-01-21 13:57:18 +02:00
James Turner
08ca24c610 Updated Spanish translations.
From Eugenio Mondini.
2013-01-19 14:33:25 +00:00
James Turner
5828bbacde Initial bindings for the GoFlight TQ6-ADV.
Currently configured for the 737NG only, and the speed brake lever assumes a normalised, not indexed, speed brake level property.
2013-01-19 12:23:09 +00:00
OliverJ
45051ae33c Updating French translation 2013-01-19 12:21:41 +00:00
BARANGER Emmanuel
dbb54e2c79 Merge branch 'master' of gitorious.org:fg/fgdata 2013-01-19 02:14:55 +01:00
Torsten Dreyer
a3b6e40653 Bump version to 2.11.0 2013-01-17 19:22:53 +01:00
Emilian Huminiuc
d098796d46 use world coordinates for noise texture lookup
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2013-01-17 11:51:23 +02:00