[Flightgear-devel] Problem with modified apt.dat file

2010-01-19 Thread Andrew Gillanders
Hello all,

I am having trouble with an updated apt.dat file. I think it is with  
compressing it. I used the command 'tar cfz apt.dat.gz apt.dat'. Is  
this correct?

When I put the compressed file into FG, but there were problems  
loading. First, it fell over on line 2 (the version number and  
copyright), so I removed that. It then gets through the file, but  
seems to get stuck in an infinite loop, not recognising the end of  
the file. The log looks like this:

Logging priority is bulk
Setting geometry to 1280x800

Finished command line arguments
Initializing splash screen
Reading image /Applications/Games/FlightGear191/FlightGear.app/ 
Contents/Resources/data/Aircraft/SenecaII/splash.rgb
Intel GMA 950 OpenGL Engine
Max texture size = 2048
Depth buffer bits = 24
Splash screen progress reading aircraft list
Splash screen progress reading airport  navigation data
Loading Airport Database ...
#1 './._apt.dat'
#2 ''
#3 '13799 0 1 E46  02 Ranch'
Next airport = E46 3799

[snip]

#367972 '1   1 0 0 EHYB [X] Ypenburg The Hague'
Next airport = EHYB 1
Adding NV26 pos = -115.069, 36.0791 elev = 1913
#367973 '10  52.053471  004.341159 22x 222.00  7020 .  
.   148 343243  2 0 2 0.25 0 0300.0300'
#367974 '10  52.053955  004.339983 xxx 100.00   800 0.0 0.0   110  
161161  1 0 0 0.25 0 '
#367975 '10  52.046864  004.329772 xxx 132.00   702 0.0 0.0   176  
161161  1 0 0 0.25 0 '
#367976 '10  52.060818  004.350292 xxx 132.00   702 0.0 0.0   180  
161161  1 0 0 0.25 0 '
#367977 '10  52.054977  004.338323 xxx  42.00  1000 0.0 0.0   400  
11  1 0 0 0.25 0 '
#367978 '10  52.053928  004.339871 xxx  42.00  6690 0.0 0.0   130  
11  1 0 0 0.25 0 '
#367979 '10  52.054462  004.338961 xxx 222.00  7000 0.0 0.0   125  
161161  1 0 0 0.25 0 '
#367980 '10  52.053768  004.339871 xxx 356.00   880 0.0 0.0   110  
161161  1 0 0 0.25 0 '
#367981 '99'
End of file reached
#367982 ''
#367983 ''
#367984 ''
#367985 ''

and thus it continues indefinitely. The text it is reading from the  
file is correct, so it seems to be some subtle character set encoding  
thing, perhaps?

Thanks
Andrew


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Native WIN32 MSVC9 build error

2010-01-19 Thread Geoff McLane
Sorry about the delay, but took me a while to get
back into WIN32 building...

My error! Somehow I missed the SG CVS update... so my
last successful WIN32 build is now a few days ago ;=))

Accordingly I have updated my FG build site -
 http://geoffair.net/fg/fgfs-047.htm 
including MSVC9 binaries, and using a FG config.h version
of 'MSVC9-WIN32-2.0.0-rc1', but this does not seem
to 'show' anywhere...

If you have visited the page before, make sure you
do a [Refresh] to see this 2010-01-17 update.

Although the orange/dark pall over the scenery has
gone from Ubuntu after a driver update, even after an 
ATI WIN32 driver update, through Catalyst, still seeing
this in windows, but 'less', well lighter than before...

And it happens with both my ATI Radeon HD 2600 XT, 
in Vista 32-bits, and ATI Radeon X1300PRO, in XP 
32-bits! Only on certain headings??? Anyway...

Enjoy.

Geoff.


