[Flightgear-devel] Displays vs Instruments

2012-09-26 Thread James Turner
Hi, I'm testing some architectural changes in the code, and have hit upon an area that's causing some structural problems. Specifically, we have two kinds of instruments: - 'computational' ones which read and write some values and model a system (steam gauges, navradio, GPWS, )

Re: [Flightgear-devel] Improved non-rembrandt trees

2012-09-26 Thread James Turner
On 25 Sep 2012, at 22:57, Stuart Buchanan wrote: Let me know if you see anything strange - I've tested this only on my own laptop. Black haloes: http://imagebin.org/229851 Mac, Ati Radeon 5770, latest SG, FG and FG data. I don't believe I have any mods that would affect rendering

Re: [Flightgear-devel] Improved non-rembrandt trees

2012-09-26 Thread Stuart Buchanan
On Wed, Sep 26, 2012 at 10:55 AM, James Turner wrote: Let me know if you see anything strange - I've tested this only on my own laptop. Black haloes: http://imagebin.org/229851 Mac, Ati Radeon 5770, latest SG, FG and FG data. I don't believe I have any mods that would affect

Re: [Flightgear-devel] Displays vs Instruments

2012-09-26 Thread Thomas Geymayer
Am 2012-09-26 11:19, schrieb James Turner: I'm testing some architectural changes in the code, and have hit upon an area that's causing some structural problems. Specifically, we have two kinds of instruments: - 'computational' ones which read and write some values and model a

[Flightgear-devel] 回复: Auto-Re: Flightgear-devel Digest, Vol 77, Issue 10

2012-09-26 Thread ChenXu
王海峰先生:   你好。 我新近刚刚接触 FlightGear. 我正在 Win7 环境下编译 SimGear  ( and TerraGear ), 即 编译 FlightGear 的前提条件。 遇到编译错误 :  sys/types.h, sys/time.h, sys/stat.h, ... not found. 我从网上下载了这些文件, 再编译则遇到另外错误:xxx redefinition. 很多这种错误, 都是有这几个头文件中的定义和声明造成的。   我知道这些文件是 Linux 下的。   怎么办 ? 感谢。

[Flightgear-devel] 回复: Some ideas for better performance

2012-09-26 Thread ChenXu
Hi, Sir,   First, I am sorry for disturbing you with such a question. Because I really do not know to which group pf members should I ask this question and I urgently need a solution, I just ask anybody in the devl group. I think this problem should be easy for the persons in this group.   My 

Re: [Flightgear-devel] 回复: Some ideas for better performance

2012-09-26 Thread Frederic Bouvier
sys/types.h, sys/time.h are ANSI C files and are part of Microsoft compilers for decades. They are in C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\sys Regards, -Fred - Mail original - De: ChenXu yak...@yahoo.com.cn À: FlightGear developers discussions

Re: [Flightgear-devel] [Gitorious] Activity: fredb pushed 1 commits to nextnext...

2012-09-26 Thread James Turner
On 26 Sep 2012, at 21:35, Gitorious wrote: commit ba8190d97f62b60f5b040ae332cddef9c607048d Author: Frederic Bouvier fredfgf...@free.fr Date: Wed Sep 26 22:34:48 2012 +0200 Close Sqlite3 database *before* trying to delete the file. Will avoid a segfault when the schema is out of date