2011-06-01 |
ThorstenB | Ensure window position is 0,0 for multi-display setups... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
ThorstenB | Fix Linux build (automake) |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Frederic Bouvier | Fix Linux build |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Frederic Bouvier | Fix win32 build |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Curtis L. Olson | Merge branch 'next' of gitorious.org:fg/flightgear... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
James Turner | Expose FGPositioned data via property tree, and make... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Curtis L. Olson | Merge branch 'next' of gitorious.org:fg/flightgear... |
commit | commitdiff | tree | snapshot |
2011-05-31 |
James Turner | Make basic route-manager commands be real SGCommands |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Torsten Dreyer | Remove some unused code |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Torsten Dreyer | remove inclusion of useless stdio.h |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Torsten Dreyer | Compute gravitational acceleration |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Torsten Dreyer | Don't declare static functions in header file |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Torsten Dreyer | Remove 'using namespace std' directive |
commit | commitdiff | tree | snapshot |
2011-05-30 |
Curtis L. Olson | Merge branch 'next' of gitorious.org:fg/flightgear... |
commit | commitdiff | tree | snapshot |
2011-05-29 |
ThorstenB | fix #142: initial window position |
commit | commitdiff | tree | snapshot |
2011-05-29 |
ThorstenB | Deterministic loading sequence for Nasal scripts |
commit | commitdiff | tree | snapshot |
2011-05-29 |
Frederic Bouvier | Fix linux build - auto_ptr<> needs <memory> |
commit | commitdiff | tree | snapshot |
2011-05-28 |
James Turner | Move all MP code in src/MultiPlayer. |
commit | commitdiff | tree | snapshot |
2011-05-28 |
ThorstenB | Bertrand Coconnier: bug fix for #184, JSBSim: command... |
commit | commitdiff | tree | snapshot |
2011-05-28 |
ThorstenB | issue #127: make screen shots work with OSG multi-threading |
commit | commitdiff | tree | snapshot |
2011-05-28 |
James Turner | Fix yet another subtle resize problem I introduced... |
commit | commitdiff | tree | snapshot |
2011-05-28 |
Frederic Bouvier | "Straighten" VC90 fgpanel project and add it to the... |
commit | commitdiff | tree | snapshot |
2011-05-28 |
ThorstenB | fixed #308: "Reload input" did not respect joysticks.xml |
commit | commitdiff | tree | snapshot |
2011-05-27 |
Curtis L. Olson | Merge branch 'next' of gitorious.org:fg/flightgear... |
commit | commitdiff | tree | snapshot |
2011-05-27 |
Torsten Dreyer | Provide a vc90 project file for fgpanel |
commit | commitdiff | tree | snapshot |
2011-05-27 |
Torsten Dreyer | let fgpanel compile under vc90 |
commit | commitdiff | tree | snapshot |
2011-05-26 |
James Turner | Used the simgear strutils helper, fixing a corner-case... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
James Turner | Unfortunately, the view code relies on resize being... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
James Turner | Factor timeofday command into the TimeManager |
commit | commitdiff | tree | snapshot |
2011-05-25 |
James Turner | Merge branch 'refs/heads/topics/loadfp' into next |
commit | commitdiff | tree | snapshot |
2011-05-25 |
James Turner | Make --flight-plan option delegate to the route-manager... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
James Turner | First attempt at support for loading airport XML files... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
James Turner | Minor cleanup of resize() handler, while tracing down... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Vivian Meazza | Add the capability of switching slaved objects at runtime. |
commit | commitdiff | tree | snapshot |
2011-05-22 |
ThorstenB | #323: Bad init sequence could segfault |
commit | commitdiff | tree | snapshot |
2011-05-22 |
ThorstenB | Some minor splash screen status improvements. |
commit | commitdiff | tree | snapshot |
2011-05-22 |
ThorstenB | Bugfix for #106: main view port aspect-ratio broken... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
James Turner | Remove remaining use of fabsf() from the code, avoid... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
ThorstenB | Fix #109: Seg faults caused by wxradar with ARC display... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Curtis L. Olson | Merge branch 'next' of gitorious.org:fg/flightgear... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
ThorstenB | Fixed blocked splash-screen on sim reset |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Curtis L. Olson | Merge branch 'next' of gitorious.org:fg/flightgear... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
ThorstenB | Require SG2.3.0 now for automake builds. |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Curtis L. Olson | Merge branch 'next' of gitorious.org:fg/flightgear... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
James Turner | Bump 'next' version to 2.3.0 - should have been done... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
ThorstenB | Fixed #321: --enable-clock-freeze freezed the splash... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
James Turner | Change occurrences of fabsf to fabs - part of tracking... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
ThorstenB | Fix win-compile for new pause command. |
commit | commitdiff | tree | snapshot |
2011-05-21 |
ThorstenB | New "pause" fgcommand. |
commit | commitdiff | tree | snapshot |
2011-05-21 |
ThorstenB | Minor renderer clean-up & performance bits. |
commit | commitdiff | tree | snapshot |
2011-05-21 |
ThorstenB | Revert "make clearcolor black, so that space is dark... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
ThorstenB | issue #316: panning not working when center-on-aircraft... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
James Turner | Change OS-X SDK/version for building RubyCocoa launcher... |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Curtis L. Olson | Merge branch 'next' of gitorious.org:fg/flightgear... |
commit | commitdiff | tree | snapshot |
2011-05-14 |
ThorstenB | Continuous replay: use correct replay duration |
commit | commitdiff | tree | snapshot |
2011-05-14 |
ThorstenB | Looped replay feature |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Torsten Dreyer | Replace round by simgear::SGMiscd::roundToInt() |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Curtis L. Olson | Merge branch 'next' of gitorious.org:fg/flightgear... |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Torsten Dreyer | Expose JSBSim turbulence models |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Torsten Dreyer | Remove unused class SGEnviro |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Curtis L. Olson | Merge branch 'next' of gitorious.org:fg/flightgear... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Curtis L. Olson | Fix a problem with the YASim turbulence model. This... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
ThorstenB | #310: c++ header dependency |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Curtis L. Olson | Blindly attempt to add AV400WSim.[ch]xx to the VC90... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Curtis L. Olson | Hopefully add AV400WSim.cxx to the cmake system (not... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Curtis L. Olson | Bruce Hellstrom @ ATC Flight Sim. |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Stuart Buchanan | Add x-offset-m and y-offset-m to move-cloud command. |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Torsten Dreyer | Merge commit 'refs/merge-requests/1554' of git://gitori... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Erik Hofman | Sync. with JSBSim CVS, now properly |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Stuart Buchanan | Further updates to 3D clouds |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Stuart Buchanan | Merge branch 'next' of git://gitorious.org/fg/flightgear |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Stuart Buchanan | Improved 3D cloud support |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Frederic Bouvier | Remove vim swap file |
commit | commitdiff | tree | snapshot |
2011-04-18 |
ThorstenB | Automatic tower positioning |
commit | commitdiff | tree | snapshot |
2011-04-17 |
ThorstenB | ADF2 support |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Erik Hofman | Merge branch 'next' of git://gitorious.org/fg/flightgea... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Erik Hofman | Lauri Peltonen: make clearcolor black, so that space... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
ThorstenB | Wish #304: MapWidget's center-on-aircraft button should... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
ThorstenB | Clear OSG object cache on scenery reload |
commit | commitdiff | tree | snapshot |
2011-04-14 |
ThorstenB | Minor file mode issue. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
ThorstenB | Adrian Musceac: #303, YASim solver settings |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Torsten Dreyer | Add fgpanel to the automake build system |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Torsten Dreyer | Initial commit of the fgpanel code |
commit | commitdiff | tree | snapshot |
2011-04-13 |
ThorstenB | Fixed minor memory leak on joystick reload. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Anders Gidenstam | Fixed some memory leaks. Thanks to Andreas Gaeb for... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Erik Hofman | One step ahead of JSBSim CVS. |
commit | commitdiff | tree | snapshot |
2011-04-03 |
ThorstenB | Improve OSG caching. |
commit | commitdiff | tree | snapshot |
2011-04-03 |
ThorstenB | On-demand loading of Nasal modules. |
commit | commitdiff | tree | snapshot |
2011-04-02 |
ThorstenB | Minor clean-up (fixed renamed subsystems) |
commit | commitdiff | tree | snapshot |
2011-04-02 |
ThorstenB | Support optional Nasal modules in fgdata/Nasal/MyModuleFoo |
commit | commitdiff | tree | snapshot |
2011-03-29 |
ThorstenB | fix #296: FDMshell+TankProperties not bound after sim... |
commit | commitdiff | tree | snapshot |
2011-03-27 |
ThorstenB | Renaming / more consistent naming. |
commit | commitdiff | tree | snapshot |
2011-03-27 |
ThorstenB | New property reporting worst-case frame latency. |
commit | commitdiff | tree | snapshot |
2011-03-27 |
ThorstenB | Slightly brighter blue color level for map widget |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Stuart Buchanan | Improve display of shipping in map widget. |
commit | commitdiff | tree | snapshot |
2011-03-24 |
ThorstenB | Minor replay issues |
commit | commitdiff | tree | snapshot |
2011-03-24 |
ThorstenB | Minor replay issues |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Curtis L. Olson | Merge branch 'next' of gitorious.org:fg/flightgear... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Curtis L. Olson | Variant of innosetup config file for developer snapshot... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
ThorstenB | Bertrand Coconnier: Fix instant replay with JSBSim... |
commit | commitdiff | tree | snapshot |
next |