]> git.mxchange.org Git - flightgear.git/log
flightgear.git
17 years agodon't search *-set.xml files in the the *complete* $FG_ROOT/Aircraft/ tree
mfranz [Mon, 15 Jan 2007 20:58:20 +0000 (20:58 +0000)]
don't search *-set.xml files in the the *complete* $FG_ROOT/Aircraft/ tree
(including all subdirs and with max depth!), but only the outmost level.
There are no *-set.xml files in deeper nested dirs, and with an ever growing
number of aircraft the search just lasts too long.

17 years agoModified Files:
frohlich [Mon, 15 Jan 2007 17:36:10 +0000 (17:36 +0000)]
Modified Files:
config.h-msvc8: Olaf Flebbe: MSVC8 buildsystem changes

17 years agoModified Files:
frohlich [Mon, 15 Jan 2007 17:33:31 +0000 (17:33 +0000)]
Modified Files:
FlightGear.vcproj JS_demo.vcproj: Olaf Flebbe, MSVC8 buildsystem changes

17 years agoMSVC 7.1 project file update for new JSBSim
fredb [Mon, 15 Jan 2007 14:37:28 +0000 (14:37 +0000)]
MSVC 7.1 project file update for new JSBSim

17 years agoSync. w. JSB CVS as of 15/01/2007
ehofman [Mon, 15 Jan 2007 12:48:54 +0000 (12:48 +0000)]
Sync. w. JSB CVS as of 15/01/2007

17 years agomake attribute strings lowercase with hyphen instead of underscore;
mfranz [Sun, 14 Jan 2007 13:58:15 +0000 (13:58 +0000)]
make attribute strings lowercase with hyphen instead of underscore;
this is consistent with their use as XML attributes

17 years agolet Nasal's fgcommand() return C++ return value (0 -> failure, 1 -> success)
mfranz [Sat, 13 Jan 2007 19:18:03 +0000 (19:18 +0000)]
let Nasal's fgcommand() return C++ return value (0 -> failure, 1 -> success)

17 years agoMaik JUSTUS: fix bug in previous commit
mfranz [Sat, 13 Jan 2007 16:04:28 +0000 (16:04 +0000)]
Maik JUSTUS: fix bug in previous commit

17 years agoMaik Justus,
durk [Sat, 13 Jan 2007 09:04:07 +0000 (09:04 +0000)]
Maik Justus,

Here is a patch for two bugs in the AI/multiplayer part:

1. Cannot find model file *.ac error message (was only a false message,
anything worked correctly, the model was loaded from the correct path
afterwards).

2. Often many multiplayer aircrafts are missing in the property-tree.
(but I need them for aerotowing). There is still another bug: The
property in some circumstances seems not to be cleaned up after logout
of a multiplayer. I have added a workaround for this, but I don't now,
if it 100% works (should have no side effects, just aerotow would not
work sometimes). For testing I need more traffic on the mp-server.

17 years agoadd getAttribute() and setAttribute() method
mfranz [Fri, 12 Jan 2007 18:00:56 +0000 (18:00 +0000)]
add getAttribute() and setAttribute() method

17 years agoMSVC compilation
fredb [Thu, 11 Jan 2007 22:06:33 +0000 (22:06 +0000)]
MSVC compilation

17 years agoRemove ssg leftover
fredb [Wed, 10 Jan 2007 20:13:44 +0000 (20:13 +0000)]
Remove ssg leftover

17 years agoMissed changed file somehow, oops.
andy [Wed, 10 Jan 2007 19:04:59 +0000 (19:04 +0000)]
Missed changed file somehow, oops.

17 years agoPatch from Joacim to fix a bug where rotor weights were doubled.
andy [Wed, 10 Jan 2007 19:03:02 +0000 (19:03 +0000)]
Patch from Joacim to fix a bug where rotor weights were doubled.

17 years agoPatch from Joacim to export the inertia tensor from the command line solver.
andy [Wed, 10 Jan 2007 18:58:50 +0000 (18:58 +0000)]
Patch from Joacim to export the inertia tensor from the command line solver.

17 years agoModified Files:
frohlich [Sun, 7 Jan 2007 19:00:25 +0000 (19:00 +0000)]
Modified Files:
src/Model/panelnode.cxx src/Model/panelnode.hxx: Make it compile
also with osg HEAD.

