1
0
Fork 0

Commit graph

  • b80b9a8fc0 Added Nasal methods for ground intersection test and aircraft coordinate conversion Richard Harrison 2017-05-11 13:13:36 +02:00
  • fd78d32e56 End segfault_handler() with std::abort() rather than kill() on ourselves Florent Rougon 2017-05-11 12:19:31 +02:00
  • 00845b17b9 Prevent PUI menubar obscuring startup tips James Turner 2017-05-11 08:39:48 +01:00
  • 4dc2e4fc09 Disable use of the WindowsFileDialog class Florent Rougon 2017-05-04 09:49:10 +02:00
  • 7f59846644 Splash screen: support text encoded in UTF-8 Florent Rougon 2017-05-08 15:22:33 +02:00
  • 33c54e5d76 Fix crash in PT_vs_hpt() due to invalid data in ISA_def Florent Rougon 2017-05-09 22:30:02 +02:00
  • 9a64150d57 Fix crash in src/ATC/trafficcontrol.cxx (invalid iterator dereferenced) Florent Rougon 2017-05-09 19:17:54 +02:00
  • 43e19c1123 YASim: revert a change in Model.cpp that caused segfaults on some systems. Henning Stahlke 2017-05-10 16:27:46 +02:00
  • c00f98b0d1
    QT Launcher spelling/style fixes Alessandro Menti 2017-05-08 21:02:31 +02:00
  • 222361bf66 YASim bufix segfault with helicopters. Henning Stahlke 2017-05-05 13:47:47 +02:00
  • 35f6811ce3 YASim: trivial code clarification in Wing.cpp Henning Stahlke 2017-05-04 15:33:13 +02:00
  • caf2100b5e YASim: code dedup in class Wing. Henning Stahlke 2017-05-04 15:18:48 +02:00
  • 6817292e73 YASim: changed constructor for Wing. Creating a Wing object without basic geometry data is pointless and this data cannot change during runtime. Henning Stahlke 2017-05-04 14:31:43 +02:00
  • 614f05bb39 YASim: split Wing::compile into smaller functions (2). Henning Stahlke 2017-05-04 14:06:52 +02:00
  • 4584c83d8b YASim: split Wing::compile into smaller functions (1). Henning Stahlke 2017-05-04 14:02:11 +02:00
  • eb6bb087f6 YASim: include yasim-common.hpp in Wing.cpp and remove constant. Trivial cleanup and variable name clarification. Henning Stahlke 2017-05-04 13:43:09 +02:00
  • 2ad164e80f Improve handling of the pushBackRoute attribute in groundnet's Parking nodes Florent Rougon 2017-04-18 00:50:20 +02:00
  • df2a98d245 Fix warnings about unreferenced local variables Florent Rougon 2017-04-15 13:05:56 +02:00
  • b0a831e667 YASim: initialize floats with 'f' suffix to avoid problems with windows build Henning Stahlke 2017-05-03 22:17:08 +02:00
  • 2747a33e6b Merge /u/jsb1685/flightgear/ branch yasim into next James Turner 2017-05-02 15:09:13 +00:00
  • 9e7924a4b1 Silence a warning. James Turner 2017-04-21 13:05:46 +01:00
  • 2dbe88936e Don't warn about missing CrashRpt when developing James Turner 2017-04-29 20:53:53 +01:00
  • 37c43ab6dc YASim: add initalizer to Wing.hpp, cleanup constructor. Henning Stahlke 2017-04-29 12:42:59 +02:00
  • b4743b3830 YASim: add initalizer to Model.hpp, cleanup constructor. Henning Stahlke 2017-04-29 12:31:09 +02:00
  • f9334d8c39 YASim Surface move initialization Henning Stahlke 2017-04-29 01:57:21 +02:00
  • efde524685 YASIM move constants to a common header file. Henning Stahlke 2017-04-28 20:23:48 +02:00
  • 072bad4f50 sync. with JSBSim and expose Oil_Press_Relief_Valve, Oil_Press_RPM_Max, Design_Oil_Temp, Oil_Viscosity_Index Erik Hofman 2017-04-27 15:41:23 +02:00
  • 0a0402f667 YASim Airplane refactoring (code dedup). Henning Stahlke 2017-04-25 09:02:01 +02:00
  • e604f2f662 YASim BodyEnvironment rename methods and split setupState into two methods. Henning Stahlke 2017-04-25 09:00:48 +02:00
  • add6c6b8a8 YASim: Airplane solver uses standard atmosphere so we can replaced atmosphere members with floats for altitude and pass those to setup atmo where needed directly from altitude. Henning Stahlke 2017-04-25 08:58:51 +02:00
  • 8064135665 YASim: Moved Airplane::setupState to BodyEnvironment Henning Stahlke 2017-04-25 08:57:09 +02:00
  • ed6dee3f55 YASim Airplane: add initalizers. Henning Stahlke 2017-04-24 18:31:03 +02:00
  • 8bd8d5f163 YASim Model move one-liner to header. Henning Stahlke 2017-04-24 00:08:36 +02:00
  • 3457c3c61f YASim: convert Atmosphere to a non-static class so we can pass around air parameters in one object instead of several variables. Henning Stahlke 2017-04-22 16:14:52 +02:00
  • 5e99f92a0f YASim: conver Airplane::setupState from static to const Henning Stahlke 2017-04-22 15:06:02 +02:00
  • 2229b0a494 YASim: mark methods of Version 'const' Henning Stahlke 2017-04-20 22:42:15 +02:00
  • fcfc82b471 YASim: move one-liners and add 'const' Henning Stahlke 2017-04-21 22:16:47 +02:00
  • cbdbe2882b Fix disabled appearance of toolbox buttons. James Turner 2017-04-19 13:31:45 +01:00
  • a05860608b Fix erroneous button highlighting. James Turner 2017-04-19 13:12:48 +01:00
  • ef9fa25b94 YASim: update default for desired cg range. Henning Stahlke 2017-04-18 22:27:35 +02:00
  • 1302c167dd YASim: rename some exported props. Henning Stahlke 2017-04-18 22:11:34 +02:00
  • 73de375249 YASim declared get methods as const. (correction to previous commit) Henning Stahlke 2017-04-18 19:12:23 +02:00
  • 503907be34 Merge /u/jsb1685/flightgear/ branch yasim into next James Turner 2017-04-18 09:05:57 +00:00
  • 3f0ef99c71 YASim: add MAC (mean aerodynamic chord) and c.g. calculations. Henning Stahlke 2017-04-03 21:42:41 +02:00
  • 574f2f907f YASim: add setAirFromStandardAtmosphere() to Class Model. Henning Stahlke 2017-04-07 23:15:39 +02:00
  • 7f5a91ea47 YASim: refactoring loadControls() Henning Stahlke 2017-04-07 22:36:07 +02:00
  • dbfe9a7b41 YASim: clean up export of aero force and ground effect force to prop tree. Henning Stahlke 2017-04-03 21:10:11 +02:00
  • b006ef5c78 Launcher: fix navaid map default scaling. James Turner 2017-04-15 14:17:54 +01:00
  • f2d5f18da6 Title label for location airport/nav pages. James Turner 2017-04-15 13:39:44 +01:00
  • 4259b548b0 Fix bugs due to incorrect use of SGPath::pathListSep Florent Rougon 2017-04-15 09:40:44 +02:00
  • 5fa9242d7a Launcher: fix handling of prop custom args. James Turner 2017-04-15 08:39:18 +01:00
  • ec9989c244 FIx build issue with previous commit. James Turner 2017-04-14 22:16:16 +01:00
  • feca0a73ba Multiplay: Fix transponder property definitions Richard Harrison 2017-04-14 19:45:52 +02:00
  • 95a6d31e18 Launcher: update all aircraft UI. James Turner 2017-04-14 18:31:23 +01:00
  • c19fc6bc06 Launcher: add ‘show console’ setting on Windows James Turner 2017-04-14 17:36:28 +01:00
  • eefa9a75f9 Fix crash in AI code when buggy groundnet declares pushback hold point on runway Florent Rougon 2017-04-14 12:25:00 +02:00
  • caf3a4253d Use FGTaxiNode::getIndex() instead of FGTaxiNode::ident() in a dev warning Florent Rougon 2017-04-14 12:12:18 +02:00
  • 2373ee4f05 Fix build error due to sgstream.hxx now being in simgear/io/iostreams/ Florent Rougon 2017-04-14 00:19:59 +02:00
  • cf56ef1913 Migration test runs successfully now. James Turner 2017-04-13 13:14:53 +01:00
  • ac38f29ae3 Launcher: exit/quit item on non-Mac James Turner 2017-04-13 13:01:29 +01:00
  • 5f8f2886dc Launcher: fix bugs around paths setting. James Turner 2017-04-13 12:55:51 +01:00
  • dd0b9adbfc Comsetic launcher tweaks. James Turner 2017-04-13 09:19:19 +01:00
  • 3e1a701712 Migrate old autosave XML files. (Disabled for now) James Turner 2017-04-10 14:38:35 +01:00
  • a9a85a618e Remove duplicated properties from multiplayer defintions. Richard Harrison 2017-04-13 06:08:36 +02:00
  • 9f47607c95 Revert "Remove the Ati viewport hack." James Turner 2017-04-12 11:13:14 +01:00
  • 8dbd3f8bd5 Fix QRC URL creation for older Qt versions James Turner 2017-04-11 08:06:45 +01:00
  • fac0341e04 Kill use of private header. James Turner 2017-04-10 22:18:19 +01:00
  • 68ef30d3af Linux / Qt 5.2 fixes James Turner 2017-04-10 14:37:18 +01:00
  • d1e9d357b9 Trying to reduce int types warnings. James Turner 2017-04-08 06:08:46 +02:00
  • 427f662dca Settings searching support. James Turner 2017-04-08 11:21:51 +09:00
  • 3732930269 QML-driven settings UI. James Turner 2017-02-21 11:01:06 +00:00
  • 5c713a6b55 Split the launcher main window into its own file. James Turner 2017-02-19 16:19:13 -08:00
  • 4234876789 Move some Launcher helpers into their own files. James Turner 2017-02-19 14:59:39 -08:00
  • bf1ffb8875 Proof-of-concept for new settings UI. James Turner 2017-01-30 08:00:37 +01:00
  • cf318f1cc5 Better setting of the process exit status for fgfs and fgviewer Florent Rougon 2017-04-10 02:16:08 +02:00
  • 4b494a69bd Rename fatalMessageBox() to fatalMessageBoxWithoutExit(), add exiting variant Florent Rougon 2017-04-09 18:38:38 +02:00
  • 680f940378 Revert commit "Make fatalMessageBox() end with std::abort() [...]" Florent Rougon 2017-04-09 17:49:06 +02:00
  • 09dd24c139 Fix build with Qt 5.2 James Turner 2017-04-09 23:55:47 +01:00
  • 9e6a3ebc6b Make fatalMessageBox() end with std::abort() and declare it [[noreturn]] Florent Rougon 2017-04-08 13:49:55 +02:00
  • 5040e6c7f0 Don't call fatalMessageBox() from fg_terminate(), make it end with std::abort() Florent Rougon 2017-04-08 12:35:39 +02:00
  • 5e5699c4d8 Return reference to non temporary string. Gary Preston 2017-04-05 17:49:58 +01:00
  • 8958b4d130 Cleanup unused variable warning. Gary Preston 2017-04-05 02:01:50 +01:00
  • fd7bea6453 Retain signedness of numLegs to avoid unsigned/signed comparison. Gary Preston 2017-04-04 22:15:18 +01:00
  • d2ca422c8b Adjust if/else indentation to fix -Wmisleading-indentation Gary Preston 2017-04-04 00:21:50 +01:00
  • dd0d03ea1d Fix build on Windows. James Turner 2017-04-05 21:34:48 +09:00
  • 9ba1fbdb35 MP2017.2 V2 protocol enhancements Richard Harrison 2017-04-02 14:37:28 +02:00
  • fc78ef2e4e Fix null reference - happened to me once. Richard Harrison 2017-04-02 13:54:40 +02:00
  • b020db5ce7 Multiplayer: ensure that avionics sounds are null for MP models. Richard Harrison 2017-04-02 13:54:03 +02:00
  • 5d2e596043 Multiplayer protocol enhancements (MP2017.2 V2) Richard Harrison 2017-04-02 13:52:43 +02:00
  • 8494462a96 Fixed another crash in MP interpolation when data isn't available. Richard Harrison 2017-03-30 04:04:21 +02:00
  • 48b93ff982 Fix comments in message header to identify the reuse of an obsolete field Richard Harrison 2017-02-25 00:38:50 +01:00
  • 239334f4d1 The conditions were swapped for the total output and the hexdump Richard Harrison 2017-02-25 00:34:53 +01:00
  • c5cc666288 Merge branch 'next-2' into multiplayer-dev Richard Harrison 2017-02-23 22:35:27 +01:00
  • 5d23fa71ff OSG 3.5.x compatibility fix Richard Harrison 2017-04-02 02:09:38 +02:00
  • b1f9107f22 Add the vendor tag Erik Hofman 2017-03-30 15:56:15 +02:00
  • f3893c54bd Merge branch 'next' of ssh://git.code.sf.net/p/flightgear/flightgear into next Erik Hofman 2017-03-30 11:24:07 +02:00
  • c6976b8871 rename the soure-file to source-file.bak and construct a new 'source-file' with an added <tags> section Erik Hofman 2017-03-30 11:23:54 +02:00
  • f6f2c3b89a Merge /u/jsb1685/flightgear/ branch yasim into next James Turner 2017-03-29 15:49:16 +00:00
  • 6cd39818c6 Whoops, missed a file. James Turner 2017-03-27 16:05:45 +01:00
  • 58a7f2c5c2 Unit-test for initPosition. James Turner 2017-03-27 15:37:54 +01:00