1
0
Fork 0
Commit graph

6776 commits

Author SHA1 Message Date
janodesbois
403ca2f439 bug #202 fgdata correction: velocities/u,v and wbody-fps are now only ECEF velocities in body axis, yasim planes using this as TAS were changed to use instrumentation/airspeed-indicator/true-speed-kt, with the according factor change. 2013-10-27 13:50:44 +01:00
janodesbois
5ce7d55342 FPS2KT and KT2FPS added to Nasal/global.nas 2013-10-27 13:50:39 +01:00
BARANGER Emmanuel
6ce750d1ea Merge branch 'master' of gitorious.org:fg/fgdata 2013-10-26 18:32:06 +02:00
James Turner
698ff88887 Tooltips and right-mouse-drag on by default.
Use the GUI to switch off, or adjust these properties.
2013-10-25 17:23:07 +01:00
James Turner
27afea985a Updated UI to configure tooltips, mouse input
Replace the temporary UI with real solutions, in the view dialog
(for tooltips/popups) and a new 'input config' dialog accessed via
the file menu.

Make the mouse-cycle popup explicitly optional since some people
strongly dislike it.
2013-10-25 17:22:12 +01:00
James Turner
74e49dd65d Avoid tooltip breakage when property is nil 2013-10-25 17:19:35 +01:00
James Turner
5d9db8cfb9 TerraSync dialog updates.
- Remove options no longer needed, and add some future ones.
- Combine various status displays into a single human-readable string
2013-10-24 22:48:01 +01:00
BARANGER Emmanuel
08e57d1998 Merge branch 'master' of gitorious.org:fg/fgdata 2013-10-23 19:22:04 +02:00
Thomas Geymayer
5f54a68491 Canvas: add helper to get parent of canvas.Element 2013-10-23 17:33:12 +02:00
Torsten Dreyer
326d2044a5 global turn coordinator instrument: add the OFF flag 2013-10-21 22:04:05 +02:00
Clément de l'Hamaide
40013ba1c7 ubershader: restore lightmap feature 2013-10-21 13:27:35 +02:00
James Turner
f4a134da3b Ooops, committed the value I was using for testing.
Default to 'warn', not 'debug-info'
2013-10-21 09:02:33 +01:00
Thomas Geymayer
7e0797b1be svg parser: read line-height 2013-10-20 23:41:19 +02:00
Philosopher
36305939f3 Nasal/*.nas: named arguments
Instead of var (name) = arg[0..n], which doesn't give a "missing
argument" error.
2013-10-20 13:07:09 -05:00
Philosopher
51c66c3df4 Fix defined() implementation 2013-10-20 13:06:51 -05:00
James Turner
43d7f95a4c Define property for OSG Notify severity 2013-10-20 09:41:36 +01:00
Philosopher
9a3bf2d0a7 Update view.screenWidthCompens
* make into singleton class
* make sure FOV changes take place *immediately* when required
* current FOV is scaled with changes, though being preserved: resizing
  window and going back ends up with the same FOV
2013-10-19 21:27:21 -05:00
Clément de l'Hamaide
197e74b6ce FGCom: Display message is mostly a debugger tools 2013-10-18 20:08:48 +02:00
Clément de l'Hamaide
9ced2983b8 FGCom: changing of server during test mode is not expected 2013-10-18 20:08:47 +02:00
James Turner
ca819bc364 Add initial data server URL.
This is testing value, will change before we release 3.0
2013-10-17 17:32:09 +01:00
Thorsten Renk
ab9825c966 Added Warm sector weather scenario 2013-10-17 11:19:27 +03:00
Thorsten Renk
23ee32f1ec Changed Nimbostratus placement avoiding the rectangular appearance of tiles 2013-10-17 11:15:48 +03:00
Thorsten Renk
c11ac7295c Fogline blur effect for Atmospheric Light Scattering high-detail shader 2013-10-17 11:09:42 +03:00
Thorsten Renk
410d29cca2 Ascension island regional definitions (by Neilson) 2013-10-17 10:55:06 +03:00
Thorsten Renk
b8996b8dab Scandinavia regional texture definitions 2013-10-17 10:49:34 +03:00
BARANGER Emmanuel
199fa69550 Merge branch 'master' of gitorious.org:fg/fgdata 2013-10-16 21:17:04 +02:00
BARANGER Emmanuel
fb38bf657c Merge branch 'master' of gitorious.org:fg/fgdata 2013-10-15 06:18:32 +02:00
Vivian Meazza
b34bd7e68a Bugfix for Rembrandt by Emilian Huminiuc
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2013-10-09 09:12:33 +01:00
Gijs de Rooy
5d503e5f38 Issue #1222: one cannot use <!-- for comments in Nasal files. 2013-10-08 22:26:30 +02:00
Gijs de Rooy
b5cc1494c9 Model howto: fix OSG wiki link 2013-10-07 12:50:02 +02:00
BARANGER Emmanuel
aa1f98a2f9 Merge branch 'master' of gitorious.org:fg/fgdata 2013-10-07 10:53:29 +02:00
Hyde Yamakawa
690bcce62c Merge branch 'master' of gitorious.org:fg/fgdata 2013-10-06 14:56:46 -04:00
Philosopher
24ab67fa32 Use resolvepath() for canvas SVGs 2013-10-06 11:52:30 -05:00
Clément de l'Hamaide
0a93f65beb KT76A: Fix typo reported by F-OJAC 2013-10-05 00:45:23 +02:00
James Turner
60da2d4da8 Remove items implement natively in Nasal.
mathlib.c now defines more of these. Remaining items (abs, sgn, min, max)
are likely faster using Nasal than switching to C and back again.

Also add a comment about mod(), clarifying that a native fmod() exists.
2013-10-03 17:42:20 +01:00
James Turner
2ce4fcbf31 Make GPS dialog remember search results.
Restore pre-2.12 functionality where GPS search was persistent across
opening and closing the GPS dialog. Since the state is now in Nasal
we need to ensure a couple of variables outlive the dialog itself.
2013-10-02 22:53:56 +01:00
James Turner
3b15c3c039 GPS dialog
* fix initial type selection
* fix nearest search on 'any'
2013-10-02 22:29:53 +01:00
Clément de l'Hamaide
590acec3db Revert "Add new textures for textured line by Christian Thiriot"
This reverts commit d011ebfff1d0ce7681a1a13db7626a2c6def889c.
2013-10-01 00:53:04 +02:00
Clément de l'Hamaide
405b0577b1 Revert "Add materials definition for textured lines"
This reverts commit ce7358a23ca305f51fad983ba282e78798c9d0bd.
2013-10-01 00:52:33 +02:00
BARANGER Emmanuel
bdf1856fef Merge branch 'master' of gitorious.org:fg/fgdata 2013-10-01 00:15:19 +02:00
Clément de l'Hamaide
b72cbef514 Update FR splash translations 2013-09-30 23:23:20 +02:00
Clément de l'Hamaide
af47809f1b Add materials definition for textured lines 2013-09-30 23:17:05 +02:00
Clément de l'Hamaide
32fdc703d7 Add new textures for textured line by Christian Thiriot 2013-09-30 23:16:07 +02:00
Philosopher
819aa8a988 Fix for #1185 2013-09-30 13:53:10 -05:00
Gijs de Rooy
41fc0498c0 Update NL splash translations 2013-09-30 20:50:43 +02:00
James Turner
162b61b61f Simpler terrasync dialog.
Now tile refresh is gone, this dialog is much simpler.
(Scenery can still be reloaded from the Rendering dialog or sim reset,
but the pager will always wait on TerraSync)
2013-09-30 17:12:00 +01:00
James Turner
23ef030811 New splash string. (Needs FR, DE, etc equivalent) 2013-09-30 16:37:10 +01:00
Philosopher
b4675c62b2 Fix popupTip handling
delay argument was being ignored and popdown didn't work anymore.
2013-09-27 12:09:44 +02:00
Clément de l'Hamaide
6ca29b6fe9 Fix controls.ptt(-1) to controls.ptt(0) in Nasal/joystick.nas 2013-09-24 13:29:37 +02:00
Clément de l'Hamaide
1a5e1a6f80 FGCom protocol: add volume control for fgcom standalone (/sim/sound/atc/volume) 2013-09-22 22:31:15 +02:00