[Flightgear-devel] Website down?

2013-06-19 Thread Chris Calef
Hello, Just wondering if flightgear.org is down for everyone or just me? I'm getting fatal server errors like this: *Fatal error*: Out of memory (allocated 1048576) (tried to allocate 7680 bytes) in */home/flightge/public_html/wp-includes/compat.php* on line *41* Cheers, Chris C

Re: [Flightgear-devel] Website down?

2013-06-19 Thread Chris Calef
Awesome. WTG team! :-) On Wed, Jun 19, 2013 at 1:52 PM, Wil Neeley bentchic...@gmail.com wrote: It works on my computer. Wil Neeley On Wed, Jun 19, 2013 at 4:14 PM, Curtis Olson curtol...@flightgear.orgwrote: Should be back up again now. On Wed, Jun 19, 2013 at 3:01 PM, Curtis Olson

Re: [Flightgear-devel] Low visibility issues

2013-03-01 Thread Chris Calef
got myself a new joystick with fancy buttons all over it, and would like to remap some functions to them. Any advice appreciated! Thanks, Chris On Thu, Feb 28, 2013 at 1:31 AM, Renk Thorsten thorsten.i.r...@jyu.fiwrote: You asked for ideas for a more descriptive text - I've gone one better

[Flightgear-devel] Looking for pointers on internal mechanics of scenery/model loading...

2013-02-25 Thread Chris Calef
to flightgear... but for my specific purposes it is worth the risk. I'll be using very lowpoly models, and won't be adding them to the main scenery database. ;-) Keep an eye on that thread if you're interested in this project, I'll post further updates there as I have them. Cheers, Chris

[Flightgear-devel] Issues with windows build crashing on startup.

2013-02-20 Thread Chris Calef
from when the base project updates one of its dependencies? Any advice would be much appreciated. Chris Calef BrokeAss Games, LLC -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download

[Flightgear-devel] I love free software day!

2013-02-13 Thread chris
Hi folks @ flightgear! I feel encouraged to express my big gratitude to all of you guys gals who make this happen! I Love FlightGear a lot and enjoy all you have done in the last time, well, since I have learned about FG that is! To have been able to see the progress this project has done was an

Re: [Flightgear-devel] Removing landclass seams

2013-01-10 Thread Chris Forbes
reminds me - is there a performance penalty for using many uniforms? My impression is not, at least I've never seen any, but it'd be good to have this confirmed. Yes, there is. It varies wildly across drivers and hardware though. Expect dx9-class hardware to be weirder about this. -- Chris

Re: [Flightgear-devel] license

2012-09-05 Thread Chris Forbes
I still think we need another license for sceneries etc. ... not allowing any commmercial use. Why? Freedom Zero matters just as much for things other than code. -- Chris -- Live Security Virtual Conference Exclusive

Re: [Flightgear-devel] Compiling 2.8.0

2012-09-05 Thread Chris Forbes
Looks like its not bothering to link against libm (the system math library) On 5/09/2012 7:53 PM, zezinho lists.jjo...@free.fr wrote: hi, I am trying to package 2.8.0 in my Linux Mageia system, which already brings 2.6.0 in rpms. The 2.8 compilation fails with below error, any hints please?

Re: [Flightgear-devel] Patch for metar.exe for windows

2012-07-27 Thread Chris Forbes
Geoff, your patch is asking for the quirky old win95-era winsock1.1. Is this intentional? WSACancelBlockingCall and friends don't exist in modern winsock. -- Chris On Sat, Jul 28, 2012 at 5:03 AM, Geoff McLane ubu...@geoffair.info wrote: On Fri, 2012-07-27 at 17:39 +0100, James Turner wrote

Re: [Flightgear-devel] Functions to textures?

2012-07-24 Thread Chris Forbes
more comfortable expressing things in a shader, you/someone could rig up some FBO wiring to quickly render a shader-defined function into a texture. -- Chris -- Live Security Virtual Conference Exclusive live event

Re: [Flightgear-devel] DDS usage in effects files

2012-07-15 Thread Chris Forbes
to large mips. -- Chris -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint

Re: [Flightgear-devel] A plan for a 3.0 release?

2012-06-19 Thread Chris Forbes
Fragment discard isn't anywhere near as free or beneficial as you think it is. It's pretty crippling on a lot of older hardware. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's

Re: [Flightgear-devel] Nasal CG: (Was: Sea color)

