1
0
Fork 0
Commit graph

7170 commits

Author SHA1 Message Date
Torsten Dreyer
4e456772ac Add appcache mime type for the httpd 2014-09-20 01:49:44 +02:00
Torsten Dreyer
8bccc31e92 More web gui cleanup
- remove old jquery-1.11.0
- fix two radio sample pages
2014-09-17 23:26:23 +02:00
Torsten Dreyer
b2415f3333 some updates for web 3rdparty products
- leaflet update to 0.7.3
- jquery update to 1.11.1
- adjust the map to use the new versions
2014-09-17 15:38:23 +02:00
Torsten Dreyer
6752741319 Make the browser map web-app more IOS friendly 2014-09-17 09:42:25 +02:00
Torsten Dreyer
2b60ae3e22 Add the FlightGear logo from the wiki 2014-09-17 09:05:19 +02:00
Torsten Dreyer
eb6b094957 Make Fonts accessible via the httpd
- Add a /Fonts/ url rewrite, mapping to FGDATA/Fonts
- Add a css for mapping our Liberation Fonts
2014-09-16 14:18:22 +02:00
Torsten Dreyer
2072b37455 JavaScript PropertyChangeListener tweak
Initially fire a property change event on the first subscription
by sending a get to the fg instance.
2014-09-16 11:16:15 +02:00
Torsten Dreyer
e72fa5a702 browser based map: add AI traffic layer
Add a layer showing AI traffic (AI aircraft and multiplayer)
2014-09-15 10:19:14 +02:00
Torsten Dreyer
b2b6750d37 Complain if browser-map is started without running httpd 2014-09-12 23:07:41 +02:00
Torsten Dreyer
fd720ac8bf Add the Browser based moving map to the menubar
needs --httpd=nnnn on startup
2014-09-12 21:55:42 +02:00
Torsten Dreyer
2e53c6d119 Add Liberation Sans Narrow fonts
taken from LiberationFont 1.07, also GPL licensed
2014-09-10 16:52:31 +02:00
Torsten Dreyer
61a6fee0db Canvas svg: use font-style and map LiberationFonts
- interprete the font-style attribute for text
- add a better font-mapper for Liberation Fonts
2014-09-10 16:51:12 +02:00
Thomas Geymayer
fd3bd5da20 canvas.gui: Basic InputDialog and some small tweaks. 2014-09-01 19:31:25 +02:00
BARANGER Emmanuel
66a2562be7 Merge branch 'master' of gitorious.org:fg/fgdata 2014-08-31 19:46:14 +02:00
Thomas Geymayer
246c480ea3 canvas.gui: Add a basic LineEdit for text input. 2014-08-31 19:40:14 +02:00
Clément de l'Hamaide
a441c3870f Update options.xml 2014-08-29 13:53:59 +02:00
Clément de l'Hamaide
1fa06dc92f Merge Textures.high into Textures 2014-08-27 19:40:36 +02:00
BARANGER Emmanuel
a8be29dc58 Merge branch 'master' of gitorious.org:fg/fgdata 2014-08-26 22:55:39 +02:00
Torsten Dreyer
f3058a3f2e Canvas: add support for stroke-linejoin 2014-08-26 00:06:59 +02:00
Thomas Geymayer
2bce958f39 parsesvg: Improved clip and error handling.
- Ignore and warn for unsupported/invalid clip regions.
 - Correctly handle clip 'none'.
 - Use printlog everywhere instead of debug.dump and others.
