]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
2003-05-06 curtThis is step "1" of probably "many" in the process...
2003-05-06 curtThis is step "1" of probably "many" in the process...
2003-05-06 curtRemoved support of old Ascii scenery format. The loade...
2003-05-06 ehofmanMake sure the sky is also repainted when the relative...
2003-05-05 ehofmanMake the sky colour brighter, change the fog colour...
2003-05-05 ehofmanRepaint the sky when the view heading changes also
2003-05-03 ehofmanUpdated sky colour, after comparing it to the colours...
2003-05-03 ehofmanUpdates to the generic communication protocol. This...
2003-05-02 ehofmanAnother attempt to get the right colour on PC hardware...
2003-05-01 ehofmanLucky I got debian working on a PC today. Give PC hardw...
2003-05-01 ehofmanUse a seperate path for sgi and PC hardware for cloud...
2003-04-25 ehofmanUpdate to more natural sky dome colours
2003-04-25 curtReduce pitch error.
2003-04-25 curtFirst pass at trying to add back in the AI effect where...
2003-04-24 curtAllow FG data to be in $FG_ROOT/data or $FG_ROOT (looks...
2003-04-24 curtFixed a property name typo which caused the right tank...
2003-04-23 curtReduce elevator effectiveness by a factor of 2.
2003-04-23 curtTweaks ...
2003-04-22 ehofmanWendell Turner writes:
2003-04-20 ehofmanMSVC and MingW fixes
2003-04-20 ehofmanTemporary disable the sky reposition speedup code until...
2003-04-17 curtRemove possilbe trailing "/" from runway numbers in...
2003-04-17 ehofmanReposition the sky modules only when the lat or long...
2003-04-16 curtTweaks to handle odd data cases. Load existing flightg...
2003-04-15 daveluffFurther progress towards intelligent interaction betwee...
2003-04-15 daveluffMoved PatternLeg from AILocalTraffic to AIPlane
2003-04-15 curtProduces output that doesn't crash FlightGear.
2003-04-15 curtSome code rearranging and incremental improvements...
2003-04-15 ehofmanOops, the repositioning code needs more work to be...
2003-04-15 ehofmanMagically improve the framerate by only repainting...
2003-04-15 daveluffFixed some stuff in runway number to spoken string...
2003-04-15 curtInitial revision of script to build the default.ils...
2003-04-13 ehofmanremove files which are moved to Simgear
2003-04-13 ehofmanMSVC6 updates
2003-04-12 ehofmanReflect the move of the SimGear texture object from...
2003-04-10 curtFixed [hopefully] the magvar decoding. The last four...
2003-04-09 ehofmanMove the texture loader to SimGear
2003-04-08 curtMoved from $fgfs_base/Navaids/ to here.
2003-04-05 davidImproved tumbling behaviour -- the AI doesn't just...
2003-04-05 ehofmanAdd a function declaration
2003-04-05 davidUse "coverage" instead of "type".
2003-04-05 davidRemoved debug statement.
2003-04-04 davidMake sure values get back to FGInterface, in case we...
2003-04-04 davidDo not allow the dewpoint to be higher than the tempera...
2003-04-04 davidAdd new property-randomize command.
2003-04-04 davidMake the turn indicator a little less responsive, again.
2003-04-04 davidAdd the ability for the AI to tumble in extreme attitud...
2003-04-03 curtCameron Moore:
2003-04-02 curtTweak to the --atc610x option.
2003-04-02 curtFixed a remaining typo from the death and destruction...
2003-04-01 curtSwitch to snprintf() to add an additional small measure...
2003-04-01 ehofmanAdd two regularly used properties to the list
2003-04-01 curtYou bastards! Writing property names to char arrays...
2003-04-01 ehofmanSet the initial log-level back to info
2003-04-01 ehofmanFix another controls overhaul problem
2003-04-01 davidFix to use renamed /controls properties.
2003-04-01 davidRemoved old menubar option.
2003-04-01 ehofmanDavid Luff:
2003-04-01 ehofmanUpdates to the controls properties tree. This is a...
2003-04-01 ehofmanFix a small problem which crept in after a late night...
2003-04-01 curtReturn code to it's original form which works around...
2003-04-01 curtPreviously if a freq search matched an ILS that had...
2003-04-01 curtUpdated to work with new instrumentation version of...
2003-03-31 daveluffFix of framerate drop due to broken OnActiveRunway...
2003-03-31 daveluffAdd width to ATC RunwayDetails structure
2003-03-31 daveluffSlight change of function api
2003-03-31 daveluffEmergency fix of framerate problem
2003-03-31 ehofmanChange some cerr messages into SG_LOG messages
2003-03-31 ehofmanRemove an unnecessary check. This is done in fgPanelVis...
2003-03-31 ehofmanFix a bug where current_panel was called before it...
2003-03-31 curtSorry, left in some debugging statements, now removed.
2003-03-31 curtI found 3 problems with the GS modeling in flightgear...
2003-03-30 ehofmanDeclare fgReshape into gui.h
2003-03-30 ehofmanCache some nodes
2003-03-30 ehofmanChange the log level of somme messages which can harldy...
2003-03-30 ehofmanSecond update in attempt to create an aircraft selectio...
2003-03-30 ehofmanMove current_panel to globals
2003-03-30 curtThere were several typos in the unbinding section of...
2003-03-29 curtRemoved static inline qualifiers to the fgLoadAircraft...
2003-03-29 ehofmanA first stab at an aircraft selection dialog
2003-03-29 davidMake the turn indicator more responsive.
2003-03-29 curtIf the main frame rate is less than the requested io...
2003-03-29 curtFix a typo (specified analog in channel 39 rather than 29.
2003-03-29 curtAdded a property /sim/rendering/draw-otw which specifie...
2003-03-29 curtDon't start paused for in air starts.
2003-03-29 curtAdd a property which specifies if the current nav stati...
2003-03-29 curtFixed intermittant marker beacon audio.
2003-03-28 daveluffCalculate active runway in FGGround. It would be bette...
2003-03-28 daveluffMoved the RunwayDetails struct definition out of tower...
2003-03-27 daveluffInitialise user lon, lat and elev
2003-03-27 daveluffSome fixes to Alexander's pop-up dialog box
2003-03-27 daveluffLog to SG_ATC instead of SG_GENERAL and cout
2003-03-27 daveluffPass dt to update(...)
2003-03-27 daveluffStart interacting with ATC (still somewhat rudimentary)
2003-03-27 daveluffProgress towards interactive ATC...
2003-03-27 curtAdded support for toe brakes
2003-03-26 ehofmanLatest MultiPlayer updates
2003-03-26 ehofmanLatest MultiPlayer updates
2003-03-26 daveluffOops - let some DOS line endings creep in - quickly...
2003-03-25 ehofmanAdd a generic, configurable communiction output option
next