2012-06-13 Thread Chris Forbes
I have been working on a 4-color incremental mark/sweep collector with the intention of merging it into the Nasal interpreter. The work so far can be found at http://github.com/chrisforbes/incgc; There's still quite a lot to do, but the path is clear. -- Chris On Sat, May 19, 2012 at 9:51 PM

[Flightgear-devel] [PATCH] nasal: parse: fix typo in comment

2012-06-09 Thread Chris Forbes
--- simgear/nasal/parse.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/nasal/parse.c b/simgear/nasal/parse.c index 2e66d8f..10339c8 100644 --- a/simgear/nasal/parse.c +++ b/simgear/nasal/parse.c @@ -311,7 +311,7 @@ static struct Token* parsePrecedence(struct

[Flightgear-devel] [PATCH] simgear: update .gitignore to include all current build results

2012-06-08 Thread Chris Forbes
simgear build off /next was leaving a bunch of untracked and unignored files lying around. most of these are new binaries, but some are intermediate files generated during the build. updates .gitignore to ignore all of them. --- .gitignore | 16 1 file changed, 16

[Flightgear-devel] [PATCH] fg: update gitignore

2012-06-08 Thread Chris Forbes
Update .gitignore to ignore another build result --- .gitignore |1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8a18462..d8d0fd4 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ CTestTestfile.cmake .kdev4 *.kdev4 *.pyc

[Flightgear-devel] [PATCH V2] fg: update gitignore

2012-06-08 Thread Chris Forbes
Update .gitignore to ignore another build result V2: Ignore the install_manifest too. --- .gitignore |2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8a18462..1524d4c 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ CTestTestfile.cmake .kdev4

Re: [Flightgear-devel] Random buildings improvements - phase 2

2012-05-04 Thread Chris Forbes
/GT450 (and taking 50ms/frame for full-noise rembrandt) has a crapton of hardware grunt -- no current commercial game is going to bring that machine to its knees -- we're just *slow*. -- Chris -- Live Security Virtual

Re: [Flightgear-devel] Terrain Haze v1.3

2012-05-03 Thread Chris Forbes
Only a win if 1) your draw order wrt depth is chaotic and unfixable, and 2) you are fillrate bound ... -- Chris -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security

[Flightgear-devel] Trouble compiling FG on Ubuntu 12.04 64

2012-05-02 Thread chris
recognizes these lines, or knows, what the problem might be - I'd love to get back to 2.7!!! :) Thanks in advance chris [OT] ...astounding what bz2 can do... [/OT] FGcompileErrors.txt.bz2 Description: application/bzip -- Live

Re: [Flightgear-devel] Trouble compiling FG on Ubuntu 12.04 64

2012-05-02 Thread chris
, but I'm not sure at all. How can I find out? Regards chris -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can

Re: [Flightgear-devel] Trouble compiling FG on Ubuntu 12.04 64

2012-05-02 Thread chris
Am Wed, 2 May 2012 15:02:42 +0200 (CEST) schrieb Frederic Bouvier fredfgf...@free.fr: Hi Chris, Am Wed, 2 May 2012 14:25:09 +0200 (CEST) schrieb Frederic Bouvier fredfgf...@free.fr: These messages are link error. Did you do a 'make clean' on all OSG, SG et FG ? My guess

Re: [Flightgear-devel] Terrain Haze v1.3

2012-04-28 Thread Chris Forbes
You'll have to elaborate on how 'spin' is special. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond.

Re: [Flightgear-devel] Terrain Haze v1.3

2012-04-27 Thread Chris Forbes
Presumably all these effects could actually be done as one screenspace pass? -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT

Re: [Flightgear-devel] Terrain Haze v1.3

2012-04-27 Thread Chris Forbes
have: - Things move or rotate - Things get removed completely Both of these are representable easily in a matrix palette (removal via w=0); Anything else? -- Chris On Sat, Apr 28, 2012 at 5:30 AM, Renk Thorsten thorsten.i.r...@jyu.fi wrote: This doesn't happen when you click on another slider

Re: [Flightgear-devel] An empassioned plea

2012-04-19 Thread Chris Forbes
What do people think about dynamically scaling the eye candy to meet a target framerate? -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in

Re: [Flightgear-devel] An empassioned plea

