1
0
Fork 0
Commit graph

68 commits

Author SHA1 Message Date
fredb
0a8e4173a1 Update MSVC 7.1 projects 2009-01-07 10:33:31 +01:00
fredb
3f83a915c0 Update MSVC 7.1 project 2009-01-04 00:22:24 +01:00
fredb
c396ba8784 Update MSVC 7.1 projects. Add Boost 2008-11-22 11:26:57 +00:00
fredb
2710564c7d Alex Perry :
This patch changes terrasync so it links against the subversion
library if you have it installed.  It supports people who build binary
releases for use by non-developers by removing the runtime external
dependency on having command line svn or rsync available.  Since the
patch changes autoconf to detect libsvn,  I'd appreciate it if people
who release binaries could verify that the detection scripting works
for their platform.

Developer warning:  If you do have libsvn developer libraries
installed, terrasync changes its default option from "-R" to "-S" to
remove the command line dependency.  However, Martin has not yet
uploaded world scenery into the subversion repository so it won't be
useful to fly against and you may want to specify "-R" on the command
line in the short term.  Or run both.


Me: Update MSVC 7.1 project file. Need svn-win32-1.x.y_dev.zip and svn-win32-1.x.y.zip
located at http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100
2008-10-19 16:08:29 +00:00
fredb
c6e4bb0669 Alex Perry :
* Doesn't download the area at lot,lon of 0,0 if terrasync starts before FlightGear is ready
* Attempt to download the Airports directory when no scenery needs to be fetched
* Add svn over http support for flag "-S", in addition to the existing default of rsync
* Add the command line flag "-T" to just refresh the KSFO surrounding area and exit

Frederic Bouvier:
Add a MSVC71 project file
2008-10-12 07:55:09 +00:00
fredb
d3819c5f0c Update MSVC 7.1 projects 2008-09-28 08:27:51 +00:00
fredb
0786bc8b61 Ignore generated files 2008-09-13 08:44:26 +00:00
fredb
146d2b5f9c Update MSVC 7.1 project 2008-09-08 19:52:34 +00:00
fredb
4f071a9207 Update MSVC 7.1 projects 2008-09-07 08:43:19 +00:00
fredb
64d20b741d Add a MSVC 7.1 project for the metar program 2008-08-31 18:34:22 +00:00
fredb
fbdc0962dd Update MSVC 7.1 projects 2008-08-31 12:35:18 +00:00
fredb
9620f3ae00 Update MSVC 7.1 projects 2008-08-17 18:58:17 +00:00
fredb
444de56679 Update MSVC 7.1 projects - Adapt to OSG 2.6.0-rc1 : location of header files should now be searched in the install directory, here ..\..\..\install\msvc71\OpenSceneGraph\include
3dconvert not built anymore. Use osgconv
2008-08-02 11:31:17 +00:00
mfranz
b68b751fd4 get rid of mouse.cxx and pu{Show|Hide}Cursor() 2008-07-27 09:39:10 +00:00
fredb
1823dc3677 Update MSVC 7.1 projects - Balloon, BalloonSim and MagicCarpet not build anymore 2008-07-25 21:57:53 +00:00
fredb
d826026726 Update MSVC 7.1 projects - new JSBsim 2008-07-20 07:40:16 +00:00
fredb
504b74ee47 Update MSVC 7.1 projects. Add WindowSystemAdapter 2008-05-20 06:36:24 +00:00
timoore
580ebf637b Clean up OSG camera setup and interface to plib PUI
Switch to defining PU_USE_NONE and providing our own callback
functions to pui for "get window" and "get window size." A new
WindowSystemAdapter class assigns ID numbers to windows for the
purpose of identifying them to plib; the window size can be extracted
from the osg::GraphicsContext class in all the different
implementations (osgViewer, glut, sdl).

Implement a GraphicsContextOperation that runs code in a particular
graphics context, perhaps in another thread, and provides an
isFinished() method to test if the operation has finished. This allows
us to initialize plib PUI properly if there are multiple graphics
contexts without using fgMakeCurrent(). fgMakeCurrent() can't work in
multi-threaded OSG configurations.

Eliminate fgMakeCurrent() and all its uses, either by using
GraphicsContextOperation or by seeing that it is not necessary.

Attach the GUI camera as a slave camera.

