2003-06-04 |
ehofman | Dang! A last minute update, and no way to test it.... |
commit | commitdiff | tree | snapshot |
2003-06-04 |
ehofman | A bounding sphere may be empty, which is perfectly... |
commit | commitdiff | tree | snapshot |
2003-06-04 |
ehofman | Skip all empty bindings |
commit | commitdiff | tree | snapshot |
2003-06-04 |
ehofman | Update the joystick 20 times per second |
commit | commitdiff | tree | snapshot |
2003-06-03 |
ehofman | Duh! Remove some debug messages |
commit | commitdiff | tree | snapshot |
2003-06-03 |
ehofman | Fix a bug where FlightGear would crach when an aiport... |
commit | commitdiff | tree | snapshot |
2003-06-03 |
daveluff | Explicitly initialise aptElev |
commit | commitdiff | tree | snapshot |
2003-06-03 |
ehofman | Some compiler fixes |
commit | commitdiff | tree | snapshot |
2003-06-03 |
daveluff | Fix for Cygwin compilation |
commit | commitdiff | tree | snapshot |
2003-06-03 |
ehofman | I had some old SimGear include directories hanging... |
commit | commitdiff | tree | snapshot |
2003-06-03 |
ehofman | sync JSBSim and FlightGear |
commit | commitdiff | tree | snapshot |
2003-06-02 |
curt | Fixed a small ommission. |
commit | commitdiff | tree | snapshot |
2003-06-02 |
curt | Implimented a simple frame rate throttle. |
commit | commitdiff | tree | snapshot |
2003-05-31 |
ehofman | Fix a initialization ordering bug: |
commit | commitdiff | tree | snapshot |
2003-05-30 |
curt | Fix a potential timing glitch. |
commit | commitdiff | tree | snapshot |
2003-05-30 |
curt | Move simgear/sky/ to simgear/scene/sky as part of the... |
commit | commitdiff | tree | snapshot |
2003-05-28 |
curt | Move low level "tg" object loader code over to SimGear. |
commit | commitdiff | tree | snapshot |
2003-05-28 |
curt | Moved random ground cover object management code (userd... |
commit | commitdiff | tree | snapshot |
2003-05-28 |
curt | Update the suction model as per Alex Perry's recommenda... |
commit | commitdiff | tree | snapshot |
2003-05-28 |
curt | At low rpms when the alternator isn't able to generate... |
commit | commitdiff | tree | snapshot |
2003-05-28 |
ehofman | Switch roll and yaw trim commands |
commit | commitdiff | tree | snapshot |
2003-05-28 |
curt | Attempt to work around a problem compiling ssgEntityArr... |
commit | commitdiff | tree | snapshot |
2003-05-28 |
ehofman | Build fix for Windows, without it, Windows |
commit | commitdiff | tree | snapshot |
2003-05-28 |
ehofman | Satisfy some strict compilers by adding a number of... |
commit | commitdiff | tree | snapshot |
2003-05-27 |
curt | Swap master alternator and battery switches. |
commit | commitdiff | tree | snapshot |
2003-05-27 |
curt | - Added a redundant (left/right) vacuum pump. |
commit | commitdiff | tree | snapshot |
2003-05-27 |
curt | Added an #include for possible time syncing code. |
commit | commitdiff | tree | snapshot |
2003-05-27 |
curt | Added very simplistic volt and amp modeling to the... |
commit | commitdiff | tree | snapshot |
2003-05-27 |
curt | Added some test code (currently commented out) to limit... |
commit | commitdiff | tree | snapshot |
2003-05-27 |
curt | Make the attitude indicator gyro error kick in earlier... |
commit | commitdiff | tree | snapshot |
2003-05-27 |
curt | Add a very simplistic (small single engine type) annunc... |
commit | commitdiff | tree | snapshot |
2003-05-27 |
curt | Add a utility that given a specific localizer position... |
commit | commitdiff | tree | snapshot |
2003-05-27 |
curt | This script should be moved because it really isn't... |
commit | commitdiff | tree | snapshot |
2003-05-25 |
ehofman | Rename some defines to prevent a namespace clash |
commit | commitdiff | tree | snapshot |
2003-05-24 |
ehofman | Fix a typo |
commit | commitdiff | tree | snapshot |
2003-05-24 |
ehofman | Provide a better(?) solution to the windows GDI problem |
commit | commitdiff | tree | snapshot |
2003-05-23 |
ehofman | Provide a fix for the MSVC/Cygwin GDI build problem |
commit | commitdiff | tree | snapshot |
2003-05-23 |
ehofman | initialize some otherwise unitialized variables |
commit | commitdiff | tree | snapshot |
2003-05-22 |
curt | This is a little something I'm dabbling with ... an... |
commit | commitdiff | tree | snapshot |
2003-05-22 |
mselig | sign change to rudder SAS |
commit | commitdiff | tree | snapshot |
2003-05-22 |
ehofman | Lighting updates for non PC hardware |
commit | commitdiff | tree | snapshot |
2003-05-22 |
ehofman | from the C++ FAQ: |
commit | commitdiff | tree | snapshot |
2003-05-22 |
mselig | Updates to properties for uiuc aircraft |
commit | commitdiff | tree | snapshot |
2003-05-21 |
ehofman | Updates for a better sunrise/sunset effect |
commit | commitdiff | tree | snapshot |
2003-05-20 |
curt | Oops missed a couple things when I moved LaRCsim.cxx... |
commit | commitdiff | tree | snapshot |
2003-05-20 |
curt | Moved FDM/LaRCsim.[ch]xx to FDM/LaRCsim/LaRCsim.[ch]xx |
commit | commitdiff | tree | snapshot |
2003-05-19 |
curt | Drop from 4 to 3 splash screens for now. |
commit | commitdiff | tree | snapshot |
2003-05-19 |
curt | Fixes to the default.ils building script. |
commit | commitdiff | tree | snapshot |
2003-05-18 |
ehofman | Latest cosmetic updates to the sunrise code. I still... |
commit | commitdiff | tree | snapshot |
2003-05-18 |
ehofman | Rename an error message so it won't conflict with other... |
commit | commitdiff | tree | snapshot |
2003-05-18 |
ehofman | Fix a view offset bug in some external views |
commit | commitdiff | tree | snapshot |
2003-05-17 |
ehofman | Changes needed after adding the gamma correction. I... |
commit | commitdiff | tree | snapshot |
2003-05-17 |
ehofman | Add gamma correction to the sky color functions |
commit | commitdiff | tree | snapshot |
2003-05-16 |
ehofman | Small, time related color adjustments for the sunrise... |
commit | commitdiff | tree | snapshot |
2003-05-16 |
ehofman | Make the sunset color view direction dependent again. |
commit | commitdiff | tree | snapshot |
2003-05-16 |
ehofman | Darken the clouds near sunrise/sunset |
commit | commitdiff | tree | snapshot |
2003-05-16 |
curt | Jim Wilson: |
commit | commitdiff | tree | snapshot |
2003-05-16 |
ehofman | Adjust sunset/sun rise color scheme |
commit | commitdiff | tree | snapshot |
2003-05-15 |
curt | Changes to track updates to SimGear. |
commit | commitdiff | tree | snapshot |
2003-05-15 |
curt | Split out some code from obj.cxx to userdata.[ch]xx |
commit | commitdiff | tree | snapshot |
2003-05-15 |
curt | Changes to track SimGear cvs. |
commit | commitdiff | tree | snapshot |
2003-05-15 |
ehofman | MSVC fixes |
commit | commitdiff | tree | snapshot |
2003-05-15 |
ehofman | Add an otherwise lost header file to the Makefile |
commit | commitdiff | tree | snapshot |
2003-05-14 |
curt | Break a few more dependencies ... working towards being... |
commit | commitdiff | tree | snapshot |
2003-05-14 |
curt | Did some renaming of new simgear code. |
commit | commitdiff | tree | snapshot |
2003-05-14 |
curt | Moved some of the low level scene graph construction... |
commit | commitdiff | tree | snapshot |
2003-05-14 |
ehofman | Update the sunset colors |
commit | commitdiff | tree | snapshot |
2003-05-14 |
curt | Create an instance of SGMaterialLib in the "globals... |
commit | commitdiff | tree | snapshot |
2003-05-13 |
curt | Drop support for rendering both w/ and w/o textures... |
commit | commitdiff | tree | snapshot |
2003-05-13 |
ehofman | Update the fog color based on the color of the sun... |
commit | commitdiff | tree | snapshot |
2003-05-13 |
curt | Robert Deters: |
commit | commitdiff | tree | snapshot |
2003-05-13 |
david | The lookup method was always skipping the first ILS... |
commit | commitdiff | tree | snapshot |
2003-05-13 |
curt | Initialize a couple values before using them. |
commit | commitdiff | tree | snapshot |
2003-05-13 |
curt | Cosmetic changes for new code moved into simgear to... |
commit | commitdiff | tree | snapshot |
2003-05-12 |
curt | Moved fgfs_src/Object/newmat.[ch]xx and fgfs_src/Object... |
commit | commitdiff | tree | snapshot |
2003-05-12 |
ehofman | Update the red and green fog colors for better matching... |
commit | commitdiff | tree | snapshot |
2003-05-10 |
curt | Fix a preset in the air problem. |
commit | commitdiff | tree | snapshot |
2003-05-09 |
curt | Moved src/Model/loader.[ch]xx and src/Model/model.... |
commit | commitdiff | tree | snapshot |
2003-05-09 |
curt | - Added "SG" prefix to sound classes that recently... |
commit | commitdiff | tree | snapshot |
2003-05-09 |
curt | Remove dependency on model.hxx. |
commit | commitdiff | tree | snapshot |
2003-05-09 |
ehofman | Extract the sound code from FlightGear and move it... |
commit | commitdiff | tree | snapshot |
2003-05-09 |
ehofman | Jim Wilson: |
commit | commitdiff | tree | snapshot |
2003-05-09 |
ehofman | Jim Wilson: |
commit | commitdiff | tree | snapshot |
2003-05-08 |
curt | Working at unraveling and breaking dependencies inside... |
commit | commitdiff | tree | snapshot |
2003-05-08 |
curt | Moved src/Model/*Animation* classes over to simgear. |
commit | commitdiff | tree | snapshot |
2003-05-08 |
curt | Timed animations now working again. |
commit | commitdiff | tree | snapshot |
2003-05-08 |
curt | Clean up various dead, depricated, or otherwise unused... |
commit | commitdiff | tree | snapshot |
2003-05-07 |
curt | Oops backout the last changes to these files. I was... |
commit | commitdiff | tree | snapshot |
2003-05-07 |
curt | Missed this one since I didn't have jpg server support... |
commit | commitdiff | tree | snapshot |
2003-05-07 |
curt | When reseting the aircraft position, the system looks... |
commit | commitdiff | tree | snapshot |
2003-05-07 |
ehofman | Curtis found another inconsistency in the sky repaint... |
commit | commitdiff | tree | snapshot |
2003-05-07 |
curt | Moved into simgear. |
commit | commitdiff | tree | snapshot |
2003-05-07 |
daveluff | Fix to an ATC/AI communication timing bug |
commit | commitdiff | tree | snapshot |
2003-05-06 |
curt | This is step "1" of probably "many" in the process... |
commit | commitdiff | tree | snapshot |
2003-05-06 |
curt | This is step "1" of probably "many" in the process... |
commit | commitdiff | tree | snapshot |
2003-05-06 |
curt | Removed support of old Ascii scenery format. The loade... |
commit | commitdiff | tree | snapshot |
2003-05-06 |
ehofman | Make sure the sky is also repainted when the relative... |
commit | commitdiff | tree | snapshot |
2003-05-05 |
ehofman | Make the sky colour brighter, change the fog colour... |
commit | commitdiff | tree | snapshot |
2003-05-05 |
ehofman | Repaint the sky when the view heading changes also |
commit | commitdiff | tree | snapshot |
2003-05-03 |
ehofman | Updated sky colour, after comparing it to the colours... |
commit | commitdiff | tree | snapshot |
next |