[Flightgear-devel] Autumn colors

2013-02-11 Thread Renk Thorsten

I've just pushed the current state of the autumn color model where the amount 
of coloring is encoded in the texture alpha channel. I've tried to be very 
conservative and pushed alternative textures (marked with *-autumn.png) where 
this is done - I could not see any negative effects in the default rendering 
scheme (no terrain holes or so), but this way it's easy to roll back in case of 
unexpected problems - only the regional texture scheme references the 
alternative textures, neither dds or default do. Please let me know if there is 
trouble.

If anyone wants to try the scheme, use high quality level with the Atmospheric 
Light Scattering scheme and the regional texturing scheme, then change season 
in the environment settings.

I have tested mainly in central Europe, so it's rather likely that there will 
be texture sheets without alpha channel set, which will stick out if you test 
elsewhere.

I regard the current state as proof of concept. If there is a graphic artist 
available who wants to optimize the texture alpha channel settings for best 
effect, please get in touch - I am not very good with gimp, and I've just 
coarsely painted on the textures to get a feeling for the effect.

Trees are not color-changed, so if you want autumn trees, you have to edit 
Materials/regions/materials.xml manually and change to the autumn or winter 
tree variants. It looks nice though...

Otherwise enjoy!

* Thorsten
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Updated Short Reference for 2.10.0

2013-02-11 Thread YOSHIMATSU Toshihide
Hi Stuart and all,

Short reference for 2.10.0 seems OK.

But a user in Japanese forum noticed that the Manual of chapter 5.2 
Keyboard controls seems to have wrong table captions:
http://mapserver.flightgear.org/getstart/getstart-enpa2.html#x5-670005.2

Following are my check results and suggestions to correct tables in 
chapter 5.2.
Please check and commit to the git repository.

[flight.tex]

5.2 Keyboard controls
5.2.1 Aircraft controls

\centerline{\input{tab2}}
Table 1: Primary aircraft controls
-- OK

\centerline{\input{tab7}}
Table 2: Engine control keys
-- OK

\centerline{\input{tab8}}
Table 3: Secondary aircraft controls
-- OK

\centerline{\input{tab5}}
Table 4: Autopilot controls
-- Should be deleted, because this dupulicates in 5.2.3.

5.2.2 Simulator controls

\centerline{\input{tab3}}
Table 5: View directions
-- Caption should be Table 4: View directions

\centerline{\input{tab4}}
Table 6: Display options
-- Caption should be Table 5: Display options

\centerline{\input{tab8}}
Table 7: General simulator controls.
-- Tex source should be \input{tab6}
-- Caption should be Table 6: General simulator controls

5.2.3 Autopilot controls

\centerline{\input{tab5}}
Tab. 6: Autopilot controls.
-- Caption should be Tab. 7: Autopilot controls

\centerline{\input{tab6}}
Tab. 7: Additional Autopilot controls.
-- Should be tempolary deleted.

Initially, tab6.tex was a table of key actions for autopilot enabled 
such as:
  8 / 2 Altitude adjust
  4 / 6 Heading adjust
  9 / 3 Autothrottle adjust

Since Dec. 2010, tab6.tex has been a table of simulator controls such as:
  p Pause simulator
  a / A Simulation speed up/slow down
  t / T Clock speed up/slow down
  Ctrl-R Instant replay
  F3 Save screen shot
  ESC Exit program
which were initially a part of tab8.tex (Miscellaneous).
http://mapserver.flightgear.org/git/gitweb.pl?p=getstart;a=commitdiff;h=77ec219a0038f422ece9b698b033029cb046ebf9

To include Additional Autopilot controls table in the Manual, we may 
need to restore autopilot related contents in old tab6.tex to another 
new tex file.

Cheers,
Toshi

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] FG Git compilation fail on Linux x86_64

2013-02-11 Thread Kleo G .

Hello again!

 ..an i7?  Try: 'grep ht /proc/cpuinfo |wc -l ' ;o)

Yep, it gives '8' but I read that the compiler wants the physical core number, 
not the logical ones... Or?

 ..you have libsvn-dev?
I will check that, too, tomorrow...
I have svn. The configure file looks up and finds '/usr/include/subversion-1/' 
dir. It has always been finding this for terrasync and it used to build fine...

/usr/lib64/libsvn_client-1.so
/usr/lib64/libsvn_ra-1.so
/usr/lib64/libsvn_subr-1.so


I tried with '-j 1' but I got the same error:

[ 24%] Building CXX object src/Main/CMakeFiles/fgfs.dir/__/GUI/FGPUIDialog.cxx.o
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx: In member function 
'puObject* FGPUIDialog::makeObject(SGPropertyNode*, int, int)':
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:1060:33: error: 
'class simgear::SGTerraSync' has no member named 'log'
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx: In member function 
'virtual void LogList::update()':
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:1527:30: error: 
'class simgear::BufferedLogCallback' has no member named 'stamp'
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:1528:51: error: 
void value not ignored as it ought to be
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx: In member function 
'void LogList::setBuffer(simgear::BufferedLogCallback*)':
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:1538:25: error: 
'class simgear::BufferedLogCallback' has no member named 'stamp'
make[2]: *** [src/Main/CMakeFiles/fgfs.dir/__/GUI/FGPUIDialog.cxx.o] Error 1
make[1]: *** [src/Main/CMakeFiles/fgfs.dir/all] Error 2
make: *** [all] Error 2


