2002-12-11 |
david | Have DummyBSphereEntity inherit from ssgBranch instead... |
tree | commitdiff |
2002-12-10 |
curt | - Some refactoring of the configure.ac script. |
tree | commitdiff |
2002-11-26 |
curt | Having the runway lights "pop" in at a specific range... |
tree | commitdiff |
2002-11-25 |
curt | Make the runway lights come on just a bit sooner in... |
tree | commitdiff |
2002-11-16 |
curt | Some various massaging and clean ups of initialization... |
tree | commitdiff |
2002-11-16 |
david | Turn off runway lights during the day, except in less... |
tree | commitdiff |
2002-11-15 |
curt | Restructuring some of the initialization code. |
tree | commitdiff |
2002-11-04 |
curt | Cleaned up some debugging output. |
tree | commitdiff |
2002-11-04 |
curt | Add support for drawing ODALS approach lighting. |
tree | commitdiff |
2002-11-01 |
curt | Put taxiway lights in their own scene graph so we can... |
tree | commitdiff |
2002-10-24 |
curt | Tweak red and blue runway light colors a bit more. |
tree | commitdiff |
2002-10-24 |
curt | White space tweak ... |
tree | commitdiff |
2002-10-23 |
curt | Tweak lighting colors a bit. Add a slight yellow tint... |
tree | commitdiff |
2002-10-22 |
curt | Tone down the relative intensity of the taxiway lights. |
tree | commitdiff |
2002-10-22 |
curt | Added support for taxiway lights that are much more... |
tree | commitdiff |
2002-10-21 |
curt | Make runway lighting LOD work correctly. |
tree | commitdiff |
2002-10-21 |
curt | Misc clean ups. |
tree | commitdiff |
2002-10-21 |
curt | Preallocate proper ssg list sizes when building list... |
tree | commitdiff |
2002-10-21 |
curt | Fix a bug with rabbit light creation. |
tree | commitdiff |
2002-10-19 |
david | Put cout and endl in std:: namespace. |
tree | commitdiff |
2002-10-18 |
curt | Add a pre/post draw call back to strobe lights so we... |
tree | commitdiff |
2002-10-18 |
curt | There are some problems with ssgTimedSelector's but... |
tree | commitdiff |
2002-10-17 |
curt | Some restructuring to optimize the light point portion... |
tree | commitdiff |
2002-10-17 |
curt | Support green directional lights. |
tree | commitdiff |
2002-10-17 |
curt | Cleaned some cruft. |
tree | commitdiff |
2002-10-17 |
curt | Add support for generating REIL approach light animations. |
tree | commitdiff |
2002-10-16 |
curt | Add support for additional runway light colors and... |
tree | commitdiff |
2002-10-10 |
curt | Eric Hofman: |
tree | commitdiff |
2002-10-09 |
curt | Fix a potential crash with William Riley's scenery... |
tree | commitdiff |
2002-10-09 |
curt | misc tweaks. |
tree | commitdiff |
2002-10-09 |
curt | Begin work on improving runway lighting infrastructure. |
tree | commitdiff |
2002-10-08 |
curt | Oops, I had my lighting tris wound the wrong way. |
tree | commitdiff |
2002-10-06 |
curt | Misc clean ups. |
tree | commitdiff |
2002-10-06 |
curt | Begin work on rendering runway lights using environment... |
tree | commitdiff |
2002-10-04 |
david | Turn the runway lights on during the day when visibilit... |
tree | commitdiff |
2002-09-18 |
curt | Updated from Norman to hack on clouds ... some progress. |
tree | commitdiff |
2002-09-11 |
curt | Fixed: When you select Menu->Autopilot->Set Heading... |
tree | commitdiff |
2002-09-07 |
curt | Fix a typo that could cause a crash on some platforms. |
tree | commitdiff |
2002-08-25 |
curt | Tidy up the autoconf/automake configuration a bit. |
tree | commitdiff |
2002-08-23 |
curt | Bernie Bright: |
tree | commitdiff |
2002-08-08 |
david | Random-object and -light placement optimizations from... |
tree | commitdiff |
2002-08-07 |
david | Removed the FG3DModel class and replaced it with fgLoad... |
tree | commitdiff |
2002-08-05 |
david | Detabified for Norman Vine. |
tree | commitdiff |
2002-08-04 |
david | Improve the random seed calculation slightly. |
tree | commitdiff |
2002-07-31 |
david | Patch from Dave Luff: |
tree | commitdiff |
2002-07-31 |
david | Patch from Erik Hofman: |
tree | commitdiff |
2002-07-27 |
david | Create a top-level branch in each tile for random objec... |
tree | commitdiff |
2002-07-26 |
curt | No need to additionally ref() subcomponents of a tree... |
tree | commitdiff |
2002-07-26 |
david | Some renaming, since there wasn't really a tile-level... |
tree | commitdiff |
2002-07-26 |
david | Give up on the idea of using a singleton dummy bounding... |
tree | commitdiff |
2002-07-26 |
david | Load models before counting them. |
tree | commitdiff |
2002-07-26 |
curt | Oops, remove some unwanted debugging output. |
tree | commitdiff |
2002-07-26 |
curt | Fixed some signed vs. unsigned warnings. |
tree | commitdiff |
2002-07-25 |
david | Fix random seeds to avoid coincident objects but still... |
tree | commitdiff |
2002-07-25 |
david | Added a new range-selector layer above each tile. ... |
tree | commitdiff |
2002-07-20 |
david | Renamed /sim/rendering/dynamic-objects to |
tree | commitdiff |
2002-07-20 |
david | Added more documentation. |
tree | commitdiff |
2002-07-20 |
david | More efficient version of get_bounding_radius from... |
tree | commitdiff |
2002-07-20 |
david | Enforce a sane minimum of 1000m for coverage, to avoid... |
tree | commitdiff |
2002-07-20 |
david | Randomly-place object overhaul and enhancements |
tree | commitdiff |
2002-07-20 |
david | Moved object information into a new subclass of FGNewMa... |
tree | commitdiff |
2002-07-18 |
david | Make objects appear more smoothly and reliably. |
tree | commitdiff |
2002-07-18 |
david | More efficient rotation matrix calc from Norm Vine. |
tree | commitdiff |
2002-07-18 |
david | Significant speedup for randomly-placed objects, by... |
tree | commitdiff |
2002-07-18 |
david | Modifed random-object code for more memory efficiency: |
tree | commitdiff |
2002-07-17 |
david | More functional decomposition and documentation. |
tree | commitdiff |
2002-07-17 |
david | Fix some minor inconsistencies and inefficiencies: |
tree | commitdiff |
2002-07-16 |
david | Started functional decomposition for dynamic objects. |
tree | commitdiff |
2002-07-16 |
curt | put a separate LOD node in front of ever random object... |
tree | commitdiff |
2002-07-15 |
david | Added support for dynamically-generated scenery objects... |
tree | commitdiff |
2002-05-11 |
david | Property patches from Frederic Bouvier: |
tree | commitdiff |
2002-05-10 |
david | Mac OS X fixes and MSVC warning fixes from Jonathan... |
tree | commitdiff |
2002-04-21 |
curt | Fix a couple "make dist" problems that crept in since... |
tree | commitdiff |
2002-03-26 |
david | Patches from Melchior Franz: |
tree | commitdiff |
2002-03-20 |
david | Use !strcmp for all property name comparisons. |
tree | commitdiff |
2002-03-20 |
curt | Various Irix cleanups. |
tree | commitdiff |
2002-03-19 |
david | Major property-manager rewrite, using const char *... |
tree | commitdiff |
2002-03-17 |
curt | Initial revision. Things are just beginning to be... |
tree | commitdiff |
2002-03-16 |
curt | Replaced some debugging structure David inadvertantly... |
tree | commitdiff |
2002-03-16 |
david | Patches from Tony Peden to separate property XML I... |
tree | commitdiff |
2002-03-13 |
curt | Better support of the newer more flexible object file... |
tree | commitdiff |
2002-03-12 |
curt | *** empty log message *** |
tree | commitdiff |
2002-03-11 |
curt | Removed some extra debugging output that wasn't suppose... |
tree | commitdiff |
2002-03-11 |
curt | Oops, make sure we are generating an ocean tile if... |
tree | commitdiff |
2002-03-04 |
curt | Fix a compiler warning. |
tree | commitdiff |
2002-03-03 |
curt | Further restructuring of the scenery loading code. |
tree | commitdiff |
2002-03-03 |
curt | Updates to the scenery loading infrastructure to make... |
tree | commitdiff |
2002-02-28 |
curt | A few of Norman's changes I managed to get in. |
tree | commitdiff |
2002-02-15 |
curt | - Removed redundant FG*:: qualifications from class... |
tree | commitdiff |
2002-01-20 |
curt | Restructured the 'freeze' property a bit. We now have |
tree | commitdiff |
2002-01-11 |
curt | Removed old remnants of plib-1.2.x support. We haven... |
tree | commitdiff |
2002-01-10 |
david | ANSI C++ fixes, to allow compilation with g++ 3.x. |
tree | commitdiff |
2001-12-30 |
david | Removed unused alpha variable; more code cleanups and... |
tree | commitdiff |
2001-12-29 |
david | Initialization fixes. |
tree | commitdiff |
2001-12-28 |
david | Substantial rewrite of FGNewMat, the material class... |
tree | commitdiff |
2001-12-28 |
curt | Updates to build system to better support automake-1.5 |
tree | commitdiff |
2001-12-12 |
david | -Removed .cvsignore from itself, since .cvsignore is... |
tree | commitdiff |
2001-12-09 |
curt | David Megginson writes: |
tree | commitdiff |
2001-07-30 |
curt | MSVC tweak. |
tree | commitdiff |
2001-07-13 |
curt | Nuked the segfault on exit bug everyone was seeing... |
tree | commitdiff |
next |