Re: [Flightgear-devel] Approach ATC ideas: usin g real SID/STARs inFlightGear?

2008-02-01 Thread Daniyar Atadjanov
Thanks for your answers. > hope my solution could solve these problem and allow you to continue in > your great idea. Ah, great! > > -> direct link to the files: > http://www.xpgoodway.com/modules.php?name=Downloads&d_op=getit&lid=101 > -> my script (perl): > http://seb.marque.free.fr/fichie

[Flightgear-devel] Approach ATC ideas: usin g real SID/STARs in FlightGear?

2008-02-01 Thread Daniyar Atadjanov
Hi, now i'm working on Approach Control (ATC). There is some old, dead (not working) code in approach.cxx. I made it working last week, but there are a lot of bugs. So, maybe i'll rewrite this part of FG. And wanted to disscuss about some new features and ideas. In real life, pilots (and ATC) use

Re: [Flightgear-devel] Tower Control (ATC) patc h

2008-01-31 Thread Daniyar Atadjanov
> Thanks. Committed. (Both branches, because of the contained > bugfixes.) Nice new features! I made some more minor changes > (mostly simplification and cosmetics), and hope I didn't break > anything. Good news. Thank you :) Seems like i'm on a right way and will continue working on it. > Now I

Re: [Flightgear-devel] Tower Control (ATC) patc h

2008-01-31 Thread Daniyar Atadjanov
AJ, Melchior, Thanks for your answers. > The code isn't yet fit for CVS, though. There are some > things to fix and to clean up, I already wrote about this :) Please double check my code before adding! I'm newbie and i really need your advices (about writing better code), such as: > such as >

[Flightgear-devel] Tower Control (ATC) patch

2008-01-31 Thread Daniyar Atadjanov
Hi, http://cqrit.anarxi.st/fg/tower_atc_patch.tar.gz This patch contains bugfixes from my previous patch (i made mistakes when using "diff" utility last time): 1. Now ATC do not tells us to go around because of traffic on RWy, when that traffic is WE. 2. Now ATC don't say that

Re: [Flightgear-devel] Air Traffic Control (ATC ). Fixing bugs andadding new features.

2008-01-28 Thread Daniyar Atadjanov
ew features. > > * Daniyar Atadjanov -- Saturday 19 January 2008: > > This (attached) diff fixes only two (little) bugs in Tower-ATC: > > Ah, great. (Will commit after testing.) > > > > > But this is a very little changes. What about other new feature to &

Re: [Flightgear-devel] Air Traffic Control (ATC ). Fixing bugs andadding new features.

2008-01-19 Thread Daniyar Atadjanov
Hi AJ, > I seem to have become more interested in modelling aircraft and systems than > flying in FG now, but one thing that always seemed lacking was any kind of > taxi/takeoff clearance. I've not used FG's ATC for a long time, but as far > as I'm aware this is still missing. Yes, take-off c

[Flightgear-devel] Air Traffic Control (ATC). Fixing bugs and adding new features.

2008-01-19 Thread Daniyar Atadjanov
Hi, i'm newbie in FG development (just subscribed to this mailing list) and in C/C++ programming, but i'm interested in making FG's ATC more usefull and realistic. I learned the code and read comments in /src/ATC/* files and have some ideas about adding new interesting features to FG's ATC.