]> git.mxchange.org Git - flightgear.git/commit
Harald JOHNSEN:
authorehofman <ehofman>
Sat, 8 Oct 2005 11:55:18 +0000 (11:55 +0000)
committerehofman <ehofman>
Sat, 8 Oct 2005 11:55:18 +0000 (11:55 +0000)
commit68f248879cb15562c7b026445f83caf8f2842ae9
treef286e8ce57e429c3e30ed8dd986b29188d1bd15e
parentf057fd0d4897ef65c4d36159af37ba3fdd544798
Harald JOHNSEN:

Changes
=======

- acmodel.cxx :
  we now have an optional new property (/sim/model/texture-path) that is used
  as the first path in wich aircraft textures are searched. If textures are not
  found there then the usual texture path or model path is used ;
  This allows to replace only needed textures for liveries ;

- options.cxx :
  added a new --livery=xxx option for the user pleasure ;
  this will just set the /sim/model/texture-path property with /livery/xxxx

- od_gauge.cxx, og_gauge.hxx, cockpit.cxx, cockpit.hxx,
  generic-instrumentation.xml :
  added an helper class that contain a rendering context for glass instrument
  or any other opengl drawn instrument ;

- wxradar.cxx, instrument_mgr.cxx, wxradar.hxx :
  first experimentation of a weather radar ;
src/Instrumentation/Makefile.am
src/Instrumentation/instrument_mgr.cxx
src/Instrumentation/od_gauge.cxx [new file with mode: 0644]
src/Instrumentation/od_gauge.hxx [new file with mode: 0644]
src/Instrumentation/wxradar.cxx [new file with mode: 0644]
src/Instrumentation/wxradar.hxx [new file with mode: 0644]
src/Main/options.cxx
src/Model/acmodel.cxx