]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
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
2003-03-24 daveluffMSVC fix from Frederic Bouvier
2003-03-24 daveluffRemove un-needed typedef
2003-03-24 ehofmanMake spoilers and speed-brake position accessible
2003-03-24 ehofmanAdd speed-brake and spoilers controlls
2003-03-23 tonyUpdates from JSBSim, including new turbine engine model...
2003-03-23 ehofmanMultiPlayer updates for MSVC from Frederic Bouvier
2003-03-23 ehofmanFrederic Bouvier's assorted set of MSVC fixes
2003-03-23 ehofmanLatest MultiPlayer updates
2003-03-22 ehofmanMake callsign parameter aware
2003-03-22 ehofmanRemove old if..then..else kludge an favour of Frederic...
2003-03-22 ehofmanAdd runtime log level support
2003-03-21 ehofmanAdd comma to log statement
2003-03-21 ehofmanAdd logstream header files when using SG_LOG()
2003-03-21 curtRemoved SG_USING_STD(for_each) to make MSVC happy(er...
2003-03-21 curtMake error message slightly more informative.
2003-03-21 curtRemove some compiler warnings.
2003-03-21 ehofmanLatest episode of the MultiPlayer saga
2003-03-21 curtAdd missing #include <algorithm> which provides a proto...
2003-03-21 ehofmanFix a small problem where multiplayer support was added...
2003-03-21 ehofmanAndy wrote:
2003-03-21 ehofmanGive MultiPlayer support authority over NetworkOLK
2003-03-21 ehofmanFix a nasty NetworkOLK/MultiPlayer configure problem
2003-03-20 ehofmanFix a typo
2003-03-20 daveluffAdd a function to allow transmission of messages to...
2003-03-20 daveluffLoad ground ATC frequency data, and map all stations...
2003-03-20 daveluffMinor formatting changes
2003-03-20 daveluffBase length of time messages are displayed for on dt...
2003-03-20 ehofmanChange cout and cerr in SG_LOG() where appropriate...
2003-03-20 ehofmanDavid Luff writes:
2003-03-20 ehofmanAdd includes for MacOS X
2003-03-19 ehofmanAdd multiplayer support from Duncan McCreanor and Diarm...
2003-03-19 ehofmanCompiler warning fixes and small updates
2003-03-19 ehofmanAdd mach number to the property tree
2003-03-17 daveluffAdd the ability to scroll single ATC messages - this...
2003-03-16 davidAdded a new turbulence type ttStandard, and made it...
2003-03-14 daveluffFix a nasty problem in the FGAIMgr search code that...
2003-03-14 curtWire frame mode got broke somehow. This seems to fix it.
2003-03-13 daveluffWhoops - left out ++itr in a while(1) loop
2003-03-12 davidSimplify the pitot system and ASI -- the indicated...
2003-03-11 daveluffNeed to call Init() when initialising tower, otherwise...
2003-03-11 daveluffEmergency fix of a possible dereference dangling pointe...
2003-03-11 daveluffAdded a function to determine whether a point is on...
2003-03-11 daveluffAdded a function to return the closest ATC station...
2003-03-10 davidAdded simple GPS support (no waypoints yet).
2003-03-10 davidCorrected some typos.
2003-03-10 daveluffStart roughing in interactive tower control. AI planes...
2003-03-10 daveluffAdd units to function documentation
2003-03-09 daveluffFixed a compile problem that affected gcc-2.95 users...
2003-03-09 daveluffFGAIMgr now searches for proximity to airports with...
2003-03-09 daveluffAdded a range parameter to the FindByPos search functio...
2003-03-09 curtRemoved some extraneous debugging output.
next