Don't manipulate the OSG state in the drawImplementation() functions
for SGHUDAndPanelDrawable and SGPuDrawable; it's not needed.
2008-05-19 21:21:03 +00:00
timoore
4dea9807f6 fg: move most scenery-related code to simgear
From Till Busch.
2008-05-14 22:10:07 +00:00
fredb
4db30b5abb Update MSVC 7.1 projects. Rename ATC -> ATCDCL 2008-05-14 09:50:05 +00:00
timoore
6cd9794b0c Add a subclass of fntTexFont that defers font loading
Loading is deferred until the first render so that it has a chance of
happening in the proper graphics context.
2008-05-06 21:31:01 +00:00
fredb
3947a58e3d Update MSVC 7.1 projects 2008-04-27 16:15:20 +00:00
fredb
9d65510b05 Update MSVC 7.1 projects 2008-04-14 06:28:31 +00:00
fredb
575320c325 Update MSVC 7.1 projects 2008-03-22 12:19:07 +00:00
fredb
182c1cdae8 Update MSVC 7.1 projects 2008-03-09 22:15:41 +00:00
fredb
17739729be Update MSVC 7.1 projects 2008-03-09 22:09:31 +00:00
durk
dcd24409ae Olaf Flebbe: Micro update to the MSVC8 Project files. 2008-03-02 16:15:24 +00:00
fredb
0923158138 Update MSVC 7.1 projects 2008-02-29 07:27:09 +00:00
fredb
cb44d7c132 Update MSVC 7.1 projects 2008-02-28 21:27:09 +00:00
fredb
d15229a835 Update MSVC 7.1 projects 2008-01-17 21:42:56 +00:00
timoore
a1f268f2df add ViewPartitionNode to VS project 2008-01-04 08:46:01 +00:00
fredb
c00ab2588e Update MSVC 7.1 projects - compile with osgViewer instead of glut 2007-12-19 07:35:59 +00:00
timoore
f105f47e91 Added copyright to SceneryPager. Removed FGTileLoader 2007-12-15 06:01:24 +00:00
durk
3393934b0f Olaf Flebbe: Add a few new files to the MSVC projects. 2007-11-13 20:24:22 +00:00
fredb
04b0650bed Update MSVC 7.1 projects 2007-08-12 13:40:00 +00:00
frohlich
15defbb233 Modified Files:
projects/VC8/FlightGearLib.vcproj src/Include/config.h-msvc8:
	Build system updates from Olaf Flebbe.
2007-08-07 04:57:42 +00:00
fredb
0aab8f68f4 Stay with fg_os.cxx for now 2007-06-16 16:41:17 +00:00
fredb
c5a3f570f8 Update MSVC 7.1 projects 2007-06-16 16:16:27 +00:00
frohlich
b988305dcb Modified Files:
projects/VC8/FGJS.vcproj projects/VC8/FlightGear.vcproj
	projects/VC8/FlightGearLib.vcproj projects/VC8/JS_demo.vcproj:
	Olaf Flebbe: win32 build system.
2007-05-30 13:17:31 +00:00
frohlich
9271dcdb3f Modified Files:
projects/VC8/FlightGear.vcproj
	projects/VC8/FlightGearLib.vcproj Olaf Flebbe: Updates to the win32
        build system.
2007-04-21 12:25:19 +00:00
fredb
a93c996888 Update MSVC 7.1 projects 2007-04-03 11:36:20 +00:00
fredb
106215f39a Update MSVC 7.1 project file : annunciator removed 2007-02-03 07:36:36 +00:00
frohlich
93a70d3905 Modified Files:
FGJS.vcproj FlightGear.sln FlightGear.vcproj
	FlightGearLib.vcproj JS_demo.vcproj: Olaf Flebbe: update VC8 build
	system.
2007-01-31 21:44:29 +00:00
frohlich
b7d9196f0e Modified Files:
FlightGearLib.vcproj: Olaf Flebbe: MSVC8 project files updates
2007-01-22 05:26:59 +00:00
fredb
9eab3442d3 Update MSVC 7.1 projects 2007-01-21 10:32:57 +00:00
frohlich
d7c7a4873f Modified Files:
FlightGear.vcproj JS_demo.vcproj: Olaf Flebbe, MSVC8 buildsystem changes
2007-01-15 17:33:31 +00:00
fredb
a1895381d7 MSVC 7.1 project file update for new JSBSim 2007-01-15 14:37:28 +00:00
fredb
9f49baa00d Remove ssg leftover 2007-01-10 20:13:44 +00:00
fredb
f9f2144d7d Update MSVC 7.1 project files 2007-01-06 18:44:25 +00:00
fredb
bb78043480 Simplify Windows resource files 2007-01-05 21:49:19 +00:00