]> git.mxchange.org Git - flightgear.git/history - src
Latest MultiPlayer updates
[flightgear.git] / src /
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-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.
2003-03-09 davidMajor change:
2003-03-09 davidMake sure that all elapsed time gets passed to update...
2003-03-09 davidIgnore generated files.
2003-03-09 davidNew version of basic DME support. This can coexist...
2003-03-07 curtEeek! Emergency fix of a couple "case" problems for...
2003-03-07 daveluffWhoops - forgot SG_USING_STD(cout)
2003-03-07 daveluffMore stuff to make the AI/ATC system less hardwired...
2003-03-06 daveluffAdded FindByCode (airport ICAO code) to commlist. ...
2003-03-06 daveluffAdded constructor to ATCData struct
2003-03-05 daveluffIf no wind, active runway is now read-out as the most...
2003-03-05 daveluffRemoved a lot of the remaining hardwired KEMT stuff...
2003-03-05 daveluffAdded some airport search functions that are straight...
2003-03-05 daveluffAdded a function to get a path from a gate to a runway...
2003-03-05 curtDavid Luff:
2003-03-04 curtRemove std::
2003-03-03 curtDon't remove the named pipe on a "Reset" or position...
2003-03-03 daveluffIRIX fixes from Erik Hofman
2003-03-03 daveluffRemoved DOS line endings
2003-03-03 curtA small optimization, pass the number of iterations...
2003-03-03 curtAdd a net_byte_order flag so that the calling code...
2003-03-03 curtAdd support for --fdm=pipe,<pipe_name>
2003-03-03 curtAdd ExternalPipe subdirectory.
2003-03-03 curtFirst stab at a "named pipe" interface to an external...
2003-03-02 davidPatch from Frederic Bouvier:
2003-03-02 davidPatch from Erik Hofman:
2003-03-02 davidDon't fiddle with control positions at startup -- we...
2003-03-02 davidInitialize speed from mach number or vcas more-or-less...
2003-03-02 davidAdd spdFromMach() and spdFromVCAS().
2003-03-02 davidMake sure the atmosphere is updated before the flight...
2003-03-01 davidDon't allow this subsystem to be suspended.
2003-03-01 davidRefactor things so that individual subsystems can overr...
2003-03-01 davidAdd a new <power> property to allow raising an axis...
2003-02-26 davidMinor code cleanup.
2003-02-26 daveluffUse actual terrain ground elevation instead of hardwire...
2003-02-25 davidInitialize the internal pressure to ambient pressure.
2003-02-25 daveluffWhoops - a stray debugging cout got through
2003-02-24 daveluffModified slightly whilst developing the shortest-path...
2003-02-24 daveluffAdded a shortest-path algorithm between two nodes and...
2003-02-22 davidBegin supporting a starting speed for YASim:
2003-02-21 davidAdd new options:
2003-02-21 davidInvoke fgInitNav() before fgInitPos().
2003-02-21 davidAdd fgInitNav() function so that navaids and fixes...
2003-02-21 davidDeclare fgInitNav().
2003-02-19 davidFixed calibrated airspeed output so that it accounts...
2003-02-18 davidInterpolate the twist linearly over the wing.
2003-02-18 davidAdded a "twist" attribute for wings to allow for washou...
2003-02-18 daveluffAdded basic support for using more than one voice....
2003-02-16 curtJim Wilson:
next