17 years agoModified Files:
frohlich [Sun, 7 Jan 2007 15:51:29 +0000 (15:51 +0000)]
Modified Files:
src/GUI/gui.h src/GUI/gui_funcs.cxx src/GUI/gui_local.cxx
src/GUI/mouse.cxx src/GUI/sgVec3Slider.cxx
src/GUI/sgVec3Slider.hxx src/Main/fg_commands.cxx:
Remove some dead code.

17 years agoModified Files:
frohlich [Sun, 7 Jan 2007 12:02:50 +0000 (12:02 +0000)]
Modified Files:
src/Input/input.cxx src/Main/renderer.cxx
src/Main/renderer.hxx src/Scenery/scenery.cxx
src/Scenery/scenery.hxx: Move scenery picking into the renderer.
There is most of the required data defined. Also we can better use
the pick visitor that will be needed with th upcommung panel code.

17 years agoModified Files:
frohlich [Sun, 7 Jan 2007 11:50:39 +0000 (11:50 +0000)]
Modified Files:
controls.cxx controls.hxx: Add nose wheel steering control switch

17 years agoModified Files:
frohlich [Sun, 7 Jan 2007 08:33:02 +0000 (08:33 +0000)]
Modified Files:
src/Input/input.cxx: Do not change mouse modes if we had
a valid scenery pick.

17 years agoRemove useless dependencies on plib and opengl libraries
fredb [Sat, 6 Jan 2007 19:12:26 +0000 (19:12 +0000)]
Remove useless dependencies on plib and opengl libraries

17 years agoUpdate MSVC 7.1 project files
fredb [Sat, 6 Jan 2007 18:44:25 +0000 (18:44 +0000)]
Update MSVC 7.1 project files

17 years agoResurrect config.h-msvc6
fredb [Sat, 6 Jan 2007 17:26:50 +0000 (17:26 +0000)]
Resurrect config.h-msvc6

17 years agoRestore config.h-msvc6 for those that follow CVS and add config.h-msvc8.in to
fredb [Sat, 6 Jan 2007 16:23:48 +0000 (16:23 +0000)]
Restore config.h-msvc6 for those that follow CVS and add config.h-msvc8.in to
properly handle version number before release

17 years agoModified Files:
frohlich [Sat, 6 Jan 2007 16:20:49 +0000 (16:20 +0000)]
Modified Files:
groundcache.cxx: Return cat start and end in the correct order.
That makes the seahawk carrier start capable again ...

17 years agoModified Files:
frohlich [Sat, 6 Jan 2007 15:09:42 +0000 (15:09 +0000)]
Modified Files:
src/Main/renderer.cxx: Don't try to render the moon without light...

17 years agoRefresh MSVC6 project file
fredb [Sat, 6 Jan 2007 14:43:27 +0000 (14:43 +0000)]
Refresh MSVC6 project file

17 years agoModified Files:
frohlich [Sat, 6 Jan 2007 14:25:55 +0000 (14:25 +0000)]
Modified Files:
AIBase.cxx AIManager.cxx AIManager.hxx: Remove dead code.
No ground intersection on AI models. Note that the carrier still
reenables that nodemask.

17 years agoModified Files:
frohlich [Sat, 6 Jan 2007 13:51:47 +0000 (13:51 +0000)]
Modified Files:
src/Cockpit/panel.cxx src/Main/renderer.cxx: Make sure we run on
texture unit 0 in plain opengl code.

17 years agoSimplify Windows resource files
fredb [Fri, 5 Jan 2007 21:49:19 +0000 (21:49 +0000)]
Simplify Windows resource files

17 years agoUpdated mailinglist info in man pages.
durk [Fri, 5 Jan 2007 18:54:45 +0000 (18:54 +0000)]
Updated mailinglist info in man pages.

17 years agoModified Files:
frohlich [Thu, 4 Jan 2007 13:22:27 +0000 (13:22 +0000)]
Modified Files:
src/Cockpit/panel.cxx src/Cockpit/panel.hxx
  src/Cockpit/panel_io.cxx src/GUI/dialog.cxx src/GUI/dialog.hxx
src/GUI/menubar.cxx src/GUI/menubar.hxx src/GUI/new_gui.hxx
src/Input/input.cxx src/Input/input.hxx src/Main/renderer.cxx
src/Scenery/scenery.cxx src/Scenery/scenery.hxx:
Use SGBinding instead of FGBinding. Remove FGBinding. Install hooks
to make the pick animation work.

