1
0
Fork 0
flightgear/src/WeatherCM
curt 198b88ca9b This is step "1" of probably "many" in the process of separating out the
scene management code and organizing it within simgear.  My strategy is
to identify the code I want to move, and break it's direct flightgear
dependencies.  Then it will be free to move over into the simgear package.

- Moved some property specific code into simgear/props/
- Split out the condition code from fgfs/src/Main/fg_props and put it
  in it's own source file in simgear/props/
- Created a scene subdirectory for scenery, model, and material property
  related code.
- Moved location.[ch]xx into simgear/scene/model/
- The location and condition code had dependencies on flightgear's global
  state (all the globals-> stuff, the flightgear property tree, etc.)  SimGear
  code can't depend on it so that data has to be passed as parameters to the
  functions/methods/constructors.
- This need to pass data as function parameters had a dramatic cascading
  effect throughout the FlightGear code.
2003-05-06 23:54:17 +00:00
..
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
air-pressure-explanation.txt The WeatherDatabase doesn't need the voronoi code anymore but uses 1999-12-23 16:54:54 +00:00
FGAirPressureItem.cpp Updates by Christian Mayer. 1999-10-20 22:19:07 +00:00
FGAirPressureItem.h Major weather update from Christian Mayer, tying the weather code into 2002-03-16 20:31:27 +00:00
FGCloud.h Tweaks to build with newest gcc under Irix contributed by Erik Hofman. 2000-07-14 16:08:46 +00:00
FGCloudItem.cpp Updates by Christian Mayer. 1999-10-20 22:19:07 +00:00
FGCloudItem.h Tweaks to build with newest gcc under Irix contributed by Erik Hofman. 2000-07-14 16:08:46 +00:00
FGLocalWeatherDatabase.cpp Major weather update from Christian Mayer, tying the weather code into 2002-03-16 20:31:27 +00:00
FGLocalWeatherDatabase.h This is step "1" of probably "many" in the process of separating out the 2003-05-06 23:54:17 +00:00
FGPhysicalProperties.cpp Major weather update from Christian Mayer, tying the weather code into 2002-03-16 20:31:27 +00:00
FGPhysicalProperties.h Major weather update from Christian Mayer, tying the weather code into 2002-03-16 20:31:27 +00:00
FGPhysicalProperties_bind.cpp Major weather update from Christian Mayer, tying the weather code into 2002-03-16 20:31:27 +00:00
FGPhysicalProperty.cpp Updates by Christian Mayer. 1999-10-20 22:19:07 +00:00
FGPhysicalProperty.h FG_ to SG_ namespace changes. 2001-03-23 22:59:18 +00:00
FGSnowRain.h Fixes for Irix compatibility. 2002-03-12 20:01:54 +00:00
FGTemperatureItem.cpp Upgraded to latest weather data base code from Christian Mayer's and make 1999-10-14 20:30:54 +00:00
FGTemperatureItem.h Major weather update from Christian Mayer, tying the weather code into 2002-03-16 20:31:27 +00:00
FGThunderstorm.cpp Code reorganization. 2000-02-15 03:30:01 +00:00
FGThunderstorm.h Updates by Christian Mayer. 1999-11-03 18:06:52 +00:00
FGTurbulenceItem.cpp Updates by Christian Mayer. 1999-10-20 22:19:07 +00:00
FGTurbulenceItem.h Major weather update from Christian Mayer, tying the weather code into 2002-03-16 20:31:27 +00:00
FGVaporPressureItem.cpp Upgraded to latest weather data base code from Christian Mayer's and make 1999-10-14 20:30:54 +00:00
FGVaporPressureItem.h Code reorganization. 2000-02-15 03:30:01 +00:00
FGWeatherDefs.h Changed WeatherPrecision to double; this may help to avoid compile 2002-05-11 23:27:03 +00:00
FGWeatherFeature.h Code reorganization. 2000-02-15 03:30:01 +00:00
FGWeatherParse.cpp - Removed redundant FG*:: qualifications from class members 2002-02-15 22:00:49 +00:00
FGWeatherParse.h Modifications to coordinate with recent changes in simgear. 2001-05-15 22:30:39 +00:00
FGWeatherUtils.h Major weather update from Christian Mayer, tying the weather code into 2002-03-16 20:31:27 +00:00
FGWeatherVectorWrap.h 21.12.1999 Christian Mayer: Added a fix for compatibility to gcc 2.8 which 1999-12-23 17:17:48 +00:00
FGWindItem.cpp Updates by Christian Mayer. 1999-10-20 22:19:07 +00:00
FGWindItem.h Major weather update from Christian Mayer, tying the weather code into 2002-03-16 20:31:27 +00:00
linintp2.cpp Add comma to log statement 2003-03-21 22:22:33 +00:00
linintp2.h Major weather update from Christian Mayer, tying the weather code into 2002-03-16 20:31:27 +00:00
Makefile.am Tidy up the autoconf/automake configuration a bit. 2002-08-25 19:40:04 +00:00
sphrintp.cpp Add logstream header files when using SG_LOG() 2003-03-21 21:12:12 +00:00
sphrintp.h Patches from Erik Hofman for SGI compatibility: 2002-12-31 18:26:02 +00:00