1
0
Fork 0
Commit graph

7617 commits

Author SHA1 Message Date
radi
31e08b83fb initial import of wingflexer.xml 2015-04-07 11:03:38 +02:00
Torsten Dreyer
e5f841bc84 Phi: one more thing...
Add a link to ourairports.com from the airport selection page
2015-03-30 21:57:22 +02:00
Torsten Dreyer
d0e2a5469a Phi: don't display absent DsplThreshold and stopway 2015-03-30 21:23:32 +02:00
Torsten Dreyer
872b40828a Phi: Some tweaks for the Airport selection page
- Add a busy message while loading airport list
- Add METAR for the airport (if available)
- Remove cyclic object reference by making map and layer private
2015-03-30 21:15:16 +02:00
Torsten Dreyer
89b304cd1f Airports dialog: Don't implement backend logic in UI
Now that request-metar/clear-metar commands work properly, use those
instead of direct manipulation of metar properties. Also, don't write
to properties intended for read-only use.
2015-03-30 17:13:40 +02:00
Thorsten Renk
e2d228811e Bugfix for xml syntax 2015-03-30 07:58:07 +03:00
Emilian Huminiuc
3dc0e641c1 Rewrite ubershader reflection. Objects using the dynamic option will now display the reflection properly when affected by a spin/rotate animation. Improved appearance of reflection + normalmap. Normalmap support added to random-buildings when ubershader active.
Also fixes some bugs exposed on AMD GPUs
2015-03-29 13:49:36 +02:00
Thorsten Renk
59e01f4edc Improvements and bugfixes for orbital rendering 2015-03-29 13:16:19 +03:00
Torsten Dreyer
164aefa2c8 Phi: implement reposition for airport chart
- add a button to each runway to reposition to that runways threshold
2015-03-28 21:47:32 +01:00
Torsten Dreyer
778f056fd8 fgcommand.js: allow setting of multiple properties
extend setPropertyValue(path,value,callback,context)

