]> git.mxchange.org Git - flightgear.git/history - src/Cockpit/panel.cxx
Merge branch 'maint' into next
[flightgear.git] / src / Cockpit / panel.cxx
2008-08-14 durkJames Turner: Improved runway management code:
2008-07-27 ehofman- remove the SG_GLxxxx_H #defines, since OSG provides...
2008-07-27 fredbRestore inclusion of GLU.h
2008-07-27 fredbRemove unneeded inclusions of windows.h, GL.h and GLU.H
2007-12-07 timooreAdd an option to FGTextureManager to create dynamic...
2007-09-09 timooreAdd an autohide property for the 2D panel.
2007-06-24 mfranzVivian MEAZZA & Tim MOORE:
2007-01-06 frohlichModified Files:
2007-01-04 frohlichModified Files:
2006-11-15 frohlichModified Files:
2006-11-10 frohlichModified Files:
2006-10-29 frohlichModified Files:
2006-09-05 curtSyd Adams:
2006-06-14 mfranzindentation, trailing spaces, ... (cosmetics only...
2006-06-06 mfranzrestore old default; this should probably be configurab...
2006-06-06 mfranzuse global fontcache. This hast the nice side effect...
2006-02-21 mfranznew FSF address
2006-02-16 ehofmanAdd support for emissive layers.
2006-01-13 daveluffFix the crashes on mini-panel and panel-reload with...
2005-10-25 ehofmanAlex Romosan:
2005-08-22 ehofmanHarald JOHNSEN:
2005-06-20 mfranz- delete bindings in the *destructor* (must have been...
2004-11-18 curtMigrate FlightGear code to use "#include SG_GL*" defined in
2004-09-19 ehofmanRevert to CVS as of 5000 seconds ago.
2004-09-19 ehofmanRemove unnecessary inclusions of sg.h ans ssg.h
2004-04-06 andyOops. A change to an upstream header seems to have...
2004-02-23 ehofmanUse floor() insstead of floorf()
2004-02-20 ehofmanRemove truncf() all together.
2004-01-27 ehofmanCheck for the precense of truncf rather than hard-wire...
2004-01-26 ehofmanMSVC fixes
2004-01-23 ehofmanRather define our own truncf implementation for BSD...
2004-01-23 ehofmanBSD doesn't have truncf(), it does have floorf() however
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-20 ehofmanConvert fgLIGHT to FGLight and make it FGSubsystem...
2003-09-16 ehofmanDon't just disable depth buffer writes but instead...
2003-09-16 ehofmanTry to prevent z-buffer problems for video cards with...
2003-09-16 ehofmanEnable back face culling for cockpit instruments, disab...
2003-08-16 ehofmanDisable depth buffer writes for 2D insturments. This...
2003-05-09 curt- Added "SG" prefix to sound classes that recently...
2003-04-09 ehofmanMove the texture loader to SimGear
2003-03-30 ehofmanCache some nodes
2003-03-30 ehofmanMove current_panel to globals
2003-03-23 ehofmanFrederic Bouvier's assorted set of MSVC fixes
2003-03-09 davidMajor change:
2003-03-02 davidPatch from Erik Hofman:
2002-12-28 davidAllow panel mouse bindings to use mod-up.
2002-12-01 curtAndy Ross:
2002-11-17 davidI wrote:
2002-11-16 davidMake sure led_font isn't used unless it's initialized.
2002-11-16 davidReduce POFF_UNITS from 40 to 4, following Andy Ross...
2002-10-29 curtAndy Ross:
2002-09-28 curtPanel night lighting acts as if lights are always turne...
2002-08-19 curtAdd support for flipping the instrument panel verticall...
2002-07-27 davidPatch from Melchior Franx to restore fog on tdfx cards...
2002-07-22 curtSave state before drawing '3d' panel, and then restore...
2002-07-06 davidRemove a kludge that was introduced to work around...
2002-06-28 david3D panel support from Andy Ross:
2002-05-11 davidMajor overhaul:
2002-04-19 curtDetect and recover from a math overflow that can possib...
2002-04-12 davidPatch from Norman Vine to save some property lookups.
2002-03-27 davidFixed a bug report from Frederic Bouvier:
2002-03-23 davidFirst steps towards configurable mouse input. Soon...
2002-03-20 curtConverted if ( string == "" ) constructs to if ( string...
2002-03-20 davidMajor viewer-code overhaul from Jim Wilson:
2002-03-19 davidMajor property-manager rewrite, using const char *...
2002-03-13 davidEliminate dependencie on tying variable pointers (in...
2002-03-06 davidPatch from Andy Ross to hide virtual panel when required:
2002-03-04 curtFix a visibility condition bug in 3d panel.
2002-03-04 davidPatch from Andy Ross:
2002-03-03 davidVirtual cockpit patches from Andy Ross:
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...
2002-02-05 curtVarious Irix compiler tweaks.
2001-12-22 davidModified FGSubsystem::update() to take an int parameter...
2001-11-30 curt** src/Cockpit/panel.cxx
2001-10-29 curtCosmetic changes.
2001-10-26 curtFixed a typo in an #if ...
2001-10-24 curtVarious MSVC patches.
2001-10-05 curtAdded panel jitter support dependent on cockpit forces...
2001-08-10 curt- modified to use pointers to bindings to avoid copying
2001-08-03 curt- added support for conditions
2001-07-27 curt- modified PanelAction to use FGBinding, like keyboard...
2001-07-22 curtMove FGControls declaration to globals.hxx
2001-07-12 curtMade the following properties archivable:
2001-06-26 curtPatches contributed by Norman Vine to do ultra-hires...
2001-06-20 curt- changed to favour height over width when the aspect...
2001-06-13 curtFixed a couple items for Norman's large resolution...
2001-06-12 curtFixed panel edge artifacts (due to forced wrapping...
2001-06-12 curtreplaced SGValue with SGPropertyNode throughout.
2001-06-01 curtReduce output verbosity.
2001-05-29 curt1. Fixed FGInput bug preventing same key from being...
2001-05-15 curtUpdates from David Megginson.
2001-03-25 curtMore fg -> sg namespace changes in simgear.
2001-03-24 curtSG_ namespace
2001-01-13 curtDavid Megginson writes:
2001-01-11 curtInternal interface changes by David Megginson.
2000-11-03 curtTweaks.
2000-11-01 curtMoved fov and win_ration from FGOptions to FGViewer...
next