2008-10-23 |
curt | Fix a few spelling errors. |
commit | commitdiff | tree | snapshot |
2008-10-18 |
mfranz | fix regression: sgLoad3DModel_internal should not make... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
mfranz | add global switch for particle systems |
commit | commitdiff | tree | snapshot |
2008-10-14 |
mfranz | allow to modify the XML animation config of a loaded... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
mfranz | Move omit-node part from startElement to endElement... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
durk | Syd Adams: Replace rgb with png. |
commit | commitdiff | tree | snapshot |
2008-10-10 |
mfranz | s/multiplayer/multiplay/, as this seems to be the sligh... |
commit | commitdiff | tree | snapshot |
2008-10-09 |
mfranz | if a model XML file contains a <multiplayer> block... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
andy | Yeah, I really shouldn't be in the lexer |
commit | commitdiff | tree | snapshot |
2008-09-30 |
andy | Another lexer fix |
commit | commitdiff | tree | snapshot |
2008-09-30 |
andy | Fix broken lex.c checkin |
commit | commitdiff | tree | snapshot |
2008-09-30 |
andy | Fixes for bugs shaken out in the recent push: die prope... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
fredb | MINGW patch by Csaba Halasz |
commit | commitdiff | tree | snapshot |
2008-09-26 |
andy | Fix parsing for degenerate cases like a[,] a[:] and... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
andy | Sync with Nasal upstream (Melchior already had a chance... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
timoore | Keep non-local particles in a Z-up frame that is period... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
ehofman | Make sure the compiler is aware that SGModelData a... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
fredb | Use a more relevant library name |
commit | commitdiff | tree | snapshot |
2008-08-31 |
fredb | Update version |
commit | commitdiff | tree | snapshot |
2008-08-29 |
timoore | Don't use osgDB::SharedStateManager::share in SGLoadTex... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
curt | - Update SimGear.dsp |
commit | commitdiff | tree | snapshot |
2008-08-25 |
andy | Fix typing error with fgetc in readln(). On most boxes... |
commit | commitdiff | tree | snapshot |
2008-08-11 |
timoore | pointers in Particles object should be ref_ptr |
commit | commitdiff | tree | snapshot |
2008-08-07 |
timoore | Return eof after a number of reptetitions of file input. |
commit | commitdiff | tree | snapshot |
2008-08-02 |
fredb | Update MSVC 7.1 projects - Adapt to OSG 2.6.0-rc1 ... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
ehofman | final fixes for SG_USING_STD removal |
commit | commitdiff | tree | snapshot |
2008-07-29 |
timoore | forward declare osg::DrawElementsUShort for real |
commit | commitdiff | tree | snapshot |
2008-07-28 |
ehofman | Replace SG_USE_STD() by using std:: |
commit | commitdiff | tree | snapshot |
2008-07-27 |
fredb | GL/wgl.h never existed, and a glx equivalent is not... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
ehofman | - remove the SG_GLxxxx_H #defines, since OSG provides... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
fredb | Remove unneeded inclusions of windows.h, GL.h and GLU.H |
commit | commitdiff | tree | snapshot |
2008-07-25 |
fredb | Maybe a more portable way to do it |
commit | commitdiff | tree | snapshot |
2008-07-25 |
fredb | Compile again with MSVC |
commit | commitdiff | tree | snapshot |
2008-07-25 |
ehofman | Reduce compiler.h to almost nothing (but it's worth... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
ehofman | Attached patches remove BORLANDC, and hence SG_MATH_EXC... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
ehofman | remove a workaround for the C++ / stdlibary bug which... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
ehofman | Patch to remove macintosh and MWERKS from Simgear. |
commit | commitdiff | tree | snapshot |
2008-07-19 |
timoore | Add repeat option to SGFile. |
commit | commitdiff | tree | snapshot |
2008-07-19 |
timoore | Eliminate empty default constructor for SGReaderWriterB... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
mfranz | s/getChild/getNode/ (otherwise "start/size" wouldn... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
mfranz | - XML interface changes: |
commit | commitdiff | tree | snapshot |
2008-07-10 |
mfranz | fix SGPropertyNode::LAST_USED_ATTRIBUTE |
commit | commitdiff | tree | snapshot |
2008-07-09 |
mfranz | write-protection warning: use simplified path |
commit | commitdiff | tree | snapshot |
2008-07-09 |
mfranz | let readProperties() refuse to overwrite write-proteced... |
commit | commitdiff | tree | snapshot |
2008-06-22 |
mfranz | remove redundant #defines (they are already in compiler.h) |
commit | commitdiff | tree | snapshot |
2008-06-12 |
timoore | From Benoit Laniel: replace SG threading constructs... |
commit | commitdiff | tree | snapshot |
2008-06-08 |
fredb | Update MSVC 7.1 projects |
commit | commitdiff | tree | snapshot |
2008-06-07 |
mfranz | warnings-- |
commit | commitdiff | tree | snapshot |
2008-06-02 |
timoore | add OSGVersion.hxx to VC7.1 project file |
commit | commitdiff | tree | snapshot |
2008-06-02 |
timoore | OSG DatabasePager interface change in 2.5.1 |
commit | commitdiff | tree | snapshot |
2008-06-02 |
timoore | Replace header files istream and ostream with iosfwd |
commit | commitdiff | tree | snapshot |
2008-06-02 |
timoore | Don't include <iostream> and "using" declarations in... |
commit | commitdiff | tree | snapshot |
2008-06-01 |
fredb | Fix non threadsafe code |
commit | commitdiff | tree | snapshot |
2008-05-31 |
fredb | Report abnormal condition |
commit | commitdiff | tree | snapshot |
2008-05-31 |
fredb | Update MSVC 7.1 projects |
commit | commitdiff | tree | snapshot |
2008-05-31 |
fredb | Fix a problem in loading models with paged LOD in some... |
commit | commitdiff | tree | snapshot |
2008-05-31 |
fredb | Use bool instead of int to represent boolean values |
commit | commitdiff | tree | snapshot |
2008-05-21 |
mfranz | xmlsound: warning-- |
commit | commitdiff | tree | snapshot |
2008-05-21 |
mfranz | add <delay-sec> parameter that defines how many seconds... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
mfranz | update library version requirements |
commit | commitdiff | tree | snapshot |
2008-05-15 |
fredb | Win32 fix |
commit | commitdiff | tree | snapshot |
2008-05-14 |
timoore | sg: move most scenery-related code to simgear |
commit | commitdiff | tree | snapshot |
2008-05-01 |
mfranz | Till BUSCH: enable HOT intersection tests on random... |
commit | commitdiff | tree | snapshot |
2008-04-26 |
mfranz | Nicolas: let SGPath::create_dir() return success/failur... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
mfranz | Till BUSCH: |
commit | commitdiff | tree | snapshot |
2008-04-24 |
timoore | Fix new livery code |
commit | commitdiff | tree | snapshot |
2008-04-23 |
fredb | Update MSVC 7.1 projects |
commit | commitdiff | tree | snapshot |
2008-04-23 |
timoore | Rewrite livery texture replacement to copy StateSet... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
mfranz | Till BUSCH: |
commit | commitdiff | tree | snapshot |
2008-04-14 |
timoore | rewrite of sky dome code |
commit | commitdiff | tree | snapshot |
2008-04-14 |
fredb | Update MSVC 7.1 projects |
commit | commitdiff | tree | snapshot |
2008-04-13 |
timoore | Fixes for compiling with gcc 4.3 |
commit | commitdiff | tree | snapshot |
2008-04-02 |
fredb | Allows to load submodels with path relative to current... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
timoore | Change the tile light group node mask to traverse VASI... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
fredb | Update MSVC 7.1 projects |
commit | commitdiff | tree | snapshot |
2008-03-22 |
fredb | Win32 fix |
commit | commitdiff | tree | snapshot |
2008-03-22 |
timoore | model paging patch from Till Busch |
commit | commitdiff | tree | snapshot |
2008-03-20 |
mfranz | - warnings-- |
commit | commitdiff | tree | snapshot |
2008-03-17 |
timoore | rationalize node masks a bit |
commit | commitdiff | tree | snapshot |
2008-03-15 |
curt | argh, missed 1.8.4 in one spot. |
commit | commitdiff | tree | snapshot |
2008-03-15 |
curt | Simgear also enforces plib-1.8.5 in order to build. |
commit | commitdiff | tree | snapshot |
2008-03-11 |
timoore | From Till Busch: use install -p if possible |
commit | commitdiff | tree | snapshot |
2008-03-09 |
fredb | Update MSVC 7.1 projects |
commit | commitdiff | tree | snapshot |
2008-03-04 |
mfranz | use new arrow shortcuts for compatibility reasons ... |
commit | commitdiff | tree | snapshot |
2008-03-04 |
timoore | cleanup of precipitation contribution |
commit | commitdiff | tree | snapshot |
2008-03-04 |
timoore | precipitation effects from Nicolas Vivien |
commit | commitdiff | tree | snapshot |
2008-03-04 |
timoore | Add methods to SGGeod to return OSG Matrix objects... |
commit | commitdiff | tree | snapshot |
2008-03-02 |
fredb | Initialize variables before using them |
commit | commitdiff | tree | snapshot |
2008-03-02 |
durk | Olaf Flebbe: Micro update to the MSVC8 Project files. |
commit | commitdiff | tree | snapshot |
2008-02-28 |
fredb | Update MSVC 7.1 projects |
commit | commitdiff | tree | snapshot |
2008-02-20 |
mfranz | don't reset visibility modifier in the M5SM case |
commit | commitdiff | tree | snapshot |
2008-02-16 |
mfranz | Syd ADAMS: remove season suffix, this is now done via... |
commit | commitdiff | tree | snapshot |
2008-02-16 |
mfranz | remove getRootNode(), as this resets the model root |
commit | commitdiff | tree | snapshot |
2008-02-15 |
mfranz | Csaba HALASZ: implement conditional (e.g. seasonal... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
timoore | Cleanup of particles contribution |
commit | commitdiff | tree | snapshot |
2008-02-15 |
timoore | particles from Tiago_G |
commit | commitdiff | tree | snapshot |
2008-02-07 |
timoore | Small cleanup of tree shader |
commit | commitdiff | tree | snapshot |
2008-02-07 |
timoore | Minor cleanup of Stuart Buchanan's tree patch. |
commit | commitdiff | tree | snapshot |
2008-02-07 |
timoore | Second trees patch from Stuart Buchanan |
commit | commitdiff | tree | snapshot |
2008-02-02 |
timoore | Cleanup and performance tuning of the random trees... |
commit | commitdiff | tree | snapshot |
next |