1
0
Fork 0
Commit graph

6495 commits

Author SHA1 Message Date
James Turner
5c4142ed6d Option to disable mouse-mode feedback.
Drive off the 'show view names' checkbox in the view dialog for now, this might
evolve into a generic 'on-screen hints' control to avoid an explosion of
GUI checkboxes.

Also add a GUI checkbox (oh the irony...) to disable mouse flight-controls, to
keep AndersG and Emilian happy.
2013-03-12 21:45:06 +00:00
Thomas Geymayer
0980f6302a Rework tooltip size calculations to get rid of delayed update. 2013-03-11 19:25:39 +01:00
James Turner
5b84e09572 Fix phantom tooltips, more mapping modes.
Null the tooltip ID in update-hover, regardless of visibility. Avoids later tooltips when picking other (tooltip-less) pickable objects.

Also add two more mapping models for bools: up-down and down-up.
2013-03-11 17:19:32 +00:00
Vivian Meazza
b12777d3ae Add pedals only
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2013-03-10 20:35:56 +00:00
James Turner
7679078aa7 Tooltip tweaks
add a 'heading' mapping mode, normalises to 0..360
support a 'measure text' property used to compute the tooltip size (and hence avoid visual jitter when value is changed)
2013-03-10 10:13:47 +00:00
Thomas Geymayer
226d11b104 Tooltips: Use (hopefully) nice background image for tooltips. 2013-03-09 14:03:33 +01:00
Thomas Geymayer
bf3cd83c61 Canvas API: allow passing image size as vector 2013-03-09 14:03:32 +01:00
James Turner
72a1a0047e Work on tooltips, mouse-input config. 2013-03-08 16:47:00 +00:00
James Turner
6fefc775d7 Ignore tab-switches-mouse-mode if modifiers are set.
Clement confirmed that we're still get the tab key for alt-tab and ctrl-tab, which is bad. Explicitly ignore it for now.
2013-03-08 14:02:19 +00:00
James Turner
ce2d316e6d Tooltip class.
This is work in progress, and not visible without additional patches.
2013-03-07 19:51:06 +00:00
James Turner
f2b984f709 User-interface config dialog.
This is temporary (hopefully!), to allow experimentation with different UX options in the near future. Right now it basically does nothing. As part of this, factor mouse-mode cycling into a separate command, and add some feedback. Feedback mechanism needs work, currently abusing the copilot facility.
2013-03-07 19:36:54 +00:00
James Turner
ba08154f05 Explicit binding for Ctrl + mouse axis.
Needs corresponding FG update.
2013-03-06 14:23:31 +00:00
James Turner
9ab7110c70 Placeholder cursor images. 2013-03-04 23:52:50 +00:00
Vivian Meazza
ecb0905a3e Use Orchard textures
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2013-03-04 00:03:05 +00:00
Vivian Meazza
cf4b80c43d add Orchard textures
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2013-03-04 00:03:00 +00:00
BARANGER Emmanuel
6d9fe7b2d9 Merge branch 'master' of gitorious.org:fg/fgdata 2013-03-03 23:35:47 +01:00
Clement de l'Hamaide
e25aa0f16c POI database with worldwide location names. Derived from OSM. 2013-03-03 14:34:55 +01:00
BARANGER Emmanuel
a06f5be440 Merge branch 'master' of gitorious.org:fg/fgdata 2013-03-03 02:02:27 +01:00
Vivian Meazza
9b697adb4f Use z/Z to control Max. Vis. when using Detailed Weather
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2013-03-02 19:38:50 +00:00
James Turner
92bfb39f50 More metadata for the UFO and Seneca.
(Working on the basis that Torsten will forgive me for using his baby as a guinea-pig. Err, not his real baby obviously)
2013-03-02 17:49:40 +00:00
James Turner
1971f036a4 Extend C172P meta-data.
Experimenting with extended meta-data required for aircraft catalogs. Not finalised yet, still evolving.
2013-03-02 17:35:31 +00:00
BARANGER Emmanuel
56ecc2924f Merge branch 'master' of gitorious.org:fg/fgdata 2013-03-02 02:47:49 +01:00
Christian Schmitt
312862271d Position tower on canvas map at the correct place, not at the airport center 2013-03-01 17:16:01 +01:00
Christian Schmitt
0484849b67 Add helipads to the canvas map (grey rectangle for now). 2013-03-01 14:54:33 +01:00
Christian Schmitt
9dff0b4221 Canvas map: cleanup the runway routines. Simplify by using new functions and two runway ends 2013-03-01 14:54:13 +01:00
Thorsten Renk
f2ebbbbc70 Updates to Advanced Weather and cloud shaders - better support for low visibility conditions, improved framerates for Thunderstorm scenario 2013-03-01 09:40:05 +02:00
Thorsten Renk
9ffb8a3d52 'The Flag' for Atmospheric Light Scattering 2013-03-01 09:11:10 +02:00
Thorsten Renk
1c324de144 Alternative tropical palm tree texture by forum user 'radi' used in Caribbean regional definitions 2013-03-01 08:38:22 +02:00
Christian Schmitt
51936dcff1 Adapt Canvas map to changed runway/taxiway internals 2013-02-28 13:39:07 +01:00
Vivian Meazza
b0db5eda5b Associate Realistic Visibility and Max. Visibility.
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2013-02-27 23:40:53 +00:00
Vivian Meazza
e28d4c22cb Add descriptive text
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2013-02-27 23:40:49 +00:00
Stuart Buchanan
82f2de2fbc Support <marker> and <page> tags in the conversion of checklists to tutorials. 2013-02-27 22:46:37 +00:00
Stuart Buchanan
5491f952ca Add optional <page> and <marker> tags to checklists
Checklists may now be split into individual sections made up
of <pages> containing the <item> tags.  Each page is displayed
individually with Previous/Next buttons to allow navigation.

