James Turner
52b91d4863
Fix a crash when network is slow.
2016-09-27 05:58:47 -05:00
Stuart Buchanan
14f20e4165
Add support for building meshes.
2016-09-22 20:40:26 +01:00
James Turner
465be55100
Tweak launcher layout margins.
...
Trying to squeeze things back into an XGA screen. Will backport once
I get feedback.
2016-09-08 14:49:52 +01:00
James Turner
feb10c4c43
Launcher sets —no-default-config automatically.
2016-09-08 11:41:40 +01:00
James Turner
0d069f2581
Fix launcher cmd-Q behaviour.
2016-09-08 11:41:21 +01:00
James Turner
db31e0d49c
—config options can load non-XML files
...
Expand existing —-config option to read either property-XML files (as
it previously did) but for non-XML files, to parse them as command
line argument files.
2016-09-07 23:30:49 +01:00
James Turner
4294966781
Fix setting start offset with MP enabled.
2016-09-07 22:51:27 +01:00
Curtis L. Olson
7da08db463
Update default aircraft hangar catalog.xml url.
2016-09-07 11:39:37 -05:00
Curtis L. Olson
af3945f7f7
Clean up some 'visually' misleading indentation (where the indentation suggests
...
a different logic flow than is actually there.)
2016-09-06 11:11:06 -05:00
Automatic Release Builder
ec5d717f34
new version: 2016.4.0
2016-09-06 12:51:04 +02:00
Automatic Release Builder
89d7cd9ef9
new version: 2016.3.1
2016-09-06 12:51:04 +02:00
James Turner
13f8f13000
Adjust behaviour of —no-default-config option
...
Still read autosave and preferences.xml in this case, but skip all
config files (.fgfsrc, etc)
2016-09-05 16:15:55 +01:00
James Turner
3993adce5a
Fix launcher failure when MP is enabled.
...
Only set —callsign argument if the user entered one.
2016-08-31 23:07:21 +01:00
Bertrand Coconnier
c226e08293
Fixed the initial location so that geodetic latitude and ASL are kept in sync.
2016-08-28 12:23:17 +02:00
James Turner
3c4542fba6
Fix re-selection of start location.
2016-08-21 10:36:54 -05:00
James Turner
904bb74036
Launcher sets location via properties.
...
Bypass the options system to set location from the launcher; this
allows the same code to be used in-sim for repositioning, while
keeping compatibility with other repositions approaches.
2016-08-20 19:46:19 -05:00
James Turner
1ca5ceb318
Launcher can see install Airports/ data.
2016-08-19 12:12:02 +01:00
James Turner
324f266283
Pass the install dir to Terrasync.
...
With Simgear commit d7d59b08a2f1a77a4247ec1a89d6ff48ed73f5c7, this
allows terrasync to be initialised from files in the install data,
which avoids downloading them again.
2016-08-18 16:23:39 +01:00
James Turner
8f3a98d004
Optionally use fixed osgDB build for linking
...
This allows us to drop the /FORCE:MULTIPLE work-around.
2016-08-16 12:59:52 +01:00
Rebecca N. Palmer
db825d3119
fix "QObject::connect: No such slot
...
NaturalEarthDataLoaderThread::onFinished()" error message
2016-08-15 23:10:06 +01:00
Rebecca N. Palmer
34394c91a9
fix hang on exit when multithreaded (bug 1830)
2016-08-15 07:58:40 +01:00
Erik Hofman
bd9e43e613
Fix a problem for MSVC
2016-08-12 11:48:34 +02:00
Rebecca N. Palmer
63ab28f0e6
QtLauncher: fix build with Qt < 5.4
2016-08-11 22:32:29 +01:00
James Turner
a60d07ea9c
Incremental insert of NE data to the index.
2016-08-09 09:38:54 +01:00
James Turner
7cebc76b9d
Async loading of NaturalEarth data for launcher.
2016-08-08 23:13:57 +01:00
James Turner
8577d74430
Move launcher summary to a separate tab.
...
This is an experiment to reduce the vertical height needed by the
launcher.
2016-08-08 17:47:09 +01:00
Erik Hofman
1c8542b65b
Remove some debugging statements
2016-08-08 11:19:14 +02:00
Erik Hofman
fa99be7766
Use a bit less intrusive solution
2016-08-08 11:16:21 +02:00
Erik Hofman
02d037d205
Fix the startup position error. I'll leave it to Bertrand wether this is the best way to fix it
2016-08-07 11:41:03 +02:00
Torsten Dreyer
1947c100d9
Also use SBRJ as fallback.
...
Sigh. No real good idea how to /not/ hardcode this.
2016-08-06 23:12:43 +02:00
Erik Hofman
a0b4f20cfe
Fix the header location
2016-08-06 11:27:22 +02:00
Erik Hofman
34d8f64f4d
AeonWave is off by default
2016-08-05 10:58:05 +02:00
Alessandro Menti
2d86fc11ad
Replace the NOAA METAR URL with the new, updated one
2016-08-04 20:34:34 +02:00
Erik Hofman
9d13473d11
Check for the proper header file
2016-08-04 18:43:10 +02:00
Erik Hofman
ce9c78940b
Add support for AeonWave
2016-08-04 18:43:10 +02:00
Erik Hofman
9ec4d7749f
Add support for AeonWave
2016-08-04 18:43:10 +02:00
James Turner
ffdf542871
Launcher: fix ‘midnight’ time of day option.
...
TimeManager uses ‘midnight’ so we need to do the same.
2016-07-31 23:24:51 +01:00
James Turner
b06f4208e4
Adjustments to mouse picking API
2016-07-31 22:44:03 +01:00
James Turner
b8e2fb07df
Port more HUD code to use line-segment list.
2016-07-31 22:44:03 +01:00
Erik Hofman
c17c3595c8
Set /sim/rendering/initialized to true at the appropriate moment and use it instead of /sim/initialized for the messagebox
2016-07-21 13:55:31 +02:00
Erik Hofman
08916602bb
Make sure FlightGear is initialized before using the PUI dialog box, dump the the console otherwsise
2016-07-21 13:42:09 +02:00
Erik Hofman
e2216891be
Move the PUI dialog code to James' new messagebox code and use that one instead for SG_LOG_POPUP to get a native popup window if available and fall back to a PUI one if not
2016-07-21 08:56:05 +02:00
Erik Hofman
5ab2d82c89
Show a popup dialog for every SG_POPUP message in the queue
2016-07-20 15:03:15 +02:00
James Turner
e30c886068
Adjust runway startup position with MP enabled
...
Relocate the start-up position to a plausible hold-short position
when MP is active and a runway start is requested. This does not (yet)
use ground-net data to identify a real hold-short position.
2016-07-17 21:11:14 +01:00
Erik Hofman
f1f2e9f21d
Brendan Black:
...
when active does not touch the way the YASim jet calculates fuel flow, but separates out the afterburning component of thrust, calculates the TSFC of that component and uses the same method of fuel flow calculation for the afterburning component then adds it to the existing fuel flow
When inactive (atsfc doesn't exist or is zero) it just behaves exactly as before
I finally got around to testing this small patch thoroughly, and I'm satisfied that it doesn't affect anything else & works across many different versions (i've been testing it with current as it has changed over the last 7 months)
2016-07-17 11:30:07 +02:00
James Turner
4e239d2628
Fix persistence of on-ground location.
2016-07-16 18:23:48 +01:00
James Turner
07109d79f5
Improve rendering of longer parking names.
2016-07-16 17:49:12 +01:00
James Turner
e765d1c0fa
Enforce a minimum pixel width for runway clicking
...
- ensures runways can be clicked when zoomed out.
2016-07-16 17:48:55 +01:00
James Turner
d90b8dcb33
Fix selection of parking positions by clicking.
2016-07-16 16:57:19 +01:00
James Turner
38202b0774
Launcher: show selected parking in yellow.
2016-07-16 12:07:34 +01:00