]> git.mxchange.org Git - flightgear.git/log
flightgear.git
13 years agoFix bug #125
James Turner [Wed, 24 Nov 2010 20:57:56 +0000 (20:57 +0000)]
Fix bug #125

13 years agoMerge branch 'kln89' into next
Dave Luff [Tue, 23 Nov 2010 18:04:10 +0000 (18:04 +0000)]
Merge branch 'kln89' into next

13 years agoKLN89: Small improvement to flightplan page: dash out invalid distances when entering...
Dave Luff [Tue, 23 Nov 2010 18:03:13 +0000 (18:03 +0000)]
KLN89: Small improvement to flightplan page: dash out invalid distances when entering a new waypoint

13 years agoKLN89: Jump to the next position in the flightplan after waypoint entry, as per the...
Dave Luff [Tue, 23 Nov 2010 16:21:36 +0000 (16:21 +0000)]
KLN89: Jump to the next position in the flightplan after waypoint entry, as per the real-life unit

13 years agoKLN89: Fix small bug in FPL pages due to comparison against a negative quantity with...
Dave Luff [Tue, 23 Nov 2010 15:06:22 +0000 (15:06 +0000)]
KLN89: Fix small bug in FPL pages due to comparison against a negative quantity with unsigned variables

13 years agoKLN89: Allow CLR to abort flightplan waypoint entry at the waypoint review page,...
Dave Luff [Tue, 23 Nov 2010 12:21:25 +0000 (12:21 +0000)]
KLN89: Allow CLR to abort flightplan waypoint entry at the waypoint review page, as per the real-life unit

13 years agoKLN89: Fix both incorrect behaviour and a segfault when deleting a partially-entered...
Dave Luff [Tue, 23 Nov 2010 10:51:37 +0000 (10:51 +0000)]
KLN89: Fix both incorrect behaviour and a segfault when deleting a partially-entered waypoint in the flightplan pages

13 years agoKLN89: Fix some bugs in the flightplan page text entry. Basically, draw the text...
Dave Luff [Tue, 23 Nov 2010 10:15:10 +0000 (10:15 +0000)]
KLN89: Fix some bugs in the flightplan page text entry.  Basically, draw the text entry string instead of the dummy waypoint ID.

13 years agoIgnore -psn_ argument if launched as a GUI app on Mac.
James Turner [Mon, 22 Nov 2010 23:28:12 +0000 (23:28 +0000)]
Ignore -psn_ argument if launched as a GUI app on Mac.

13 years agoMerge branch 'kln89' into next
Dave Luff [Mon, 22 Nov 2010 22:44:21 +0000 (22:44 +0000)]
Merge branch 'kln89' into next

13 years agoKLN89: Change to more meaningful function names, and always clear the buffer after...
Dave Luff [Mon, 22 Nov 2010 22:21:09 +0000 (22:21 +0000)]
KLN89: Change to more meaningful function names, and always clear the buffer after drawing.

13 years agoKLN89: Fix clipping bug affecting the KLN89 map page. Pixels and lines must be clipp...
Dave Luff [Mon, 22 Nov 2010 21:34:24 +0000 (21:34 +0000)]
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.

13 years agoFixing bug #172 - warp handling during pause.
James Turner [Sun, 21 Nov 2010 23:43:41 +0000 (23:43 +0000)]
Fixing bug #172 - warp handling during pause.

13 years agoKLN89: Round properly when converting map points to pixel locations
Dave Luff [Sun, 21 Nov 2010 20:46:14 +0000 (20:46 +0000)]
KLN89: Round properly when converting map points to pixel locations

13 years agoKLN89: Update obsolete email address
Dave Luff [Sun, 21 Nov 2010 17:14:15 +0000 (17:14 +0000)]
KLN89: Update obsolete email address

13 years agoKLN89: Update obsolete email address
Dave Luff [Sun, 21 Nov 2010 17:13:41 +0000 (17:13 +0000)]
KLN89: Update obsolete email address

13 years agoKLN89: Cleanup - fix broken indentation and email address, and replace tabs with...
Dave Luff [Sun, 21 Nov 2010 17:05:33 +0000 (17:05 +0000)]
KLN89: Cleanup - fix broken indentation and email address, and replace tabs with spaces

13 years agoFix copy-and-paste error which resulted in right inner knob having left inner knob...
Dave Luff [Sun, 21 Nov 2010 15:56:15 +0000 (15:56 +0000)]
Fix copy-and-paste error which resulted in right inner knob having left inner knob function whilst setting ID in flightplan pages

