1
0
Fork 0

Commit graph

  • 8c43b622e5 Launcher: fix handling carrier argument James Turner 2019-02-03 12:11:51 +00:00
  • 49c4dc5213 Scenarios from FG_HOME, aircraft and add-ons James Turner 2019-02-03 10:37:01 +00:00
  • 1c4e146a43 Modifications to the Launcher to enable the management of Add-on modules danw 2019-02-02 15:46:09 -05:00
  • f05c0297c0 OSG < 3.4.x fixes Richard Harrison 2019-01-26 18:03:17 +01:00
  • 7ab07eb1c0 Ensure fonts list cleared in destructor. Richard Harrison 2019-01-22 08:48:51 +01:00
  • 305d555be4 Reduce log output at level=debug James Turner 2019-01-22 17:30:36 +01:00
  • d6ae2e6aa0 Tweak pixel-ratio handling in the PUI camera James Turner 2019-01-22 10:50:55 +01:00
  • cbde4c90da optimise property usage for camera using local static for ratio. Richard Harrison 2019-01-20 23:30:46 +01:00
  • 832654fd2b Use readRef version of osgDB methods to give us thread safety Richard Harrison 2019-01-20 23:30:21 +01:00
  • d963aef562 OSG 3.5+ compatibility. Richard Harrison 2019-01-20 23:28:32 +01:00
  • 9639b63d44 Use readRef version of osgDB methods to give us thread safety Richard Harrison 2019-01-20 23:26:37 +01:00
  • 6e2443d268 Change to print exception type (inherited exceptions) Richard Harrison 2019-01-20 23:25:20 +01:00
  • 58314f359a Change screenshot filename to have date time Richard Harrison 2019-01-20 23:24:38 +01:00
  • 88f43a33a3 Remove messages that appear when no tile is loaded because it isn't present in the scenery Richard Harrison 2019-01-20 23:21:59 +01:00
  • b4009db5f6 Hide FGQCanvas UI in daemon mode James Turner 2019-01-19 15:20:19 +00:00
  • da65411ef4 FGQCanvas clipping / default text color fixes James Turner 2019-01-17 10:46:58 +00:00
  • 4deb61d0af Map dialog draws heliports now! James Turner 2019-01-15 11:32:57 +00:00
  • 073e8927b9 Split up SIMD support in ENABLE_SIMD which enables sse2 support for the compiler and ENABLE_SIMD_CODE which enables the hand crafted SIMD math functions which defaults to OFF now since compilers have catched up on generating optimized vectorized SIMD code. Erik Hofman 2019-01-15 10:37:37 +01:00
  • df537d6e57 Tolerate missing runways parsing procedures James Turner 2019-01-14 16:46:38 +00:00
  • fac110ca40 Airport-search can be filtered by type James Turner 2019-01-14 12:14:20 +00:00
  • b3c72a6f2e Fix a crash clearing the flightplan runway James Turner 2019-01-12 23:38:45 +00:00
  • 8487ca7ee6 Add findByIdent to Nasal API James Turner 2019-01-12 23:38:31 +00:00
  • 416317e444 Nasal: allow filtering airport approaches by STAR James Turner 2019-01-09 00:04:38 +00:00
  • 4df6cb0558 Nasal: expose additional members on fixes/navaids James Turner 2019-01-09 00:04:03 +00:00
  • 5affa13348 Nasal: expose airways data and via options James Turner 2019-01-09 00:02:46 +00:00
  • d39bcca9cb Improve airway parsing in ICAO routes James Turner 2019-01-08 23:54:34 +00:00
  • 758518b248 Launcher: improve flight plan leg display James Turner 2019-01-08 23:53:31 +00:00
  • 612693c276 Via stores Airway ref instead of std::string James Turner 2019-01-08 23:53:05 +00:00
  • 6fd5fcfda0 Add missing isType overload for FGFIx James Turner 2019-01-08 23:52:14 +00:00
  • 615c8433c1 Airway API tweaks to support FMC/routing James Turner 2018-12-27 16:12:57 +00:00
  • c6aa7fee26 Hacking on airway loading logging James Turner 2019-01-09 22:48:25 +00:00
  • 9c7243e1c4 [JSBSim] Exports the fuel density to the property tree. Bertrand Coconnier 2019-01-12 15:40:09 +01:00
  • 6de242f184 Launcher: hook up ‘available parking’ option James Turner 2019-01-08 23:21:28 +00:00
  • 845e7c6bef Improved ‘is MP enabled’ check for pos-init James Turner 2019-01-08 23:20:51 +00:00
  • b56df3f1b7 Merge /u/janodesbois/flightgear-jano/ branch timemgr_mp into next Richard Harrison 2019-01-08 17:08:57 +00:00
  • dd6294b5ea Red-sky: fix edge-case in NaN avoidance code James Turner 2019-01-08 11:08:23 +00:00
  • b0dc850df1 Fix type of some numerical constants James Turner 2019-01-06 14:30:58 +00:00
  • 2d5d26260e 1) model search order property in super class AIBase and overridden by sub classes. 2) model search order stored as the enum type in AIBase. ThomasS 2018-12-17 07:55:00 +01:00
  • 591750b911 Frameless mode for FGQCanvas James Turner 2018-12-27 16:11:45 +00:00
  • e704d589f2 [JSBSim] Takes into account the amount of unusable fuel. Bertrand Coconnier 2018-12-31 00:59:21 +01:00
  • 466fb0979d [JSBSim] Added cyclic clipping for FCS components Bertrand Coconnier 2018-12-30 20:51:18 +01:00
  • 27ddcedad2 [JSBSim] Extend the usage of template funcs to all <function>. Bertrand Coconnier 2018-12-30 00:31:47 +01:00
  • 3267aaf5e0 Sync'ed JSBSim Bertrand Coconnier 2018-12-27 18:40:03 +01:00
  • 018e193a58 Improve Nasal log callback handling James Turner 2018-12-20 16:07:44 +00:00
  • faf06b42a3 preparation for the lag correction based on time sync, instead of fixed lag compensation, this is the time manager part. - introduction of a pure steady clock initialised from system clock at init - the mp protocol clock have an offset available (will be used to sync the players, in case ntpd is not accurate or inavailable) - got a way to see drift between system clock and the fg steady clock, mainly to see how differents OS behave ... jean pellotier 2018-12-18 01:41:26 +01:00
  • c3cd7b3978 Remove public use of sglog()::would_log() James Turner 2018-12-13 13:47:35 +00:00
  • 56cc96f280 Parse radial+offset from lat,lon waypoint James Turner 2018-12-13 13:46:53 +00:00
  • 738101942f Yasim ground friction (stiction) changes James Turner 2018-12-11 15:23:56 +00:00
  • 12eac24039 Tests: NavRadio GS tests James Turner 2018-12-10 17:44:09 +00:00
  • 5215e6fcfc Fix an unused var warning James Turner 2018-12-10 16:09:53 +00:00
  • f14aa4e57f Navradio: move glideslope angle to NavRecord James Turner 2018-12-10 16:09:42 +00:00
  • 9339fd2375 Add some /sim/presets properties to setDefaults James Turner 2018-12-04 09:50:48 +01:00
  • a9475bd0fa Basic nav-radio ILS testing James Turner 2018-12-02 13:38:33 +01:00
  • 1f1060431f Avoid NaNs in environment code at extreme altitude James Turner 2018-12-02 12:57:35 +01:00
  • 015742b28d LOD: Multiplayer fix Richard Harrison 2018-12-03 06:19:04 +01:00
  • 6d68e36523 Simple argument parsing for Props protocol James Turner 2018-11-30 13:58:53 +00:00
  • c09f49e70c LOD: use FLT_MAX as the maximum value in setRange (rather than 100k) Richard Harrison 2018-11-26 17:48:29 +01:00
  • 1e104bbdfe Version the FG-root setting James Turner 2018-11-25 14:06:51 +00:00
  • 4956386b84 Launcher: disable magnetic bearing/headings James Turner 2018-11-25 13:51:06 +00:00
  • 2f5df005df NavRadio updating via listener James Turner 2018-11-25 13:12:28 +00:00
  • c7b28a1960 UNit-tests for the NavRadio James Turner 2018-10-10 09:26:06 +01:00
  • 1e636ce4cf Support for DDS Texture Cache Richard Harrison 2018-11-24 20:19:02 +01:00
  • 8742fee23d JSBSim : <function> now checks the number of its arguments. Bertrand Coconnier 2018-11-24 18:33:53 +01:00
  • a8b550ee95 fgcommands "add-aiobject" and "remove-aiobject" for adding/removing objects to the AI subsystem. ThomasS 2018-11-21 09:28:44 +01:00
  • 0239d5ef44 Grid-view for the launcher James Turner 2018-11-07 09:23:17 +01:00
  • df810f7970 Fix crash with invalid airway in route James Turner 2018-11-12 16:47:18 +01:00
  • 31f8f86e12 Fix an inverted flag in Radar calculation James Turner 2018-11-08 09:43:29 +01:00
  • 56495485e2 FGQCanvas: in-app help page James Turner 2018-11-08 09:40:53 +01:00
  • 2cd3036488 Improved launcher metric units support James Turner 2018-11-07 09:22:50 +01:00
  • d052dc2576 Remote canvas: UI fixes James Turner 2018-11-06 18:58:44 +01:00
  • 3b3c99777d Reduce level of a log message James Turner 2018-11-06 18:07:09 +01:00
  • 8cda76e92b Fix a launcher console warning James Turner 2018-11-06 18:06:57 +01:00
  • 68813d1c57 Fix missed case in ModelDataExtractor James Turner 2018-11-06 18:06:46 +01:00
  • 41e9baaba1 FGQCanvas iOS tweaks James Turner 2018-11-05 12:55:03 +01:00
  • 88720a031b Changes to the model interior LOD management. Richard Harrison 2018-11-06 18:42:07 +01:00
  • e970db3c61 LOD ranges: Richard Harrison 2018-11-05 19:29:20 +01:00
  • d3aa4b19a1 Bug fix for JSBSim. Bertrand Coconnier 2018-11-04 17:03:46 +01:00
  • 4c7402fb23 Bug fix for JSBSim Bertrand Coconnier 2018-11-02 23:05:40 +01:00
  • c99ea20883 LOD ranges rework. Richard Harrison 2018-10-30 20:10:30 +01:00
  • 04eb045931 New features for JSBSim (not to be included in release 2018.3) Bertrand Coconnier 2018-10-28 16:16:20 +01:00
  • 94e1cdc551 JSBSim bug fixes (candidate for cherry picking to release 2018.3) Bertrand Coconnier 2018-10-28 14:38:02 +01:00
  • 66d635dc9c Launcher: fix a bug when using MP server 0 or 1 James Turner 2018-10-25 12:10:42 +01:00
  • df9c368099 PUI: change alpha composition mode. James Turner 2018-10-25 00:04:54 +01:00
  • 07cb303e8c Fix for jumping view when right-dragging James Turner 2018-10-24 22:15:54 +01:00
  • 951a3ea6ad Fix Windows build, missined windows.h James Turner 2018-10-24 14:28:58 +01:00
  • 8510776c1f Switch next to use trunk aircraft catalog James Turner 2018-10-23 12:08:19 +01:00
  • 00eec40d51 Fix JS header include path James Turner 2018-10-23 11:00:59 +01:00
  • 196aa472fb Fix crash on Ctrl-V in PUI James Turner 2018-10-23 11:00:40 +01:00
  • 49c3fc064a XLIFF: Fix loading of indexed strings James Turner 2018-10-13 21:22:18 +01:00
  • 2313f482a3 Add missing C-string include for strcmp James Turner 2018-10-13 09:07:32 +01:00
  • dbb99ee550 XLIFF: fix null approved-attr handling James Turner 2018-10-13 08:42:05 +01:00
  • 53de09d151 Fix dumb commit for XLIFF approved-attr handling James Turner 2018-10-13 00:20:38 +01:00
  • 73be50b308 Event-input: axis interpolater support James Turner 2018-10-13 00:03:30 +01:00
  • ae4fe62d5b Crashfix: props protocol invoking Nasal commands James Turner 2018-10-12 22:25:34 +01:00
  • adea824bd3 XLIFF parser ignores un-approved translations James Turner 2018-10-12 22:24:33 +01:00
  • 8f67ddf896 Route-manager: expose new flight-plan values James Turner 2018-10-12 15:27:51 +01:00
  • 4c6a0467a6 Remove splash/ lookup prefix for the unstable-warning (nightly builds) Florent Rougon 2018-10-12 13:21:09 +02:00
  • f819750287 Launcher respects --language arg if set James Turner 2018-10-12 11:37:39 +01:00
  • 2b1913e118 Add Russian to list of Qt translations to sync James Turner 2018-10-12 11:37:08 +01:00
  • 1613b44c6a Text fix in ‘Install custom scenery’ dialog James Turner 2018-10-12 09:11:10 +01:00