projects
/
simgear.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
simgear.git
2009-03-05
frohlich
Remove the StaticLeaf visitor slot.
commit
|
commitdiff
|
tree
|
snapshot
2009-03-05
frohlich
Crude hack to work around my today introduced collision...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-05
frohlich
Don't waste space with too huge stl containers.
commit
|
commitdiff
|
tree
|
snapshot
2009-03-05
frohlich
Don't waste space with too huge stl containers.
commit
|
commitdiff
|
tree
|
snapshot
2009-03-05
fredb
Win32 fix
commit
|
commitdiff
|
tree
|
snapshot
2009-03-05
frohlich
Build boundingvolumes in the model loading phase.
commit
|
commitdiff
|
tree
|
snapshot
2009-03-05
fredb
Update MSVC 7.1 projects - Add the BVH library
commit
|
commitdiff
|
tree
|
snapshot
2009-03-05
fredb
SGMatrix<T>::preMultTranslate should return self (...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-05
fredb
BVHLineSegmentVisitor::setLineSegmentEnd doesn't return...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-05
frohlich
Implement setters for velocity notes in the model place...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-05
frohlich
More data to attach to the user data field.
commit
|
commitdiff
|
tree
|
snapshot
2009-03-05
frohlich
Include the bounding volume tree on the build system.
commit
|
commitdiff
|
tree
|
snapshot
2009-03-05
frohlich
Initial commit of the bounding volume tree implementation.
commit
|
commitdiff
|
tree
|
snapshot
2009-03-05
frohlich
Additions for the boundingvolumes
commit
|
commitdiff
|
tree
|
snapshot
2009-02-27
frohlich
Rotate the scenery tiles so that the horizont is axis...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-27
frohlich
Make material get helper function static.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-27
frohlich
Initialize random number for the tests.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-27
frohlich
Use template arguments instead of hard coded double.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-27
frohlich
Initialize uninitialized variables.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-27
frohlich
Fix problem in unit quaternion return.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-27
frohlich
Make make check link again.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-22
frohlich
The scenery center is history for a long time now.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-22
frohlich
Small cleanups, bug fixes and improovements to the...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-22
durk
Torsten Dreyer: the rotate animation has two ways to...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-22
fredb
Fix to compile with MSC
commit
|
commitdiff
|
tree
|
snapshot
2009-02-15
Tim Moore
Merge branch 'topic/nasal' into next
commit
|
commitdiff
|
tree
|
snapshot
2009-02-15
mfranz
"io.flush() implementation from Melchior. Also add...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-13
Tim Moore
Merge branch 'topic/gcintersect' into next
commit
|
commitdiff
|
tree
|
snapshot
2009-02-13
Tim Moore
New getPrimitive function.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Tim Moore
Make SGSubsystemGroup::Member copy constructor private.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Tim Moore
Merge branch 'topic/cloudz' into next
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Tim Moore
Turn off z buffer writes for clouds.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
fredb
Update MSVC 7.1 projects - Remove pthreads dependency
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Tim Moore
Merge branch 'maint' into next
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Tim Moore
Merge branch 'releng/1.9.1' into maint
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
durk
Synchronize the version number with our mainantance...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-30
Tim Moore
Build trees under a transform note that is rotated...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-30
Tim Moore
Don't expand all the trees into display lists.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Tim Moore
Merge branch 'topic/yontree' into next
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Tim Moore
Merge branch 'maint' into next
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
durk
For the first time (no pun intended) in almost ten...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
mfranz
Csaba HALASZ: set _arg even if there's no <command...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Tim Moore
Use osg::Geometry code to draw trees ourselves.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
Tim Moore
Merge branch 'topic/modelopt' into next
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
Tim Moore
Merge branch 'topic/yontree' into next
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
Tim Moore
QuadTreeBuilder: create leaves on demand
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
Tim Moore
Rewrite ShaderGeometry to use display lists and OSG...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
Tim Moore
Optimize empty groups from .ac models
commit
|
commitdiff
|
tree
|
snapshot
2009-01-18
Tim Moore
Merge branch 'maint' into next
commit
|
commitdiff
|
tree
|
snapshot
2009-01-18
Tim Moore
Protect against division by zero in QuadTreeBuilder
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
Tim Moore
Sort cloud sprites using std::sort, based on projected Z.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
Tim Moore
Merge branch 'foo' into next
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
jmt
Fix linkage of test programs with OpenThreads.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
jmt
Commit Benoit Laniel's patch which converts more SimGea...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
jmt
Since we're now sure 1.9.1 will not be released from...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-14
Tim Moore
Merge branch 'maint' into next
commit
|
commitdiff
|
tree
|
snapshot
2009-01-14
Tim Moore
Remove OptionsPusher and manipulation of osgDB dataFile...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-14
Tim Moore
Merge branch 'maint' into next
commit
|
commitdiff
|
tree
|
snapshot
2009-01-14
Tim Moore
SGPropertyNode must increment / decrement the reference...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Tim Moore
Merge branch 'topic/mat-anim' into next
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Tim Moore
Merge branch 'maint' into next
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Tim Moore
SGMaterialAnimation: Don't install an update callback...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Tim Moore
SGMaterialAnimation: factor out update of osg::Material
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
fredb
Csaba/Jester : fix the material animation and display...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-12
Tim Moore
Merge branch 'maint' into next
commit
|
commitdiff
|
tree
|
snapshot
2009-01-12
fredb
fix end of file
commit
|
commitdiff
|
tree
|
snapshot
2009-01-12
fredb
ignore generated files
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
timoore
Fix include path
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
jmt
Add some syntactic helpers to allow distance/course...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-02
jmt
Fix test-program linkage now sgmath depends on sgstructure.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-26
jmt
Fix a potential crash when OSG is misconfigured, and...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-22
mfranz
compilation fix: <cstring> for strcmp()
commit
|
commitdiff
|
tree
|
snapshot
2008-12-21
mfranz
- shininess is in the rage 0..128
commit
|
commitdiff
|
tree
|
snapshot
2008-12-20
durk
Documentation update regarding OpenAL and OSG.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-19
curt
Attempt to sort out the version number mess in preparat...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-19
fredb
Stuart Buchanan :
commit
|
commitdiff
|
tree
|
snapshot
2008-12-18
mfranz
James TURNER: make the index of the current waypoint...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-14
fredb
Stuart :
commit
|
commitdiff
|
tree
|
snapshot
2008-12-12
fredb
Csaba/Jester : fix a problem with tex transform animation
commit
|
commitdiff
|
tree
|
snapshot
2008-12-12
fredb
Csaba/Jester : fix a problem with material animation
commit
|
commitdiff
|
tree
|
snapshot
2008-12-12
fredb
Print the name of the file generating an OpenAL error
commit
|
commitdiff
|
tree
|
snapshot
2008-12-11
fredb
Stuart :
commit
|
commitdiff
|
tree
|
snapshot
2008-12-11
fredb
Update MSVC 7.1 projects. Add Boost
commit
|
commitdiff
|
tree
|
snapshot
2008-12-10
timoore
Use a singleton Fog attribute for all 3D clouds.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-10
timoore
Use StateAttributeFactory for CullFace and ShadeModel...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-10
timoore
Use Boost singleton template for our singletons
commit
|
commitdiff
|
tree
|
snapshot
2008-12-10
timoore
Render cloud layers with face culling
commit
|
commitdiff
|
tree
|
snapshot
2008-12-10
timoore
Add cullFaceFront as a state attribute to the StateAttr...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-10
timoore
Render sky with depth test off.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-10
durk
Finalizing the preparation of SimGear-1.99.5-rc2.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-06
fredb
Stuart Buchanan :
commit
|
commitdiff
|
tree
|
snapshot
2008-12-06
fredb
Ugly hack to fix a memory corruption problem
commit
|
commitdiff
|
tree
|
snapshot
2008-12-04
fredb
Stuart Buchanan :
commit
|
commitdiff
|
tree
|
snapshot
2008-11-30
fredb
Stuart:
commit
|
commitdiff
|
tree
|
snapshot
2008-11-29
timoore
logstream improvements from Yon Uriarte
commit
|
commitdiff
|
tree
|
snapshot
2008-11-26
fredb
Stuart:
commit
|
commitdiff
|
tree
|
snapshot
2008-11-24
timoore
Track time in TileCache; assign new tiles the current...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-24
fredb
Stuart :
commit
|
commitdiff
|
tree
|
snapshot
2008-11-23
fredb
Stuart Buchanan :
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
timoore
Templates for interacting with OSG objects
commit
|
commitdiff
|
tree
|
snapshot
next