13 years agoFix libsvn detection on Ubuntu 10.4, and probably other platforms.
James Turner [Sun, 21 Nov 2010 14:55:51 +0000 (06:55 -0800)]
Fix libsvn detection on Ubuntu 10.4, and probably other platforms.

13 years agoClean up indentation and then replace tabs with spaces
Dave Luff [Sun, 21 Nov 2010 14:16:43 +0000 (14:16 +0000)]
Clean up indentation and then replace tabs with spaces

13 years agoCosmetic changes to some configure output (typos, capital letters)
Christian Schmitt [Thu, 11 Nov 2010 12:35:21 +0000 (13:35 +0100)]
Cosmetic changes to some configure output (typos, capital letters)

13 years agoAdd a possibility to explicitly disable libsvn support.
Christian Schmitt [Thu, 11 Nov 2010 00:03:26 +0000 (01:03 +0100)]
Add a possibility to explicitly disable libsvn support.
This is needed for source-based distributions to be sure about dependencies.

13 years agoSuppress framerate while splash screen active
ThorstenB [Sun, 21 Nov 2010 12:58:10 +0000 (13:58 +0100)]
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.

13 years agoAnother gitignore
ThorstenB [Sun, 21 Nov 2010 12:53:34 +0000 (13:53 +0100)]
Another gitignore
Hello GIT!

13 years agoClarify comments
Dave Luff [Sun, 21 Nov 2010 09:59:49 +0000 (09:59 +0000)]
Clarify comments

13 years agoAvoid division by zero in exponential filters
Torsten Dreyer [Sat, 20 Nov 2010 10:07:24 +0000 (11:07 +0100)]
Avoid division by zero in exponential filters

13 years agoUse simgear abstraction for sleeping.
ThorstenB [Fri, 19 Nov 2010 14:05:12 +0000 (15:05 +0100)]
Use simgear abstraction for sleeping.
Fix required for Bill's OS...

13 years agoTile manager improvements
ThorstenB [Fri, 19 Nov 2010 12:59:43 +0000 (13:59 +0100)]
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.

13 years agoSet initial environment visibility (thanks to kantoon)
ThorstenB [Fri, 19 Nov 2010 12:47:13 +0000 (13:47 +0100)]
Set initial environment visibility (thanks to kantoon)

13 years agoKill some unnecessary include dependencies.
ThorstenB [Fri, 19 Nov 2010 12:44:52 +0000 (13:44 +0100)]
Kill some unnecessary include dependencies.
Speed-up compilation when working on tilemanager.

13 years agoUpdate README.MSVC for 64-bit build
Frederic Bouvier [Wed, 17 Nov 2010 19:07:00 +0000 (20:07 +0100)]
Update README.MSVC for 64-bit build

13 years agoFreeze MP position during replay.
ThorstenB [Mon, 15 Nov 2010 22:28:51 +0000 (23:28 +0100)]
Freeze MP position during replay.
Now you can replay and watch your favourite landing
101 times without pi**ing off everyone else playing MP. :)

13 years agoMerge branch 'next' of git@gitorious.org:fg/flightgear into next
James Turner [Mon, 15 Nov 2010 21:44:41 +0000 (21:44 +0000)]
Merge branch 'next' of git@gitorious.org:fg/flightgear into next

13 years agoFix syntax for IF DEFINED conditionals
James Turner [Sun, 14 Nov 2010 23:32:37 +0000 (23:32 +0000)]
Fix syntax for IF DEFINED conditionals

13 years agoWindows version.h generation script.
James Turner [Sun, 14 Nov 2010 23:25:06 +0000 (23:25 +0000)]
Windows version.h generation script.

13 years agoadd a command to print information about visible objects in the scene
Tim Moore [Sun, 14 Nov 2010 14:12:58 +0000 (15:12 +0100)]
add a command to print information about visible objects in the scene

13 years agoInclude version number in DMG name
James Turner [Sun, 14 Nov 2010 22:58:21 +0000 (22:58 +0000)]
Include version number in DMG name

13 years agoExpose SimGear and OSG versions via properties too.
James Turner [Sun, 14 Nov 2010 22:55:55 +0000 (22:55 +0000)]
Expose SimGear and OSG versions via properties too.

13 years agoFixed path resolution (search --fg-aircraft dirs)
ThorstenB [Sun, 14 Nov 2010 20:06:19 +0000 (21:06 +0100)]
Fixed path resolution (search --fg-aircraft dirs)
Do not abort early when resource doesn't match /sim/aircraft-dir.