2012-04-19 Thread Chris Forbes
Assuming shaders ON, you can scale the fragment workload continuously by using dynamic resolution rendering. Pick your resolution per-frame, pay a constantish cost to copy it to the display buffer (which you're paying anyway if you need to tonemap down from an hdr buffer)

Re: [Flightgear-devel] An empassioned plea

2012-04-18 Thread Chris Forbes
What *is* the baseline hardware fg ought to be aiming at? -- Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free.

Re: [Flightgear-devel] [Rembrandt] the plan

2012-04-16 Thread Chris Forbes
Ignoring the horrible artifacts for a moment, I think we need at least one more mip level on the instrument faces for the 172. Even at that low resolution they are very blurry. On Mon, Apr 16, 2012 at 9:24 PM, Martin Spott martin.sp...@mgras.net wrote: Frederic Bouvier wrote: This shader error

Re: [Flightgear-devel] Workaround: c172p on MacBook Pro with Intel HD3000

2012-04-13 Thread Chris Forbes
Presumably you could just ask osg or the gl to discard the top mip level(s) rather than altering the source art to work around apple's driver bugs? -- For Developers, A Lot Can Happen In A Second. Boundary is the first to

Re: [Flightgear-devel] More Rembrandt Feedback

2012-04-03 Thread Chris Forbes
It's possible to have two layers of shadow map to separate static and dynamic things, but at a significant cost (you need the extra buffer, and the memory bandwidth to sample it, ...). Probably not a win on the kind of hardware that needs a speedup here. On Wed, Apr 4, 2012 at 7:45 AM, Vivian

[Flightgear-devel] (no subject)

2012-03-25 Thread Chris Wilkinson
http://sorrynewyork.com/av5.php Chris Wilkinson blobster...@yahoo.com.au WilksJohn 3/25/2012 11:33:09 AM-- This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d

Re: [Flightgear-devel] Project Rembrandt - next steps

2012-03-06 Thread Chris Forbes
I doubt you're going to have an acceptable experience using a deferred renderer on a go7400, regardless of driver bugs. There's not a lot of fillrate there. On 7/03/2012 4:42 AM, Arnt Karlsen a...@c2i.net wrote: On Sat, 03 Mar 2012 21:17:30 +0100, Torsten wrote in message

[Flightgear-devel] [PATCH] TrafficMgr: remove ~5M of unnecessary heap churn during startup

2012-02-17 Thread Chris Forbes
--- src/Traffic/TrafficMgr.cxx |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/Traffic/TrafficMgr.cxx b/src/Traffic/TrafficMgr.cxx index 44e8567..d4f20b3 100644 --- a/src/Traffic/TrafficMgr.cxx +++ b/src/Traffic/TrafficMgr.cxx @@ -674,9 +674,7 @@ void

[Flightgear-devel] [PATCH] SchedFlight: make comparison inlinable

2012-02-17 Thread Chris Forbes
Reduces the perf impact of FGAISchedule::findAvailableFlight() --- src/Traffic/SchedFlight.cxx |5 - src/Traffic/SchedFlight.hxx |5 - 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/Traffic/SchedFlight.cxx b/src/Traffic/SchedFlight.cxx index 5339a29..1b8586f

Re: [Flightgear-devel] [PATCH] TrafficMgr: remove ~5M of unnecessary

2012-02-17 Thread Chris Forbes
Martin, Is it acceptable to send merge requests with a git URL for a server elsewhere, or must it be on gitorious? -- Chris On Fri, Feb 17, 2012 at 11:23 PM, Martin Spott martin.sp...@mgras.net wrote: Hi Chris, Chris Forbes wrote: --- src/Traffic/TrafficMgr.cxx |    4 +--- 1 files changed

[Flightgear-devel] [PATCH 3/9] remove pointless previousInstruction local in FGGroundNetwork::checkSpeedAdjustment

2012-02-16 Thread Chris Forbes
--- src/Airports/groundnetwork.cxx |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/Airports/groundnetwork.cxx b/src/Airports/groundnetwork.cxx index 34ee61c..787057c 100644 --- a/src/Airports/groundnetwork.cxx +++ b/src/Airports/groundnetwork.cxx @@ -893,7 +893,6 @@

[Flightgear-devel] [PATCH 6/9] remove pointless useInitialWayPoint/useCurrentWayPoint locals from FGAIFlightPlan::ctor

2012-02-16 Thread Chris Forbes
--- src/AIModel/AIFlightPlan.cxx | 13 - 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/src/AIModel/AIFlightPlan.cxx b/src/AIModel/AIFlightPlan.cxx index 21ad6f9..b94f033 100644 --- a/src/AIModel/AIFlightPlan.cxx +++ b/src/AIModel/AIFlightPlan.cxx @@ -164,25 +164,12

[Flightgear-devel] [PATCH 4/9] remove pointless elevation_feet local from FGGroundNetwork::render

2012-02-16 Thread Chris Forbes
--- src/Airports/groundnetwork.cxx |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/src/Airports/groundnetwork.cxx b/src/Airports/groundnetwork.cxx index 787057c..78e8812 100644 --- a/src/Airports/groundnetwork.cxx +++ b/src/Airports/groundnetwork.cxx @@ -1354,7 +1354,6

[Flightgear-devel] [PATCH 2/9] remove pointless minbearing local in FGGroundNetwork::checkSpeedAdjustment

2012-02-16 Thread Chris Forbes
--- src/Airports/groundnetwork.cxx |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/Airports/groundnetwork.cxx b/src/Airports/groundnetwork.cxx index 8e9b16f..34ee61c 100644 --- a/src/Airports/groundnetwork.cxx +++ b/src/Airports/groundnetwork.cxx @@ -915,7 +915,7

[Flightgear-devel] [PATCH 9/9] simplify FGRadioTransmission::getFrequency

2012-02-16 Thread Chris Forbes
--- src/Radio/radio.cxx | 14 +++--- 1 files changed, 3 insertions(+), 11 deletions(-) diff --git a/src/Radio/radio.cxx b/src/Radio/radio.cxx index 169cd32..a22274a 100644 --- a/src/Radio/radio.cxx +++ b/src/Radio/radio.cxx @@ -77,19 +77,11 @@

[Flightgear-devel] [PATCH 8/9] remove unused percent_RPM local from FGPiston::doEnginePower

2012-02-16 Thread Chris Forbes
--- src/FDM/JSBSim/models/propulsion/FGPiston.cpp |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/FDM/JSBSim/models/propulsion/FGPiston.cpp b/src/FDM/JSBSim/models/propulsion/FGPiston.cpp index 0f47018..dbd494c 100644 ---

[Flightgear-devel] [PATCH 7/9] remove unused locals from Rotorpart::calculateAlpha

2012-02-16 Thread Chris Forbes
--- src/FDM/YASim/Rotorpart.cpp |9 ++--- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/FDM/YASim/Rotorpart.cpp b/src/FDM/YASim/Rotorpart.cpp index bd54f41..b88087a 100644 --- a/src/FDM/YASim/Rotorpart.cpp +++ b/src/FDM/YASim/Rotorpart.cpp @@ -377,11 +377,8 @@ float

[Flightgear-devel] [PATCH 1/9] remove pointless remainingTimeEnroute local in FGAISchedule::update()

2012-02-16 Thread Chris Forbes
--- src/Traffic/Schedule.cxx |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/src/Traffic/Schedule.cxx b/src/Traffic/Schedule.cxx index 789631b..05e4eda 100644 --- a/src/Traffic/Schedule.cxx +++ b/src/Traffic/Schedule.cxx @@ -196,7 +196,6 @@ bool

[Flightgear-devel] Cleanup unused locals

2012-02-16 Thread Chris Forbes
These patches clean up some set-but-unused locals which cause warnings on current GCC. There should be no change in semantics. Tested against c5eba72c758b92b9120c38ae101f4a4ab2044ff8 ('next' at time of writing) -- Chris

[Flightgear-devel] [PATCH 5/9] remove pointless elevation_feet local from FGStartupController::render

2012-02-16 Thread Chris Forbes
--- src/ATC/trafficcontrol.cxx |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/src/ATC/trafficcontrol.cxx b/src/ATC/trafficcontrol.cxx index 8e29f04..eb8ca7e 100644 --- a/src/ATC/trafficcontrol.cxx +++ b/src/ATC/trafficcontrol.cxx @@ -1328,8 +1328,6 @@ void

[Flightgear-devel] FG scam resurfaces...

2012-02-06 Thread Chris Wilkinson
about via forums, review sites etc... Kind regards, Chris Wilkinson, YBBN/BNE. -- Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99

Re: [Flightgear-devel] FG scam resurfaces...

2012-02-06 Thread Chris Wilkinson
It is a very mixed bag when it comes to screenshots - some look good, some look old (bad?), some look fake - surely that would be a give-away to warn people away from it? :-) Regards, Chris Wilkinson, YBBN/BNE. From: Frederic Bouvier fredfgf...@free.fr

