1
0
Fork 0
Commit graph

9310 commits

Author SHA1 Message Date
Dave Luff
0b941b759a KLN89: Round properly when converting map points to pixel locations 2010-11-21 20:46:14 +00:00
Dave Luff
95f244b741 KLN89: Update obsolete email address 2010-11-21 17:14:15 +00:00
Dave Luff
34cbe3623b KLN89: Update obsolete email address 2010-11-21 17:13:41 +00:00
Dave Luff
650483f1d3 KLN89: Cleanup - fix broken indentation and email address, and replace tabs with spaces 2010-11-21 17:05:33 +00:00
Dave Luff
35e63ca406 Fix copy-and-paste error which resulted in right inner knob having left inner knob function whilst setting ID in flightplan pages 2010-11-21 15:56:15 +00:00
James Turner
af5623879f Fix libsvn detection on Ubuntu 10.4, and probably other platforms. 2010-11-21 06:55:51 -08:00
Erik Hofman
929ef66fc8 Merge branch 'next' of git://gitorious.org/fg/flightgear into next 2010-11-21 15:44:45 +01:00
Dave Luff
19d94f21e2 Clean up indentation and then replace tabs with spaces 2010-11-21 14:16:43 +00:00
Christian Schmitt
cf1b4c80fe Cosmetic changes to some configure output (typos, capital letters) 2010-11-21 05:59:51 -08:00
Christian Schmitt
3c7ebc5f86 Add a possibility to explicitly disable libsvn support.
This is needed for source-based distributions to be sure about dependencies.
2010-11-21 05:59:51 -08:00
ThorstenB
dec020cd64 Suppress framerate while splash screen active
Don't irritate the fps-geeks while the sim isn't ready yet.
And a minor pointer safety issue.
2010-11-21 13:58:10 +01:00
ThorstenB
f8c94c7729 Another gitignore
Hello GIT!
2010-11-21 13:53:34 +01:00
Dave Luff
80badf9fc5 Clarify comments 2010-11-21 09:59:49 +00:00
Torsten Dreyer
495a23a80a Avoid division by zero in exponential filters 2010-11-20 11:07:24 +01:00
Erik Hofman
2ea50c63bb Merge branch 'next' of git://gitorious.org/fg/flightgear into next 2010-11-19 15:35:38 +01:00
ThorstenB
fabf45bfd5 Use simgear abstraction for sleeping.
Fix required for Bill's OS...
2010-11-19 15:05:12 +01:00
ThorstenB
44901ae86f Tile manager improvements
Priority scheme for tile loading/removing
Cleaner tile manager interface for AI/groundcache/...
Reduce start-up delay. Drop splash screen when inner scenery is available.
Be nice to osg loader: slow-down main loop while initial scenery is still loading.
2010-11-19 13:59:43 +01:00
ThorstenB
20b58fd9ab Set initial environment visibility (thanks to kantoon) 2010-11-19 13:47:13 +01:00
ThorstenB
ca3cabc60a Kill some unnecessary include dependencies.
Speed-up compilation when working on tilemanager.
2010-11-19 13:44:52 +01:00
Vivian Meazza
6ac7271d80 Add oitput to property tree.
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2010-11-19 09:55:36 +00:00
Vivian Meazza
12d10066a6 Merge branch 'next' of D:\Git_New\flightgear into next 2010-11-18 23:51:12 +00:00
Vivian Meazza
a68b07e67a Add Alignment settable at runtime, and add movement-induced errors.
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2010-11-18 23:48:58 +00:00
Frederic Bouvier
f33882d299 Update README.MSVC for 64-bit build 2010-11-17 20:07:00 +01:00
ThorstenB
da32e9332c Freeze MP position during replay.
Now you can replay and watch your favourite landing
101 times without pi**ing off everyone else playing MP. :)
2010-11-15 23:28:51 +01:00
James Turner
39bc2d53ff Merge branch 'next' of git@gitorious.org:fg/flightgear into next 2010-11-15 21:44:41 +00:00
James Turner
5bb247d40a Fix syntax for IF DEFINED conditionals 2010-11-14 23:32:37 +00:00
James Turner
9bf4c887d4 Windows version.h generation script. 2010-11-14 23:26:27 +00:00
Tim Moore
38e1600bed add a command to print information about visible objects in the scene 2010-11-15 00:09:52 +01:00
James Turner
4d2ce8bcdf Include version number in DMG name 2010-11-14 22:58:21 +00:00
James Turner
86b906e84e Expose SimGear and OSG versions via properties too. 2010-11-14 22:55:55 +00:00
Vivian Meazza
f51f15eb50 Merge branch 'next' of D:\Git_New\flightgear into next 2010-11-14 22:24:00 +00:00
ThorstenB
1d8913b53e Fixed path resolution (search --fg-aircraft dirs)
Do not abort early when resource doesn't match /sim/aircraft-dir.
2010-11-14 21:06:19 +01:00
unknown
91f2c853a6 Use version file in NSIS script 2010-11-14 18:16:01 +00:00
James Turner
e9d4063238 Fix ordering in DMG buuilding. 2010-11-14 18:14:23 +00:00
James Turner
d070691531 Use version file to populate bundle plist. 2010-11-14 17:49:55 +00:00
Frederic Bouvier
3209a4db09 MSVC: ensure that HAVE_VERSION_H always has a value 2010-11-14 15:33:08 +01:00
Torsten Dreyer
8e55b03f01 Merge branch 'next' of gitorious.org:fg/flightgear into next 2010-11-14 13:54:59 +01:00
Torsten Dreyer
f97295f004 fix inconsitent property name fuel[-_]pump 2010-11-14 13:53:45 +01:00
Frederic Bouvier
79ece1c22c MSVC: compile with version.h if environment variable HAVE_VERSION_H is set to 1 2010-11-14 13:28:17 +01:00
Mathias Froehlich
3d54541cad Make out of source builds again work. 2010-11-14 11:07:46 +01:00
James Turner
30407911d5 Ensure non-Hudson BUILD_NUMBER is actually an int, not a string 2010-11-13 12:51:43 -08:00
James Turner
ff97931250 Another attempt at placating the shell. Everything sucks. 2010-11-13 12:29:38 -08:00
James Turner
b3c6f94b89 What sucks? Autoconf sucks. 2010-11-13 11:18:19 -08:00
James Turner
1dbe833579 Use updated version.h if available.
Add single fallback header if version.h is missing.
2010-11-13 18:58:55 +00:00
James Turner
a6458c2ed6 Autoconf changes for more flexible versioning. 2010-11-13 10:40:29 -08:00
ThorstenB
e5348b67a5 New property identifying missing MP planes
Provide "model-installed" property at MP planes for pilot list.
Avoid direct directory access in Nasal (aircraft installed check).
2010-11-13 16:29:34 +01:00
Christian Schmitt
0a5e86f4e6 remove old .cvsignore files 2010-11-11 01:16:29 +01:00
Torsten Dreyer
0917a5e062 Bugfix: no automatic runway selection with --parkpos= 2010-11-10 23:28:07 +01:00
Torsten Dreyer
9242f3a083 Make startup.nas obsolete
This is an ugly hack for automatic runway selection on startup based on
metar data. It's main intention is to make startup.nas obsolete and
to guarantee the same runway selection logic as used for AI traffic.

Calling presets-commit from startup.nas during the initialization
sequence caused occasional trouble and sometimes, the AI traffic
operated on the opposite runway.
2010-11-10 22:19:25 +01:00
Frederic Bouvier
e782471c15 Fix a typo 2010-11-09 22:13:26 +01:00