1
0
Fork 0

Commit graph

  • e342a0f41e terrasync.py: add support for the HTTPS protocol Florent Rougon 2020-12-15 15:19:42 +01:00
  • 62cdd30810 Fix a GPS bug identified by Jonathan Redpath James Turner 2020-12-14 21:04:50 +00:00
  • c588f90a59 GPS: Extend a unit-test slightly James Turner 2020-12-14 13:03:57 +00:00
  • 7a3f8276a6 Add unit-tests for Route-manager commands James Turner 2020-12-14 11:45:46 +00:00
  • 72f1b84837 Improve waypointFromString logic James Turner 2020-12-10 15:08:30 +00:00
  • b7fa7e2c1c Revert "Fix textNasalSys" Scott Giese 2020-12-13 09:17:11 -06:00
  • a25902e2a3 macOS: update ICNS file James Turner 2020-12-12 16:38:56 +00:00
  • b2622458cc Autopilot: tolerate whitespace in XML strings James Turner 2020-12-09 17:06:25 +00:00
  • 988e377ec9 Improved Sview system to allow specification of views from Nasal using properties. Julian Smith 2020-12-05 20:39:29 +00:00
  • e7e2895573 src/Model/modelmgr.cxx: fixed minor clang warning about indentation. Julian Smith 2020-12-12 12:03:41 +00:00
  • b35eb24ca5 WS30: Improved material atlas Stuart Buchanan 2020-12-08 21:13:35 +00:00
  • 017bb8a042 Do not change the near/far values of the GUI camera Fernando García Liñán 2020-12-08 15:02:13 +01:00
  • d95964071d Better handling of near/far values in multiple camera setups Fernando García Liñán 2020-12-08 14:10:24 +01:00
  • 86befa6e5e Why on earth didn't the compiler get this error? Erik Hofman 2020-12-08 09:55:53 +01:00
  • 2d652adddc Fix a stupid off by one mistake Erik Hofman 2020-12-08 09:47:22 +01:00
  • 6baae3e00b Do not exceed the maximum climate code Erik Hofman 2020-12-08 09:36:01 +01:00
  • b61d189071 Add more bootstrap logging for Win7 weirdness James Turner 2020-12-06 18:43:29 +00:00
  • 7aa160c4e3 Write max-texture-units to properties James Turner 2020-12-06 18:43:17 +00:00
  • 83c8c7e0c3 RunwayPrefs: fix an edge case (at KORD) James Turner 2020-12-06 18:43:04 +00:00
  • e9e1607fce Fix a possble buffer overflow due to a rounding error Erik Hofman 2020-12-07 15:10:20 +01:00
  • d0db698c7b Correct any positive value of user and multiplayer chase-distance-m. Julian Smith 2020-12-05 16:07:29 +00:00
  • 43c530b660 Modernize: std::string_literals Scott Giese 2020-12-05 14:25:59 -06:00
  • eabd4bbc7f Fix textNasalSys Scott Giese 2020-12-05 13:35:48 -06:00
  • b41e3694b6 Sentry: install new SimGear callback James Turner 2020-12-03 21:38:57 +00:00
  • 8f9f0cbb19 Change default Windows download-dir to $HOME/FlightGear/Downloads Automatic Release Builder 2020-12-02 11:54:04 +00:00
  • 7279b51785 Traffic: harden RunwayGroup::setActive James Turner 2020-12-02 12:38:29 +00:00
  • 602360cdeb Add graphics-presets logic (as a subsystem) James Turner 2020-11-14 14:31:18 +00:00
  • 4947b18371 Comment out the weather updating code for now Erik Hofman 2020-11-30 10:18:48 +01:00
  • f5e277fc5a Remove unnecessary include Nathaniel Warner 2020-11-29 15:04:48 -08:00
  • 512f1ba3d9 Use observer_ptr in OrthophotoManager Nathaniel Warner 2020-11-29 15:01:23 -08:00
  • f03358d4f8 Merge branch 'next' of https://git.code.sf.net/p/flightgear/flightgear into next Scott Giese 2020-11-27 18:00:06 -06:00
  • 4ddc3dc8aa Fix orthophotos not being cleaned up on scenery reload Nathaniel Warner 2020-11-27 12:34:40 -08:00
  • 443b4fa900 Different fix for ticket 2108, avoiding another issue James Turner 2020-11-27 18:51:27 +00:00
  • 4e46548250 Set minimum expiry time on STG nodes. Stuart Buchanan 2020-11-26 22:59:39 +00:00
  • a69e56043a src/Viewer/sview.cxx: fixed incorrect heading and roll when cloning some lookfrom views. Julian Smith 2020-11-24 22:57:13 +00:00
  • a094b822f8 Revert "src/Viewer/splash.cxx: also show info about CompositeViewer if disabled." Julian Smith 2020-11-24 22:58:24 +00:00
  • fa09c3a6e2 Submodels: Fix wind being applied twice on init Colin Geniet 2020-11-23 10:51:23 +01:00
  • 43d32e809c Metar parsing: more input validation James Turner 2020-11-22 15:55:13 +00:00
  • 6e79485b65 Start adding MarkDown docs for various internals James Turner 2020-11-18 17:31:24 +00:00
  • c2e4e46546 Remove docs from the dawn of time. James Turner 2020-11-18 17:31:02 +00:00
  • 88a8cada51 Rebase photoscenery patch on next Nathaniel Warner 2020-11-23 10:36:15 -08:00
  • b73413d52e Part 2: Work towards the option of interpolating between climate tiles by combining all climate related ground level parameters in one structure and calculating the sea level tile from the (not yet interpolated) ground level tile. Read the elevelation of the climate tile from the köppen database image which now contains the climate class in the red channel and the ground elevation in the green channel. Erik Hofman 2020-11-22 19:29:35 +01:00
  • 9cac817ad9 Work towards the option of interpolating between climate tiles by combining all climate related ground level parameters in one structure and calculating the sea level tile from the (not yet interpolated) ground level tile. Read the elevelation of the climate tile from the köppen database image which now contains the climate class in the red channel and the ground elevation in the green channel. Erik Hofman 2020-11-22 15:01:43 +01:00
  • bd0452c793 src/Viewer/renderer.cxx: disabled CompositeViewer assert that fired on shutdown after --help. Julian Smith 2020-11-22 08:23:57 +00:00
  • 1cf5b2ab44 src/Viewer/splash.cxx: also show info about CompositeViewer if disabled. Julian Smith 2020-11-22 07:43:53 +00:00
  • fddb32f5c1 fgelev: Support WS3.0 Chris Frey 2020-11-15 16:47:18 -05:00
  • e1cf9eff49 Instead of using our own logic of calculating sea level parameters from ground level parameters, switch to using the FGEnvironmetn class instead. Erik Hofman 2020-11-21 15:47:10 +01:00
  • f62e5b9ce3 CompositeViewer: Support for multiple view windows using osgViewer::CompositeViewer. Julian Smith 2020-11-16 18:43:46 +00:00
  • 578f414c42 Convert wind speeds to meter per second (from kilometers per hour) since that turns out to be the meteorological standard unit for wind speeds. Erik Hofman 2020-11-21 09:43:39 +01:00
  • 45b6f87351 Set the wind speed based on latitude and climate code Erik Hofman 2020-11-20 16:29:19 +01:00
  • 0baf9f2ff3 Add wind direction based on viewe latitude. Add a number of retriever functions for weather parameters. Erik Hofman 2020-11-19 17:17:55 +01:00
  • 6a97b1724a Add a function to construct a METAR string from climate data Erik Hofman 2020-11-19 14:17:43 +01:00
  • ef9636c8e5 Use local gravity, Use a more accurate way to calculate saturation vapor pressure. Erik Hofman 2020-11-19 11:21:25 +01:00
  • 98a94ecac4 Also calculate air pressure and density (while we're at it) Erik Hofman 2020-11-19 08:29:31 +01:00
  • 108f2d4328 Swith to the terrain presampling code for a more stable ground elevation if it is enabled. Erik Hofman 2020-11-18 12:33:43 +01:00
  • b3e4c25358 Fix CameraGroup relative cameras Fernando García Liñán 2020-11-18 14:31:06 +01:00
  • 3dd4971056 Launcher: skip missing add-ons in collectArgs Automatic Release Builder 2020-11-13 19:55:27 +00:00
  • e8c8495d7b NavCache: clean up the tables check query James Turner 2020-11-16 18:29:03 +00:00
  • 5273c03c6c NavCache: tolerate missing branch nodes James Turner 2020-11-16 14:39:22 +00:00
  • 78a89b3507 Remove unused files Fernando García Liñán 2020-11-17 19:42:52 +01:00
  • b41bc317dd DDS-TC identify images coming from Canvas Richard Harrison 2020-11-17 19:08:00 +01:00
  • 35da4231dd Use a different way to calculate relative humidiity across the year and adjusted for daytime. Erik Hofman 2020-11-17 15:54:43 +01:00
  • b0a64e119a Restore Launcher renderer settings to pre-Compositor state Fernando García Liñán 2020-11-16 18:36:12 +01:00
  • 627fd24fc1 Switch from season specific interpolator functions to generic interpolator functions and do the season/day specific offset calculation in dedicated helper functions. Add a daytime effect of three hours, so temperatures get it's highest peak at 15:00. Erik Hofman 2020-11-16 15:48:27 +01:00
  • 255d193bc8 Make Compositor default Fernando García Liñán 2020-06-18 09:50:32 +02:00
  • 1c923ea1d0 Specify the annual sea water temperature with a month delay compared to the air temperature and use it to calculate ice cover. Erik Hofman 2020-11-15 17:50:01 +01:00
  • 566428d5b9 WS3.0: Buld airports at 0 elevation. Stuart Buchanan 2020-11-15 11:20:41 +00:00
  • f0b24af3f1 Fix an off by one problem which is left from a failed attempt to interpolatre between classes Erik Hofman 2020-11-15 09:31:26 +01:00
  • dd59119570 Store the region name of the material in the region parameter Erik Hofman 2020-11-15 09:30:27 +01:00
  • 2b981b7ea7 Calculate the day-light factor from the sun latitude and viewer latitude. Use it the calculate the mean temperatures. Fix a problem were non seasonal parameters where using seasonal interpolators. Erik Hofman 2020-11-14 13:43:53 +01:00
  • e450917611 Fix a bug in the season offset code. Erik Hofman 2020-11-13 15:03:26 +01:00
  • 9479839cd4 When the temperature gets low, rain turns into snow. Also make autumn a factor instead of a switch to slowly adjust the autmun slider betweenclimates. Erik Hofman 2020-11-12 15:16:44 +01:00
  • 5b08a780f6 Sentry: add some extra bread-crumbs Automatic Release Builder 2020-11-11 21:33:16 +00:00
  • 21e6c06a0c Fix a glitch in adding the default catalog Automatic Release Builder 2020-11-11 21:33:03 +00:00
  • 1583ad3b03 FlightPlans: don’t report XML errors on load Automatic Release Builder 2020-11-10 22:37:20 +00:00
  • bedcc81d98 Missed check for a readProperties file check Automatic Release Builder 2020-11-10 22:25:15 +00:00
  • 74e27eec16 SetupRootDialog: fix download URI Automatic Release Builder 2020-11-10 17:14:34 +00:00
  • 81150ff6a1 Sentry: don't report more XML errors Automatic Release Builder 2020-11-10 11:32:55 +00:00
  • be50f64821 FlightPlan: don’t use exceptions for load errors Automatic Release Builder 2020-11-10 11:11:27 +00:00
  • 6f8c786e1a Sentry: add another XML-error ignore rule James Turner 2020-11-03 21:26:44 +00:00
  • 685a44ed53 Sentry: combine repeated log messages James Turner 2020-11-03 17:58:32 +00:00
  • ce65b84c20 TerraSync: wait on Models as well James Turner 2020-11-03 17:02:33 +00:00
  • c63594acec Launcher: abandon NautralEarth loading on ‘fly!’ James Turner 2020-11-02 14:55:35 +00:00
  • 3c1594ead4 Launcher add-ons: drop missing paths on load James Turner 2020-11-02 14:54:37 +00:00
  • e62c64859c Launcher FirstRun: add ‘scroll to bottom’ hint James Turner 2020-11-01 19:57:27 +00:00
  • 55fc3d99ae Launcher: fix selection of English language James Turner 2020-11-01 11:06:42 +00:00
  • d29f25c391 Launcher: missed translations MichaelD spotted James Turner 2020-10-31 17:00:03 +00:00
  • ca103e7fce UI NumericalEdit: tweak marings James Turner 2020-10-31 16:59:28 +00:00
  • 87d2b03b71 Sentry: add another message ignore rule Automatic Release Builder 2020-11-10 11:10:17 +00:00
  • caac9fbd75 Switch to time based detection of autumn. The sun latitude detection is just too flaky. Erik Hofman 2020-11-11 14:38:45 +01:00
  • cc0a683627 Remove debugging statements Erik Hofman 2020-11-11 13:19:59 +01:00
  • 3253a2e5fe Make it possble to assign an offset to the seasons. Slowly adjust environment parameters too. Fix some calculations. Erik Hofman 2020-11-11 11:58:21 +01:00
  • 2683a27513 NavCache: make Transaction a no-op when read-only. James Turner 2020-11-10 13:05:41 +00:00
  • 134e06af68 Avoid NavCache races on multiple copies rebuilding James Turner 2020-11-10 11:42:46 +00:00
  • 2d7e7b3df6 Waypoints: use bool returns for load errors James Turner 2020-11-10 11:40:12 +00:00
  • f3f50cef35 Support instant changes when relocating more then one degree lat+lon Erik Hofman 2020-11-10 14:49:03 +01:00
  • 73c7793efa Make FGClimate a proper subsystem for the environment manager. Average out climate parameters between climate classes and add the climate classification code to the proprty tree, as well as the description. Erik Hofman 2020-11-10 13:56:01 +01:00
  • 658aa4a764 Add a climate section under the /environment properties. Add relative humidity, mean temperature and dewpoint for sea level and set the snow level based on the mean temperatures. Fix some issues for high-altitude airports (SLLP). Erik Hofman 2020-11-09 11:46:34 +01:00
  • 0982b2827a WS3.0: Initial commit of WS3.0 rendering Stuart Buchanan 2020-11-08 22:43:49 +00:00
  • f21b9b651b Fix ocean humidity calculation, adjust humidity based on altitude and calculate sea level temeprature based on ground level temperature and altitude. Erik Hofman 2020-11-08 15:54:54 +01:00