=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-08-20_10:27:26 (mfranz) /var/cvs/FlightGear-0.9/source/src/Instrumentation/tacan.cxx /var/cvs/FlightGear-0.9/source/src/Instrumentation/tacan.hxx
- make *all* class members start with underscore (not all but two) - NEVER EVER use leading underscores for auto variables - don't store values in auto variables for the next function call (not even when they start with underscore :-) This fixed the TACAN channel lookup, which was supposed to be done on channel changes only, but was always done) - only do frequency search if frequency has changed (this was apparently planned, but not finished; leftover from adf.cxx?) - don't use double as bool switch - some minor cleanup =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-08-20_18:37:13 (curt) /var/cvs/FlightGear-0.9/source/src/Main/fg_io.cxx /var/cvs/FlightGear-0.9/source/src/Main/options.cxx Add an initial implementation of the Garmin 400 series "Aviation In" data format. I have a Garmin 295 to test with, but so far I haven't been able to make this work (code should compile cleanly though.) I don't know if I've made a mistake in the protocol or if my 295 just doesn't support this. More work on this to come. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-08-20_18:37:14 (curt) /var/cvs/FlightGear-0.9/source/src/Network/AV400.cxx /var/cvs/FlightGear-0.9/source/src/Network/AV400.hxx /var/cvs/FlightGear-0.9/source/src/Network/Makefile.am Add an initial implementation of the Garmin 400 series "Aviation In" data format. I have a Garmin 295 to test with, but so far I haven't been able to make this work (code should compile cleanly though.) I don't know if I've made a mistake in the protocol or if my 295 just doesn't support this. More work on this to come. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-08-20_18:38:38 (curt) /var/cvs/FlightGear-0.9/source/src/AIModel/AIAircraft.cxx Make the vertical acceleration rate scale with vertical performance. The default case for tankers should still be right about the same as where it was. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-08-21_02:41:23 (fredb) /var/cvs/FlightGear-0.9/source/src/Main/options.cxx Remove compilation warnings =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-08-21_19:58:25 (curt) /var/cvs/FlightGear-0.9/source/src/Network/AV400.cxx Tested and working under Linux. I have no way to test this under windows. If there is a windows problem, look very carefully at the line termination with a serial port monitor. It should be \r\n (CR-LF), not \n, not \r\r\n or any other possible variant. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-08-24_10:12:57 (curt) /var/cvs/FlightGear-0.9/source/scripts/perl/web/mkindex.pl Bigger thumbnails. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-08-25_17:16:31 (fredb) /var/cvs/FlightGear-0.9/source/src/AIModel/AIBase.cxx Better encapsulation for personality =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-08-26_02:17:58 (durk) /var/cvs/FlightGear-0.9/source/Thanks Give Mark Akermann credits for his new sun coloring calculations. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-08-26_02:22:20 (durk) /var/cvs/FlightGear-0.9/source/src/AIModel/AIAircraft.cxx /var/cvs/FlightGear-0.9/source/src/AIModel/AIAircraft.hxx /var/cvs/FlightGear-0.9/source/src/AIModel/AIFlightPlan.cxx /var/cvs/FlightGear-0.9/source/src/AIModel/AIFlightPlan.hxx /var/cvs/FlightGear-0.9/source/src/AIModel/AIFlightPlanCreate.cxx /var/cvs/FlightGear-0.9/source/src/AIModel/AIFlightPlanCreateCruise.cxx /var/cvs/FlightGear-0.9/source/src/Airports/groundnetwork.cxx Ground network distance tracking code. AIAircraft taxiing at airports maintain a resonable distance from each other while taxiing on the same route. The current code does not yet take crossing routes or aircraft taxiing into opposite directions into account. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-08-26_02:22:21 (durk) /var/cvs/FlightGear-0.9/source/src/Airports/groundnetwork.hxx /var/cvs/FlightGear-0.9/source/src/Airports/simple.hxx /var/cvs/FlightGear-0.9/source/src/Traffic/SchedFlight.cxx /var/cvs/FlightGear-0.9/source/src/Traffic/Schedule.cxx /var/cvs/FlightGear-0.9/source/src/Traffic/Schedule.hxx Ground network distance tracking code. AIAircraft taxiing at airports maintain a resonable distance from each other while taxiing on the same route. The current code does not yet take crossing routes or aircraft taxiing into opposite directions into account. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-08-26_09:24:14 (curt) /var/cvs/FlightGear-0.9/source/src/Network/AV400.cxx Clear up a line terminator issue between windows/unix. 2f585eeea02e2c79d7b1d8c4963bae2d ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Flightgear-devel mailing list Flightgear-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flightgear-devel