Re: [Flightgear-devel] Building Simgear with OSG 3.0.0

2011-11-13 Thread Chris Marr
On Sat, 2011-11-12 at 12:55 +0100, ThorstenB wrote: Am 12.11.2011 11:03, schrieb Chris Marr: trying to build the latest GIT version of FG, when cmake'ing simgear it complains that OSG 2.9.7 is installed, even though I've just downloaded and compiled OSG 3.0.1 can someone provide some

[Flightgear-devel] Building Simgear with OSG 3.0.0

2011-11-12 Thread Chris Marr
, Chris -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 ___ Flightgear-devel mailing list Flightgear-devel@lists.sourceforge.net https

Re: [Flightgear-devel] ..is anyone backporting FlightGear-2.4 for Debian Squeeze and Debian Wheezy?

2011-10-09 Thread Chris Baines
A backport should not be needed for wheezy as it is testing, it should just move in to testing, as you can see on the pts page ( http://packages.qa.debian.org/f/flightgear.html ) this hasn't happened yet. As for squeeze, openscenegraph would have to be backported first, so its not something I

Re: [Flightgear-devel] Two strange issues

2011-08-18 Thread Chris Wilkinson
custom scenery can work with git/2.4.0... Best regards, Chris Wilkinson, YBBN/BNE. -- Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take

[Flightgear-devel] Kulula Airways RSA

2011-07-14 Thread Chris Wilkinson
or 2 to the 737 livery set perhaps? :-)   Kind regards,   Chris Wilkinson, YBBN/BNE.-- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on Lean Startup