Checklists items also support <marker> tags.  These display
a marker when a ? button is pressed next to the checklist item.
The format is identical to that of the tutorial system.
2013-02-27 22:28:44 +00:00
BARANGER Emmanuel
6be4ceb7eb Merge branch 'master' of gitorious.org:fg/fgdata 2013-02-25 22:53:57 +01:00
Thomas Geymayer
99ed8e557e Airport dialog: remove canvas dimensions to allow automatic viewport update 2013-02-25 16:13:32 +01:00
Thorsten Renk
1fbbe40102 Icebergs in arctic regions - based on work by AndersG 2013-02-25 14:57:46 +02:00
Thorsten Renk
37205368d1 Regional definitions for North Atlantic Islands (Faroe, Shetland, Greenland, also updates for Iceland) 2013-02-25 14:38:32 +02:00
Thorsten Renk
2d2a5eb3be Replaced hard fogging near field cutoff by a sliding cutoff 2013-02-25 14:11:40 +02:00
Stuart Buchanan
0fc2bf56fb Air-to-air refueling enhancements
- Support selectable tankers
- allow configuration of refueling radius, speed
- add optional reporting of contact
2013-02-24 22:34:11 +00:00
Gijs de Rooy
e9b433c184 Fix G-force limits for YASim aircraft by making use of available accelerations property. 2013-02-24 18:54:52 +01:00
Thomas Geymayer
7027c604de Tweak SVG parser id handling of text elements 2013-02-23 20:05:13 +01:00
Thomas Geymayer
71f3f878c6 SVG rect rounded corner and refactor rect helper 2013-02-23 19:19:53 +01:00
Thomas Geymayer
5d54d3c504 Improve SVG/Inkscape text parsing/interpretation 2013-02-23 18:27:35 +01:00
Thomas Geymayer
95109b7b0c Fix parsing multiple SVG transforms and implement scale and rotation 2013-02-23 14:46:26 +01:00
James Turner
512c6368bd Fix initial appearance of terra sync dialog.
Thanks to Gijs for the catch.
2013-02-22 15:30:17 +00:00
BARANGER Emmanuel
0d5921bad5 Merge branch 'master' of gitorious.org:fg/fgdata 2013-02-21 22:19:25 +01:00
Vivian Meazza
83488abb76 Merge branch 'master' of gitorious.org:fg/fgdata 2013-02-20 20:48:20 +00:00
BARANGER Emmanuel
f5845ca9f0 Merge branch 'master' of gitorious.org:fg/fgdata 2013-02-20 17:36:33 +01:00
Vivian Meazza
b1bff450fb Separate out UK grass-cover
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2013-02-20 09:44:04 +00:00
Vivian Meazza
e9dd79dce1 Update
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2013-02-19 20:36:22 +00:00