]> git.mxchange.org Git - flightgear.git/history - src
Fix bug 150 (airports not found in GPS search)
[flightgear.git] / src /
2010-08-14 James TurnerFix bug 150 (airports not found in GPS search)
2010-08-14 James TurnerThorsten Brehm: GPWS: Fixed permanent blocking of lower...
2010-08-12 Torsten Dreyeruse simgear::strutils::rpad() instead of strncpy()
2010-08-09 James TurnerEven more std::string fixes.
2010-08-09 James TurnerOne more std::string fixup.
2010-08-09 James TurnerFix 'using std::' abuses
2010-08-07 James TurnerEven more imlicit includes becoming explicit.
2010-08-07 James TurnerMake even more implict includes explicit.
2010-08-06 Torsten DreyerInterpret environment variables and hostname on Windows
2010-08-06 Torsten DreyerFix segfault on invalid command line arguments
2010-08-04 Erik HofmanFix a startup offset problem
2010-08-04 James TurnerCreate TimeManager subsystem, and collect the time...
2010-08-03 Anders Gidenstamsrc/Model/panelnode.cxx: Do not leave dangling pointers...
2010-08-03 Erik HofmanSync. with JSBSim CVS.
2010-08-03 Frederic BouvierMerge commit 'refs/merge-requests/1552' of git://gitori...
2010-08-02 David LuffRemove old AI system
2010-08-02 Vivian MeazzaMerge branch 'next' of D:\Git_New\flightgear into next
2010-08-01 James TurnerRevert "Create TimeManager subsystem" - not quite ready...
2010-08-01 James TurnerOnce again, I forgot that we bind() subsystems *before...
2010-08-01 Vivian MeazzaMerge branch 'next' of D:\Git_New\flightgear into next
2010-08-01 James TurnerCreate TimeManager subsystem, and collect the time...
2010-08-01 James TurnerReset - instruments can be re-inited now (reloads XML...
2010-08-01 James TurnerMake saveInitialProperties smarter, and hence simplify...
2010-08-01 Frederic BouvierFix MSVC compilation
2010-08-01 Durk TalsmaMerge branch 'next' of git://gitorious.org/fg/flightgea...
2010-08-01 Frederic BouvierCompile with MSVC10
2010-08-01 Durk TalsmaBecause the new code is a stub, it really ought to...
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-08-01 Vivian MeazzaMore tidying
2010-08-01 Vivian MeazzaMerge branch 'next' of D:\Git_New\flightgear into next
2010-08-01 Vivian MeazzaTidy up for commit
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 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 Vivian MeazzaMerge branch 'work4' into next
2010-07-28 Vivian MeazzaExperimental bugfix for particle wind
2010-07-28 Vivian MeazzaAdd "expiry" parameter and other changes to implement...
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 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 Vivian MeazzaRemove range criteria, add sub-submodels to any depth...
2010-07-16 Torsten DreyerMerge branch 'next' of gitorious.org:fg/flightgear...
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 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 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 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...
next