]> git.mxchange.org Git - flightgear.git/log
flightgear.git
13 years agoEnable Ballistic objects to be slaved to any AI Object.
Vivian Meazza [Wed, 8 Sep 2010 16:34:17 +0000 (17:34 +0100)]
Enable Ballistic objects to be slaved to any AI Object.

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoFix mean nasal bug when calling setprop("foo")
Torsten Dreyer [Mon, 13 Sep 2010 20:15:50 +0000 (22:15 +0200)]
Fix mean nasal bug when calling setprop("foo")

Reported on the forum from Thorsten Renk and analyzed by
Hooray, fixes this issue:
var x="/test/X";
var y="/test/Y";

setprop(x,100); # sets x=100
setprop(y); # sets x=0

setprop(x,100);
setprop(200); # sets x=200

by checking for at least 2 parameters for setprop

13 years agoFix static initialization order trouble on OSX
Torsten Dreyer [Mon, 13 Sep 2010 19:21:10 +0000 (21:21 +0200)]
Fix static initialization order trouble on OSX

13 years agoAllow for scenery de-saturation
Erik Hofman [Sun, 12 Sep 2010 09:06:14 +0000 (11:06 +0200)]
Allow for scenery de-saturation

13 years agoFix MSVC 100 project files updated by hand
Frederic Bouvier [Sat, 11 Sep 2010 21:31:01 +0000 (23:31 +0200)]
Fix MSVC 100 project files updated by hand

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Sat, 11 Sep 2010 20:14:07 +0000 (22:14 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agoBe a bit more descriptive on "PT_vs_hpt: ran out of layers"
Torsten Dreyer [Sat, 11 Sep 2010 19:33:17 +0000 (21:33 +0200)]
Be a bit more descriptive on "PT_vs_hpt: ran out of layers"
Please enter the commit message for your changes. Lines starting

13 years agoEnvironment bugfix: don't write unchanged cloud coverages
Torsten Dreyer [Sat, 11 Sep 2010 19:23:11 +0000 (21:23 +0200)]
Environment bugfix: don't write unchanged cloud coverages

Only write out changes of the cloud layer to avoid regeneration
of the cloud layers if nothing has changed

13 years agoEnvironment overhaul: add terrainsampler to the vc projects
Torsten Dreyer [Sat, 11 Sep 2010 19:05:06 +0000 (21:05 +0200)]
Environment overhaul: add terrainsampler to the vc projects

13 years agoKeep MSVC happy with the Environment updates
Torsten Dreyer [Sat, 11 Sep 2010 18:32:37 +0000 (20:32 +0200)]
Keep MSVC happy with the Environment updates

13 years agoEnvironment controller overhaul
Torsten Dreyer [Sat, 11 Sep 2010 14:11:35 +0000 (16:11 +0200)]
Environment controller overhaul

This is the initial commit for a reworked environment controller.
The main intention is to decouple the individual modules like
metar fetch, metar properties, environment interpolation etc.
to make it easier for other weather module developers to modify
environment settings.
As a side effect, the dialogs for weather-scenario, weather-conditions,
clouds and precipitations have been merged into a single dialog

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Thu, 9 Sep 2010 17:54:44 +0000 (19:54 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agoMerge commit 'refs/merge-requests/1552' of git@gitorious.org:fg/flightgear into next
Csaba Halasz [Wed, 8 Sep 2010 22:48:17 +0000 (00:48 +0200)]
Merge commit 'refs/merge-requests/1552' of git@gitorious.org:fg/flightgear into next

Conflicts:

src/MultiPlayer/multiplaymgr.cxx

13 years agoDon't expect an 'Aircraft' sub-directory within each aircraft-dir.
James Turner [Wed, 8 Sep 2010 10:01:26 +0000 (11:01 +0100)]
Don't expect an 'Aircraft' sub-directory within each aircraft-dir.

13 years agoRegister the aircraft resource provider.
James Turner [Mon, 6 Sep 2010 21:57:48 +0000 (22:57 +0100)]
Register the aircraft resource provider.

13 years agoFix one more place to use path resolution
James Turner [Mon, 6 Sep 2010 15:10:58 +0000 (16:10 +0100)]
Fix one more place to use path resolution
(and hence work with multiple aircraft dirs)
Thanks to Jentron for the catch.

13 years agoPass current-dir into XMLSound
James Turner [Mon, 6 Sep 2010 08:28:28 +0000 (09:28 +0100)]
Pass current-dir into XMLSound
(and update to revised SGSoundSample ctor)

13 years agoUse the new Simgear ResourceManager to resolve paths.
James Turner [Mon, 6 Sep 2010 08:13:10 +0000 (09:13 +0100)]
Use the new Simgear ResourceManager to resolve paths.

13 years agoFix submodel code to work with multiple aircraft dirs.
James Turner [Mon, 6 Sep 2010 08:12:25 +0000 (09:12 +0100)]
Fix submodel code to work with multiple aircraft dirs.

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Sun, 5 Sep 2010 14:59:26 +0000 (16:59 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agoExpose some OSG DisplaySettings to the property tree
Torsten Dreyer [Sun, 5 Sep 2010 09:56:38 +0000 (11:56 +0200)]
Expose some OSG DisplaySettings to the property tree

13 years agoIssue a warning when finding duplicate tail numbers. Note that this is far from a...
Durk Talsma [Fri, 3 Sep 2010 10:32:55 +0000 (12:32 +0200)]
Issue a warning when finding duplicate tail numbers. Note that this is far from a fatal error, but does interfere with the startup heuristics data collection mechanism.

13 years agoMerge branch 'next' of git@gitorious.org:fg/flightgear into next
Durk Talsma [Fri, 3 Sep 2010 08:57:27 +0000 (10:57 +0200)]
Merge branch 'next' of git@gitorious.org:fg/flightgear into next

13 years ago* A few new features to allow database management and traffic pattern developement:
Durk Talsma [Fri, 3 Sep 2010 08:47:05 +0000 (10:47 +0200)]
* A few new features to allow database management and traffic pattern developement:
  --prop:/sim/traffic-manager/dumpdata=true: dumps the currently loaded datafile to the console for inspection.
  --prop:/sim/traffic-manager/datafile=/path/to/somefile.xml: Skips autoscanning and reads traffic only from the specified xml file.
  --prop:/sim/traffic-manager/datafile=/path/to/somefile.conf: Slips autoscanning and reads traffic from a plain text file, as described on the forum/wiki

* Removed the use of pointers for heuristics calculations, as urged by Frederic Bouvier
* Fixed domain error in proportion calculation during loading, resulting in random skipping of aircraft, as reported by Jorg van der Venne.

13 years agoRestored line endings in src/MultiPlayer/multiplaymgr.cxx.
Anders Gidenstam [Thu, 2 Sep 2010 18:07:34 +0000 (20:07 +0200)]
Restored line endings in src/MultiPlayer/multiplaymgr.cxx.

Please check that the line endings are not messed up before mergeing.

13 years agoRestored line endings in src/AIModel/AIMultiplayer.cxx.
Anders Gidenstam [Thu, 2 Sep 2010 17:46:44 +0000 (19:46 +0200)]
Restored line endings in src/AIModel/AIMultiplayer.cxx.

Please check that the line endings are not messed up before mergeing.

13 years agoMerge branch 'next' of D:\Git_New\flightgear into next
Vivian Meazza [Thu, 2 Sep 2010 08:27:18 +0000 (09:27 +0100)]
Merge branch 'next' of D:\Git_New\flightgear into next

13 years agoAdd contrail as a standard property
Vivian Meazza [Thu, 2 Sep 2010 08:25:53 +0000 (09:25 +0100)]
Add contrail as a standard property

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoWalk the AImodels property tree only once at init, rather than at update. Should...
Vivian Meazza [Thu, 2 Sep 2010 08:24:45 +0000 (09:24 +0100)]
Walk the AImodels property tree only once at init, rather than at update. Should have a beneficial effect on frame rate, but in practice makes no discernible improvement. It is cleaner code though.

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Wed, 1 Sep 2010 17:24:44 +0000 (19:24 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agoMerge commit 'refs/merge-requests/6' of git@gitorious.org:fg/flightgear into next
Csaba Halasz [Tue, 31 Aug 2010 20:39:34 +0000 (22:39 +0200)]
Merge commit 'refs/merge-requests/6' of git@gitorious.org:fg/flightgear into next

13 years ago- Whoops, missed committing this tiny but fatal-if-not-included change.
Durk Talsma [Tue, 31 Aug 2010 14:57:07 +0000 (16:57 +0200)]
- Whoops, missed committing this tiny but fatal-if-not-included change.

13 years agoProvide an initial heuristic for airports for which we haven't collected any usage...
Durk Talsma [Tue, 31 Aug 2010 11:21:30 +0000 (13:21 +0200)]
Provide an initial heuristic for airports for which we haven't collected any usage data yet.

13 years agoMerge branch 'next' of git@gitorious.org:fg/flightgear into next
Durk Talsma [Mon, 30 Aug 2010 19:15:17 +0000 (21:15 +0200)]
Merge branch 'next' of git@gitorious.org:fg/flightgear into next

13 years agoEnable the collection of AI aircraft position statistics. This will allow for a drama...
Durk Talsma [Mon, 30 Aug 2010 19:13:16 +0000 (21:13 +0200)]
Enable the collection of AI aircraft position statistics. This will allow for a dramatic speedup of the establishment of AI traffic after program initialization.

13 years agoAdd tanker property to list of standard properties
Vivian Meazza [Mon, 30 Aug 2010 16:16:30 +0000 (17:16 +0100)]
Add tanker property to list of standard properties

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoMake the parameter isTanker controllable
Vivian Meazza [Mon, 30 Aug 2010 16:15:34 +0000 (17:15 +0100)]
Make the parameter isTanker controllable

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoMerge branch 'next' of D:\Git_New\flightgear into next
Vivian Meazza [Mon, 30 Aug 2010 08:49:42 +0000 (09:49 +0100)]
Merge branch 'next' of D:\Git_New\flightgear into next

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Sun, 29 Aug 2010 18:09:29 +0000 (20:09 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agoMerge branch 'master' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Sun, 29 Aug 2010 18:09:07 +0000 (20:09 +0200)]
Merge branch 'master' of git://gitorious.org/fg/flightgear into next

13 years agoMerge branch 'next' of git@gitorious.org:fg/flightgear into next
Durk Talsma [Sun, 29 Aug 2010 17:28:57 +0000 (19:28 +0200)]
Merge branch 'next' of git@gitorious.org:fg/flightgear into next

13 years agoMajor update to the AI code:
Durk Talsma [Sun, 29 Aug 2010 17:25:34 +0000 (19:25 +0200)]
Major update to the AI code:
  * New features
    - More realistic descent paths
    - Separation during descent and approach
    - ATC approach controller (still silent)
    - inbound traffic flow will start immediately
  * Bug fixes
    - Properly handle vertical speed when on ground
    - Departing aircraft now wait for taxiclerance before moving
    - Traffic manager waits for proper weather initialization
    - Fixed instabilities in the preferential runway usage code
    - Fine tuning of waypoint following code.

13 years agoUpdate MSVC build procedure
Frederic Bouvier [Sun, 29 Aug 2010 16:26:44 +0000 (18:26 +0200)]
Update MSVC build procedure

13 years agoMerge branch 'next' of D:\Git_New\flightgear into next
Vivian Meazza [Sat, 28 Aug 2010 23:08:50 +0000 (00:08 +0100)]
Merge branch 'next' of D:\Git_New\flightgear into next

Conflicts:
src/AIModel/AIBallistic.cxx

13 years agoMajor update of Ballistic objects and submodels. Introduce submodels slaved to AI...
Vivian Meazza [Sat, 28 Aug 2010 23:00:09 +0000 (00:00 +0100)]
Major update of Ballistic objects and submodels. Introduce submodels slaved to AI Objects. Remove deprecated code. Try to increase framerate. Use quaternion calculations for Initial Conditions.

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agofix double binding bug in autopilotgroup and naming error
Torsten Dreyer [Thu, 26 Aug 2010 16:51:46 +0000 (18:51 +0200)]
fix double binding bug in autopilotgroup and naming error

13 years agoDowngrade two autopilot SG_LOG alerts to warnings
Torsten Dreyer [Wed, 25 Aug 2010 18:43:43 +0000 (20:43 +0200)]
Downgrade two autopilot SG_LOG alerts to warnings

13 years agoDon't segfault on missing boundary table
Torsten Dreyer [Tue, 24 Aug 2010 18:32:41 +0000 (20:32 +0200)]
Don't segfault on missing boundary table

13 years agoproperty-rules might be read from fg-root
Torsten Dreyer [Mon, 23 Aug 2010 20:27:39 +0000 (22:27 +0200)]
property-rules might be read from fg-root

13 years agoOups - terrainsamplers header was modified, too
Torsten Dreyer [Mon, 23 Aug 2010 15:52:19 +0000 (17:52 +0200)]
Oups - terrainsamplers header was modified, too

13 years agoSome terrainsampler improvements
Torsten Dreyer [Mon, 23 Aug 2010 15:47:57 +0000 (17:47 +0200)]
Some terrainsampler improvements

- use max. computation time instead of max computations per frame
- restart computation of an area only after significant movememt
- let the area move with a heading and a speed

13 years agoMerge commit 'refs/merge-requests/1551' of git://gitorious.org/fg/flightgear into...
Frederic Bouvier [Sat, 21 Aug 2010 12:54:08 +0000 (14:54 +0200)]
Merge commit 'refs/merge-requests/1551' of git://gitorious.org/fg/flightgear into stuartb/modelcallsign

13 years agoLine endings ?
Frederic Bouvier [Sat, 21 Aug 2010 12:53:03 +0000 (14:53 +0200)]
Line endings ?

13 years agoUpdate to MSVC10 project files
Frederic Bouvier [Sat, 21 Aug 2010 12:52:20 +0000 (14:52 +0200)]
Update to MSVC10 project files

13 years agoAutopilot is more than just an autopilot: Introducing: "property rule"
Torsten Dreyer [Wed, 18 Aug 2010 16:50:07 +0000 (18:50 +0200)]
Autopilot is more than just an autopilot: Introducing: "property rule"

The autopilot has grown beyond being just an autopilot. It's
components, filters and controllers could be used to set property
values based on complex rules and driven from other property values.
That's why I chose to give it the name "property-rule".
This patch allows to define an arbitrary number of property rules under
a/sim/property-rule[n]/path
using the same syntax as autopilot configurations.

13 years agoFix crashes (activating the route-manager) with a default GPS.
James Turner [Mon, 16 Aug 2010 16:10:12 +0000 (17:10 +0100)]
Fix crashes (activating the route-manager) with a default GPS.

13 years agoExpose aircraft-dirs under /sim (read-only, for security)
James Turner [Mon, 16 Aug 2010 10:00:54 +0000 (11:00 +0100)]
Expose aircraft-dirs under /sim (read-only, for security)

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Torsten Dreyer [Sun, 15 Aug 2010 18:35:14 +0000 (20:35 +0200)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoDowngrade the ridgelift to a subsystem of environment
Torsten Dreyer [Sun, 15 Aug 2010 18:33:29 +0000 (20:33 +0200)]
Downgrade the ridgelift to a subsystem of environment

13 years agoExpose path resolver to Nasal.
James Turner [Sun, 15 Aug 2010 10:02:27 +0000 (11:02 +0100)]
Expose path resolver to Nasal.

13 years agoSupport relative paths in 'loadxml' command
James Turner [Sun, 15 Aug 2010 10:02:15 +0000 (11:02 +0100)]
Support relative paths in 'loadxml' command
(relative to FG_ROOT or an aircraft dir)

13 years agoFirst step into implementing the local-weather system
Torsten Dreyer [Sat, 14 Aug 2010 20:42:31 +0000 (22:42 +0200)]
First step into implementing the local-weather system

This is the first part of the local-weather implementation
of Thorsten Renk, currently written entirly in Nasal. Here
comes the terrain-sampling subsystem as a first step. It is
not (yet) included in the build process which will be
performed when the system has a little matured.

13 years agoMake ident/name searches on FGPositioned case-insensitive (for the GPS, especially)
James Turner [Sat, 14 Aug 2010 19:24:30 +0000 (20:24 +0100)]
Make ident/name searches on FGPositioned case-insensitive (for the GPS, especially)

13 years agoFix issue identified by AndersG - don't load 2.5D panels for MP aircraft, only the...
James Turner [Sat, 14 Aug 2010 18:50:22 +0000 (19:50 +0100)]
Fix issue identified by AndersG - don't load 2.5D panels for MP aircraft, only the main aircraft.

13 years agoReally fix bug 146 - angle units confusiuon.
James Turner [Sat, 14 Aug 2010 18:29:02 +0000 (19:29 +0100)]
Really fix bug 146 - angle units confusiuon.

13 years agoCandidate fix for bug 146, view_direction computed incorrectly.
James Turner [Sat, 14 Aug 2010 18:24:48 +0000 (19:24 +0100)]
Candidate fix for bug 146, view_direction computed incorrectly.

13 years agoMerge branch 'topics/bug150' into next
James Turner [Sat, 14 Aug 2010 18:17:23 +0000 (19:17 +0100)]
Merge branch 'topics/bug150' into next

13 years agoFix bug 150 (airports not found in GPS search)
James Turner [Sat, 14 Aug 2010 18:16:28 +0000 (19:16 +0100)]
Fix bug 150 (airports not found in GPS search)
Overhaul and simplify the GPS search logic based
on experience and testing with the API. Also fix
search-by-name, which was broken.

13 years agoMerge branch 'next' of D:\Git_New\flightgear into next
Vivian Meazza [Sat, 14 Aug 2010 12:47:03 +0000 (13:47 +0100)]
Merge branch 'next' of D:\Git_New\flightgear into next

13 years agoAdd aubmodels to AI objects
Vivian Meazza [Sat, 14 Aug 2010 12:39:30 +0000 (13:39 +0100)]
Add aubmodels to AI objects

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agosync again
Erik Hofman [Sat, 14 Aug 2010 12:09:58 +0000 (14:09 +0200)]
sync again

13 years agoThorsten Brehm: GPWS: Fixed permanent blocking of lower prio warnings
James Turner [Sat, 14 Aug 2010 09:23:13 +0000 (10:23 +0100)]
Thorsten Brehm: GPWS: Fixed permanent blocking of lower prio warnings
Only block callouts which were actually issued to the pilot. When
multiple callouts trigger at the same time, allow lower prio warnings
to be issued once the higher prio ones are resolved.
=> Gear/flap warnings are now working reliably (no longer blocked
permanently when altitude callouts are enabled).

13 years agouse simgear::strutils::rpad() instead of strncpy()
Torsten Dreyer [Thu, 12 Aug 2010 11:03:26 +0000 (13:03 +0200)]
use simgear::strutils::rpad() instead of strncpy()

13 years agoEven more std::string fixes.
James Turner [Mon, 9 Aug 2010 08:40:20 +0000 (09:40 +0100)]
Even more std::string fixes.

13 years agoOne more std::string fixup.
James Turner [Mon, 9 Aug 2010 08:16:28 +0000 (09:16 +0100)]
One more std::string fixup.

13 years agoFix 'using std::' abuses
James Turner [Mon, 9 Aug 2010 07:36:20 +0000 (08:36 +0100)]
Fix 'using std::' abuses

13 years agoUpdate MSVC10 project files
Frederic Bouvier [Sun, 8 Aug 2010 09:31:47 +0000 (11:31 +0200)]
Update MSVC10 project files

13 years agoEven more imlicit includes becoming explicit.
James Turner [Sat, 7 Aug 2010 13:07:17 +0000 (14:07 +0100)]
Even more imlicit includes becoming explicit.

13 years agoMake even more implict includes explicit.
James Turner [Sat, 7 Aug 2010 12:00:33 +0000 (13:00 +0100)]
Make even more implict includes explicit.

13 years agoInterpret environment variables and hostname on Windows
Torsten Dreyer [Fri, 6 Aug 2010 07:06:32 +0000 (09:06 +0200)]
Interpret environment variables and hostname on Windows

- Point the homedir variable to %APPDATA%/flightgear.org. This
enables .fgfsrc in this path for windows users.
- Evaluate the returncode of gethostname() to not strdup() bogus
characters on failure. Also mainly on windows.

13 years agoFix segfault on invalid command line arguments
Torsten Dreyer [Fri, 6 Aug 2010 06:44:34 +0000 (08:44 +0200)]
Fix segfault on invalid command line arguments

If FlightGear terminated before the FDM was instantiated it crashed.

13 years agoFix a startup offset problem
Erik Hofman [Wed, 4 Aug 2010 08:22:26 +0000 (10:22 +0200)]
Fix a startup offset problem

13 years agoCreate TimeManager subsystem, and collect the time related code out of main.cxx and...
James Turner [Tue, 13 Jul 2010 20:50:44 +0000 (21:50 +0100)]
Create TimeManager subsystem, and collect the time related code out of main.cxx and fg_init.cxx into it.
Remove the unfortunately named 'tmp.[cxx|hxx]', pushing the remaining code in FGLight.
(second try, with init bug fixed)

13 years agosrc/Model/panelnode.cxx: Do not leave dangling pointers behind.
Anders Gidenstam [Tue, 3 Aug 2010 18:56:48 +0000 (20:56 +0200)]
src/Model/panelnode.cxx: Do not leave dangling pointers behind.

13 years agoSync. with JSBSim CVS.
Erik Hofman [Tue, 3 Aug 2010 07:51:13 +0000 (09:51 +0200)]
Sync. with JSBSim CVS.

13 years agoMerge commit 'refs/merge-requests/1552' of git://gitorious.org/fg/flightgear into...
Frederic Bouvier [Tue, 3 Aug 2010 06:27:57 +0000 (08:27 +0200)]
Merge commit 'refs/merge-requests/1552' of git://gitorious.org/fg/flightgear into vivian/contrails

13 years agoRemove old AI system
David Luff [Mon, 2 Aug 2010 23:21:56 +0000 (00:21 +0100)]
Remove old AI system

13 years agoMerge branch 'next' of D:\Git_New\flightgear into next
Vivian Meazza [Mon, 2 Aug 2010 08:04:40 +0000 (09:04 +0100)]
Merge branch 'next' of D:\Git_New\flightgear into next

13 years agoRevert "Create TimeManager subsystem" - not quite ready for prime-time yet!
James Turner [Sun, 1 Aug 2010 23:23:36 +0000 (00:23 +0100)]
Revert "Create TimeManager subsystem" - not quite ready for prime-time yet!

This reverts commit 50eb95dcadaf39d892212f2c5c6fe2459b190719.

13 years agoOnce again, I forgot that we bind() subsystems *before* init().
James Turner [Sun, 1 Aug 2010 22:50:52 +0000 (23:50 +0100)]
Once again, I forgot that we bind() subsystems *before* init().

13 years agoMerge branch 'next' of D:\Git_New\flightgear into next
Vivian Meazza [Sun, 1 Aug 2010 22:25:55 +0000 (23:25 +0100)]
Merge branch 'next' of D:\Git_New\flightgear into next

13 years agoCreate TimeManager subsystem, and collect the time related code out of main.cxx and...
James Turner [Tue, 13 Jul 2010 20:50:44 +0000 (21:50 +0100)]
Create TimeManager subsystem, and collect the time related code out of main.cxx and fg_init.cxx into it.
Remove the unfortunately named 'tmp.[cxx|hxx]', pushing the remaining code in FGLight.

13 years agoReset - instruments can be re-inited now (reloads XML files)
James Turner [Sun, 4 Jul 2010 22:03:05 +0000 (23:03 +0100)]
Reset - instruments can be re-inited now (reloads XML files)

13 years agoMake saveInitialProperties smarter, and hence simplify the reset code path.
James Turner [Sun, 4 Jul 2010 11:53:51 +0000 (12:53 +0100)]
Make saveInitialProperties smarter, and hence simplify the reset code path.

13 years agoFix MSVC 10 compilation
Frederic Bouvier [Sun, 1 Aug 2010 16:43:41 +0000 (18:43 +0200)]
Fix MSVC 10 compilation

13 years agoFix MSVC compilation
Frederic Bouvier [Sun, 1 Aug 2010 16:43:28 +0000 (18:43 +0200)]
Fix MSVC compilation

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Durk Talsma [Sun, 1 Aug 2010 16:10:25 +0000 (18:10 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agoFix MSVC compilation (hopefully).
Durk Talsma [Sun, 1 Aug 2010 16:08:53 +0000 (18:08 +0200)]
Fix MSVC compilation (hopefully).

13 years agoMSVC 10 build: use Boost 1.43 for VC10
Frederic Bouvier [Sun, 1 Aug 2010 16:05:35 +0000 (18:05 +0200)]
MSVC 10 build: use Boost 1.43 for VC10

13 years agoIgnore msbuild cache
Frederic Bouvier [Mon, 10 May 2010 06:36:19 +0000 (08:36 +0200)]
Ignore msbuild cache