Re: [Flightgear-devel] Objects not loading after recent upgrade

2011-07-03 Thread Chris Wilkinson
and newer data exist in the fgdata path. If only older data exists it loads it, but the moment I copy across the custom older data to the new fgdata it ignores it. Very confusing. Best regards, Chris Wilkinson, YBBN/BNE. From: Scott scott.hamil...@popplanet.biz

Re: [Flightgear-devel] Objects not loading after recent upgrade

2011-07-03 Thread Chris Wilkinson
Chris Wilkinson, YBBN/BNE. From: Scott scott.hamil...@popplanet.biz To: flightgear-devel@lists.sourceforge.net Sent: Sunday, 3 July 2011 8:12 PM Subject: Re: [Flightgear-devel] Objects not loading after recent upgrade   Where is the scenery located?   Try

Re: [Flightgear-devel] Objects not loading after recent upgrade

2011-07-03 Thread Chris Wilkinson
in the default location, is not used. How should default and custom scenery be arranged? Best regards, Chris Wilkinson, YBBN/BNE. From: Martin Spott martin.sp...@mgras.net To: flightgear-devel@lists.sourceforge.net Sent: Monday, 4 July 2011 6:16 AM Subject: Re: [Flightgear

Re: [Flightgear-devel] Objects not loading after recent upgrade

2011-07-03 Thread Chris Wilkinson
or the other will be absent (correct me if wrong). My tendency is to pilot heavies like the 777/787, and fly legs between major cities in NZ and Australia, so each flight  might encompass flying over several different 1x1 tiles. Best regards,   Chris Wilkinson.   From: Martin Spott martin.sp

[Flightgear-devel] Objects not loading after recent upgrade

2011-07-02 Thread Chris Wilkinson
, Chris Wilkinson, YBBN/BNE. -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more

Re: [Flightgear-devel] Objects not loading after recent upgrade

2011-07-02 Thread Chris Wilkinson
Hi Martin, I re-read the messages on starting and I see... loadxml: reading '' denied (unauthorized access) Seems odd. I ran chmod to ensure no read permissions are unset, and chown and chgrp to ensure all files are set to my user 'chris' and group 'users'. Still get the same message

Re: [Flightgear-devel] gnome 3 ?

2011-06-03 Thread Chris Baines
I use Gnome 3 and FlightGear and it works well. I do like the Shell, and after a while it does grow on you. The main problem I think is that people logically think that as Gnome 3 is released the Shell is completed, where that is far from the truth, much of the work is still to be done. As you

[Flightgear-devel] Build time on X6 Phenom 2...

2011-05-01 Thread Chris Wilkinson
task - seeing how it runs on the GeForce GTX560ti driving a Dell U2711 2560x1440 monitor... :-) Kind regards, Chris Wilkinson, YBBN/BNE. -- WhatsUp Gold - Download Free Network Management Software The most intuitive

Re: [Flightgear-devel] Logos and licensing

