Erik Hofman wrote:
> Update of /var/cvs/FlightGear-0.9/FlightGear/src/Environment
> In directory baron:/tmp/cvs-serv510

> Modified Files:
>       environment_ctrl.cxx environment_ctrl.hxx 
> Log Message:
> Add support for a proxy server when retreiving metar data.

> Index: environment_ctrl.cxx
> ===================================================================
> RCS file: /var/cvs/FlightGear-0.9/FlightGear/src/Environment/environment_ctrl.cxx,v
> retrieving revision 1.17
> retrieving revision 1.18
> diff -C2 -r1.17 -r1.18
> *** a/environment_ctrl.cxx    25 Feb 2004 15:31:01 -0000      1.17
> --- b/environment_ctrl.cxx    26 Feb 2004 10:23:48 -0000      1.18
> ***************
> *** 318,321 ****
> --- 318,324 ----
>       : env( new FGInterpolateEnvironmentCtrl ),
>         _icao( fgGetString("/sim/presets/airport-id") ),
> +       proxy_host( fgGetNode("/sim/presets/proxy/host", true) ),
> +       proxy_port( fgGetNode("/sim/presets/proxy/port", true) ),
> +       proxy_auth( fgGetNode("/sim/presets/proxy/authentication", true) ),

Aaaah, there it is - I should have delayed my question a bit.
I thank you very much for implementing real weather and proxy support.
This is really a great improvement !

Now that I look out of my office window the next question comes up:
When are we going to experience snow in FlightGear  ;-))
As far as I learned, rain and snow don't show up in METAR messages as a
weather phenomenon, do they ?

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to