I also pulled today's FG Git, yet the error remains the same:

[ 36%] Building CXX object src/Main/CMakeFiles/fgfs.dir/__/GUI/FGPUIDialog.cxx.o
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx: In member function 
'puObject* FGPUIDialog::makeObject(SGPropertyNode*, int, int)':
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:1060:33: error: 
'class simgear::SGTerraSync' has no member named 'log'
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx: In member function 
'virtual void LogList::update()':
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:1527:30: error: 
'class simgear::BufferedLogCallback' has no member named 'stamp'
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:1528:51: error: 
void value not ignored as it ought to be
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx: In member function 
'void LogList::setBuffer(simgear::BufferedLogCallback*)':
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:1538:25: error: 
'class simgear::BufferedLogCallback' has no member named 'stamp'
make[2]: *** [src/Main/CMakeFiles/fgfs.dir/__/GUI/FGPUIDialog.cxx.o] Error 1
make[1]: *** [src/Main/CMakeFiles/fgfs.dir/all] Error 2
make: *** [all] Error 2




MvH,KlearchosSE-MUA
  

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel   
  --
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Final release checklist

2013-02-11 Thread Torsten Dreyer
Hi all

unless we don't have any major release blockers, we are going to release 
version 2.10 during the next weekend.

So, if there is anything still overlooked, please shout out now.

Do we have the latest getstart.pdf compiled and picked into the release 
branch?

Anything else to think about?

Thanks,
Torsten

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] FG Git compilation fail on Linux x86_64

2013-02-11 Thread Kleo G .

I got the time to redo the whole process, that is pull and compile both simgear 
and fg, in case I had missed something... Simgear was built without problems.  
I then tried FG with SP_FDMS=ON at first and I got this:
--
[ 67%] Building CXX object 
src/Main/CMakeFiles/fgfs.dir/__/FDM/TankProperties.cxx.o
[ 67%] Building CXX object src/Main/CMakeFiles/fgfs.dir/__/FDM/groundcache.cxx.o
[ 67%] Building CXX object src/Main/CMakeFiles/fgfs.dir/__/FDM/SP/ACMS.cxx.o
[ 67%] Building CXX object src/Main/CMakeFiles/fgfs.dir/__/FDM/SP/ADA.cxx.o
/home/orpheus/flightgear/flightgear/src/FDM/SP/ADA.cxx: In member function 
'virtual void FGADA::init()':
/home/orpheus/flightgear/flightgear/src/FDM/SP/ADA.cxx:190:42: error: 'printf' 
was not declared in this scope
make[2]: *** [src/Main/CMakeFiles/fgfs.dir/__/FDM/SP/ADA.cxx.o] Error 1
make[1]: *** [src/Main/CMakeFiles/fgfs.dir/all] Error 2
make: *** [all] Error 2
--

Then I reconfigured fg, this time without SP_FDMS. I got exactly the same error!


MvH,KlearchosSE-MUA
  
  --
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Final release checklist

2013-02-11 Thread Roland Haeder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 02/11/2013 07:35 PM, Torsten Dreyer wrote:
Is the JPEG factory working?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlEZOrAACgkQty+BhcbHvXiLtQCgwFjV2X+14JCxPPlFS0PL/u2X
PkEAniJFov9SBLXDirYHjPD17+ZEEz6L
=e+t/
-END PGP SIGNATURE-

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] FG Git compilation fail on Linux x86_64

2013-02-11 Thread Kleo G .

I fixed the error  by editing src/FDM/SP/ADA.cxx and adding in the beginning:

#include stdio.h

Everything built smoothly! :)

MvH,KlearchosSE-MUA
  
  

  --
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Final release checklist

2013-02-11 Thread Arnt Karlsen
On Mon, 11 Feb 2013 19:35:51 +0100, Torsten wrote in message 
51193a07.5060...@t3r.de:

 Hi all
 
 unless we don't have any major release blockers, we are going to
 release version 2.10 during the next weekend.
 
 So, if there is anything still overlooked, please shout out now.
 
 Do we have the latest getstart.pdf compiled and picked into the
 release branch?
 
 Anything else to think about?

..the ATI view-port hack, is it necessary with radeon drivers,
does it do harm with radeon drivers, and is there a commandline 
way to disable it?  It's on by default with radeon drivers.

..is --jpeg-factory still visible in fgfs -v -h when built 
without jpeg-factory?  Was visible in my working fgfs-2.11,
I don't remember whether the kinky FDMs were visible.

..is FG-2.10 being released with a 2.10 scenery, or are we 
re-using the 2.8 scenery?  
The 2.8 scenery works ok with fgfs-git/2.11.

..the Brisa script on the Primary site: download_and_compile.sh at
http://wiki.flightgear.org/Scripted_Compilation_on_Linux_Debian/Ubuntu
is version 1.9-4 and builds fgfs-2._8_ with the -s switch, and 2.8 
_is_ the latest stable release right now.  

..the Mirror: download_and_compile.sh is version 1.9-6, and 
should build the same version, AFAICT from my diff, but it 
has other fixes, Debian's libfltk1.1(-dev) is tossed for 
libfltk1.3(-dev), fgcom, and some clean-up around Atlas.

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel