2006-03-18 |
curt | Small gcc-4.1 patch. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
frohlich | Initialize uninitialized variable |
commit | commitdiff | tree | snapshot |
2006-03-15 |
andy | Add a (commented out) line enabling the "bits" library... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
andy | Add the I/O library, but comment it out until we figure... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
mfranz | only evaluate click-on-terrain on left mouse button... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
mfranz | add missing break :-) |
commit | commitdiff | tree | snapshot |
2006-03-14 |
mfranz | close Aircraft/ dir after scanning for *-set.xml files |
commit | commitdiff | tree | snapshot |
2006-03-13 |
daveluff | Implement the settable timer on the CAL3 page |
commit | commitdiff | tree | snapshot |
2006-03-13 |
daveluff | Typo in the comments |
commit | commitdiff | tree | snapshot |
2006-03-13 |
curt | Add a comment to explain the exported glide slope value. |
commit | commitdiff | tree | snapshot |
2006-03-13 |
mfranz | close Nasal/ dir after reading *.nas files |
commit | commitdiff | tree | snapshot |
2006-03-13 |
andy | Missing initializer. Kraehe's machine was crashing... |
commit | commitdiff | tree | snapshot |
2006-03-13 |
ehofman | Sync. w. JSBSim CVS. |
commit | commitdiff | tree | snapshot |
2006-03-12 |
daveluff | Helipads don't have a number per end, so don't attempt... |
commit | commitdiff | tree | snapshot |
2006-03-11 |
durk | Bugfix: Non-existent AIModels could trigger a request... |
commit | commitdiff | tree | snapshot |
2006-03-11 |
mfranz | don't allow others to delete our property node |
commit | commitdiff | tree | snapshot |
2006-03-11 |
mfranz | make max speed configurable (/engines/engine/speed... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
andy | While I had the valgrind rig set up, I took the opportu... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
fredb | MSVC fix : Compile again |
commit | commitdiff | tree | snapshot |
2006-03-10 |
andy | Fix an uninitialized data condition that crept in durin... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
andy | When we are asked to produce no force on a Surface... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
mfranz | always make some property string values upper case |
commit | commitdiff | tree | snapshot |
2006-03-10 |
frohlich | We need to flush all pending mouse move events past... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
david | Recognize standalone DMEs (type 13 in Robin's list). |
commit | commitdiff | tree | snapshot |
2006-03-09 |
mfranz | move gui styles from /sim/gui[n] to /sim/gui/style... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
mfranz | --warnings |
commit | commitdiff | tree | snapshot |
2006-03-09 |
mfranz | - allow multiple spaces in the environment variable |
commit | commitdiff | tree | snapshot |
2006-03-09 |
mfranz | add alert message |
commit | commitdiff | tree | snapshot |
2006-03-09 |
mfranz | check if the "nasal" subsystem is still there, and... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
mfranz | I take that back. This doesn't work yet. :-) |
commit | commitdiff | tree | snapshot |
2006-03-09 |
mfranz | add <load>/<unload> support to AI models, including... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
mfranz | remove leftover #include; changed comment |
commit | commitdiff | tree | snapshot |
2006-03-09 |
mfranz | NasalSys.[ch]xx: |
commit | commitdiff | tree | snapshot |
2006-03-08 |
mfranz | remove useless test |
commit | commitdiff | tree | snapshot |
2006-03-08 |
mfranz | crashfix: handleCommand() is called from other modules... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
ehofman | Add the builddir to the list of include directories... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
mfranz | add support for <nasal> blocks <open> and <close> in... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
mfranz | add deleteModule() method |
commit | commitdiff | tree | snapshot |
2006-03-07 |
mfranz | Jean-Yves Lefort: fix "crash" on exit |
commit | commitdiff | tree | snapshot |
2006-03-06 |
curt | LFS Glass cockpit interface (allows development indepen... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
daveluff | Selecting an approach from the active waypoint page... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
daveluff | Reduce console output |
commit | commitdiff | tree | snapshot |
2006-03-05 |
daveluff | Add the MAXNI IAF to the C83 approach, and add a few... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
mfranz | warning-- |
commit | commitdiff | tree | snapshot |
2006-03-04 |
mfranz | compile! |
commit | commitdiff | tree | snapshot |
2006-03-04 |
fredb | Jean-Yves Lefort : |
commit | commitdiff | tree | snapshot |
2006-03-04 |
ehofman | Mathias Fröhlich: |
commit | commitdiff | tree | snapshot |
2006-03-04 |
durk | Improved selection of active runway (currently AI traff... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
mfranz | improve error message: if festival doesn't seem to... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
ehofman | Mathias Fröhlich: |
commit | commitdiff | tree | snapshot |
2006-03-02 |
fredb | Remove a useless and harmful statement : MSVC complains... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
andy | From Vivian: change default up/down angles on the Launc... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
mfranz | let removelistener() return the number of remaining... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
andy | Fixes a bugs in the handling of the holdback mount... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
mfranz | work better with interpolated brakes |
commit | commitdiff | tree | snapshot |
2006-03-01 |
andy | Uninitialized member variable. Default to "turbocharge... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
andy | Forgot to hook up the WASTEGATE control. Also, fix... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
mfranz | backspace accelerator |
commit | commitdiff | tree | snapshot |
2006-02-28 |
andy | Oops, forgot the hooks to the configuration. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
mfranz | - assign unique id to listeners |
commit | commitdiff | tree | snapshot |
2006-02-27 |
andy | Inspired by a patch from Vivian, this adds a settable... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
ehofman | Syn.c w. JSBSim. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
david | Change from Dave Perry: |
commit | commitdiff | tree | snapshot |
2006-02-26 |
david | Allow YASim flight models to override the hard-coded... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
durk | Bugfix: variable fp was deleted in both AIBase::~AIBase... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
mfranz | make abortion more efficient ;-) |
commit | commitdiff | tree | snapshot |
2006-02-23 |
mfranz | catch string exceptions |
commit | commitdiff | tree | snapshot |
2006-02-22 |
daveluff | Recent SimGear changes seem to require more additions... |
commit | commitdiff | tree | snapshot |
2006-02-22 |
daveluff | Oops - I think I introduced some dos line endings ... |
commit | commitdiff | tree | snapshot |
2006-02-22 |
daveluff | A couple of hacks to fix cygwin compilation. These... |
commit | commitdiff | tree | snapshot |
2006-02-22 |
mfranz | Stuart BUCHANAN: |
commit | commitdiff | tree | snapshot |
2006-02-21 |
mfranz | disable old ATC display. This is now done via screen... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
mfranz | new FSF address (see http://www.gnu.org/licenses/gpl... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
mfranz | set new FSF address (the whole paragraph is taken from |
commit | commitdiff | tree | snapshot |
2006-02-21 |
mfranz | - remove unused pthread mutex and condition |
commit | commitdiff | tree | snapshot |
2006-02-21 |
mfranz | new FSF address |
commit | commitdiff | tree | snapshot |
2006-02-20 |
daveluff | The current_fixlist pointer is depreciated now that... |
commit | commitdiff | tree | snapshot |
2006-02-19 |
fredb | Suppress a recurrent "no error" message, at least with... |
commit | commitdiff | tree | snapshot |
2006-02-19 |
ehofman | Mathias Fröhlich: |
commit | commitdiff | tree | snapshot |
2006-02-19 |
mfranz | display deposit depths < 1mm correctly (although this... |
commit | commitdiff | tree | snapshot |
2006-02-19 |
mfranz | make sure the dialog property tree can't disappear... |
commit | commitdiff | tree | snapshot |
2006-02-18 |
fredb | Fix line endings |
commit | commitdiff | tree | snapshot |
2006-02-18 |
fredb | Fix line endings |
commit | commitdiff | tree | snapshot |
2006-02-18 |
fredb | Update MSVC project file |
commit | commitdiff | tree | snapshot |
2006-02-18 |
fredb | Not missing but at the wrong place |
commit | commitdiff | tree | snapshot |
2006-02-18 |
mfranz | automatically unlock mutex, because wait is a cancel... |
commit | commitdiff | tree | snapshot |
2006-02-18 |
mfranz | wasn't missing |
commit | commitdiff | tree | snapshot |
2006-02-18 |
fredb | Add missing include files needed by the new math code... |
commit | commitdiff | tree | snapshot |
2006-02-18 |
fredb | Add missing include files needed by the new math code... |
commit | commitdiff | tree | snapshot |
2006-02-18 |
fredb | Define NOMINMAX |
commit | commitdiff | tree | snapshot |
2006-02-18 |
fredb | Fix Code generation option for release build |
commit | commitdiff | tree | snapshot |
2006-02-18 |
mfranz | noise reduction (flooding the terminal isn't exactly... |
commit | commitdiff | tree | snapshot |
2006-02-17 |
fredb | Remove occurence of _USE_MATH_DEFINES |
commit | commitdiff | tree | snapshot |
2006-02-17 |
fredb | MSVC fix |
commit | commitdiff | tree | snapshot |
2006-02-17 |
ehofman | MIPSpro fix. |
commit | commitdiff | tree | snapshot |
2006-02-17 |
ehofman | Remove unused files. |
commit | commitdiff | tree | snapshot |
2006-02-17 |
ehofman | Mathias Fröhlich: |
commit | commitdiff | tree | snapshot |
2006-02-17 |
ehofman | Olaf Flebbe: |
commit | commitdiff | tree | snapshot |
2006-02-16 |
mfranz | in fgWarpMouse() we need to flush all mouse motion... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
ehofman | Add support for emissive layers. |
commit | commitdiff | tree | snapshot |
next |