13 years agoUse version file in NSIS script
unknown [Sun, 14 Nov 2010 18:16:01 +0000 (18:16 +0000)]
Use version file in NSIS script

13 years agoFix ordering in DMG buuilding.
James Turner [Sun, 14 Nov 2010 18:14:23 +0000 (18:14 +0000)]
Fix ordering in DMG buuilding.

13 years agoUse version file to populate bundle plist.
James Turner [Sun, 14 Nov 2010 17:49:55 +0000 (17:49 +0000)]
Use version file to populate bundle plist.

13 years agoMSVC: ensure that HAVE_VERSION_H always has a value
Frederic Bouvier [Sun, 14 Nov 2010 14:33:08 +0000 (15:33 +0100)]
MSVC: ensure that HAVE_VERSION_H always has a value

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Torsten Dreyer [Sun, 14 Nov 2010 12:54:59 +0000 (13:54 +0100)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agofix inconsitent property name fuel[-_]pump
Torsten Dreyer [Sun, 14 Nov 2010 12:53:45 +0000 (13:53 +0100)]
fix inconsitent property name fuel[-_]pump

13 years agoMSVC: compile with version.h if environment variable HAVE_VERSION_H is set to 1
Frederic Bouvier [Sun, 14 Nov 2010 12:28:17 +0000 (13:28 +0100)]
MSVC: compile with version.h if environment variable HAVE_VERSION_H is set to 1

13 years agoMake out of source builds again work.
Mathias Froehlich [Sun, 14 Nov 2010 10:07:46 +0000 (11:07 +0100)]
Make out of source builds again work.

13 years agoEnsure non-Hudson BUILD_NUMBER is actually an int, not a string
James Turner [Sat, 13 Nov 2010 20:51:43 +0000 (12:51 -0800)]
Ensure non-Hudson BUILD_NUMBER is actually an int, not a string

13 years agoAnother attempt at placating the shell. Everything sucks.
James Turner [Sat, 13 Nov 2010 20:29:38 +0000 (12:29 -0800)]
Another attempt at placating the shell. Everything sucks.

13 years agoWhat sucks? Autoconf sucks.
James Turner [Sat, 13 Nov 2010 19:18:19 +0000 (11:18 -0800)]
What sucks? Autoconf sucks.

13 years agoUse updated version.h if available.
James Turner [Sat, 13 Nov 2010 18:58:55 +0000 (18:58 +0000)]
Use updated version.h if available.
Add single fallback header if version.h is missing.

13 years agoAutoconf changes for more flexible versioning.
James Turner [Sat, 13 Nov 2010 18:40:29 +0000 (10:40 -0800)]
Autoconf changes for more flexible versioning.

13 years agoNew property identifying missing MP planes
ThorstenB [Sat, 13 Nov 2010 15:29:34 +0000 (16:29 +0100)]
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).

13 years agoremove old .cvsignore files
Christian Schmitt [Wed, 10 Nov 2010 23:55:42 +0000 (00:55 +0100)]
remove old .cvsignore files

13 years agoBugfix: no automatic runway selection with --parkpos=
Torsten Dreyer [Wed, 10 Nov 2010 22:28:07 +0000 (23:28 +0100)]
Bugfix: no automatic runway selection with --parkpos=

13 years agoMake startup.nas obsolete
Torsten Dreyer [Wed, 10 Nov 2010 21:19:25 +0000 (22:19 +0100)]
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.

13 years agoFix a typo
Frederic Bouvier [Tue, 9 Nov 2010 21:13:26 +0000 (22:13 +0100)]
Fix a typo

13 years agoInclude some missed osg plugins, thanks Fred.
James Turner [Tue, 9 Nov 2010 19:09:05 +0000 (19:09 +0000)]
Include some missed osg plugins, thanks Fred.

13 years agoIncluding missing OSG plugins, use LZMA compression
unknown [Tue, 9 Nov 2010 18:57:47 +0000 (18:57 +0000)]
Including missing OSG plugins, use LZMA compression

13 years agoImproving the Win32 installer.
James Turner [Mon, 8 Nov 2010 22:57:56 +0000 (22:57 +0000)]
Improving the Win32 installer.

13 years agoInitial work on NSIS install script
unknown [Mon, 8 Nov 2010 10:38:59 +0000 (10:38 +0000)]
Initial work on NSIS install script

13 years agoFixed hot-spot display for 3d modes
ThorstenB [Sun, 7 Nov 2010 23:24:41 +0000 (00:24 +0100)]
Fixed hot-spot display for 3d modes
Also set left/right culling masks (standard mask no effect when 3d rendering is enabled).

