1
0
Fork 0

Commit graph

  • 8472a8c38a Launcher smoothly scales thumbnails. James Turner 2017-01-17 22:18:35 +00:00
  • 404fad4254 MSVC fix Erik Hofman 2017-01-15 09:26:34 +01:00
  • 9f9f1c631f Add the latest code for reference in the JSBSim mailing list while bug hunting Erik Hofman 2017-01-14 14:33:28 +01:00
  • 1ef1d5ad43 Fix a potential segmentation fault and turn it into a harmless message. Erik Hofman 2017-01-14 10:37:42 +01:00
  • ed4a9337d9 Fade in the sound exponentially at startup Erik Hofman 2017-01-12 15:06:04 +01:00
  • 88fc98f57b Mcc build fix for JSBsim executable. James Turner 2017-01-12 12:29:19 +00:00
  • 52572ef1f3 Add back a JSBSim.exe build, install Geoff McLane 2017-01-11 23:51:38 +01:00
  • c7391668e6 To build JSBSim, add copy from jsbsim-code repo Geoff McLane 2017-01-11 23:53:23 +01:00
  • f54e03d7c6 Merge branch 'next' of ssh://git.code.sf.net/p/flightgear/flightgear into next Erik Hofman 2017-01-12 11:45:08 +01:00
  • 9f6422b5e2 only start the sounds when the soundmanager becomes active Erik Hofman 2017-01-12 11:44:53 +01:00
  • 78498c560d Rename preferences.xml -> defaults.xml James Turner 2017-01-11 17:58:22 +00:00
  • 2098593531 Do not proceed in update() until is_active() returns true Erik Hofman 2017-01-11 15:14:08 +01:00
  • ac8fb6fd24 Add some additional check to NavCache opening. James Turner 2017-01-10 10:39:07 +00:00
  • 9441f0d656 Work-around OS-X event-input shutdown crashes. James Turner 2017-01-09 16:54:15 +00:00
  • f61293a935 Geoff McLane: Erik Hofman 2017-01-08 10:23:46 +01:00
  • bb781e5e10 Fix the REPLACE statement for WITHOUT ROWID tables that lack secondary indexes so that it works correctly with triggers and foreign keys. This was a new bug caused by performance optimizations added in version 3.16.0. Ticket 30027b613b4 Fix the sqlite3_value_text() interface so that it correctly translates content generated by zeroblob() into a string of all 0x00 characters. This is a long-standing issue discovered after the 3.16.1 release by OSS-Fuzz Fix the bytecode generator to deal with a subquery in the FROM clause that is itself a UNION ALL where one side of the UNION ALL is a view that contains an ORDER BY. This is a long-standing issue that was discovered after the release of 3.16.1. See ticket 190c2507. Adjust the sqlite3_column_count() API so it more often returns the same values for PRAGMA statements as it did in prior releases, to minimize disruption to applications that might be using that interface in unexpected ways. Erik Hofman 2017-01-07 15:51:23 +01:00
  • 52f5d19ac5 Windows also needs dirent.h Erik Hofman 2017-01-07 14:16:58 +01:00
  • 167a6ec031 MSVC fix Erik Hofman 2017-01-07 11:19:43 +01:00
  • 596ba557f1 Detect the absence of SSE2 hardware as soon as possible and bail out if it is not found but FligthGear is compiled with SSE2 support Erik Hofman 2017-01-06 16:30:51 +01:00
  • 2408a3a28a Do not rely on SSE3, this is just a slight drawback Erik Hofman 2017-01-06 15:10:34 +01:00
  • 9a71f6348f A new batch of updates, slowly moving forward Erik Hofman 2017-01-06 15:02:35 +01:00
  • d762db2db8 Fix null pointer dereference introduced by 8aec4a0cef Florent Rougon 2017-01-06 13:07:00 +01:00
  • 7618cbffc2 Fix a bug concerning the use of row values within triggers (see ticket 8c9458e7) that was in version 3.15.0 but was not reported until moments after the 3.16.0 release was published. Erik Hofman 2017-01-06 12:58:03 +01:00
  • cf935b5882 Try to prevent a possible device-by-zero Erik Hofman 2017-01-05 14:35:50 +01:00
  • 4a3ee6a74a Relax base-package and SimGear version checks. James Turner 2017-01-05 10:57:00 +00:00
  • ea827f5677 Revert commits e1b65590, 0b1c3568 and 72886289 Florent Rougon 2017-01-05 06:45:26 +01:00
  • 9fdcca5e94 Revert relevant parts of f4d8d8c6a1 Florent Rougon 2017-01-05 06:31:52 +01:00
  • 206b272210 Add additional nameForType aliases James Turner 2017-01-03 15:16:23 +00:00
  • f062fd0f60 Fix missing FGPositioned nameForType data. James Turner 2017-01-03 15:14:26 +00:00
  • 8aec4a0cef Silence a clang warning. James Turner 2017-01-03 15:11:12 +00:00
  • a50d614c77 Switch to SQLite 3.16 which promises about 9% fewer CPU cycles Erik Hofman 2017-01-03 11:14:25 +01:00
  • 16fdfac7ae QtFileDialog: allow showing hidden files Florent Rougon 2016-12-30 02:12:59 +01:00
  • f4d8d8c6a1 Minor changes Florent Rougon 2016-12-26 23:03:22 +01:00
  • 7288628919 Load --help output and translated strings from $FG_INSTALL_PREFIX/share/flightgear Florent Rougon 2016-12-26 16:56:04 +01:00
  • a6afda53bb Split flightgear::initApp() to make it usable even without FGGlobals initialized Florent Rougon 2016-12-26 21:45:44 +01:00
  • 0b1c356837 Make the FG installation prefix available to C++ code via config.h Florent Rougon 2016-12-26 08:32:35 +01:00
  • e1b65590cb Add the top-level options.xml and Translations directory moved out of FGData Florent Rougon 2016-12-25 12:00:15 +01:00
  • 2b9de5ceaa Make it possible to choose a different electrical circuit instead of the defaukt systems/electrical/outputs/turn-indicator by specifying the xml tag <electrical/> Erik Hofman 2016-12-29 09:55:54 +01:00
  • 90d6911d68 Work on Remote-Canvas James Turner 2016-12-27 08:56:35 +00:00
  • a42900bef5 Remote-canvas element highlighting. James Turner 2016-12-22 17:15:50 +00:00
  • 980be9f479 Remote-canvas: fix clip parsing + handling. James Turner 2016-12-22 16:59:48 +00:00
  • 0e57001cab Add element inspector to remote-canvas James Turner 2016-12-22 16:59:19 +00:00
  • 967f1c1426 Fix source / dest rect in FGQCanvas image. James Turner 2016-12-21 15:26:20 +00:00
  • 95e09de1ff Remove a log message. James Turner 2016-12-21 11:36:27 +00:00
  • d6313e52b5 Correctly initialize an SGPath from the APPDATA environment variable on Windows Florent Rougon 2016-12-28 16:57:26 +01:00
  • bb0869599b
    Switch to using argparse in terrasync.py, which is actually maintained, and fix a couple of errors. Saikrishna Arcot 2016-12-28 08:32:55 -06:00
  • eb4738cb02
    Switch to using optparse module, and allow settings bounds from command line. Saikrishna Arcot 2016-12-27 22:41:59 -06:00
  • e67ea4e0cb
    Add in the ability to download scenery only for a specific section. Saikrishna Arcot 2016-12-27 21:17:46 -06:00
  • 2c5429c589
    Improve error handling. Saikrishna Arcot 2016-12-27 20:46:59 -06:00
  • 9b38c0046f Add missing include Florent Rougon 2016-12-25 12:12:26 +01:00
  • ffdfdcb6d7 Alter the sequence to allow type conversion Erik Hofman 2016-12-23 16:01:49 +01:00
  • 31ed6184a9 NExt batch of updates: more use of SIMD instructions. Still work in progress. Erik Hofman 2016-12-22 15:14:52 +01:00
  • 33f0b83b69 Viktor Radnai: There is a Flightgear property called /sim/hitches/winch/automatic-release-angle-deg that can be used to simulate a safety feature built into modern gliders. If the cable angle gets too great during a winch launch, the hook will automatically release the cable. This usually happens when the glider gets almost on top of the winch at the top of the launch without releasing the cable. Erik Hofman 2016-12-22 11:49:15 +01:00
  • 12ad68f258 Abandon FGQCanvas build if QtWebSockets is missing. James Turner 2016-12-21 11:14:50 +00:00
  • eba1f3221f Fix a bug starting the property-tree mirror. James Turner 2016-12-21 10:26:19 +00:00
  • 6c0e9b747d Remote-canvas image support, partially working. James Turner 2016-12-21 10:25:58 +00:00
  • 57432c20ad Remove some stale code. James Turner 2016-12-20 10:32:07 +00:00
  • 066d81568d Remote-canvas loads fonts from the host. James Turner 2016-12-20 10:31:38 +00:00
  • 34ca0c15cc Fix default text alignment in remote-canvas James Turner 2016-12-19 23:06:19 +00:00
  • 4c4fb1a6ac Make FGPanel dependency handling better James Turner 2016-12-21 10:24:40 +00:00
  • 342f75d48c Add a missing break statement Erik Hofman 2016-12-21 09:50:53 +01:00
  • c472788ad8 Httpd: fix slow websocket init Torsten Dreyer 2016-12-20 11:46:02 +01:00
  • 106b62caa5 Make FGQCanvas a bit more optional. James Turner 2016-12-19 17:54:37 +00:00
  • 351dfdb498 GCC compilation fix. James Turner 2016-12-19 09:04:25 +00:00
  • 569925b61b Remote-canvas work, based on Extra-500 testing. James Turner 2016-12-18 23:52:16 +00:00
  • 490592d96e Remote-canvas handles rects / round-rects directly. James Turner 2016-12-18 21:55:32 +00:00
  • d831751b11 Fix aircraft-history naming of variants. James Turner 2016-12-18 21:25:05 +00:00
  • b999ab335b SVG handling for Remote-canvas James Turner 2016-12-18 16:04:05 +00:00
  • 7fe40ddb61 add SSE support for the C compiler (gcc and clang) Erik Hofman 2016-12-18 09:40:46 +01:00
  • bd5a266e9f Qt-based remote canvas application. James Turner 2016-12-03 14:14:06 +00:00
  • 005d5fa766 Search for Glew and freetype Erik Hofman 2016-12-17 12:46:54 +01:00
  • a10d3d8381 Add SimGearCore Erik Hofman 2016-12-17 11:40:35 +01:00
  • 94ed70607b MSVC 2013+ for 64-bit automatically sets /arch:SSE2 and doesn't recognise te option Erik Hofman 2016-12-17 10:51:01 +01:00
  • effca9da5e Update FGPanel: - use OpenGL 2.0 instead of OpenGL 1.0; - port to Raspberry Pi; - remove PLib dependencies. gallaert 2016-12-04 18:36:53 +00:00
  • c9b01b1d69 Enable SSE and SSE2 by default Erik Hofman 2016-12-16 10:50:24 +01:00
  • 8b466cb207 One last(?) MSVC fix Erik Hofman 2016-12-15 20:08:25 +01:00
  • e845dab6e0 Fix an MSVC error Erik Hofman 2016-12-15 10:49:09 +01:00
  • 0af316d7fc Nasal Time objects can use simulated time. James Turner 2016-12-11 16:10:57 +00:00
  • 3dea0f73aa Use SGPath::fromUtf8() to construct an SGPath from a property node string value Florent Rougon 2016-12-11 12:40:09 +01:00
  • 85f75dee4f Fix a couple of potential crashes on exit. James Turner 2016-12-10 23:24:09 +00:00
  • 4fb5bc8512 Property-Mirror websocket: fix removing props. James Turner 2016-12-06 10:16:27 +00:00
  • a3560adc03 nav.dat parser: small changes Florent Rougon 2016-12-10 09:09:42 +01:00
  • a2bf424118 Improve parsing of nav.dat and carrier_nav.dat Florent Rougon 2016-12-06 08:08:22 +01:00
  • 280cd52368 Security fix: don't allow the route manager to overwrite any file Florent Rougon 2016-12-09 11:29:13 +01:00
  • 9aaff777d9 Support CrashRpt 1403 James Turner 2016-12-09 14:39:25 +00:00
  • 709936a265 MSVC fixes Erik Hofman 2016-12-08 01:03:26 +01:00
  • 7ec7a8b60c Add the first version of AISim but Erik Hofman 2016-12-07 11:05:07 +01:00
  • 7ed4a5162e Replace auto_ptr with unique_ptr Erik Hofman 2016-12-07 11:03:54 +01:00
  • b767a33f84 MirrorPropertyTree websocket fixes James Turner 2016-12-05 21:27:27 +00:00
  • d9cd65305a Merge /u/saiarcot895/flightgear/ branch fix-stgmerge-c11 into next James Turner 2016-12-04 11:50:17 +00:00
  • c3c0d25fe7 Fix Linux build Torsten Dreyer 2016-12-03 22:46:31 +01:00
  • c505fbad5c
    Fix compiling stgmerge.cxx in C++11 mode. Saikrishna Arcot 2016-12-03 08:13:39 -08:00
  • 47042b03f4 Expose an entire property tree via WebSockets. James Turner 2016-11-26 15:52:45 +00:00
  • 54aec82c38 Search packages using the matches API James Turner 2016-11-30 21:33:16 +00:00
  • 1c4e3263f8 Multiple Flight-Plan clears are a no-op James Turner 2016-11-30 12:16:23 +00:00
  • df2ab15e6c Quiet Canvas font-loading. James Turner 2016-11-30 12:15:54 +00:00
  • 825c8c2006 Nicer rendering of aircraft ratings. James Turner 2016-11-29 15:13:56 +00:00
  • 80bf762556 Replace C++-version-dependent conditional code with the C++11 variant only Florent Rougon 2016-11-29 16:35:31 +01:00
  • 53d50d9ba0 Tweak painting of aircraft ratings in launcher. James Turner 2016-11-28 18:17:25 +00:00
  • 831053bd04 Fixes for HUD, model-manager listeners. James Turner 2016-11-27 14:49:20 +00:00