]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
2010-08-01 Durk TalsmaAdded some stubs in the flightgear main code to eventua...
2010-08-01 Durk TalsmaSilence a debug message that was accidentally left...
2010-07-31 James TurnerFix up Win32 GUI code after simgear/screen cleanup...
2010-07-31 James TurnerRemove use of simgear/screen/extensions.h.
2010-07-31 Durk TalsmaProperly compile kln89 code without reliance on ATCDCL.
2010-07-31 Frederic BouvierDisable ATCDCL and fix replacement layer
2010-07-30 James TurnerDisable a test built entirely on Point3D and PLIB/SG
2010-07-30 James TurnerThorsten: EGPWS fixes!
2010-07-30 James TurnerRemoves some references (in comments / disabled code...
2010-07-29 James TurnerSet the key SGModelLib callback to make aircraft-dir...
2010-07-28 James TurnerAdd --fg-aircraft option, and aircraft dir path list...
2010-07-28 James TurnerMake various implicit includes (via PLIB) explicit.
2010-07-27 Durk TalsmaChange default status of atcdcl compilation from 'enabl...
2010-07-27 Durk TalsmaMerge branch 'next' of git@gitorious.org:fg/flightgear...
2010-07-24 Torsten Dreyer(Re)allow duplicate names for A/P stages
2010-07-24 Durk TalsmaMerge branch 'next' of git@gitorious.org:fg/flightgear...
2010-07-24 Durk Talsma- Trying to improve waypoint following.
2010-07-23 Cutis L. OlsonCall the new particle wind setting function with wind...
2010-07-23 James TurnerRemove all (2) uses of simgear/math/vector.h from Fligh...
2010-07-23 James TurnerFix issues exposed by PLIB-free SimGear.
2010-07-22 James TurnerClean up names in --show-aircraft; avoid -set.xml suffixes.
2010-07-21 James TurnerThorsten: work around crashes when re-positioning,...
2010-07-20 Torsten DreyerBugfix: set temp and dewpoint from the gui
2010-07-18 Durk TalsmaMerge branch 'next' of git@gitorious.org:fg/flightgear...
2010-07-17 Torsten DreyerBugfix: wrong interpolation of winds aloft
2010-07-17 James TurnerRewrite --show-aircraft and --aircraft handling to...
2010-07-17 James TurnerConvert scenery path setup to use simgear::Dir
2010-07-17 James TurnerConvert --show-aircraft to use simgear::Dir
2010-07-17 Erik Hofmanadjust gamma based on time of day
2010-07-16 Torsten DreyerMerge branch 'next' of gitorious.org:fg/flightgear...
2010-07-16 Torsten DreyerKeep the windows users happy with the new JSBSim merge
2010-07-16 Erik Hofmandon't forget to update the Makefile
2010-07-16 Erik HofmanSync with JSBSim CVS
2010-07-16 Erik HofmanSync with JSBSim CVS
2010-07-13 James TurnerMerge branch 'topics/bug141' into next
2010-07-13 Torsten DreyerCompute /position/altitude-agl-ft in MagicCarpet FDM
2010-07-13 James TurnerEnsure sim/signals/fdm-initialized is only fired on...
2010-07-09 Durk TalsmaMerge branch 'next' of git@gitorious.org:fg/flightgear...
2010-07-08 James TurnerFix bug 141, by ensuring certain subsystems are assigne...
2010-07-04 Durk TalsmaWhoops, forgot to add this file.
2010-07-04 Durk TalsmaMake sure that takeoff distance calculations are done...
2010-07-02 James TurnerOne more juggle to appease the linker gods.
2010-07-02 James TurnerJuggle fgfs link order to keep GNU ld happy.
2010-07-02 James TurnerInclude of aircraft.hxx that slipped under the radar...
2010-07-01 James TurnerFix configure.ac breakage - I would remove the one...
2010-07-01 James TurnerAnd removal of the actual files.
2010-07-01 James Turneraircraft.[cxx|hxx] is gone.
2010-07-01 James TurnerRename reInit() method to 'resetSimulator', and documen...
2010-07-01 James TurnerClean fg_init.hxx
2010-07-01 James TurnerRemove current_aircraft global, fgAIRCRAFT struct,...
2010-07-01 James TurnerTrivial cleanup commit, to test continuous integration...
2010-07-01 James TurnerClarify warnings from fgUntie, and fix one source of...
2010-06-29 Torsten DreyerOne more try to fix the Windows build
2010-06-28 Torsten DreyerMerge branch 'next' of gitorious.org:fg/flightgear...
2010-06-28 Torsten DreyerFix three bugs in the new autopilot code
2010-06-28 Torsten DreyerFix two bugs in the new autopilot code
2010-06-28 Torsten DreyerOne more fix for a working windows build.
2010-06-27 James TurnerAdd license / copyright info to newly added files.
2010-06-27 Torsten DreyerFix build on Windows
2010-06-27 Torsten DreyerMerge branch 'next' of gitorious.org:fg/flightgear...
2010-06-27 Torsten DreyerFix build on Windows
2010-06-27 Torsten DreyerFix build on Windows
2010-06-27 Durk TalsmaMake sure also not to try running AI_mgr when compiling...
2010-06-26 Torsten Dreyerfix assertion in sunsolver.cxx with --timeofday=xx
2010-06-26 Torsten Dreyergcc warning fixes
2010-06-26 Torsten Dreyerconfig.h-msvc* restoration
2010-06-26 Torsten DreyerDon't crash if built with --disable-atcdcl
2010-06-26 James TurnerLFSGlass was accidently ommitted from the cur_fdm_state...
2010-06-26 James TurnerFix automake build after mainloop changes - especially...
2010-06-26 James TurnerMerge branch 'topics/mainloop' into next
2010-06-26 James TurnerRemove uses of the global FDM interface in the cockpit...
2010-06-26 James TurnerFix ordering of aircraft-model updates against flight...
2010-06-26 James TurnerAutomake updates.
2010-06-26 James TurnerInitial work on FDM shell, and removal of cur_fdm_state
2010-06-26 James TurnerWrap SGEphemeris in a subsytem/property interface,...
2010-06-26 James TurnerMake FGAircraftModel more subsystem-alike, move update...
2010-06-26 Erik Hofmangcc issues 'format not a string literal and no format...
2010-06-25 Torsten DreyerMove the flipflop implementations into the correct...
2010-06-25 Torsten DreyerSome more src docs for the A/P implementation.
2010-06-25 Torsten DreyerSome code documentation added to the A/P flip flop...
2010-06-24 Torsten DreyerNew autopilot subsystem implementation.
2010-06-16 Mathias FroehlichUse simgear abstraction instead of directly osg for...
2010-06-15 Tim MooreLog OpenGL vendor and version string
2010-06-14 Mathias FroehlichDefault the screen and display number to a value >= 0
2010-06-06 Tim MooreRemove osgGA/MatrixManipulator include
2010-06-02 Torsten DreyerIgnore generated files config.h-msvcXX
2010-06-02 Torsten DreyerIgnore generated files
2010-06-01 Torsten DreyerMerge branch 'next' of gitorious.org:fg/flightgear...
2010-06-01 Torsten DreyerCode cleanup, inherit JK, D and T from RS and a bugfix...
2010-05-31 Tim Mooreremove references to osgGA::MatrixManipulator
2010-05-29 Mathias FroehlichFix some uninitialized value warnings.
2010-05-29 Mathias FroehlichFix some more unitialized value warnings.
2010-05-29 Mathias FroehlichFix an uninitialized value valgrind warning.
2010-05-29 Mathias FroehlichFix an uninitialized value valgrind warning.
2010-05-29 Mathias FroehlichFix an uninitialized value valgrind warning.
2010-05-29 James TurnerMerge branch 'topics/removeab' into next
2010-05-29 James TurnerRemove C++ autobrake code - this can all be done easier...
2010-05-27 Torsten DreyerRespect different behaviour of RS and SR flip flops
2010-05-27 James TurnerAllow 'property' as well as 'prop' to be used in XMLaut...
2010-05-26 James TurnerSupport <expression> in autopilot inputs, as well as...
next