On Sat, 2010-01-09 at 11:48 +, Alan Teeder wrote:
 Not a lot of help to you, but I´m not seeing this problem here.
 
 When was your last successful build?
 
 Alan
 
 --
 From: Geoff McLane ubu...@geoffair.info
 Sent: Friday, January 08, 2010 6:53 PM
 To: FlightGear developers discussions 
 flightgear-devel@lists.sourceforge.net
 Subject: [Flightgear-devel] Native WIN32 MSVC9 build error
 
  Hi,
 
  1. Did a SG/FG/data CVS update earlier today, but
  ran into this ERROR when compiling FG, repeated
  for other files which include 'flight.hxx'...
 
  Gear.cpp
  c:\FG\32\FlightGear\src\FDM/flight.hxx(110) : error C2678: binary '==' :
  no operator found which takes a left-hand operand of type 'const
  SGGeod' (or there is no acceptable conversion)
 C:\Program Files\Microsoft SDKs\Windows\v6.1\include
  \guiddef.h(192): could be 'int operator ==(const GUID ,const GUID )'
 c:\FG\32\SimGear\simgear/timing/timestamp.hxx(207): or
  'bool operator ==(const SGTimeStamp ,const SGTimeStamp )'
 while trying to match the argument list '(const SGGeod, const
  SGGeod)'
 
  I remember reading something about this operator ==,
  comparing two SGGeod's in the CVS logs, so maybe I
  have missed something, or the cvs update failed.
 
  Have not had a chance yet to attempt the same in
  Ubuntu... But meantime, any help appreciated...
 
  2. Also, when compiling SG, I get a repeated warning,
  for files including 'EffectBuilder.hxx', like
  TextureBuilder.cxx
  c:\fg\32\simgear\simgear\scene\material\EffectBuilder.hxx(280) : warning
  C4099: 'simgear::InstallAttributeBuilder' : type name first seen using
  'class' now seen using 'struct'
 c:\fg\32\simgear\simgear\scene\material\EffectBuilder.hxx(269) :
  see declaration of 'simgear::InstallAttributeBuilder'
 
  It does seem to be declared a 'class' in one place,
  then a structure in another... so seems an avoidable
  warning...
 
  These happened on both my all-in-one build system,
  and the 3rd Party type build using the projects/VC90
  build files...
 
  Regards,
 
  Geoff.
 
  PS: The cvs status on this flight.hxx is
  C:\FGCVS\FlightGear\source\src\FDMcvs status flight.hxx
  ===
  File: flight.hxxStatus: Up-to-date
 
Working revision:1.23
Repository revision:
  1.23/var/cvs/FlightGear-0.9/source/src/FDM/flight.hxx,v
Sticky Tag:  (none)
Sticky Date: (none)
Sticky Options:  (none)
 
  Is this wrong?
 



--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Problem with modified apt.dat file

2010-01-19 Thread jean pellotier
Andrew Gillanders a écrit :
 Hello all,

 I am having trouble with an updated apt.dat file. I think it is with  
 compressing it. I used the command 'tar cfz apt.dat.gz apt.dat'. Is  
 this correct?

   
to me it should be 'gzip apt.dat'

BTW, you can put apt.dat uncompressed in FG, fg will load it instead of 
the apt.dat.gz, it's sometimes more convenient for checking changes.

jano

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Problem with modified apt.dat file

2010-01-19 Thread Csaba Halász
On Tue, Jan 19, 2010 at 11:51 AM, Andrew Gillanders
andrew.gilland...@uqconnect.edu.au wrote:

 I am having trouble with an updated apt.dat file. I think it is with
 compressing it. I used the command 'tar cfz apt.dat.gz apt.dat'. Is
 this correct?

Nope, you don't want to tar it, just gzip.

-- 
Csaba/Jester

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Problem with modified apt.dat file

2010-01-19 Thread Jari Häkkinen
Judging from the extension .gz the command to use is gzip not tar. For 
compressed tar I'd expect extension .tgz or .tar.gz. Try 'gzip apt.dat' 
instead.


Jari