2011-03-07 Thread Chris O'Neill
have) wrote Joe Blow but didn't If I offended anyone, I apologize. Anyway, this is my last post on this subject. Frankly, as an end-user my opinion is just that... a personal opinion. Take it or leave it. With that in mind, I don't have much else to add to the discussion. Regards, Chris

Re: [Flightgear-devel] Logos and licensing

2011-03-05 Thread Chris O'Neill
, but there are others who do. Then let those folks assume the risk and responsiblity themselves. Regards, Chris -- What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details

Re: [Flightgear-devel] Logos and licensing

2011-03-05 Thread Chris O'Neill
Project to take the high road and only allow trademarks in liveries where it can be explicitly shown that the trademark owner has agreed to the use. Regards, Chris -- What You Don't Know About Data Connectivity CAN Hurt You

Re: [Flightgear-devel] Logos and licensing

2011-03-03 Thread Chris O'Neill
of the following statements is true? A. That will spell the end of the FlightGear Project B. That would work Regards, Chris -- What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview

Re: [Flightgear-devel] Logos and licensing

2011-03-02 Thread Chris O'Neill
just a lowly end-user who happens to read this mailing list. Therefore, my personal legal and/or financial risk is fairly minimal. Regards, Chris -- Free Software Download: Index, Search Analyze Logs and other

Re: [Flightgear-devel] Logos and licensing

2011-03-02 Thread Chris O'Neill
just a lowly end-user who happens to read this mailing list. Therefore, my personal legal and/or financial risk is fairly minimal. Regards, Chris -- Free Software Download: Index, Search Analyze Logs and other IT data

Re: [Flightgear-devel] Logos and licensing

2011-03-02 Thread Chris O'Neill
My apologies for the duplicate posting last night. Apparently, I had a system glitch so the message got sent twice. Sorry! Regards, Chris -- Free Software Download: Index, Search Analyze Logs and other IT data

Re: [Flightgear-devel] Logos and licensing

2011-02-26 Thread Chris O'Neill
with it argument is a valid defence, then maybe we should also shut up about the folks over at FlightProSim. Respectfully submitted... Regards, Chris -- Free Software Download: Index, Search Analyze Logs and other IT data

Re: [Flightgear-devel] ..OT: Christchurch, NZ quake, are you FG Kiwis in or around CC ok?

2011-02-22 Thread Chris Wilkinson
I'm an ex Christchurch boy - my family are there, and OK, but distraught at what they've endured today. Andy Gorman is one list members name from Chch I remember - hoping all is well with him and others, but may be a day or 2 before we know as much infrastructure is damaged. Regards, Chris

Re: [Flightgear-devel] ..IP and litigation risks, was: AH-1 Merge Request

2011-02-17 Thread Chris Wilkinson
as a not-for-profit community based enterprise we're not considered a target for copyright enforcement. But again, only the copyright holders can clarify that with us with any certainty... Regards, Chris Wilkinson, YBBN/BNE. From: Duane Andre beanere...@gmail.com

Re: [Flightgear-devel] Logos and licensing

2011-02-17 Thread Chris Wilkinson
- at least it is better to know this than to not know... Regards, Chris Wilkinson, YBBN/BNE. From: Jon S. Berndt jonsber...@comcast.net To: FlightGear developers discussions flightgear-devel@lists.sourceforge.net Sent: Fri, 18 February, 2011 11:43:52 AM Subject

Re: [Flightgear-devel] Blender question?

2011-02-10 Thread Chris Wilkinson
'show normals' - you'll then see a small blue line extending from the centre of each face in the positive direction - if the normals point inward then they need to be flipped. The normal size can be changed if they are too hard to see. Regards, Chris Wilkinson, YBBN/BNE

Re: [Flightgear-devel] VATSIM support?

2011-01-26 Thread Chris O'Neill
be willing to help as an end-user/tester. Regards, Chris -- Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using

Re: [Flightgear-devel] VATSIM support?

2011-01-25 Thread Chris O'Neill
* want to get serious about providing FG users with the capability of using FG as a serious flight simulation environment, then IMHO we should give this a serious look. Regards, Chris -- Special Offer-- Download

[Flightgear-devel] Pro Flight Simulator disclaimer, accurate?

2011-01-14 Thread Chris Wilkinson
http://www.proflightsimulator.com/fg-help.htm Any comments into the accuracy of this statement? Regards, Chris Wilkinson, YBBN/BNE. -- Protect Your Site and Customers from Malware Attacks Learn about various

Re: [Flightgear-devel] Pro Flight Simulator disclaimer, accurate?