2014-08-24 13:59:36 +02:00
BARANGER Emmanuel
12a9235eb2 Merge branch 'master' of gitorious.org:fg/fgdata 2014-08-20 00:44:47 +02:00
Stuart Buchanan
260282e11e Add missing definitions from previous format
Specifically
bb17edc1a90a5b58964280570e71253857983dc1
51474c93713c69f31c80332039abed45d99a4ed7
2014-08-17 21:43:48 +01:00
Thorsten Renk
9c5c34e82d Directional dependence of intensity for lights, work in progress 2014-08-13 10:52:59 +03:00
Stuart Buchanan
fa05088304 Updated docs for V3.2.0 - menu changes 2014-08-11 16:24:37 +01:00
Stuart Buchanan
8b28472efa Updated docs for V3.2.0 2014-08-11 15:52:17 +01:00
Stuart Buchanan
40930c1a77 New materials.xml format 2014-08-09 20:33:50 +01:00
Clément de l'Hamaide
5e5914da75 FGCom: add a PTT checkbox for test + make them as live 2014-08-09 19:01:13 +02:00
BARANGER Emmanuel
4c89733005 Merge branch 'master' of gitorious.org:fg/fgdata 2014-08-05 14:32:04 +02:00
Thomas Geymayer
a10e9c7b00 canvas.gui: simplify MessageBox and Aircraft center with core changes. 2014-08-05 00:22:14 +02:00
Thomas Geymayer
804b42cfa4 canvas.gui: Window input focus handling. 2014-08-04 23:48:29 +02:00
Thorsten Renk
e6edd424c3 (Ugly) fix for runway designator signs being invisible in ALS - in principle, they should be rendered as objects and not terrain 2014-08-04 11:16:12 +03:00
Thorsten Renk
6b67f6938b Improved runway shoulder to greenspace transitions 2014-08-04 11:05:19 +03:00
Thorsten Renk
17d792d9c3 Overlay texturing for airport keep with definitions for US Southwest 2014-08-04 10:52:41 +03:00
Hal V. Engel
316ac64146 Merge branch 'master' of gitorious.org:fg/fgdata 2014-08-03 12:43:48 -07:00
Hal V. Engel
5f02bc765e P-51D New external 3D model project. 3.2 release candidate. 2014-08-03 12:43:00 -07:00
Hal V. Engel
8d00f94aac Merge branch 'master' of gitorious.org:fg/fgdata 2014-08-03 12:35:26 -07:00
Stuart Buchanan
a0c93de91c Reload scenery only after change to relevant param 2014-08-01 22:18:19 +01:00
Stuart Buchanan
bbb501e36a Reload scenery on exit from Rendering dialog.
Various updates to the Rendering Dialog
- Remove experimental reduced LoD options
- Remove Reload Scenery
- Automatically Reload Scenery on OK.
2014-07-31 21:34:48 +01:00
Gijs de Rooy
7bbec38b0a Merge branch 'master' of gitorious.org:fg/fgdata 2014-07-30 12:29:50 +02:00
Thorsten Renk
46e2402f2f Improved fading for runway lights at night for ALS (work in progress) 2014-07-30 12:21:09 +03:00
Gijs de Rooy
d7733ecf21 Merge branch 'master' of gitorious.org:fg/fgdata 2014-07-28 16:30:07 +02:00
BARANGER Emmanuel
db5002ebe0 Merge branch 'master' of gitorious.org:fg/fgdata 2014-07-28 13:37:23 +02:00
Thomas Geymayer
67229cbadc canvas.gui: handle visibility changes of widgets. 2014-07-21 00:28:44 +02:00
Thomas Geymayer
8aabd3726a parsesvg: support for rectangular clip/mask. 2014-07-19 21:44:38 +02:00
Hal V. Engel
2314bc9259 Merge branch 'master' of gitorious.org:fg/fgdata 2014-07-19 10:04:39 -07:00
Torsten Dreyer
3f85971bdc New Version: 3.3.0 2014-07-17 14:57:28 +02:00
Hyde Yamakawa
a4425969dc Merge branch 'master' of gitorious.org:fg/fgdata 2014-07-17 07:35:24 -04:00
Torsten Dreyer
6c58cef97e New Version: 3.2.0 2014-07-16 14:59:01 +02:00
BARANGER Emmanuel
7fbb6c999f Merge branch 'master' of gitorious.org:fg/fgdata 2014-07-13 18:02:42 +02:00
Thomas Geymayer
59edeea5c3 Aircraft Center: fix aircraft switching log message. 2014-07-12 18:10:36 +02:00