On 1/19/10 11:51 AM, Andrew Gillanders wrote:
 Hello all,

 I am having trouble with an updated apt.dat file. I think it is with
 compressing it. I used the command 'tar cfz apt.dat.gz apt.dat'. Is
 this correct?

 When I put the compressed file into FG, but there were problems
 loading. First, it fell over on line 2 (the version number and
 copyright), so I removed that. It then gets through the file, but
 seems to get stuck in an infinite loop, not recognising the end of
 the file. The log looks like this:

 Logging priority is bulk
 Setting geometry to 1280x800

 Finished command line arguments
 Initializing splash screen
 Reading image /Applications/Games/FlightGear191/FlightGear.app/
 Contents/Resources/data/Aircraft/SenecaII/splash.rgb
 Intel GMA 950 OpenGL Engine
 Max texture size = 2048
 Depth buffer bits = 24
 Splash screen progress reading aircraft list
 Splash screen progress reading airport  navigation data
 Loading Airport Database ...
 #1 './._apt.dat'
 #2 ''
 #3 '13799 0 1 E46  02 Ranch'
 Next airport = E46 3799

 [snip]

 #367972 '1   1 0 0 EHYB [X] Ypenburg The Hague'
 Next airport = EHYB 1
 Adding NV26 pos = -115.069, 36.0791 elev = 1913
 #367973 '10  52.053471  004.341159 22x 222.00  7020 .
 .   148 343243  2 0 2 0.25 0 0300.0300'
 #367974 '10  52.053955  004.339983 xxx 100.00   800 0.0 0.0   110
 161161  1 0 0 0.25 0 '
 #367975 '10  52.046864  004.329772 xxx 132.00   702 0.0 0.0   176
 161161  1 0 0 0.25 0 '
 #367976 '10  52.060818  004.350292 xxx 132.00   702 0.0 0.0   180
 161161  1 0 0 0.25 0 '
 #367977 '10  52.054977  004.338323 xxx  42.00  1000 0.0 0.0   400
 11  1 0 0 0.25 0 '
 #367978 '10  52.053928  004.339871 xxx  42.00  6690 0.0 0.0   130
 11  1 0 0 0.25 0 '
 #367979 '10  52.054462  004.338961 xxx 222.00  7000 0.0 0.0   125
 161161  1 0 0 0.25 0 '
 #367980 '10  52.053768  004.339871 xxx 356.00   880 0.0 0.0   110
 161161  1 0 0 0.25 0 '
 #367981 '99'
 End of file reached
 #367982 ''
 #367983 ''
 #367984 ''
 #367985 ''

 and thus it continues indefinitely. The text it is reading from the
 file is correct, so it seems to be some subtle character set encoding
 thing, perhaps?

 Thanks
 Andrew


 --
 Throughout its 18-year history, RSA Conference consistently attracts the
 world's best and brightest in the field, creating opportunities for Conference
 attendees to learn about information security's most important issues through
 interactions with peers, luminaries and emerging and established companies.
 http://p.sf.net/sfu/rsaconf-dev2dev
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Problem with modified apt.dat file

2010-01-19 Thread Torsten Dreyer

Am 19.01.2010 um 13:22 schrieb jean pellotier:

 Andrew Gillanders a écrit :
 Hello all,
 
 I am having trouble with an updated apt.dat file. I think it is with  
 compressing it. I used the command 'tar cfz apt.dat.gz apt.dat'. Is  
 this correct?
 
 
 to me it should be 'gzip apt.dat'
 
 BTW, you can put apt.dat uncompressed in FG, fg will load it instead of 
 the apt.dat.gz, it's sometimes more convenient for checking changes.
Or use vim as editor which opens gzip'ed text files as easy as uncompressed 
files.

Torsten
--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] RFC: Eye catching graphics in 2.0.0 / Splash screen update

2010-01-19 Thread Durk Talsma
Hi all,

This morning I installed a FlightGear 2.0.0 release candidate on my windows 
machine at work. One thing that I noticed immediately is that the graphics 
looked really slick: The new splash screen for the C172p, the impressive 3D 
clouds, and the new terminal buildings at KSFO.

I didn't have the KSFO Airtrain demo activated yet, but  that would probably 
be another nice eye catcher. So I would propose activating that by default in 
2.0.

Secondly, because the new splash screen was so distinctly different, it seems 
a good idea to me to update the splash screens for all our default aircraft. 
After all, these screens are going to be the first visual impression of the 
new version. Preferably somebody with extremely good photographic skills 
should try to make a few good screen shots, and then frame them in a nice 
context. Any takers (Heiko, hint, hint. :-) )? Time permitting, I'm also 
willing to update a few.