2011-01-14 Thread Chris Baines
through the mailing lists and forums), but then they say ProFlightSimulator is open source, but offers email support? Chris On Fri, 2011-01-14 at 02:08 -0800, Chris Wilkinson wrote: http://www.proflightsimulator.com/fg-help.htm Any comments into the accuracy of this statement? Regards, Chris

Re: [Flightgear-devel] pirates

2011-01-13 Thread Chris Wilkinson
. Regards, Chris Wilkinson, YBBN/BNE. From: Michael Sgier scrat_h...@yahoo.com To: FlightGear developers discussions flightgear-devel@lists.sourceforge.net Sent: Thu, 13 January, 2011 5:22:10 PM Subject: [Flightgear-devel] pirates Those crappy pirates

Re: [Flightgear-devel] pirates

2011-01-13 Thread Chris Wilkinson
but I'd also like to know whether or not the people behind the free software were trying to do something about it. Regards, Chris Wilkinson, YBBN/BNE. From: George Patterson george.patter...@gmail.com To: FlightGear developers discussions flightgear-devel

Re: [Flightgear-devel] pirates

2011-01-13 Thread Chris Wilkinson
put a small message in the fg site header to alert people to the scam via google search. Regards, Chris Wilkinson, YBBN/BNE. From: Curtis Olson curtol...@gmail.com To: FlightGear developers discussions flightgear-devel@lists.sourceforge.net Sent: Fri, 14

Re: [Flightgear-devel] More flightprosim offshoots

