]> git.mxchange.org Git - flightgear.git/history - src/Cockpit/panel_io.cxx
Make it possible to truncate the result of a number-value text chunk calculation...
[flightgear.git] / src / Cockpit / panel_io.cxx
2004-01-22 ehofmanMake it possible to truncate the result of a number...
2004-01-13 ehofmanAdd support for an offset for number-value typed text...
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...
2003-05-13 curtCosmetic changes for new code moved into simgear to...
2003-05-06 curtThis is step "1" of probably "many" in the process...
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-09 davidMajor change:
2003-03-02 davidPatch from Erik Hofman:
2002-12-31 davidPatches from Erik Hofman for SGI compatibility:
2002-12-28 davidAllow panel mouse bindings to use mod-up.
2002-07-07 davidChange FGSteam into a proper subsystem rather than...
2002-06-05 davidPatch from Georg Kaiser.
2002-05-11 davidProperty patches from Frederic Bouvier:
2002-04-07 davidPatch from Martin Dressler:
2002-03-21 curtmore ( string == "" ) to ( string.empty() ) conversions.
2002-03-20 davidUse !strcmp for all property name comparisons.
2002-03-20 curtConverted if ( string == "" ) constructs to if ( string...
2002-03-20 curtVarious Irix cleanups.
2002-03-19 davidMajor property-manager rewrite, using const char *...
2002-03-14 davidMore work on saving and restoring flights. Restoring...
2002-03-08 curtSgi doesn't define the != operator for string != char...
2002-02-19 davidAttempt to merge LED font patches back in (they were...
2002-02-19 davidTiled panel background support from Jim Wilson.
2002-02-19 curtAdd support for multiple panel fonts (specifically...
2001-12-17 curtFixed hardcode compass texture path to correspond with...
2001-08-10 curt- modified to use pointers to bindings to avoid copying
2001-08-03 curt- added support for conditions
2001-07-30 curt- modified switch layers to use layer[0] and layer...
2001-07-27 curt- modified readAction to use FGBinding
2001-07-24 curt- catch sg_exception instead of sg_io_exception
2001-07-19 curt- catch exception from readProperties and show dialog
2001-06-20 curt- adjusted for no-value constructor for FGPanel
2001-06-12 curtreplaced SGValue with SGPropertyNode throughout.
2001-06-01 curtReduce output verbosity.
2001-05-15 curtUpdates for new, more flexible panel design from David...
2001-03-25 curtMore fg -> sg namespace changes in simgear.
2001-03-24 curtSG-ified logstream.
2001-03-23 curtFG_ to SG_ namespace changes.
2001-03-14 curtRemoved ios::binary on file open.
2001-03-08 curtOpen C++ iostreams as ios::binary.
2001-03-06 curtTweaks for Mips Irix compilers.
2001-01-13 curtDavid Megginson writes:
2000-12-19 curtApplied changes relative to David Megginson's property...
2000-11-14 curtFixes for better control over external aircraft 3d...
2000-10-19 curtCode clean ups relating to FGOptions ... and moved...
2000-10-06 curtDavid Megginson writes:
2000-10-02 curtMSVC compatibility changes and code tweaks for minor...
2000-09-30 curtUpdates from David Megginson relating to the property...
2000-09-22 curtSep. 22, 2000 panel updates from David Megginson to...
2000-09-21 curtCaught an old texture path reference.
2000-09-21 curtSep. 18, 2000 updates from David Megginson. New panel...
2000-09-14 curtIncorporated previously missed updates.
2000-09-08 curtSep 8, 2000 panel updates from David Megginson.
2000-09-07 curtInitial revision.