Cheers,
Durk

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Nominations for Aircraft Selection in theFlightGear 2.0 Release

2010-01-19 Thread Durk Talsma
Hi Gijs,

On Monday 18 January 2010 06:50:03 pm Gijs de Rooy wrote:

 PS: Durk, it might be nice to share atleast a week-of-release with us, so
 we know how much time we can work on fixing our stuff before the release...


You're right. Our deadline for code and data submissions is tentatively set to 
Sunday, 24 January 2010, 18:00 UTC. That is, I'm planning to start tagging the 
data repository sometime after 7:00PM CET.

After that, we're allowing ourselves approximately one week to build the 
platform specific packages, transfering those to the main download servers, 
update the terrasync scenery and update the website, documentation etc. So, 
we're planning to finalize the release by Jan 31.

Please note that the above dates aren't cast in stone yet. They're based on a 
proposal by me, and may be subject to change depending on unanticipated 
problems.

Cheers,
Durk

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Nominations for Aircraft Selection in theFlightGear 2.0 Release

2010-01-19 Thread Heiko Schulz
Hi,

You're right. Our deadline for code and data submissions is tentatively set 
to 
Sunday, 24 January 2010, 18:00 UTC. That is, I'm planning to start tagging 
the 
data repository sometime after 7:00PM CET.

Sounds o.k.

After that, we're allowing ourselves approximately one week to build the 
platform specific packages, transfering those to the main download servers, 
update the terrasync scenery and update the website, documentation etc. So, 
we're planning to finalize the release by Jan 31.

Final release just after a week testing without official RC-candidates?
Whooo very brave! :-(



Please note that the above dates aren't cast in stone yet. They're based on 
a 
proposal by me, and may be subject to change depending on unanticipated 
problems.

If we really want to name it 2.0.0 then we should test it a quite time longer 
than just a week.

I propose official ReleaseCandiates for all possible platforms by 31.January 
and then depending on the resultats another ReleaseCandiate after one week.
If then all agree, we could release it finally.

Cheers
HHS

__
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen 
Massenmails. 
http://mail.yahoo.com 

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Nominations for Aircraft Selection in the FlightGear 2.0 Release

2010-01-19 Thread Stuart Buchanan
Durk wrote:

 It looks like this is becoming a bit of an annual tradition: With each new 
 major release, we are evaluating which aircraft we wish to highlight by 
 including them in the base package. Due to time constrains, we have fallen a 
 bit behind with the release process this year. Nevertheless, the process is 
 still in motion, and we expect a release real soon (I've mentioned a target 
 date to the people directly involved, but just to keep the tension on, I'm 
 not 
 yet going to announce that publically yet :-) )
 
 Just as a reminder: Last year's FlightGear 1.9.1 came out with the following 
 selection of aircraft:
 
 Airliner: Boeing 777-200
 World War II Fighter: A6M2  Zero
 Small TurboProp: b1900d
 Helicopter: bo105
 Small Prop: Cessna 172p
 Small Business Jet: Cessna Citation X
 Ultralight: Moyes Dragonfly
 Aerotowing Capable / Seaplane: DeHavilland Dhc2
 Omnipowerful Jet Fighter: F-14b
 Light Prop: Piper j3cub
 Light Twin Prop: SenecaII
 Historic Warbird: Sopwidth Camel
 Not of this Earth: UFO
 Airship: Zeppelin-NT
 

Seen as no-one else has commented, I'll just add my 2c and say that I think 
this is a fine selection.

I'm in two minds about the j3cub. While it hasn't had much development for a 
long
time, it is small in size, easy to fly and doesn't have much graphics load. So, 
on
balance, I'm pleased it will still be included.

Roll on the release :)

-Stuart


  

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Nominations for Aircraft Selection in theFlightGear 2.0 Release

2010-01-19 Thread Durk Talsma
Hi Heiko,