2010-12-29 Thread Chris Wilkinson
forward the Airbus and Boeing folk an email? Regards, Chris Wilkinson, YBBN/BNE. From: Peter Brown smoothwater...@adelphia.net To: FlightGear developers discussions flightgear-devel@lists.sourceforge.net Sent: Thu, 30 December, 2010 1:08:15 AM Subject: [Flightgear

Re: [Flightgear-devel] More flightprosim offshoots

2010-12-29 Thread Chris Wilkinson
, Massachusetts, but again leap-frogs via the exact same Florida location. I'm not a betting man, but Florida is looking kinda good odds currently... Regards, Chris Wilkinson, YBBN/BNE. From: George Patterson george.patter...@gmail.com To: FlightGear developers

[Flightgear-devel] EzineArticles.com

2010-12-22 Thread Chris Wilkinson
by the scam, and about the use of mis-appropriated historical names on the websites and other immoral tactics being used, including the registration of the 'www.flightgear.us' domain. Regards, Chris Wilkinson, YBBN/BNE

Re: [Flightgear-devel] FlightGear Flight Pro Sim Statement

2010-12-13 Thread Chris Wilkinson
of the hosting siteabout misrepresentation and deception, and request the "flightgear.us" domain be taken down - as Peter says it is clearly being used to deceive people. Regards, Chris Wilkinson, YBBN/BNE. From: Peter Brown smoothwater...@adelphia.netTo: FlightGear developers discussions

Re: [Flightgear-devel] Airport Water Clipping

2010-12-10 Thread Chris Wilkinson
Thanks Martin, I will double check the licence attached to the data I have, but I'm confident it is free to use and distribute so long as any subsequent end-use is of personal or private non-profit nature. Cheers, Chris Wilkinson, YBBN/BNE. From: Martin

Re: [Flightgear-devel] Airport Water Clipping

2010-12-10 Thread Chris Wilkinson
to distribute my scenery to anyone else. Regards, Chris Wilkinson, YBBN/BNE. From: Martin Spott martin.sp...@mgras.net To: flightgear-devel@lists.sourceforge.net Sent: Fri, 10 December, 2010 10:27:22 PM Subject: Re: [Flightgear-devel] Airport Water Clipping

Re: [Flightgear-devel] Airport Water Clipping

2010-12-10 Thread Chris Wilkinson
. Regards, Chris Wilkinson From: Scott Hamilton scott.hamil...@popplanet.biz To: flightgear-devel@lists.sourceforge.net Sent: Fri, 10 December, 2010 11:07:28 PM Subject: Re: [Flightgear-devel] Airport Water Clipping On Fri, 2010-12-10 at 12:27 +, Martin Spott wrote

Re: [Flightgear-devel] Airport Water Clipping

2010-12-09 Thread Chris Wilkinson
it to someone for use. The licence its under will allow that I believe. Regards, Chris Wilkinson, YBBN/BNE. From: Martin Spott martin.sp...@mgras.net To: flightgear-devel@lists.sourceforge.net Sent: Fri, 10 December, 2010 4:38:49 AM Subject: Re: [Flightgear

Re: [Flightgear-devel] Airport Water Clipping

2010-12-09 Thread Chris Wilkinson
features. It will be a huge job, and I make no predictions of when it will be done. I'll start grabbing the data first, but a Phenom 2 X6 superPC will be needed to build it all - ooops, I better ask she who must be obeyed if thats OK for me to buy - damn joint bank accounts... :-) Regards, Chris

Re: [Flightgear-devel] ProFlightSImulator

2010-12-01 Thread Chris Wilkinson
greater dignity than this guy. Regards, Chris Wilkinson, YBBN/BNE. From: Jon S. Berndt jonsber...@comcast.net To: FlightGear developers discussions flightgear-devel@lists.sourceforge.net Sent: Thu, 2 December, 2010 3:33:20 PM Subject: Re: [Flightgear-devel

Re: [Flightgear-devel] (no subject)

2010-11-30 Thread Chris Wilkinson
. Regards, Chris Wilkinson, YBBN/BNE. From: Curtis Olson curtol...@gmail.com To: FlightGear developers discussions flightgear-devel@lists.sourceforge.net Sent: Wed, 1 December, 2010 3:30:47 AM Subject: Re: [Flightgear-devel] (no subject) Thanks Chris, Your letter

[Flightgear-devel] (no subject)

2010-11-29 Thread Chris Wilkinson
. There are a number of people who recently have attested to being ripped off by this man, so to prevent more people losing money to this scam please consider this request seriously.   Best regards,   Chris Wilkinson, Brisbane, Australia. FlightGear community member

Re: [Flightgear-devel] Waterfalls

2010-11-23 Thread Chris Wilkinson
would be impossible. Regards, Chris Wilkinson, YBBN/BNE. From: Frederic Bouvier fredfgf...@free.fr To: FlightGear developers discussions flightgear-devel@lists.sourceforge.net Sent: Wed, 24 November, 2010 1:12:37 AM Subject: Re: [Flightgear-devel] Waterfalls

Re: [Flightgear-devel] Waterfalls

2010-11-23 Thread Chris Wilkinson
to good use testing modified terragear to create high-res terrain... Regards, Chris Wilkinson, YBBN/BNE. From: Esa Koivuniemi esa.koivuni...@gmail.com To: FlightGear developers discussions flightgear-devel@lists.sourceforge.net Sent: Wed, 24 November, 2010 9:41:09

[Flightgear-devel] FSP facebook ads

2010-11-22 Thread Chris Wilkinson
time... Regards, Chris Wilkinson, YBBN/BNE. -- Increase Visibility of Your 3D Game App Earn a Chance To Win $500! Tap into the largest installed PC base get more eyes on your game by optimizing for Intel(R

Re: [Flightgear-devel] FSP facebook ads

2010-11-22 Thread Chris Wilkinson
I'll route FSP's domains to 127.0.0.0 in my hosts file, then start clicking... My hope is that facebook will actually pay heed to my complaints, and look into the legality of the FSP adverts. That might save us from having to employ someone to do the same. Regards, Chris Wilkinson, YBBN/BNE

Re: [Flightgear-devel] ProFlightSimulator The Most Realistic Flight Sim Ever

2010-11-17 Thread Chris Wilkinson
product two things this guy/gal/group doesn't want is to be either found or identified (or held accountable) - the hallmarks of a true criminal. Regards, Chris Wilkinson, YBBN/BNE. From: Arnt Karlsen a...@c2i.net To: flightgear-devel@lists.sourceforge.net Sent

Re: [Flightgear-devel] ProFlightSimulator The Most Realistic Flight Sim Ever

2010-11-16 Thread Chris Wilkinson
conditions of the GPL, in selling these opensource softwares. If it is within my power to do so, I will do what I can to make life difficult for this scum. Regards, Chris Wilkinson, YBBN/BNE. From: Mally ma...@tklm.freeserve.co.uk To: FlightGear developers

Re: [Flightgear-devel] ProFlightSimulator The Most Realistic Flight Sim Ever

2010-11-16 Thread Chris Wilkinson
For the Windows brethren I'd be inclined to run a virus checker over that package before opening it. Spybots, virii, and trojans run hand in hand with the scammer community... I'm curious to see how old that source is, so will download a copy tonite... Regards, Chris Wilkinson, YBBN/BNE

  1   2   3   >