2003-12-30 |
curt | Add a small optimization to reduce the amount of vasi... |
commit | commitdiff | tree | snapshot |
2003-12-30 |
curt | Smarter vasi/papi coloring. |
commit | commitdiff | tree | snapshot |
2003-12-30 |
curt | First stab at correct vasi/papi coloring. This is... |
commit | commitdiff | tree | snapshot |
2003-12-29 |
andy | Forgot to implment the Node.getChild(name, index) form... |
commit | commitdiff | tree | snapshot |
2003-12-29 |
curt | Updated Andrei's entry. |
commit | commitdiff | tree | snapshot |
2003-12-29 |
ehofman | Reset /sim/crashed upon reset |
commit | commitdiff | tree | snapshot |
2003-12-28 |
ehofman | Make sure the mouse mode can be overriden by a commandl... |
commit | commitdiff | tree | snapshot |
2003-12-27 |
ehofman | MIPSpro 7.4 fixes |
commit | commitdiff | tree | snapshot |
2003-12-22 |
ehofman | Oops, make sure that one of the default splash screens... |
commit | commitdiff | tree | snapshot |
2003-12-22 |
ehofman | Add support for an aircraft specific splash screen |
commit | commitdiff | tree | snapshot |
2003-12-22 |
ehofman | Fix a typo |
commit | commitdiff | tree | snapshot |
2003-12-22 |
andy | Fix for a premature deletion bug. The _arg SGPropertyN... |
commit | commitdiff | tree | snapshot |
2003-12-22 |
andy | Yank more debug code. |
commit | commitdiff | tree | snapshot |
2003-12-22 |
ehofman | Split up model[] into ship[], aircraft[], ballistic... |
commit | commitdiff | tree | snapshot |
2003-12-22 |
ehofman | Tidy up the code a bit more, move /ai/model[] to /ai... |
commit | commitdiff | tree | snapshot |
2003-12-21 |
ehofman | Use some C++ FOOmagic to get the lat and lon updated... |
commit | commitdiff | tree | snapshot |
2003-12-21 |
ehofman | Make the AI model export it's internal state to the... |
commit | commitdiff | tree | snapshot |
2003-12-21 |
ehofman | Rearange a part of the orientation section |
commit | commitdiff | tree | snapshot |
2003-12-21 |
ehofman | Some small updates to the FDM section |
commit | commitdiff | tree | snapshot |
2003-12-21 |
ehofman | Add FDM specific properties |
commit | commitdiff | tree | snapshot |
2003-12-21 |
ehofman | Tidy up the code a bit |
commit | commitdiff | tree | snapshot |
2003-12-19 |
andy | Export a "/sim/crashed" property to indicate a crash. |
commit | commitdiff | tree | snapshot |
2003-12-19 |
curt | Initial revision. |
commit | commitdiff | tree | snapshot |
2003-12-19 |
andy | Minor API changes to support the new sg_geodesy impleme... |
commit | commitdiff | tree | snapshot |
2003-12-16 |
andy | Workaround for code generation bug in gcc-2.95.3 |
commit | commitdiff | tree | snapshot |
2003-12-11 |
ehofman | STL chnages |
commit | commitdiff | tree | snapshot |
2003-12-09 |
curt | Fix the nmea and garmin output to a) fake a GSA sentenc... |
commit | commitdiff | tree | snapshot |
2003-12-08 |
ehofman | Melchior FRANZ: |
commit | commitdiff | tree | snapshot |
2003-12-08 |
andy | Add a new command, "dialog-new", allowing external... |
commit | commitdiff | tree | snapshot |
2003-12-07 |
ehofman | Melchior FRANZ: |
commit | commitdiff | tree | snapshot |
2003-12-05 |
curt | Update readme. |
commit | commitdiff | tree | snapshot |
2003-12-05 |
andy | Turn the __timers garbage collector cache into a more... |
commit | commitdiff | tree | snapshot |
2003-12-05 |
andy | Initialize the SGInterpolator subsystem. Also remove... |
commit | commitdiff | tree | snapshot |
2003-12-04 |
curt | Change some terrasync defaults. |
commit | commitdiff | tree | snapshot |
2003-12-03 |
andy | My refactoring left two values uninitialized when running a |
commit | commitdiff | tree | snapshot |
2003-12-02 |
ehofman | Remove the reference to libObject.a since it isn't... |
commit | commitdiff | tree | snapshot |
2003-12-02 |
ehofman | Comment out the rest of the Makefile to make the compie... |
commit | commitdiff | tree | snapshot |
2003-12-02 |
curt | Add the current true heading to the tuned nav station... |
commit | commitdiff | tree | snapshot |
2003-12-01 |
ehofman | Add Nasal Vs. 1.5 |
commit | commitdiff | tree | snapshot |
2003-12-01 |
andy | Cleanup and refactoring to better integrate the helicop... |
commit | commitdiff | tree | snapshot |
2003-11-28 |
ehofman | Use strndup() replacement code that doesn't cause a... |
commit | commitdiff | tree | snapshot |
2003-11-28 |
ehofman | Don't destroy the elements ourselves. Instead clear |
commit | commitdiff | tree | snapshot |
2003-11-28 |
ehofman | Some small updates |
commit | commitdiff | tree | snapshot |
2003-11-28 |
ehofman | Make room for the terminatig '\0' and prevent a potenti... |
commit | commitdiff | tree | snapshot |
2003-11-28 |
ehofman | Add David Culp's AI model manager code which is derived... |
commit | commitdiff | tree | snapshot |
2003-11-28 |
ehofman | IRIX/MipsPro 7.2 doesn't have strndup. Work around it. |
commit | commitdiff | tree | snapshot |
2003-11-27 |
david | Add a scrolling list widget for selecting airports. |
commit | commitdiff | tree | snapshot |
2003-11-27 |
david | Allow sequential access to airports. |
commit | commitdiff | tree | snapshot |
2003-11-27 |
ehofman | gcc 2.95 and 3.0 requite handleTimer to be public |
commit | commitdiff | tree | snapshot |
2003-11-27 |
ehofman | Add a refference to sprintf |
commit | commitdiff | tree | snapshot |
2003-11-27 |
ehofman | Partability fix |
commit | commitdiff | tree | snapshot |
2003-11-25 |
curt | libnasal.a renamed to libsgnasal.a |
commit | commitdiff | tree | snapshot |
2003-11-25 |
curt | Remove old PSL support and put our eggs into the Nasal... |
commit | commitdiff | tree | snapshot |
2003-11-25 |
curt | Andy Ross: |
commit | commitdiff | tree | snapshot |
2003-11-25 |
david | Use SG_LOG for debugging messages from the YASim helico... |
commit | commitdiff | tree | snapshot |
2003-11-25 |
david | Don't force logging priority to warn by default. |
commit | commitdiff | tree | snapshot |
2003-11-25 |
david | Deal with null argument for setting log level. |
commit | commitdiff | tree | snapshot |
2003-11-25 |
curt | The code to find the highest hit below you didn't work... |
commit | commitdiff | tree | snapshot |
2003-11-24 |
curt | Add support for passing alpha/beta values. |
commit | commitdiff | tree | snapshot |
2003-11-24 |
david | Oops -- checked in last version with a small typo. |
commit | commitdiff | tree | snapshot |
2003-11-24 |
david | Make more output honour debug_lvl. |
commit | commitdiff | tree | snapshot |
2003-11-24 |
david | Try to coordinate between the different logging idioms... |
commit | commitdiff | tree | snapshot |
2003-11-24 |
david | Remove the seriously-outdated DCS code (we have differe... |
commit | commitdiff | tree | snapshot |
2003-11-24 |
david | Use proper logging facility, and lower the priority... |
commit | commitdiff | tree | snapshot |
2003-11-24 |
curt | Change the timing semantics slightly so that you get... |
commit | commitdiff | tree | snapshot |
2003-11-24 |
curt | Add a logging reinit command wrapper so that an externa... |
commit | commitdiff | tree | snapshot |
2003-11-24 |
curt | Add support for passing nose wheel steering angle as... |
commit | commitdiff | tree | snapshot |
2003-11-24 |
curt | Comment out timing calls, but leave them there for... |
commit | commitdiff | tree | snapshot |
2003-11-22 |
ehofman | Make sure SGTimeStamp is found |
commit | commitdiff | tree | snapshot |
2003-11-21 |
curt | Currently, when the sim pauses, all IO is also halted... |
commit | commitdiff | tree | snapshot |
2003-11-21 |
curt | Tweaks and massages to the ground intersection code... |
commit | commitdiff | tree | snapshot |
2003-11-21 |
curt | With this patch, you can fly under bridges, then turn... |
commit | commitdiff | tree | snapshot |
2003-11-21 |
curt | Fix a terrain intersection calculating bug. The code... |
commit | commitdiff | tree | snapshot |
2003-11-20 |
curt | Add support for specifying a <rated-draw> tag in the... |
commit | commitdiff | tree | snapshot |
2003-11-19 |
daveluff | Fix a nasty bug whereby non-scrolling ATC messages... |
commit | commitdiff | tree | snapshot |
2003-11-18 |
curt | Allow a switch definition in the electrical system... |
commit | commitdiff | tree | snapshot |
2003-11-17 |
curt | Remove some debugging output. |
commit | commitdiff | tree | snapshot |
2003-11-17 |
curt | Added code to support a richer switch definition syntax... |
commit | commitdiff | tree | snapshot |
2003-11-17 |
curt | Miscellaneous changes that got missed somehow. |
commit | commitdiff | tree | snapshot |
2003-11-15 |
curt | Additions to the electrical system model to allow it... |
commit | commitdiff | tree | snapshot |
2003-11-14 |
ehofman | Fix a dependency problem for cygwin builds |
commit | commitdiff | tree | snapshot |
2003-11-14 |
ehofman | Updates to the jsclient remote joystick support code |
commit | commitdiff | tree | snapshot |
2003-11-14 |
ehofman | MSVC fix |
commit | commitdiff | tree | snapshot |
2003-11-13 |
curt | Gene Buckle: |
commit | commitdiff | tree | snapshot |
2003-11-13 |
curt | Gene Buckle: |
commit | commitdiff | tree | snapshot |
2003-11-13 |
ehofman | Depreciate NetworkOLK. A big thanks goes to Oliver... |
commit | commitdiff | tree | snapshot |
2003-11-13 |
ehofman | Depreciate NetworkOLK. A big thanks goes to Oliver... |
commit | commitdiff | tree | snapshot |
2003-11-13 |
curt | Add support for passing a CG offset (in inches) to... |
commit | commitdiff | tree | snapshot |
2003-11-12 |
ehofman | Add Manuel Bessler and Stephen Lowry's remote joystick... |
commit | commitdiff | tree | snapshot |
2003-11-11 |
curt | Removed some extraneous debugging output. |
commit | commitdiff | tree | snapshot |
2003-11-10 |
curt | Add support for accessing the "set-outside-air-temp... |
commit | commitdiff | tree | snapshot |
2003-11-10 |
curt | Allow the external FDM to calculate slip/skid ball... |
commit | commitdiff | tree | snapshot |
2003-11-10 |
curt | Add support for shipping out current FlightGear tempera... |
commit | commitdiff | tree | snapshot |
2003-11-10 |
curt | Don't scale elevator by 0.5. |
commit | commitdiff | tree | snapshot |
2003-11-10 |
curt | A couple fixes to the air/ground trim (initial position... |
commit | commitdiff | tree | snapshot |
2003-11-10 |
curt | Add a command which will setup the temperature field... |
commit | commitdiff | tree | snapshot |
2003-11-10 |
curt | Allow the slip/skid ball to be overridden by an externa... |
commit | commitdiff | tree | snapshot |
2003-11-10 |
curt | Add support for sending out a requested aircraft weight... |
commit | commitdiff | tree | snapshot |
2003-11-10 |
curt | I had made a change on 6/24/2003 relating to temperatur... |
commit | commitdiff | tree | snapshot |
2003-11-09 |
ehofman | Disable two sided light model because Andy's patch... |
commit | commitdiff | tree | snapshot |
next |