13 years agoUpdate VS2010 projects : use Boost 1.44.0
Frederic Bouvier [Sun, 7 Nov 2010 19:03:05 +0000 (20:03 +0100)]
Update VS2010 projects : use Boost 1.44.0

13 years agoUpdate VS2008 projects : use Boost 1.44.0 available in last 3rd Party archive
Frederic Bouvier [Sat, 6 Nov 2010 16:05:15 +0000 (17:05 +0100)]
Update VS2008 projects : use Boost 1.44.0 available in last 3rd Party archive

13 years agoFGIO uses new SGSubsystem shutdown() logic
James Turner [Sat, 6 Nov 2010 07:22:37 +0000 (07:22 +0000)]
FGIO uses new SGSubsystem shutdown() logic

13 years agoRemove docs relating to v1 XML HUD.
James Turner [Fri, 5 Nov 2010 23:11:43 +0000 (23:11 +0000)]
Remove docs relating to v1 XML HUD.

13 years agoDifferent approach to running osgversion during Mac packaging.
James Turner [Fri, 5 Nov 2010 08:33:17 +0000 (08:33 +0000)]
Different approach to running osgversion during Mac packaging.

13 years agoUse osgversion to cope with OSG version numbering changes.
James Turner [Thu, 4 Nov 2010 18:47:17 +0000 (18:47 +0000)]
Use osgversion to cope with OSG version numbering changes.

13 years agoDon't hard code OSG version in packaging script
James Turner [Wed, 3 Nov 2010 08:32:59 +0000 (08:32 +0000)]
Don't hard code OSG version in packaging script

13 years agoIf preset-commit occurs during init, skip most re-init logic.
James Turner [Tue, 2 Nov 2010 23:19:09 +0000 (23:19 +0000)]
If preset-commit occurs during init, skip most re-init logic.

13 years agoUnify reset/reposition code-paths, and ensure initial state is preserved by a reset.
James Turner [Tue, 2 Nov 2010 22:45:43 +0000 (22:45 +0000)]
Unify reset/reposition code-paths, and ensure initial state is preserved by a reset.

13 years agoUpdate Vs2010 projects
Frederic Bouvier [Tue, 2 Nov 2010 21:39:39 +0000 (22:39 +0100)]
Update Vs2010 projects

13 years agoAdd headerpax-max-install-names, for Mac deployment.
James Turner [Tue, 2 Nov 2010 14:24:09 +0000 (14:24 +0000)]
Add headerpax-max-install-names, for Mac deployment.

13 years agoMerge branch 'topics/mac-package' into next
James Turner [Tue, 2 Nov 2010 10:27:44 +0000 (10:27 +0000)]
Merge branch 'topics/mac-package' into next

13 years agoInitial work on Mac nightly build packaging
James Turner [Tue, 2 Nov 2010 09:29:12 +0000 (09:29 +0000)]
Initial work on Mac nightly build packaging

13 years agoadd <initialize-to> to components
Torsten Dreyer [Tue, 2 Nov 2010 10:07:33 +0000 (11:07 +0100)]
add <initialize-to> to components

The tag <initialize-to> can be used to control the value
of the output when the component is first enabled. This
controls initialization of the output property and the current
value for internal computation
Valid values are

  <initialize-to>input</initialize-to>
set the output-property to the input value

  <initialize-to>output</initialize-to>
set the output-property to the output value

  <initialize-to>none</initialize-to>
ignore input and output value

13 years agoUse new Simgear platform defines in Input code.
James Turner [Sun, 31 Oct 2010 12:23:16 +0000 (12:23 +0000)]
Use new Simgear platform defines in Input code.

13 years agoAdded null pointer check to AI subsystem tear down in FGGlobals destructor to avoid...
Csaba Halasz [Sat, 30 Oct 2010 22:36:54 +0000 (00:36 +0200)]
Added null pointer check to AI subsystem tear down in FGGlobals destructor to avoid crash when using --help option

13 years agoShow compiler warnings by default.
ThorstenB [Sat, 30 Oct 2010 19:00:20 +0000 (21:00 +0200)]
Show compiler warnings by default.
Cleaned-up indentation of help text.

13 years agoMerge branch 'patch' into next
ThorstenB [Fri, 29 Oct 2010 19:18:15 +0000 (21:18 +0200)]
Merge branch 'patch' into next

