]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
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...
2010-05-24 Torsten DreyerMerge branch 'next' of gitorious.org:fg/flightgear...
2010-05-24 Torsten DreyerAdd RS, JK, D and T flip flops as components
2010-05-23 Jeff TaylorFix fgviewer segfault
2010-05-20 Torsten DreyerStuart Buchanan:
2010-05-19 James TurnerAvoid a crash with out-of-sync airport runway usage...
2010-05-11 James TurnerMerge commit 'official/next' into next
2010-05-11 James TurnerBug 131, crash with invalid ICAO in the ATCDCL code...
2010-05-11 Durk TalsmaJust a tiny (cosmetic) change to get some hands on...
2010-05-09 James TurnerFix MinGW compilation of js_server.
2010-05-09 James TurnerFix MinGW compilation of TerraSync
2010-05-09 James TurnerSupport ICAO identifiers with more than four characters...
2010-05-09 Frederic BouvierAdd some words on the command line build of Visual...
2010-05-08 Frederic BouvierFix a typo
2010-05-08 Frederic BouvierMore files to ignore
2010-05-08 Frederic BouvierUpdate building procedure for MSVC 2008 Express and...
2010-05-08 Frederic BouvierPlib is in 3rdParty for Win32 build
2010-05-08 Frederic BouvierMore VS90 build files ignored
2010-05-08 Torsten DreyerTest first commit with a simple change.
2010-05-07 Frederic BouvierIgnore Win32 build files
2010-05-06 James TurnerFix terrasync svn-library linkage - not perfect but...
2010-05-06 James TurnerFixed ALUT/OpenAL framework handling on Mac with autoconf.
2010-05-06 James TurnerMore .gitignore updates for autoconf build.
2010-05-06 James TurnerAdd .gitignore files for automake/configure artefacts.
2010-05-06 James TurnerUpdate Mac configure script for new ALUT scheme; suppor...
2010-05-05 Tim MooreMerge branch 'mathias/math' into next
2010-05-05 frohlichUse methods from SGMath when possible.
2010-05-05 Tim MooreMerge branch 'fredb/msvc-cleanup' into next
2010-05-05 fredbCleanup MSVC projects, and update readme file
2010-05-05 fredbCleanup MSVC projects, and update readme file
2010-05-05 Tim MooreMerge branch 'jmt/gps'
2010-05-05 Tim MooreMerge branch 'ehofman/atc' into next
2010-05-05 ehofmantie ATIS to the listener position and orientation
2010-05-05 Tim MooreMerge branch 'jmt/gps' into next
2010-05-05 jmtFix a crash if startup fails before the navradio is...
2010-05-05 Tim MooreMerge branch 'durk/ai-atc' into next
2010-05-05 fredbsetState doesn't return a value
2010-05-05 Tim MooreMerge branch 'durk/ai-atc' into next
2010-05-05 durkExpanded ATC communication between AI aircraft and...
2010-04-25 Tim MooreMerge branch 'durk/traffic'
2010-04-25 Tim MooreMerge branch 'ehofman/generic'
2010-04-25 Tim MooreMerge branch 'vivian/tachy'
2010-04-25 Tim MooreMerge branch 'jmt/navradio'
2010-04-25 Tim MooreMerge branch 'jmt/track-bug'
2010-04-25 Tim MooreMerge branch 'vivian/mp'
2010-04-25 Tim MooreMerge branch 'ehofman/particle'
2010-04-25 Tim MooreMerge branch 'ehofman/config'
2010-04-25 Tim MooreMerge branch 'jmt/gps' into next
next