1
0
Fork 0

Commit graph

  • feb5d599d0 Replace "tile-manager" with "scenery" Stuart Buchanan 2017-03-26 21:49:26 +01:00
  • 09fe744de0 Test helper CMake macro. James Turner 2017-03-26 12:15:29 +01:00
  • 7db8ed17c4
    Test suite: add GPerfTools and system SQLite linking fixes Alessandro Menti 2017-03-26 12:10:15 +02:00
  • 27baca4826 Linux fixes for tests compilation James Turner 2017-03-25 17:09:18 +00:00
  • 31e933d836 Kill the Aircraft/foo path warning. James Turner 2017-03-25 15:40:11 +00:00
  • 9e122eaf81 Partial testing framework. James Turner 2017-03-21 21:43:42 +01:00
  • 7adb2fa851 RoutePath fixes. James Turner 2017-03-25 15:16:21 +00:00
  • c2da881010 Fix a crash in NavList James Turner 2017-03-25 14:28:30 +00:00
  • 4f020602e6 Missing config.h includes James Turner 2017-03-25 10:28:05 +00:00
  • 054b8e4127 Anot batch of small bug-fixes Erik Hofman 2017-03-25 14:21:05 +01:00
  • ed924b6da4 another small bug-fix Erik Hofman 2017-03-24 14:11:44 +01:00
  • 6fc61984df Merge branch 'next' of ssh://git.code.sf.net/p/flightgear/flightgear into next Erik Hofman 2017-03-24 13:37:39 +01:00
  • 95887ea7fd Add support for afterburner, supercharger, helicopters and variable-pitch prop.Rename a few tags and small bug fixes Erik Hofman 2017-03-24 13:37:23 +01:00
  • 43a2b6fdac Rotate through tips based on execution count. Stuart Buchanan 2017-03-23 21:11:46 +00:00
  • 2096d704be Some small fixes Erik Hofman 2017-03-23 16:10:44 +01:00
  • 01e44bf7b8 Add YASim tag reporting Erik Hofman 2017-03-23 15:08:39 +01:00
  • 0e22d383b4 Add a tag about gear retractability and steering, improve the detection of the number of engines Erik Hofman 2017-03-23 13:32:36 +01:00
  • d13a7b2ddb Merge branch 'next' of ssh://git.code.sf.net/p/flightgear/flightgear into next Erik Hofman 2017-03-23 12:52:23 +01:00
  • 1b18e31a24 Initial commit of an Aircraft automatic metadata generation utility Erik Hofman 2017-03-23 12:51:58 +01:00
  • 74e2849293 Move some commands to a separate file. James Turner 2017-03-21 21:59:35 +01:00
  • 50110b0cd6 YASIM: minor change to allow RigidBody addMass and setMass to trigger aggregation correctly. (not a problem up to now, just to be safe in future) Henning Stahlke 2017-03-21 22:47:07 +01:00
  • f7359d9699 YASim: add bug warning messages. Henning Stahlke 2017-03-21 22:46:33 +01:00
  • 53103ac15e YASim: update CLI usage message. Henning Stahlke 2017-03-19 19:34:54 +01:00
  • 3135d87218 Stop TTS from playing over itself. Stuart Buchanan 2017-03-20 22:27:10 +00:00
  • 63d8c2fd83 Enable —-metar runway selection. James Turner 2017-03-19 22:41:07 +00:00
  • b1fa31fa09 Restore METAR-based runway selection. James Turner 2017-03-19 11:54:49 +00:00
  • 962ede1c43 Fix how launcher resets heading-deg. James Turner 2017-03-19 11:15:41 +00:00
  • 2393fd647d Merge /u/jsb1685/flightgear/ branch yasim into next Erik Hofman 2017-03-19 07:49:26 +00:00
  • dc63307965 YASim: fix segmentation fault in yasim CLI tool Henning Stahlke 2017-03-18 23:17:19 +01:00
  • 0f472efe9b YASim parser: add support for metric and imperial attibutes, e.g. mass-lbs, mass-kg Henning Stahlke 2017-03-18 21:28:26 +01:00
  • cecdfd0832 YASim FGFDM.hpp correction of pointer declarations. Henning Stahlke 2017-03-18 21:19:24 +01:00
  • 6880761f7b Launcher diagram: faster boundary computation. James Turner 2017-03-16 22:42:58 +00:00
  • a1bc99ec84 Fix slow launcher diagram with bad airport data. James Turner 2017-03-16 22:41:59 +00:00
  • b13dd05aca Fix bug on Windows, time() is UTC there also. James Turner 2017-03-16 21:26:43 +00:00
  • 29fe9316af Generic protocol fix for integer-factors. James Turner 2017-03-16 15:54:38 +00:00
  • c61730db92 YASim Wing method name clarification (SMC is not MAC). Henning Stahlke 2017-03-16 09:43:41 +01:00
  • bb9a8a1850 YASim backward compatibility fix for ground effect calculation (added if isVersionOrNewer). Henning Stahlke 2017-03-16 09:39:58 +01:00
  • 1c932b3d79 YASim Model.cpp to avoid performance problems with getNode() add variables for properties that are written at FDM rate. getNode() is slow, setValue() is ok Henning Stahlke 2017-03-16 09:36:15 +01:00
  • 06c6e994a5 Merge /u/accek/flightgear/ branch build-with-gdal into next James Turner 2017-03-15 18:57:11 +00:00
  • c7f29699d3 Allow XML control over splash logo position. James Turner 2017-03-15 11:58:47 +00:00
  • f4788cddb4 Qt launcher: accept scenery paths containing either of: Buildings, Roads, Pylons Florent Rougon 2017-03-15 00:28:51 +01:00
  • 40be2687f7 Restored the legacy behavior: the XML extension is mandatory and when it is not explicitely specified it is automatically added. Bertrand Coconnier 2017-03-14 21:59:14 +01:00
  • dbf21b1ca8 YASim calculate max CG range (on x-axis) from gear positions, to implement checks later (a better guesstimate will follow). Henning Stahlke 2017-03-11 22:41:57 +01:00
  • 6e44fb1015 Fix unsigned int vs. int problem in SplashScreen::manuallyResizeFBO() Florent Rougon 2017-03-11 21:49:23 +01:00
  • e78a763eef YASim Airplane: move one-liners to header and remove unused code. Henning Stahlke 2017-03-11 21:28:50 +01:00
  • 60f5c97272 YASim Gear: move one-liners to header Henning Stahlke 2017-03-11 21:06:16 +01:00
  • 0d342f526e Exports the parameters of JSBSim ground reactions friction resolver to the property tree for debugging. Bertrand Coconnier 2017-03-11 14:00:20 +01:00
  • 93e68c001a Fixed building FG with GDAL Szymon Acedański 2017-03-07 21:20:50 +01:00
  • 579f215005 Sync w/ JSBSim: * Propeller required power now accounts for the engine tilt * Fixed a division by zero in FGLGear::GetSteerNorm for non steerable gears * Fixed a bug reported by Ron H. and Rebecca N. Palmer on the FG mailing list: the 'length' parameter passed to gethostbyaddr in FGFdmSocket was erroneous. Bertrand Coconnier 2017-03-11 13:24:51 +01:00
  • dab68505bb Rename fgfs' option --log-file to --log-dir Florent Rougon 2017-03-11 09:51:16 +01:00
  • 8372f086c1 Add the lists of fix.dat and nav.dat files to the output of --json-report Florent Rougon 2017-03-10 23:04:39 +01:00
  • 99ebfcd368 Simplify reading of the frequency field from nav.dat files Florent Rougon 2017-03-10 16:53:39 +01:00
  • 14611e905e GUI: do not complain if only NavData is present in scenery folder Szymon Acedański 2017-02-26 20:22:38 +01:00
  • bd0fa1fa5a Do not apply .ils.xml adjustments while building the cache Szymon Acedański 2017-02-25 23:59:43 +01:00
  • e37fd6ea1f Minor comment fixes Szymon Acedański 2017-02-25 17:41:28 +01:00
  • 4403f22a8b Support multiple nav.dat and fix.dat files Szymon Acedański 2017-02-25 17:38:00 +01:00
  • b9dbe9c9e7 nav.dat: support XP NAV1100 format Szymon Acedański 2017-02-26 20:02:57 +01:00
  • 2b2780bfca fix.dat: support XP FIX1101 format Szymon Acedański 2017-02-25 16:25:23 +01:00
  • 06ba4fe351 YASim wrap bugfix with version check to maintain compatibility with old aircraft config. Henning Stahlke 2017-03-07 20:47:43 +01:00
  • 1e92c33a9e YASim export config version used by aircraft to property tree. Gives /fdm/yasim/config-version as integer (see enum in Version.hpp to decode). Henning Stahlke 2017-03-07 20:45:46 +01:00
  • 80462d23c5 YASim Wing: remove unnecessary local variable "root" (use _base); calculate _tip in directly in one command clarify signature of Wing::interp() Henning Stahlke 2017-03-07 18:03:25 +01:00
  • 583ea27dd6 YASim Version: add tag for version 2017.2 Henning Stahlke 2017-03-01 09:56:34 +01:00
  • a56f85ac95 YASim removed unused include from Rotor.cpp Henning Stahlke 2017-03-01 09:44:24 +01:00
  • 6efa1ab821 YASim moved one liners Henning Stahlke 2017-03-01 09:34:35 +01:00
  • ce4df326d7 YASim Airplane.cpp additional comments Henning Stahlke 2017-02-14 20:36:19 +01:00
  • 05f9fcfd10 comments Henning Stahlke 2017-02-08 23:51:38 +01:00
  • dc66959b83 YASim comments Henning Stahlke 2017-02-27 09:09:16 +01:00
  • 1198f5a3ec YASim CLI tool: add print out of max lift and min drag add drag(speed) print function Henning Stahlke 2017-02-27 09:07:33 +01:00
  • cb7d2a1bc5 YASim Wing: add _aspectRatio and _meanChord. (an some indent) Henning Stahlke 2017-02-26 22:18:05 +01:00
  • a87442c6f3 YASim fix performance problem due to export to prop.tree. Henning Stahlke 2017-02-25 14:01:02 +01:00
  • 76a0ea96cc YASim clarification. Add const to method parameters in Math.hpp Henning Stahlke 2017-02-25 13:36:48 +01:00
  • 4cbe540bec YASim: convert local variables alpha and stallAlpha to members of Surface. Henning Stahlke 2017-02-24 20:47:08 +01:00
  • 5f78545961 only white spaces Henning Stahlke 2017-02-19 12:57:39 +01:00
  • d4688d206a YASim: export surface data to property tree. Henning Stahlke 2017-02-06 18:39:30 +01:00
  • d322ded552 YASim bugfix: ground effect did not calculate wingspan correctly; Variable name clarification; Add Wing::getWingArea, separate Wing::getWingSpan and Wing::getBase. Henning Stahlke 2017-02-12 15:26:03 +01:00
  • 559dcf4e32 YASim optimization: pre-calculate data for masses that do not change in flight to save CPU (RigidBody::recalc() runs at FDM rate). export mass data to property tree. Henning Stahlke 2017-02-08 08:19:09 +01:00
  • 4e1be43f15 YASim: export wing data to property tree. Henning Stahlke 2017-02-07 19:25:43 +01:00
  • 021a9db9be YASim add surface id and export surface positions to prop tree after model compile. Henning Stahlke 2017-02-16 16:38:54 +01:00
  • dd420c6ff4 YASim bugfix, correct an obvious copy-and-paste error Henning Stahlke 2017-02-06 19:47:41 +01:00
  • 41b18155a8 YASim: export FDM state (v, a, rot) to property tree. Henning Stahlke 2017-02-16 16:46:34 +01:00
  • 70dd3de3bb YASim: FGFDM convert local variable _yasimN into a class member Henning Stahlke 2017-02-08 23:49:56 +01:00
  • 2cac4e4671 YASim: Move variables and methods for input properties from FGFDM to ControlMap. Henning Stahlke 2017-02-06 17:47:45 +01:00
  • f14cc3be33 Extend yasim-test.cpp; add print mass distribution, add plot with different configs Henning Stahlke 2017-02-02 10:29:34 +01:00
  • 6f1f850c11 YASim method name clarification Airplane::setWeight Henning Stahlke 2017-02-02 10:03:33 +01:00
  • 97a0511ce0 YASim method name clarification in class Surface Henning Stahlke 2017-02-02 09:55:45 +01:00
  • 91fd075796 YASim method name clarification Wind::setSlat Henning Stahlke 2017-02-02 09:44:50 +01:00
  • 91806861c6 YASim method name clarification Wind::setFlap1 Henning Stahlke 2017-02-02 09:42:29 +01:00
  • e69f6ba9ab YASim method name clarification Wind::setFlap0 Henning Stahlke 2017-02-02 09:40:25 +01:00
  • ce753c0382 YASim method name clarification Wing::setSpoiler Henning Stahlke 2017-02-02 09:27:01 +01:00
  • b447bbdc5e Optimize YASim/RigidBody.cpp utilizing symmetry of tensor. Henning Stahlke 2017-02-01 23:31:43 +01:00
  • 6257c29fd8 Merge /u/martymac/flightgear/ branch freebsd-fix into next Torsten Dreyer 2017-03-07 07:51:59 +00:00
  • 8d68741ee9 On-disk support for multiple primary aircraft. James Turner 2017-03-05 22:01:54 +02:00
  • 41f875a729 Silence a warning about log levels. James Turner 2017-03-05 21:41:52 +02:00
  • e5a48b7c80 Merge /u/martymac/flightgear/ branch fgpanel-freetype-path-fix into next James Turner 2017-03-04 15:22:08 +00:00
  • 43dab178c0 Use ${FREETYPE_INCLUDE_DIRS} instead of hardcoded path Ganael Laplanche 2017-03-03 21:26:44 +00:00
  • 39b239957e Startup-tip system. James Turner 2017-02-26 21:59:05 +00:00
  • c91284b3e1 Link to execinfo to fix build on FreeBSD Ganael Laplanche 2017-03-01 20:53:56 +00:00
  • 868ec1f500 Log a message when launcher is requested without Qt. James Turner 2017-03-01 15:27:33 +00:00
  • 3653508412 Build- and run-time concept of developer mode. James Turner 2017-02-27 23:15:07 +00:00
  • be0ede64be Make some warnings be developer-only. James Turner 2017-02-27 21:49:56 +00:00