Hyde Yamakawa
da76bc635e
Canvas ND:GS pointer, LOC pointer and dme source fix from Soitenen
2014-03-25 17:55:06 -04:00
Thomas Geymayer
04c40a4232
canvas.gui.ScrollArea: check for valid content bounding box.
2014-03-24 00:18:29 +01:00
Thomas Geymayer
e593ee2c30
canvas.gui: Update for 'file'->'src' rename.
2014-03-20 11:46:48 +01:00
Thomas Geymayer
cf05294b84
canvas.gui: Basic demo showing how to use windows and widgets.
2014-03-19 23:51:34 +01:00
Thomas Geymayer
d7ddeb7183
canvas.gui: Basic ScrollArea widget.
2014-03-19 23:51:33 +01:00
Thomas Geymayer
313175b943
canvas: add helper to get translation of canvas.Elements.
2014-03-19 23:51:19 +01:00
D-NXKT
dd8f8f8c8a
towing: replace 3 JSBSim-forces with one direction with 1 force and 3 directions
2014-03-18 22:03:27 +01:00
D-NXKT
6c0763c7bc
winch/aerotowing support for JSBSim-aircrafts; visible tow- and winch-ropes for YASim and JSBSim-planes
2014-03-12 20:44:47 +01:00
Thorsten Renk
3a87e5a514
Experimental support for cloud shadows on the terrain
2014-03-10 10:29:14 +02:00
James Turner
2e451f292f
Switch GUI to use new reposition command.
...
(Must have latest FG or you'll get a crash due to old ATIS subsystem)
2014-03-05 16:46:10 +00:00
Hyde Yamakawa
db3948728c
CanvasND: Add 777 track bug implementation
2014-02-23 23:56:25 -05:00
Hyde Yamakawa
3b9b9988ad
Fix of previos canvas mod, PLAN mode change
2014-02-23 13:43:54 -05:00
Hyde Yamakawa
8b691f6e60
CanvasND fixes #1317,1325 and wind ind, active WP, route discrepancy
2014-02-23 00:02:28 -05:00
Philosopher
642ebfa696
Some changes/additions to debug.nas
...
Add benchmark_time, rank, and print_rank. Modify benchmark to return/
pass-through the values of the function, appending to a vector if there
are multiple executions.
2014-02-20 11:47:27 -06:00
Thorsten Renk
22e3852cad
Impostors simulating distant clouds for Advanced Weather / ALS
2014-02-17 10:21:26 +02:00
Gijs de Rooy
79726c6ec6
NavDisplay: 4 -> 6 on compass
2014-02-16 18:57:47 +01:00
Gijs de Rooy
9d64f98090
NavDisplay: waypoint drawing fix
2014-02-16 17:23:13 +01:00
Gijs de Rooy
69280a75c9
NavDisplay: fix route drawing
2014-02-13 19:36:27 +01:00
Gijs de Rooy
c7007cd545
NavDisplay fixes:
...
- correct VOR/ADF pointer and ILS rotation center
- display proper ETA hours
- fix DME range property
2014-02-11 19:45:39 +01:00
Philosopher
6de533b71b
Canvas ND: disable MapStructure TFC layer
2014-02-10 16:00:34 -06:00
Philosopher
4b2cb3a07c
Fix string.compileTemplate algorithms
2014-02-09 20:21:23 -06:00
Thomas Geymayer
bab393aa0c
Canvas/SVG parser: fix bounding box and rotation center.
...
- Calculate bounding box after adding all children.
- Apply rotation after all SVG defined rotations to use correct
center of rotation (as defined in Inkscape)
This (together with the SimGear and FlightGear commits) fixes
the core problems of #1333 .
2014-02-08 00:43:13 +01:00
Gijs de Rooy
4d7509e198
NavDisplay bug fixes:
...
- tru/mag and hdg/trk are now correctly handled
- heading 000 is replaced by 360
- NM font size fixed
- several rotation centers fixed
2014-02-04 22:07:35 +01:00
Philosopher
e9b1a89052
Clean up some global wrappers
2014-02-02 12:31:48 -06:00
Philosopher
73c21e0df4
Remove canvas.Map.df_controller
2014-02-02 12:25:45 -06:00
Gijs de Rooy
653d86db46
NavDisplay bug fixes:
...
- NM font correction
- Range displayed in PLAN mode
- ETA seconds format correction
- Calculate wind arrow based on track/heading
2014-01-31 23:36:41 +01:00
Thomas Geymayer
cab89b1b5a
Nasal: new function string.compileTemplate
...
This allows to create functions to build string based on
templates used for examample with most common tilemap
engines.
2014-01-30 11:23:14 +01:00
Thorsten Renk
1c1bcda8d6
Support for creating high altitude noctilucent clouds in Advanced Weather/ALS
2014-01-30 11:08:35 +02:00
Philosopher
83d53e906d
Canvas ND: fix altitude as rotation bug
...
;-)
2014-01-28 19:39:20 -06:00
Philosopher
4a2dab6f21
Canvas ND: small tweaks
2014-01-27 20:53:46 -06:00
Philosopher
0d4a86e3d4
Canvas ND: use MapStructure for TFC, other misc.
...
Implement traffic in MapStructure and use it. Various other hacks and/or
cleanup. Feedback required on whether this is a lot better than before.
Also partially revert 9c018d94c4d88dad7476ec250fa3b52024526f4b to add
feature to geo.PositionedSearch: it me._equals is overridden then the
old mechanism is used instead of the new C++ function, so that the
custom equality can be used. (In particular for the Fixes with the
TrafficModel class).
2014-01-26 20:26:25 -06:00
Hyde Yamakawa
21fe2f4489
Add altitude profile T/C, T/D, S/C and E/D mark on ND route
2014-01-26 12:07:18 -05:00
Philosopher
381aeb918e
Canvas ND: keep canvases through reinit
...
Make fdm listener single-fire, don't listen to /sim/signals/reinit. This
allows the Canvas to stay with the same placement through reinit, after
both the 777 and 747 were having problems. I don't see any reason for
having to recreate it all, and the cleanup function is still there (e.g.
for independent windows, to have their .del() call the ND's .del()).
renamed handle_reinit() -> del()
2014-01-25 21:13:49 -06:00
Philosopher
99fb72d26a
Canvas ND: obey traffic switch
2014-01-25 19:24:30 -06:00
Philosopher
a4f289ecee
Canvas ND: Do del() on reinit
...
This also makes sure the /canvas/by-index/canvas[3/4]/ nodes are removed
and then recrated, as well as making sure the MapStructure del() path is
followed and working. Unfortunately the NDs are still blank after reinit.
2014-01-23 21:21:49 -06:00
Thomas Geymayer
e7900e3791
Canvas: remove API for FlightGear 2.8
...
The old API is not used with newer versions of FG. If an old
version of FG is used, also the according version of fgdata
should be used, which also includes the correct API wrappers.
2014-01-20 23:25:15 +01:00
Philosopher
a3e6108aa1
Fix #1310 - typo in material.nas
...
A small processing mistake on my part during commit d8b23d94.
2014-01-19 15:52:38 -06:00
Gijs de Rooy
73c2c0c8bb
Navigation display: fix map range, hide HDG bug after 10 sec, fix route predicates, fix SVG centers
2014-01-18 15:22:42 +01:00
James Turner
510357492d
Bug-fix: cap model shader quality to 1.0
...
When using the slider, model shader should be capped to 1, not 3.
2014-01-18 08:47:33 +00:00
James Turner
0b6dbe9ad0
Bug-fix: only set AP altitude for 'at' constraint.
2014-01-18 08:45:20 +00:00
Thomas Geymayer
785a334628
Nasal: fix gui.setCursor without cursor (aka warp)
2014-01-17 01:06:36 +01:00
Thorsten Renk
df82561b75
Separate, non-agricultural texture definition for Grassland landclass, corrsponding fix for correct cloud generation on the landclass in Advanced Weather
2014-01-13 10:54:07 +02:00
Stuart Buchanan
c014e35aec
Add ability to clear screen.window, and use it.
2014-01-12 19:52:30 +00:00
Philosopher
7ca8482b07
MapStructure work & (partial) integration
...
In time for 3.0. The API is still not fully complete, and not fully
cleaned up, but this is good enough for this release cycle (and it
should offer benefit longer term, if not now -- hopefully performance as
well).
Many thanks to Hooray as well, who has helped prepare things while I
could not, and often suggested ideas.
2014-01-09 21:24:22 -06:00
Gijs de Rooy
9af485ad93
Navigation display:
...
- remove debug prints
- proper ADF/ILS display
- add LCD/CRT option
- fix ranges
2014-01-08 21:45:48 +01:00
Stuart Buchanan
645cfac648
Use separate non-scrolling message display for tutorials.
2014-01-01 23:17:39 +00:00
James Turner
e4ec7a6e56
Fix z/Z key-binding.
...
Don't require the Environment dialog to have been opened, before
this keybinding works for basic (global) weather.
2014-01-01 21:49:17 +00:00
Gijs de Rooy
2b6964911f
Boeing ND:
...
- add VOR, APP, PLAN and CTR modes.
- add true/mag switch
- display waypoint altitudes
2013-12-28 16:18:35 +01:00
James Turner
163b8ca6d8
Bug 1273, message popups hide timeout ignored.
...
Stop the tooltip code from prematurely hiding message popups.
https://code.google.com/p/flightgear-bugs/issues/detail?id=1273
2013-12-09 22:02:06 +00:00
Thomas Geymayer
5e2801461c
Nasal: use new positioned.diff
2013-12-08 20:34:20 +01:00