On Tuesday 19 January 2010 09:58:26 pm Heiko Schulz wrote:
 Final release just after a week testing without official RC-candidates?
 Whooo very brave! :-(


Please note that there is currently a second release candidate available for 
windows.  (Based on a build by Fred). RC1 for window was skipped to stay 
synchronized with the mac release candidates: 

http://www.xs4all.nl/~dtalsma/fgsetup-2.0.0-RC2.exe.torrent

Also note that Tat has already made two mac release candidates available at:

http://macflightgear.sourceforge.net/home/

Finally, please note that since the final release will be based on source code 
from the gitorious git repository, the final release will be pretty much 
identical to RC2, save for bugfixes and cosmetics. So, with that approach, I 
think we're pretty safe.

Cheers,
Durk

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Nominations for Aircraft Selection in theFlightGear 2.0 Release

2010-01-19 Thread Durk Talsma
On Tuesday 19 January 2010 11:08:59 pm Durk Talsma wrote:
 Please note that there is currently a second release candidate available
 for windows.  (Based on a build by Fred). RC1 for window was skipped to
 stay synchronized with the mac release candidates:
 Also note that Tat has already made two mac release candidates available
 at:

Just to avoid some confusion: Time Moore has tagged the source code at 
gitorious as FlightGear-2.0.0-rc1 and FlightGear-2.0.0-rc2 over the last 
couple of weeks. Tat has build a release candidate based on the rc1 tagged  
code, and Fred's windows binary is closely resembling (but if I'm correct not 
identical to) the rc2 code. 

I thought that Tat had released a second RC, but in retrospect, I can't find 
any email about that. 

Cheers,
Durk

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Nominations for Aircraft Selection in theFlightGear 2.0 Release

2010-01-19 Thread Frederic Bouvier

- Durk Talsma a écrit :

 On Tuesday 19 January 2010 11:08:59 pm Durk Talsma wrote:
  Please note that there is currently a second release candidate
 available
  for windows.  (Based on a build by Fred). RC1 for window was skipped
 to
  stay synchronized with the mac release candidates:
  Also note that Tat has already made two mac release candidates
 available
  at:
 
 Just to avoid some confusion: Time Moore has tagged the source code at
 
 gitorious as FlightGear-2.0.0-rc1 and FlightGear-2.0.0-rc2 over the
 last 
 couple of weeks. Tat has build a release candidate based on the rc1
 tagged  
 code, and Fred's windows binary is closely resembling (but if I'm
 correct not 
 identical to) the rc2 code. 
 
 I thought that Tat had released a second RC, but in retrospect, I
 can't find 
 any email about that. 

I'll make my best to use git the next time. Current package was built using CVS 
head of last sunday.

-Fred

-- 
Frédéric Bouvier
http://my.fotolia.com/frfoto/  Photo gallery - album photo
http://fgsd.sourceforge.net/   FlightGear Scenery Designer


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Nominations for Aircraft Selection in theFlightGear 2.0 Release

2010-01-19 Thread Heiko Schulz
Hi Durk,


 Please note that there is currently a second release
 candidate available for 
 windows.  (Based on a build by Fred). RC1 for window
 was skipped to stay 
 synchronized with the mac release candidates: 
 
 http://www.xs4all.nl/~dtalsma/fgsetup-2.0.0-RC2.exe.torrent
 
 Also note that Tat has already made two mac release
 candidates available at:
 
 http://macflightgear.sourceforge.net/home/
 
 Finally, please note that since the final release will be
 based on source code 
 from the gitorious git repository, the final release will
 be pretty much 
 identical to RC2, save for bugfixes and cosmetics. So, with
 that approach, I 
 think we're pretty safe.
 
 Cheers,
 Durk
 
Is there anywhere a official announcement? flightgear.org? Forum?
Flightsim forums? Newsletter?

Without this, it would be pretty much senseless!

Cheers
HHs

__
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen 
Massenmails. 
http://mail.yahoo.com 

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] tagged v2.0.0-rc2

2010-01-19 Thread Victhor
One minor issue I noticed is that the Brazillian daylight saving time
has some issues in FG. Some regions that don't comply to DST are with
the DST local time in FG.


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel