Torsten Dreyer
e46764624d
Move the web gui to its own folder
...
serve FGDATA/webgui as url /gui/ and move the files
out of FGDATA/Docs (which was a bad place for those).
2014-03-14 21:15:51 +01:00
Thorsten Renk
26836af986
Model ubershader retains some glossiness due to sky irradiance even in indirect light
2014-03-14 11:02:18 +02:00
Thorsten Renk
35d841adf5
Cloud shadows for airfield green
2014-03-14 09:39:24 +02:00
Thorsten Renk
80819daa68
Cloud shadows for random vegetation
2014-03-14 09:30:45 +02:00
Torsten Dreyer
2f4da2fd49
Overhauled radio webgui: use websockets and fgcommands
2014-03-12 22:45:35 +01:00
Clément de l'Hamaide
798dad2549
Cap10B/C: move engine/prop to Generic/JSBSim/Engines
2014-03-12 21:04:52 +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
572a720388
Cloud shadows for water shader effect
2014-03-11 12:25:47 +02:00
Thorsten Renk
a05863e541
Cloud shadows for urban effect/random buildings
2014-03-11 11:53:57 +02:00
BARANGER Emmanuel
fadc3bf7fa
Merge branch 'master' of gitorious.org:fg/fgdata
2014-03-10 22:16:52 +01:00
James Turner
cbe18617fd
My GLSL compiler is stricter than yours.
...
- Apple GLSL strongly objects to mismatched function declaration /
return value type, and similarly to mismatched function declaration /
lvalue type.
2014-03-10 17:57:04 +00:00
Thorsten Renk
7cebb2963e
Better lighting balance for ALS water shader in very low light /night
2014-03-10 10:43:55 +02:00
Thorsten Renk
3a87e5a514
Experimental support for cloud shadows on the terrain
2014-03-10 10:29:14 +02:00
Philosopher
7a91a7c444
Fix #1404 : bump up max runways
...
(after making it an explicit value, as it was hidden before)
2014-03-09 15:03:02 -05:00
Torsten Dreyer
188843cb78
webgui radio: fixes and code format
...
access properties by index
reformatted js
2014-03-08 15:01:50 +01:00
Torsten Dreyer
3341ee6c52
webgui: don't hide global props object
2014-03-07 22:25:23 +01:00
Torsten Dreyer
bcbf080388
webgui: improve the radio form
...
* use the new recursive json request feature
to spare many requests.
* add some microdocumentation to the code
2014-03-07 22:22:01 +01:00
Torsten Dreyer
0ea6d47156
Add a sample JSON based web form
...
This is a sample for the new httpd and it's JSON capability.
Need to run fgfs with --httpd=<YourHttpPort> and point your browser
at http://localhost :<YourHttpPort>/gui/radio.html
2014-03-07 12:07:13 +01:00
Torsten Dreyer
9844056ab7
Prepare the ground for the new httpd
2014-03-06 13:17:04 +01:00
Anders Gidenstam
41965a8631
Moved two generic JSBSim systems from their aircraft into the shared directory.
2014-03-05 23:02:04 +01:00
BARANGER Emmanuel
026fbdafbe
Merge branch 'master' of gitorious.org:fg/fgdata
2014-03-05 18:25:53 +01: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
Torsten Dreyer
b388691fc2
Add varying wind for eddh atis
2014-03-05 13:59:03 +01:00
Clément de l'Hamaide
167e947c4c
update Joystick documentation for new delay-sec and release-delay-sec properties
2014-03-05 00:46:48 +01:00
Thomas Geymayer
9578a22313
carrier_nav.dat.gz: Add missing TACAN range entries
2014-03-02 17:04:32 +01:00
Torsten Dreyer
db38aa86e3
Add the new commradio system to the C172p
2014-03-01 20:16:38 +01:00
Torsten Dreyer
6d9346bfa0
add comm radio subsystem to generic-instrumentation
2014-02-28 11:49:44 +01:00
Torsten Dreyer
5fb4b6ae38
Initial commit for a new ATIS system
2014-02-28 10:49:33 +01:00
Thorsten Renk
87a960a048
Tentative fix for high altitude/low sun rendering artefacts in ALS skydome
2014-02-28 10:40:05 +02:00
Thorsten Renk
4286141f2a
Improvements and environment dependence to rendering of runway lighting for ALS
2014-02-28 09:15:41 +02:00
BARANGER Emmanuel
7f1cf271a0
Merge branch 'master' of gitorious.org:fg/fgdata
2014-02-28 01:07:25 +01:00
Stuart Buchanan
7cba9da8a1
Fix black halo around lights by removing depth write
2014-02-27 22:49:25 +00:00
Clément de l'Hamaide
8c6af01348
Update portuguese translation by Müller on forum
2014-02-27 21:35:25 +01:00
Thorsten Renk
1d25257604
Surface light effect and shaders for ALS
2014-02-25 10:49:37 +02:00
James Turner
638f5b7787
Defaults for draw-mask
2014-02-24 20:14:22 +00:00
Hyde Yamakawa
db3948728c
CanvasND: Add 777 track bug implementation
2014-02-23 23:56:25 -05:00
Stuart Buchanan
50a202a997
Use osgUtil::Simplifier to simplify terrain.
2014-02-23 21:09:57 +00:00
Hyde Yamakawa
3b9b9988ad
Fix of previos canvas mod, PLAN mode change
2014-02-23 13:43:54 -05:00
Emilian Huminiuc
745874315b
Tentative fix for random buildings red flickering in some cases
2014-02-23 13:12:35 +01:00
Hyde Yamakawa
8b691f6e60
CanvasND fixes #1317,1325 and wind ind, active WP, route discrepancy
2014-02-23 00:02:28 -05:00
James Turner
70061134ec
Default to not using VBOs.
...
(Ensure most people don't see any behaviour change while
VBO support is progressively added)
2014-02-21 08:55:38 -08: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
Martin Spott
0b49cd942c
Merge branch 'master' of git.gitorious.org:fg/fgdata
2014-02-18 15:06:41 -08:00
Stuart Buchanan
566ecd25a5
Updated README.effects with full documentation for texture-unit. Further documentation required.
2014-02-18 22:28:14 +00:00
Stuart Buchanan
f99745acd7
Effects file for surface lights
2014-02-18 21:27:51 +00:00
Thorsten Renk
22e3852cad
Impostors simulating distant clouds for Advanced Weather / ALS
2014-02-17 10:21:26 +02:00
Thorsten Renk
a505e29309
Regional texture definitions for Ireland
2014-02-17 09:49:13 +02:00
BARANGER Emmanuel
3ee2e2bd10
Merge branch 'master' of gitorious.org:fg/fgdata
2014-02-16 20:07:01 +01: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