Tim Moore
d38fcc9979
panoramic spherical distortion
...
This supports the panoramic distortion option, as found in osgViewer, in
the camera file syntax of flightgear.
2010-11-28 23:29:20 +01:00
Erik Hofman
1cf207e054
Quick update with Bertrand Coconnier's fixes
2010-11-28 15:14:12 +01:00
Erik Hofman
ad51a9bde2
Sync JSBSim again
2010-11-28 10:58:47 +01:00
Erik Hofman
4dc76922c8
Merge branch 'next' of git://gitorious.org/fg/flightgear into next
2010-11-28 10:58:18 +01:00
ThorstenB
d438a180ab
Fix route manager exception and following crash (may fix #177 )
...
See bug issue #177 for more.
Also fix minor compiler warning.
2010-11-27 20:05:28 +01:00
ThorstenB
b037a80e5f
bug #183 : Increase area where models are force-loaded before FDM release
2010-11-26 23:33:22 +01:00
Torsten Dreyer
6403a119a2
Expose the cloud layer type to the property tree
...
Missing file
2010-11-26 19:29:59 +01:00
Torsten Dreyer
f92eac7696
Expose the cloud layer type to the property tree
2010-11-26 19:27:05 +01:00
Torsten Dreyer
1223b4af9e
Expose visibility within cloudlayers to the property-tree
2010-11-26 19:26:12 +01:00
Torsten Dreyer
f33d26d51c
Warning fix: unused variables
2010-11-26 16:14:43 +01:00
James Turner
793fee679e
Fix for bug 62, clean exit of terrasync on SIGTERM
2010-11-26 02:10:41 +00:00
James Turner
ce8ca7853c
Fix bug #125
2010-11-24 20:57:56 +00:00
Erik Hofman
eea6bd1e37
Merge branch 'next' of git://gitorious.org/fg/flightgear into next
2010-11-24 14:40:26 +01:00
Dave Luff
df35559246
Merge branch 'kln89' into next
2010-11-23 18:04:10 +00:00
Dave Luff
7ac304398b
KLN89: Small improvement to flightplan page: dash out invalid distances when entering a new waypoint
2010-11-23 18:03:13 +00:00
Dave Luff
438cb4a462
KLN89: Jump to the next position in the flightplan after waypoint entry, as per the real-life unit
2010-11-23 16:29:53 +00:00
Dave Luff
3ac2f000d2
KLN89: Fix small bug in FPL pages due to comparison against a negative quantity with unsigned variables
2010-11-23 16:29:21 +00:00
Dave Luff
c171c44653
KLN89: Allow CLR to abort flightplan waypoint entry at the waypoint review page, as per the real-life unit
2010-11-23 12:21:25 +00:00
Dave Luff
c6276f5845
KLN89: Fix both incorrect behaviour and a segfault when deleting a partially-entered waypoint in the flightplan pages
2010-11-23 10:51:37 +00:00
Dave Luff
c30c183999
KLN89: Fix some bugs in the flightplan page text entry. Basically, draw the text entry string instead of the dummy waypoint ID.
2010-11-23 10:15:10 +00:00
James Turner
4a25fe3adc
Ignore -psn_ argument if launched as a GUI app on Mac.
2010-11-22 23:28:12 +00:00
Dave Luff
a39fa6ca1e
Merge branch 'kln89' into next
2010-11-22 22:44:21 +00:00
Dave Luff
dbd3e7077d
KLN89: Change to more meaningful function names, and always clear the buffer after drawing.
2010-11-22 22:21:09 +00:00
Dave Luff
cd420dadf7
KLN89: Fix clipping bug affecting the KLN89 map page. Pixels and lines must be clipped when being put into the buffer, since the clip region may change before the buffer is rendered. Also, the wrong DrawPixel function was called from the oldDrawLine function.
2010-11-22 21:34:24 +00:00
James Turner
e0aef846e3
Fixing bug #172 - warp handling during pause.
2010-11-21 23:43:41 +00:00
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
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