17 years agoModified Files:
frohlich [Thu, 4 Jan 2007 12:48:21 +0000 (12:48 +0000)]
Modified Files:
globals.cxx: Use the command manager singleton

17 years agoModified Files:
frohlich [Wed, 3 Jan 2007 10:51:54 +0000 (10:51 +0000)]
Modified Files:
src/Main/options.cxx: Olaf Flebbe: remove leftover snprintf

17 years agoModified Files:
frohlich [Tue, 2 Jan 2007 09:50:35 +0000 (09:50 +0000)]
Modified Files:
src/FDM/groundcache.cxx src/FDM/groundcache.hxx: Store the material
that was used to get the croase agl level and return that material
in case we need to make use of that croase value.

17 years agoModified Files:
frohlich [Tue, 2 Jan 2007 08:32:32 +0000 (08:32 +0000)]
Modified Files:
options.cxx: Olaf Flebbe: Fix some problems with --help --verbose
caused by the usage of snprintf. Elimate snprintf usage in favour
plain std::string manipulations.

17 years agoModified Files:
frohlich [Wed, 27 Dec 2006 12:42:01 +0000 (12:42 +0000)]
Modified Files:
src/Traffic/Schedule.cxx: Add trailing semicolon ...

17 years agoNew traffic manager initialization. Search for all files
durk [Wed, 27 Dec 2006 11:53:54 +0000 (11:53 +0000)]
New traffic manager initialization. Search for all files
data/AI/Aircraft/*/*.xml and read traffic information from these files.
Current code still mimicks old behavior by reading data/Traffic/fgtraffic.xml
The latter functionality will be disabled once we have some traffic containing
files in data/AI/Aircraft.

17 years agoModified (cleaner) traffic manager initialization procedure, corresponding
durk [Wed, 27 Dec 2006 11:50:13 +0000 (11:50 +0000)]
Modified (cleaner) traffic manager initialization procedure, corresponding
to the new data/AI/Aircraft directory scan code that will be committed
in a minute.

17 years agoModified Files:
frohlich [Wed, 27 Dec 2006 10:47:10 +0000 (10:47 +0000)]
Modified Files:
src/FDM/flight.cxx src/FDM/flight.hxx src/FDM/groundcache.cxx:
Maik Justus: Provide the material we roll on in the groundcache.

17 years agoModified Files:
frohlich [Wed, 27 Dec 2006 10:36:18 +0000 (10:36 +0000)]
Modified Files:
src/Scenery/tileentry.cxx: No longer need to lift lights due to agl.

17 years agoChange the traffic manager's position calculations to use a spherical
durk [Wed, 27 Dec 2006 10:02:13 +0000 (10:02 +0000)]
Change the traffic manager's position calculations to use a spherical
earth model instead of WGS84. WGS84 precision is overkill for what the
traffic manager requires, and also keeps locking up while computing
course and distance for anti podal points in New Zealand vs. south west
france.

17 years agoModified Files:
frohlich [Wed, 27 Dec 2006 09:28:15 +0000 (09:28 +0000)]
Modified Files:
src/Main/renderer.cxx src/Main/viewer.cxx: Clean up the viewers
frames a bit. Do no longer require a axis permutation in osg's
viewer.

17 years agoMaik Justus : if the build is configured without FG_JPEG_SERVER, the compilation...
fredb [Mon, 25 Dec 2006 19:38:34 +0000 (19:38 +0000)]
Maik Justus : if the build is configured without FG_JPEG_SERVER, the compilation fails.

17 years agoadd a header eference for bzero()
ehofman [Sun, 24 Dec 2006 12:24:24 +0000 (12:24 +0000)]
add a header eference for bzero()

17 years agoDisable the defaulting of gear friction so the tunables actually work
andy [Fri, 22 Dec 2006 18:02:17 +0000 (18:02 +0000)]
Disable the defaulting of gear friction so the tunables actually work

17 years agoReport health data to the screen.
curt [Mon, 18 Dec 2006 23:04:38 +0000 (23:04 +0000)]
Report health data to the screen.
Put actual control surface positions into the net_fdm packets.

17 years agoPatch from Maik adds user-settable scaling constants for per-axis fuselage drag and...
andy [Mon, 18 Dec 2006 21:22:20 +0000 (21:22 +0000)]
Patch from Maik adds user-settable scaling constants for per-axis fuselage drag and induced drag.

17 years agoRemove unused variables
fredb [Sun, 17 Dec 2006 18:40:55 +0000 (18:40 +0000)]
Remove unused variables

17 years agoUse SG_LOG instead of printf
fredb [Sun, 17 Dec 2006 18:40:17 +0000 (18:40 +0000)]
Use SG_LOG instead of printf

17 years agoRemove two g++ warnings
fredb [Sun, 17 Dec 2006 18:32:56 +0000 (18:32 +0000)]
Remove two g++ warnings

17 years agoModified Files:
frohlich [Sun, 17 Dec 2006 10:12:38 +0000 (10:12 +0000)]
Modified Files:
utils/Modeller/Makefile.am src/FDM/YASim/Makefile.am:
Remove -lssg from the linker lines.
Do no longer build threedconvert. A very similar functionality
is available with osgvconv. But leave threedconvert in place
if somebody will need that ...

17 years agoModified the model path verification to take advantage of Maik Justus's
durk [Sun, 17 Dec 2006 08:01:56 +0000 (08:01 +0000)]
Modified the model path verification to take advantage of Maik Justus's
AI search path patch.

17 years agoMaik Justus:
durk [Sun, 17 Dec 2006 08:00:14 +0000 (08:00 +0000)]
Maik Justus:

Here the patch that makes fg search for multiplayer aircraft in AI/Aircraft
first.

17 years agoAdd yasim test program to the MSVC solution
fredb [Sat, 16 Dec 2006 21:42:00 +0000 (21:42 +0000)]
Add yasim test program to the MSVC solution

17 years agoPrototype of fake functions should match the real ones
fredb [Sat, 16 Dec 2006 21:40:38 +0000 (21:40 +0000)]
Prototype of fake functions should match the real ones

17 years agoPort jpg-httpd to OSG
fredb [Sat, 16 Dec 2006 17:44:46 +0000 (17:44 +0000)]
Port jpg-httpd to OSG

17 years agoAdd GPSsmooth, MIDSsmooth and UGsmooth to the MSVC solution
fredb [Sat, 16 Dec 2006 16:15:14 +0000 (16:15 +0000)]
Add GPSsmooth, MIDSsmooth and UGsmooth to the MSVC solution

17 years agoAdd fgjs to the MSVC solution
fredb [Sat, 16 Dec 2006 14:38:54 +0000 (14:38 +0000)]
Add fgjs to the MSVC solution

17 years agoAdd 3dconvert to the MSVC solution
fredb [Sat, 16 Dec 2006 14:26:35 +0000 (14:26 +0000)]
Add 3dconvert to the MSVC solution

17 years agoRelocate the fgadmin project and add it in the solution
fredb [Sat, 16 Dec 2006 14:15:23 +0000 (14:15 +0000)]
Relocate the fgadmin project and add it in the solution

17 years agoMove the project to /Projects/VC7.1
fredb [Sat, 16 Dec 2006 14:12:52 +0000 (14:12 +0000)]
Move the project to /Projects/VC7.1

17 years agoProject files for MSVC 7.1 aka .NET 2003
fredb [Sat, 16 Dec 2006 13:27:40 +0000 (13:27 +0000)]
Project files for MSVC 7.1 aka .NET 2003

17 years agoModified Files:
frohlich [Thu, 14 Dec 2006 05:48:33 +0000 (05:48 +0000)]
Modified Files:
src/Cockpit/cockpit.cxx src/Cockpit/cockpit.hxx: Remove unused code

17 years agoMaik Justus:
curt [Sat, 9 Dec 2006 20:37:59 +0000 (20:37 +0000)]
Maik Justus:

I found a small conspicuity  in YASim. The destructor of the fdm was
never called, therefore a modification of the heli fdm (not in cvs) did
not work after reset (I tie some properties and untie them in the
destructor, but the destructor was not called and the tieing failed
after reset. I don't know if any other parts of YASim need their
destructors, at least it wastes memory.

Another small fix I have made to the turbulence.cpp. The code needed,
that (a-floor(a)) is >=0 and <1. This is analytical correct, but
numerical only for "small" values. In normal fg-operation a in this
function is always small, but with unrealistic parameters in the
aircraft config file it is not and then fg crashes (instead a crash of
the aircraft or cataputling it far away).

17 years agoRoy Vegard Ovesen:
mfranz [Wed, 6 Dec 2006 22:11:43 +0000 (22:11 +0000)]
Roy Vegard Ovesen:
- finish cleanup/optimization of instrumentation system (started by mfranz)
- improve configuration of special properties by
  addressing them directly

17 years agodon't crash when a panel (or one of its elements) can't be found (-> pc7)
mfranz [Sun, 3 Dec 2006 20:14:12 +0000 (20:14 +0000)]
don't crash when a panel (or one of its elements) can't be found  (-> pc7)

17 years agoModified Files:
frohlich [Sun, 3 Dec 2006 16:50:00 +0000 (16:50 +0000)]
Modified Files:
renderer.cxx: set TexEnv for the 2d stuff.

17 years agoModified Files:
frohlich [Sun, 3 Dec 2006 16:48:25 +0000 (16:48 +0000)]
Modified Files:
renderer.cxx: Put light information into the update visitor

17 years agomake sure the node for the AI model removal report exists;
mfranz [Sun, 26 Nov 2006 12:02:06 +0000 (12:02 +0000)]
make sure the node for the AI model removal report exists;
addressing a node with its path is unsafe at that time

17 years agoignore UGsmooth executable
fredb [Sat, 25 Nov 2006 13:22:06 +0000 (13:22 +0000)]
ignore UGsmooth executable

17 years agoTorsten DREYER:
mfranz [Sat, 25 Nov 2006 12:21:36 +0000 (12:21 +0000)]
Torsten DREYER:

"bind the visibility-property of the SGSky object to a property
named /envirionment/effective-visibility-m. This property is needed to decide
if the aircraft is within clouds or not. I use this property also for the
structural icing code."

17 years agoReorganization of the AI directory tree. Make FlightGear search for airport
durk [Sat, 25 Nov 2006 09:05:03 +0000 (09:05 +0000)]
Reorganization of the AI directory tree. Make FlightGear search for airport
related AI stuff in data/AI/Airports instead of in data/Airports/AI

17 years agoRemoved a potentially illegal cross-container iterator comparison that made
durk [Sat, 25 Nov 2006 07:52:08 +0000 (07:52 +0000)]
Removed a potentially illegal cross-container iterator comparison that made
FlightGear crash on mircosoft visual c++ compilers, as reported by Maik
Justus.

17 years agoModified Files:
frohlich [Thu, 23 Nov 2006 17:50:49 +0000 (17:50 +0000)]
Modified Files:
src/Main/renderer.cxx: Use a LightSource for the Light.

17 years ago- check buffer length
mfranz [Thu, 23 Nov 2006 09:26:43 +0000 (09:26 +0000)]
- check buffer length
- cosmetics

17 years agoAJ MacLEOD: don't only turn the adf off with exactly zero voltage
mfranz [Wed, 22 Nov 2006 20:08:45 +0000 (20:08 +0000)]
AJ MacLEOD: don't only turn the adf off with exactly zero voltage
as values like 1E-10 can occur due to binary representation issues;
(analog to navradio.cxx)

17 years agoModified Files:
frohlich [Wed, 22 Nov 2006 17:16:19 +0000 (17:16 +0000)]
Modified Files:
src/AIModel/AIMultiplayer.cxx: Apply longstanding patch from Maik
Justus. Fix double aircraft.

17 years ago- don't use static buffer in class method
mfranz [Wed, 22 Nov 2006 13:47:15 +0000 (13:47 +0000)]
- don't use static buffer in class method
- prepend underscore to class member variable names
- cosmetics

17 years agoUpdates to parse health packets.
curt [Wed, 22 Nov 2006 04:16:07 +0000 (04:16 +0000)]
Updates to parse health packets.

17 years agoModified Files:
frohlich [Tue, 21 Nov 2006 18:25:36 +0000 (18:25 +0000)]
Modified Files:
groundcache.cxx: Cheaper ray triangle intersection

17 years agoModified Files:
frohlich [Mon, 20 Nov 2006 18:16:31 +0000 (18:16 +0000)]
Modified Files:
renderer.cxx: Fill in that information into the update visitor

17 years agoModified Files:
frohlich [Wed, 15 Nov 2006 06:07:42 +0000 (06:07 +0000)]
Modified Files:
src/Main/renderer.cxx src/Cockpit/panel.cxx: Move some more into
simple scenegraph wrappers. That fixes current problems with
invisible panels.

17 years agoModified Files:
frohlich [Tue, 14 Nov 2006 21:14:59 +0000 (21:14 +0000)]
Modified Files:
VC8/FlightGear.vcproj VC8/FlightGearLib.vcproj:
Import buildsystem from Olaf Flebbe

17 years agoFix for a crash reported by Maik Justus.
durk [Tue, 14 Nov 2006 20:08:50 +0000 (20:08 +0000)]
Fix for a crash reported by Maik Justus.

17 years agoLatest round of changes ... now works.
curt [Mon, 13 Nov 2006 03:57:32 +0000 (03:57 +0000)]
Latest round of changes ... now works.

17 years agoModified Files:
frohlich [Sun, 12 Nov 2006 17:22:02 +0000 (17:22 +0000)]
Modified Files:
src/Main/renderer.cxx: Fix some ugly triangle artefacts on the
bo105's Instrument panel.

17 years agoDon't segfault when sound is not available
fredb [Sun, 12 Nov 2006 13:54:50 +0000 (13:54 +0000)]
Don't segfault when sound is not available

17 years agoModified Files:
frohlich [Sun, 12 Nov 2006 12:38:57 +0000 (12:38 +0000)]
Modified Files:
src/Main/main.cxx src/Main/renderer.cxx: Avoid an extra clear of
of the color buffer.

17 years agoInitial revision of code to read MicroGear serial output and parse,
curt [Sat, 11 Nov 2006 18:43:17 +0000 (18:43 +0000)]
Initial revision of code to read MicroGear serial output and parse,
interpolate, and feed to FlightGear either in real time or replaying the
data file.

17 years agoAI Update:
durk [Sat, 11 Nov 2006 10:52:05 +0000 (10:52 +0000)]
AI Update:
 - Ground network slow-down finally works as expected
   (although occasionally causing a traffic jam)
 - Hold position instruction now really sets speed to zero, in addition
   it actually works now for crossing and two-way traffic
 - Attempt to limit execution time of ground network trace algorithm
   to make performance acceptable at high-density networks
 - Removed remaining terminal messages
 - Various minor tweaks and clean-ups

17 years agoModified Files:
frohlich [Fri, 10 Nov 2006 05:37:50 +0000 (05:37 +0000)]
Modified Files:
src/Time/tmp.cxx src/Time/light.hxx src/Time/light.cxx
src/Main/renderer.cxx src/Cockpit/panel.cxx: Initialize sky colors

17 years agoModified Files:
frohlich [Wed, 8 Nov 2006 20:46:07 +0000 (20:46 +0000)]
Modified Files:
  groundcache.cxx: Reorder intersection tests a bit

17 years agoModified Files:
frohlich [Wed, 8 Nov 2006 20:45:21 +0000 (20:45 +0000)]
Modified Files:
src/Main/renderer.cxx: Make sure the normalize mode is not set

17 years agoModified Files:
frohlich [Tue, 7 Nov 2006 06:09:36 +0000 (06:09 +0000)]
Modified Files:
src/FDM/groundcache.cxx: Tim Moore: fix for groundcache problems.

17 years agoAdded Files:
frohlich [Tue, 7 Nov 2006 05:57:02 +0000 (05:57 +0000)]
Added Files:
projects/VC8/FGJS.vcproj: Olaf Flebbe updated project files

17 years agoModified Files:
frohlich [Tue, 7 Nov 2006 05:56:21 +0000 (05:56 +0000)]
Modified Files:
projects/VC8/FlightGear.sln projects/VC8/FlightGear.vcproj
projects/VC8/FlightGearLib.vcproj projects/VC8/JS_demo.vcproj
Olaf Flebbe: Updated project files.

17 years agoOlaf Flebbe: remove unused variable.
frohlich [Tue, 7 Nov 2006 05:39:33 +0000 (05:39 +0000)]
Olaf Flebbe: remove unused variable.

17 years agoWin32 compilation fix
fredb [Thu, 2 Nov 2006 17:41:53 +0000 (17:41 +0000)]
Win32 compilation fix

17 years agoModified Files:
frohlich [Thu, 2 Nov 2006 06:15:41 +0000 (06:15 +0000)]
Modified Files:
projects/VC8/FlightGear.sln projects/VC8/FlightGear.vcproj
projects/VC8/FlightGearLib.vcproj projects/VC8/JS_demo.vcproj:
Import Olafs project files