13 years agoFixed some compiler warnings.
ThorstenB [Fri, 29 Oct 2010 19:14:09 +0000 (21:14 +0200)]
Fixed some compiler warnings.
Please the compiler (gods).

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
ThorstenB [Fri, 29 Oct 2010 18:05:54 +0000 (20:05 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agoRemove a stray include that got missed.
James Turner [Fri, 29 Oct 2010 13:11:54 +0000 (14:11 +0100)]
Remove a stray include that got missed.

13 years agoGoodbye old HUD - and the archeology it depended upon in cockpit.cxx
James Turner [Fri, 29 Oct 2010 00:18:06 +0000 (01:18 +0100)]
Goodbye old HUD - and the archeology it depended upon in cockpit.cxx

13 years agoDon't blindly delete the global property tree on reinit
Frederic Bouvier [Fri, 29 Oct 2010 07:00:31 +0000 (09:00 +0200)]
Don't blindly delete the global property tree on reinit

13 years agoRemove persistent references to AI mananger and its objects from the submodel-manager.
James Turner [Thu, 28 Oct 2010 14:10:37 +0000 (15:10 +0100)]
Remove persistent references to AI mananger and its objects from the submodel-manager.

13 years agoRemove confusing default (missing) path from 2D panel code.
James Turner [Thu, 28 Oct 2010 12:54:45 +0000 (13:54 +0100)]
Remove confusing default (missing) path from 2D panel code.

13 years agoMake use of view[0] in HUD-runway lazy.
James Turner [Thu, 28 Oct 2010 12:54:01 +0000 (13:54 +0100)]
Make use of view[0] in HUD-runway lazy.

13 years agoTweak shutdown code, chasing intermittent segfaults on shutdown.
James Turner [Tue, 26 Oct 2010 22:42:34 +0000 (23:42 +0100)]
Tweak shutdown code, chasing intermittent segfaults on shutdown.

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Torsten Dreyer [Tue, 26 Oct 2010 19:20:54 +0000 (21:20 +0200)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years ago resurrection of /sim/rendering/draw-otw
Torsten Dreyer [Tue, 26 Oct 2010 19:20:01 +0000 (21:20 +0200)]
 resurrection of /sim/rendering/draw-otw

13 years agoFix VC90 build for JSBSim update
James Turner [Tue, 26 Oct 2010 09:12:05 +0000 (10:12 +0100)]
Fix VC90 build for JSBSim update

13 years agoSync with JSBSim cvs + Anders' patch to get it working with FlightGear.
Erik Hofman [Tue, 26 Oct 2010 07:48:56 +0000 (09:48 +0200)]
Sync with JSBSim cvs + Anders' patch to get it working with FlightGear.

13 years agoDocument changes to effect files syntax: adding mipmap-control
Frederic Bouvier [Mon, 25 Oct 2010 21:16:37 +0000 (23:16 +0200)]
Document changes to effect files syntax: adding mipmap-control

13 years agoCompile again, replace clib strXXX with std::string
Torsten Dreyer [Mon, 25 Oct 2010 12:48:56 +0000 (14:48 +0200)]
Compile again, replace clib strXXX with std::string

13 years agoMerge commit 'refs/merge-requests/9' of git://gitorious.org/fg/flightgear into integr...
James Turner [Mon, 25 Oct 2010 08:12:21 +0000 (09:12 +0100)]
Merge commit 'refs/merge-requests/9' of git://gitorious.org/fg/flightgear into integration/merge9

Conflicts:
src/GUI/new_gui.cxx

13 years agoFix occasional start-up crash when reading GUI XMLs.
ThorstenB [Sun, 24 Oct 2010 19:36:15 +0000 (21:36 +0200)]
Fix occasional start-up crash when reading GUI XMLs.
_dialog_props holds SGSharedPtrs (pointers managed by reference counters).
Explicitly casting the object to an unmanaged SGPropertyNode* and deleting it
may cause heap corruption, since the following assignment "_dialog_props[..] = ..."
also tries to delete the (already deleted) object.

13 years agosrc/Network/jpg-httpd.cxx: Include C++ C headers instead of plain C headers.
Anders Gidenstam [Sun, 24 Oct 2010 13:21:26 +0000 (15:21 +0200)]
src/Network/jpg-httpd.cxx: Include C++ C headers instead of plain C headers.

13 years agoAutomake build fixes for PLIB net/ul removal.
James Turner [Sun, 24 Oct 2010 10:04:14 +0000 (11:04 +0100)]
Automake build fixes for PLIB net/ul removal.

13 years agoConvert nasal directory() helper to use simgear::Dir
James Turner [Sun, 24 Oct 2010 06:09:05 +0000 (07:09 +0100)]
Convert nasal directory() helper to use simgear::Dir