1
0
Fork 0

Commit graph

  • adae75821d CommRadio frequency updates from Sascha Reißner James Turner 2021-04-01 14:46:21 +01:00
  • cec9ab5039 Launcher: convert most icons to masked. James Turner 2021-03-29 15:13:27 +01:00
  • 0b905470d4 Add compile_commands.json to .gitignore Fernando García Liñán 2021-04-01 01:41:14 +02:00
  • 1423e7d366 Add support for Compositor reloading in graphics presets Fernando García Liñán 2021-03-31 03:54:02 +02:00
  • 3fa13b7762 scripts/python/recordreplay.py: also analyse final mp speed. Julian Smith 2021-03-28 17:07:05 +01:00
  • 3e9868093e src/AIModel/AIMultiplayer.cxx: can now log info about final mp position. Julian Smith 2021-03-28 17:05:36 +01:00
  • 13a7eeef74 Use the new convenience constructor eliminating the need to call setup separately. Erik Hofman 2021-03-28 09:00:15 +02:00
  • 5de5419e25 scripts/python/recordreplay.py: added test of multiplayer information. Julian Smith 2021-03-27 21:27:25 +00:00
  • a606315bbb src/MultiPlayer/multiplaymgr.*: optionally gather info about multiplayer aircraft speed. Julian Smith 2021-03-27 21:26:30 +00:00
  • 778f359a89 src/Main/fg_init.cxx: don't open blocking popup if switching to readonly. Julian Smith 2021-03-27 21:23:43 +00:00
  • 6b08e31b23 src/Main/fg_init.cxx: Fixed uneven replay of user aircraft when frame rate changes. Julian Smith 2021-03-21 23:20:36 +00:00
  • 5c76f41743 Added support for analysing raw speed values when replaying. Julian Smith 2021-03-14 21:06:57 +00:00
  • 797f02f9dd Allow listing of property children via telnet. Julian Smith 2021-03-15 13:30:41 +00:00
  • 0ff0cc30fd src/Aircraft/replay.hxx: removed unused class member. Julian Smith 2021-03-08 11:22:40 +00:00
  • 2dda76b831 test_suite/unit_tests/Main/test_posinit.*: added test with AI disabled. Julian Smith 2021-03-21 13:36:28 +00:00
  • 78b383734c Use the new helper function which converts the typename into a topic name. Erik Hofman 2021-03-27 15:22:20 +01:00
  • 2825feb4b2 Simplify the code even more: no need to explicitly define the type Erik Hofman 2021-03-27 13:58:54 +01:00
  • 2d684de929 Use the new templated helper functions to simplify the code Erik Hofman 2021-03-27 13:57:05 +01:00
  • 1467a8a170 Move the C version of fgfdm_log.c to examples/dds/ and convert it to C++ as fg_dds_log.cpp using the SimGear provided hepper classes. Erik Hofman 2021-03-27 13:31:39 +01:00
  • 3276c9a754 Map widget: tweaks to property creation James Turner 2021-03-26 10:44:27 +00:00
  • f88f38ec53 Dot not only log FDM packets but also GUI and Ctrls packets when they arrive. Erik Hofman 2021-03-25 14:21:30 +01:00
  • ee503ba89f Add a property /sim/rendering/desert which can be used by the meterials definiton to alter the amount of dessertness based on latitude. It's op to the material definition what to do with it, if at all. This is not a prediction that there is actually desert at that latitude. Erik Hofman 2021-03-25 11:13:38 +01:00
  • 1ee8b9e568 View tweaks to try to understand crash with no camera group James Turner 2021-03-23 17:08:34 +00:00
  • 344058baba Avoid crash when early-exiting. James Turner 2021-03-23 17:07:59 +00:00
  • c1f54779ac Packages: allow localised URIs James Turner 2021-03-23 17:07:04 +00:00
  • 02a69f3af0 Remove an overzealous addition of globals->get_props() before &ctrls Erik Hofman 2021-03-23 14:37:19 +01:00
  • 875713efad Merge all Net/DDS FDM, GUI and Ctrls struct handling into one source file and make it FlightGear agnostic which means that they can be used by, for instance, fgviewer. Erik Hofman 2021-03-23 14:30:52 +01:00
  • 8f5dc3e764 Use the renamed SG_DDS_Topic class Erik Hofman 2021-03-19 13:52:44 +01:00
  • 4542691772 Add unit-test coverage for the transponder James Turner 2021-03-18 13:46:10 +00:00
  • fe99747d37 Transponder: make standby mode work James Turner 2021-03-18 13:45:26 +00:00
  • 45786de6c9 TimeManager: fix uninitalized vars James Turner 2021-03-18 13:45:17 +00:00
  • d09046f9a2 Canvas placement on dynamic models gordonshamway23 2020-12-10 21:29:32 +01:00
  • 1dd6ab3cfb Launcher: tip for drag/zoom of diagrams James Turner 2021-03-17 12:58:24 +00:00
  • b76b6548a1 Launcher: detect user-entered aircraft args James Turner 2021-03-17 12:42:54 +00:00
  • 85da09d5d5 Launcher: improve feedback entering invalid hangar URL. James Turner 2021-03-17 12:11:30 +00:00
  • 5ccae24f81 Error-reported: disable in no-gui mode James Turner 2021-03-17 11:44:41 +00:00
  • ca632cfe4e Fix crash with auto-coordination. (Eg, the Beaver) James Turner 2021-03-17 11:44:21 +00:00
  • f651ed2f15 Fixes for updated Package API James Turner 2021-03-17 09:09:30 +00:00
  • b115c424ce Error-report: feedback from group review James Turner 2021-03-15 14:08:36 +00:00
  • 6e00c47d3d Revert "Use the desciptors typename as the topic name" Erik Hofman 2021-03-15 16:11:35 +01:00
  • 1f3d9c089a Use the desciptors typename as the topic name Erik Hofman 2021-03-15 15:19:13 +01:00
  • 4b744820ea Fix macOS crash-on-exit with certain font James Turner 2021-03-13 18:48:03 +00:00
  • fbbcc75229 Error reporting: report Traffic errors James Turner 2021-03-13 18:47:01 +00:00
  • 251b3aeb2b TimeManager: add unit-test for ETC time zones James Turner 2021-03-13 15:57:05 +00:00
  • 1fd2797727 Fix false-positive listener warnings for /controls James Turner 2021-03-12 19:43:00 +00:00
  • 846cc54f0b Add the timezone description to the property tree. Erik Hofman 2021-03-13 10:13:33 +01:00
  • 4eecd088e8 TimeManager: handle reposition better James Turner 2021-03-12 14:45:25 +00:00
  • 9704c1cc93 Local time available without the clock instrument James Turner 2021-01-15 19:55:38 +00:00
  • fb8ef10918 Reset unique ptr to delete object Previously multiple start/stops of the swift-connection failed because the CPlugin object was not deleted Lars Toenning 2021-03-11 23:52:29 +01:00
  • 509fbbcebc swift - Add getOwnAircraftVelocityData dbus method Lars Toenning 2021-03-11 22:49:16 +01:00
  • 938bfd1604 Fix spelling mistake Lars Toenning 2021-03-11 19:00:09 +01:00
  • 8a9cc389e4 UpdateLocal time when repositioning, the timezone might have changed Erik Hofman 2021-03-12 10:46:26 +01:00
  • c5c7532179 Launcher: make help docs link point to online location James Turner 2021-03-11 20:35:46 +00:00
  • 026b02d7e9 CMake: make another object dependency explicit James Turner 2021-03-10 10:17:15 +00:00
  • 9fc45e598f Remove Qt includes from fgfsObjects build James Turner 2021-03-09 21:04:21 +00:00
  • 4fe1fa04bc CMake: fix dependency on buildId target James Turner 2021-03-09 19:22:59 +00:00
  • 563737bed1 Properly handle argumenets with no assigned value (e.g. --hla) Erik Hofman 2021-03-09 15:56:46 +01:00
  • c24e0fb5b8 Implement our own command-line argument parser which accepts '--name value' as well as '--name=value' and '--prop name=vale' as well as '--prop:name=value' to be compatible with the FlightGear command-line syntax. Erik Hofman 2021-03-09 15:47:18 +01:00
  • 6e42c8fc57 Restore compatibility with CMake < 3.12 James Turner 2021-03-09 10:46:46 +00:00
  • 37272b14ac Remove the custom graphics window impl James Turner 2021-03-08 17:00:58 +00:00
  • c92c41a50f Switch test_suite build to use an OBJECT library James Turner 2021-03-08 16:44:42 +00:00
  • 33e205f123 Switch to using OBJECT library for main build James Turner 2021-03-08 15:53:53 +00:00
  • af329b794f Use the find_dependency option to parse Simgear dependencies to FlightGear Erik Hofman 2021-03-08 16:15:51 +01:00
  • c0bc09bf1a Cleaner code by a clear separation between sgFileType, sgDDSType and the default sgSocketType Erik Hofman 2021-03-08 13:47:53 +01:00
  • ee5b49668a Add a notification when catalog refresh fails James Turner 2021-03-07 15:36:45 +00:00
  • 81df48b858 Add tests for MP-runway start, and fix behaviour. James Turner 2021-03-07 15:12:58 +00:00
  • 84f95fe3c2 test_suite/unit_tests/Autopilot/: added unit test of pid-controller. Julian Smith 2021-03-02 21:27:52 +00:00
  • 3a754799c2 test_suite/testSuite.cxx: added example -u <unit-test-name>. Julian Smith 2021-03-01 23:57:44 +00:00
  • 2d35a52f8a scripts/python/recordreplay.py: minor fix. Julian Smith 2021-03-07 19:58:44 +00:00
  • 0c7630d263 src/Aircraft/replay.cxx: Fix issue where end time wasn't alway updated correctly when replaying from url. Julian Smith 2021-03-07 12:30:34 +00:00
  • 7a70b57bab docs-mini/README-recordings.md: minor updates. Julian Smith 2021-03-06 16:59:16 +00:00
  • 0480bb15a9 (Try to) Prevent a one or more multiply defined symbols found error Erik Hofman 2021-03-07 15:59:25 +01:00
  • 4ca929fa61 Fix test for Jano’s dtRemainder init change James Turner 2021-03-07 13:07:56 +00:00
  • 7e074f6b8b MP: reduce a replay message level, to avoid spamming at INFO James Turner 2021-03-07 12:32:38 +00:00
  • 497a99f8d7 FGHTTP: add getOrCreate helper James Turner 2021-03-07 12:32:22 +00:00
  • 8716801c8c Unit-test for Nasal parsing bug James Turner 2021-03-03 22:00:01 +00:00
  • de90c281a5 ErrorReporting: MP error attribution James Turner 2021-03-01 09:42:51 +00:00
  • cbe46468d1 Error-reporting: attribute AIObjects from scenarios James Turner 2021-02-25 22:02:32 +00:00
  • e4ca169618 Use the new name for sg_dds.hxx Erik Hofman 2021-03-07 11:57:48 +01:00
  • 837010ac7b Clarify the license Erik Hofman 2021-03-06 14:50:10 +01:00
  • b74d96ca81 scripts/python/recordreplay.py: set sim/replay/record-signals to true in case it defaults to false. Julian Smith 2021-03-05 20:33:57 +00:00
  • 9bd01e4cc1 scripts/python/recordreplay.py: use subprocess instead of os.fork() etc. Julian Smith 2021-03-05 20:32:48 +00:00
  • cb1cf90490 scripts/python/FlightGear.py: Fix setting property to True. Julian Smith 2021-03-05 20:31:15 +00:00
  • 6ec2170a95 src/Aircraft/replay.cxx: show stats when indexing continuous recording. Julian Smith 2021-02-28 22:29:47 +00:00
  • 335ac0cb67 src/Main/options.cxx:fgOptLoadTape(): enable compression when downloading recording. Julian Smith 2021-02-28 22:27:42 +00:00
  • d7b889a74a src/Aircraft/replay.*: Be able to exclude user aircraft's signals from Continuous recording. Julian Smith 2021-02-28 11:41:11 +00:00
  • ffc0105b47 Per request: Rename DDS to DataDistributionService to prevent confusion with DDS the image format. Erik Hofman 2021-03-06 09:10:34 +01:00
  • 5786d40272 * Support CycloneDDS as a SGIOChannel * Support the native fdm, gui and ctrl protocols over DDS * Add fgfdm_log as an fdm over DDS command line logging utility Erik Hofman 2021-03-05 16:10:04 +01:00
  • 7fe25aa97f Merge branch 'next' of https://git.code.sf.net/p/flightgear/flightgear into next Scott Giese 2021-02-26 21:40:11 -06:00
  • 380e0c1105 Maintenance: ExternalNet Scott Giese 2021-02-26 21:13:13 -06:00
  • 02a299ed34 Maintenance: fgfsclient Scott Giese 2021-02-26 21:11:34 -06:00
  • cc2336c5fa Maintenance: FGPUIDialog Scott Giese 2021-02-26 21:09:13 -06:00
  • a3c4dcf522 Maintenance: plugin Scott Giese 2021-02-26 21:03:11 -06:00
  • 82c34590f6 Maintenance: swift_connection Scott Giese 2021-02-26 21:01:35 -06:00
  • 0ee3fd4ab6 Maintenance: js_server Scott Giese 2021-02-26 20:59:06 -06:00
  • 21330d2f31 Minor typo Scott Giese 2021-02-26 20:48:43 -06:00
  • 66ad9d8373 Check for nullptr. Scott Giese 2021-02-26 20:48:03 -06:00
  • ccddbffbd0 src/Aircraft/replay.cxx: minor improvement to recovery snapshot failure dialogue text. Julian Smith 2021-02-25 09:18:10 +00:00
  • 1868d66e45 src/Viewer/sview.cxx: minor cleanup. Julian Smith 2021-02-25 08:57:06 +00:00
  • 91dbc902a2 src/Network/props.cxx: added 'telnet server' to comment to make it easier to grep for. Julian Smith 2021-02-26 12:38:35 +00:00