if value is 'just a value': set value of property named by path
if value is object, assume JsonProperty(ies) and set the entire tree
if callback is set, callback gets called after to POST succeeded
if context is set, 'this' is set for the callback
2015-03-28 21:44:24 +01:00
Torsten Dreyer
8872ca7083 Phi: small tweaks to the airport chart 2015-03-28 17:54:14 +01:00
Torsten Dreyer
c68f3f5cc9 Phi: some cleanup and a airport chart
- fix a cornercase bug in the RouteLayer
- some cleanup in the map widget
- add a airport chart as a start for a reposition dialog
2015-03-28 00:39:20 +01:00
Torsten Dreyer
f9923979b5 Phi: small tweaks for the multiplayer config 2015-03-26 16:10:46 +01:00
Torsten Dreyer
7078b1a382 Phi: checklists tweaks
- code cleanup
- live linking to the open checklist in PUI dialog
2015-03-26 11:51:09 +01:00
Torsten Dreyer
c427e1605f props2.js: implement getValue(child,deflt) 2015-03-26 11:41:27 +01:00
Torsten Dreyer
49396ed83f Phi: tweak the RouteManager layer
- less dominant lines
- only update if the number of waypoints change (no polling)
2015-03-26 10:37:36 +01:00
Torsten Dreyer
4801887b5e Phi: avoid error on RouteManager Layer for empty routes 2015-03-26 09:32:36 +01:00
Thorsten Renk
1a327a9549 Bugfix for low transparency handling 2015-03-24 09:04:06 +02:00
Torsten Dreyer
92848dac6d Phi: add the RouteManager's route to the Map 2015-03-23 17:43:46 +01:00
Torsten Dreyer
39e9e27322 Phi: make observedProperties writable 2015-03-23 11:42:34 +01:00
Richard Senior
d5b9f13cae Allow comm radios to go up to 136.975 2015-03-22 11:32:31 +00:00
Richard Senior
8c7fc11905 Checklists: go to last selected page on open 2015-03-22 11:23:13 +00:00
Torsten Dreyer
a9bd141153 Phi: Initial draft for plugins and instruments
Gauge with ticks
2015-03-21 21:54:27 +01:00
Thorsten Renk
62b7946a0a Glare parameter and side window support for glass effect 2015-03-21 08:39:56 +02:00
James Turner
58e79d8471 New splash screen strings for nav-cache build 2015-03-19 12:03:42 -05:00
Thorsten Renk
f10bdf05cd ALS glass effect uses depth-sorted bin and automatically falls back to correct transparent rendering for Rembrandt and default 2015-03-19 10:30:58 +02:00
Torsten Dreyer
166de9c7e3 Phi: Detachable Stopwatch 2015-03-17 10:41:04 +01:00
Thorsten Renk
19c57ca01d Bugfix for incorrect lighting in overcast weather 2015-03-16 11:00:15 +02:00
Thorsten Renk
1a169d6de3 More work on ALS glass and cockpit interior 2015-03-16 10:47:10 +02:00
Torsten Dreyer
f4a3977127 Fix failed-to-load-server in multiplayer dialog 2015-03-15 22:22:13 +01:00
Torsten Dreyer
3f13b1b3e2 Fix broken multiplayer dialog
dialog used to force port 5000 for rx and tx. This patch restores this.
2015-03-15 21:00:52 +01:00
Torsten Dreyer
31f087c3d6 Phi: last commit broke the big map :-( 2015-03-15 11:50:48 +01:00
Torsten Dreyer
f9eab39e93 Phi: sortable widgets
Widgets on the right widgetarea can now be
rearranged by drag-and-drop
2015-03-15 11:46:25 +01:00
Stuart Buchanan
0581ad323d GUI Cleanup from Michael HABARTA. Part 2 2015-03-14 23:03:31 +00:00
Stuart Buchanan
9f0a780279 GUI clean up from Michael HABARTA. Part 1 2015-03-14 22:33:05 +00:00
Stuart Buchanan
abe0d5842f Multikey time commands. From Michael HABARTA 2015-03-14 22:14:30 +00:00
Torsten Dreyer
605523000c Phi: Add Pause/Play buttons, widgets hidable 2015-03-14 22:31:31 +01:00
Torsten Dreyer
aed55c20e2 Phi: stop update after unload 2015-03-14 18:56:13 +01:00
Torsten Dreyer
8e87134139 Phi: Show fixes on map 2015-03-14 11:05:36 +01:00
Rebecca N. Palmer
60da209425 Remove FG_SCENERY from Nasal allowed directories
This was insecure as Nasal could change it, and appears to be unused
2015-03-13 18:31:38 +00:00
Torsten Dreyer
6ae95ea10a Use new multiplayer commands in gui 2015-03-12 09:50:16 +01:00
Thorsten Renk
419ae89ae2 Glass effect maintenance - lightcurve adjustment and damage support 2015-03-12 09:21:02 +02:00
Torsten Dreyer
c5c832d598 Phi: Map changes multiplayer config
- Rename some map overlays
- add multiplayer config
2015-03-11 22:37:48 +01:00
Torsten Dreyer
4c28a44b3d fgcommand.js: bugfixes and wrap more commands
- more jQuery wrapping done
- expose the multiplayer command
- expose request-metar/clear-metar commands
2015-03-11 22:35:33 +01:00
Thorsten Renk
8beeb39932 Wiper and fog map for ALS glass effect 2015-03-11 11:04:48 +02:00
Torsten Dreyer
3e6c115abd Phi: metar widget tweaks
- skip leading timestamp garbage
- bind tooltip so hovering the mouse displays complete metar
2015-03-10 22:44:20 +01:00
Torsten Dreyer
1d1c8e28d1 Phi: Map changes and initial Config functions
- keep selected map overlays during session
- add first Simulator/Config option (enable/disable ai traffic)
2015-03-10 21:48:11 +01:00
Torsten Dreyer
32cbf424f1 fgcommand.js: better reference to jQuery and property get/set 2015-03-10 20:38:16 +01:00
Thorsten Renk
2f0dc41bc9 Use neutral defaults 2015-03-10 14:07:09 +02:00
Thorsten Renk
92a38e95da Cockpit interior shadow and caustic effect for ALS 2015-03-10 13:53:11 +02:00