Commit Graph
110 Commits
Author SHA1 Message Date
Mathias Froehlich ad079b8ed4 modellib: Add method for deferred model loading.
Add method that schedules a ProxyNode to do
just deferred model loading instead of full scenery paging.
Add support for ProxyNodes to CheckSceneryVisitor.
Use PagedLOD instead of our own derived method.
2011-11-08 21:31:18 +01:00
Mathias Froehlich 269299d913 Remove sg_sleep.*. 2011-10-28 19:11:43 +02:00
Torsten Dreyer c6d5cbd52c Keep VC90 project file working with SGAtomic 2011-10-27 08:18:54 +02:00
Mathias Froehlich 059db643bc Reimplement SGThread and friends.
Reimplement the threading stuff using either pthreads
or win32 threads. These simple classes should help us
to stay osg independent for simgears core classes.
2011-09-07 17:32:43 +02:00
James Turner 9699d76dcb Revert "Ick, further fixes for Linux/MSVC"
This reverts commit 5f07efa12a.
2011-08-22 10:14:55 +01:00
James Turner 5f07efa12a Ick, further fixes for Linux/MSVC 2011-08-22 09:10:38 +01:00
James Turner a7d338a58e And not forgetting VC90 either. 2011-07-19 13:10:01 +01:00
ThorstenB 0fd7bb8d3f Convert terrasync into a subsystem.
Fixed scenery tile refresh method.
Simgear automake makefiles with libsvn detection.
Simgear CMake support for libsvn (may not work :) )
2011-06-11 23:22:26 +02:00
ThorstenB c7c3fae5c2 Also remove visual_enviro.cxx from the VC90 build. 2011-05-07 19:40:01 +02:00
Torsten Dreyer 503310cdb8 Darn! Typo in vc90 project file 2011-02-06 16:37:48 +01:00
Torsten Dreyer bda8d34c2b Use tiedpropertylist.hxx in cmake and vc90 2011-02-06 16:35:15 +01:00
Frederic Bouvier 1035e714ff Deprecate VS2010 handmade project files now that we have Cmake 2011-01-28 19:03:38 +01:00
Frederic Bouvier acec1ba4bf Remove the dependency to boost serialization 2011-01-05 09:54:50 +01:00
Frederic Bouvier 093e4614d3 Update VS2010 projects 2010-11-20 21:42:10 +01:00
Frederic Bouvier 82efb8a784 Update VS2010 projects 2010-11-20 14:23:20 +01:00
James Turner 325b13b101 Build propertyObject on MSVC2008 2010-11-20 13:08:01 +00:00
ThorstenB 9f88b077ee remove old .cvsignore files
Hello GIT!
2010-11-14 15:09:36 +01:00
Frederic Bouvier ce89a410d2 Update VS2010 projects : use Boost 1.44.0 2010-11-07 20:01:18 +01:00
Frederic Bouvier c305341ef4 Update VS2008 projects : use Boost 1.44.0 available in last 3rd Party archive 2010-11-06 17:02:16 +01:00
Frederic Bouvier 4bf16243fc Update Vs2010 projects 2010-11-04 22:20:08 +01:00
Tim Moore 580a1b7fc2 Add ConditionNode files to VC90 project 2010-11-04 15:04:03 +01:00
James Turner fe628e44e1 Add platform defines to SimGear, and a replacement for ulSleep functions. 2010-10-30 19:18:57 +01:00
Frederic Bouvier c7dd293e01 Update Vs2010 projects 2010-10-24 09:30:16 +02:00
Frederic Bouvier 4fd3d49fc1 Add mipmap control in the effect file 2010-10-24 09:25:40 +02:00
Frederic Bouvier c0926633e8 Update Vs2010 projects 2010-10-24 09:24:13 +02:00
James Turner bfd76880a9 Migrate relevant PLIB netXXX classes into SimGear. 2010-10-24 01:12:42 +01:00
Frederic Bouvier 7bdb530440 Add project.* to MSVC project files 2010-10-09 08:45:52 +02:00
Frederic Bouvier 937297561f Fix MSVC 100 project files updated by hand 2010-09-12 12:06:57 +02:00
Frederic Bouvier 26fdfc42f4 Merge branch 'next' of git://gitorious.org/fg/simgear into next 2010-09-09 20:06:27 +02:00
Frederic Bouvier abab8c6ec8 MSVC 10 project update 2010-09-09 20:06:15 +02:00
James Turner 289e768ca5 Add ResourceManager, and use to find sound and model paths. 2010-09-06 09:09:58 +01:00
Frederic Bouvier fa1b703bf8 Update MSVC10 project files 2010-08-03 08:40:10 +02:00
Frederic Bouvier 123e32e345 MSVC 10 build 2010-08-01 18:00:39 +02:00
Frederic Bouvier ec3ed8fbcd Project file to build and install SimGear alone 2010-08-01 18:00:32 +02:00
Frederic Bouvier 18370ebd08 Update project to use VC100 OSG and Boost 1.42.0 2010-08-01 18:00:30 +02:00
Frederic Bouvier e46304d1ce Add VS2010 project files 2010-08-01 18:00:23 +02:00
James Turner 49f418f146 Remove legacy direct-OpenGL code in simgear/screen (predating switch to OSG). 2010-07-31 15:17:09 +01:00
James Turner aa859c488f Remove deprecated vector classes - finally! 2010-07-30 00:46:30 +01:00
James Turner e99c3d4705 Collapse SGGeoCoord into SGTimeZone, and switch timezone search to cartesian math. 2010-07-29 10:12:00 +01:00
James Turner 6b3a05e23f Move PLIB netSocket into SimGear, as simgear::Socket, and update the wrapper classes. 2010-07-22 20:02:37 +01:00
James Turner cb4716f403 Initial work on simgear::Dir, replacement for PLIB ulDir functions. 2010-07-15 09:40:46 +01:00
Frederic Bouvier 401c88adbb Test git commit with a simple change 2010-05-08 00:19:43 +02:00
fredb 1ddd153399 Cleanup MSVC projects 2010-05-05 09:02:58 +02:00
Tim Moore f918602f58 Merge branch 'freb/mingw' 2010-01-28 10:31:40 +01:00
fredb 3dcffc7df8 MINGW patch from Benoît Laniel 2010-01-25 14:35:45 +01:00
fredb b121277142 Update MSVC 9 projects 2010-01-25 14:35:26 +01:00
fredb 5ffb270ec1 Update simgear config.h version 2010-01-21 06:12:55 +01:00
fredb f85f3b0f25 Update MSVC 9 project 2010-01-21 06:12:40 +01:00
Tim Moore 54c4055af3 Effects in models working for transparent materials and chrome animation
Implementation of animated effect values via the property system.

Add names for TexEnvCombine attributes
2009-11-13 22:41:11 +01:00
Tim Moore 3e40d624a8 Effects for models
Basically working, at last. Among other things, create effects in
 models loaded directly from .ac files; this can happen, for example,
with the random models from the materials library.
2009-11-13 22:41:11 +01:00