]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
2010-11-17 Frederic BouvierUpdate README.MSVC for 64-bit build
2010-11-15 ThorstenBFreeze MP position during replay.
2010-11-15 James TurnerMerge branch 'next' of git@gitorious.org:fg/flightgear...
2010-11-14 James TurnerFix syntax for IF DEFINED conditionals
2010-11-14 James TurnerWindows version.h generation script.
2010-11-14 Tim Mooreadd a command to print information about visible object...
2010-11-14 James TurnerInclude version number in DMG name
2010-11-14 James TurnerExpose SimGear and OSG versions via properties too.
2010-11-14 ThorstenBFixed path resolution (search --fg-aircraft dirs)
2010-11-14 unknownUse version file in NSIS script
2010-11-14 James TurnerFix ordering in DMG buuilding.
2010-11-14 James TurnerUse version file to populate bundle plist.
2010-11-14 Frederic BouvierMSVC: ensure that HAVE_VERSION_H always has a value
2010-11-14 Torsten DreyerMerge branch 'next' of gitorious.org:fg/flightgear...
2010-11-14 Torsten Dreyerfix inconsitent property name fuel[-_]pump
2010-11-14 Frederic BouvierMSVC: compile with version.h if environment variable...
2010-11-14 Mathias FroehlichMake out of source builds again work.
2010-11-13 James TurnerEnsure non-Hudson BUILD_NUMBER is actually an int,...
2010-11-13 James TurnerAnother attempt at placating the shell. Everything...
2010-11-13 James TurnerWhat sucks? Autoconf sucks.
2010-11-13 James TurnerUse updated version.h if available.
2010-11-13 James TurnerAutoconf changes for more flexible versioning.
2010-11-13 ThorstenBNew property identifying missing MP planes
2010-11-11 Christian Schmittremove old .cvsignore files
2010-11-10 Torsten DreyerBugfix: no automatic runway selection with --parkpos=
2010-11-10 Torsten DreyerMake startup.nas obsolete
2010-11-09 Frederic BouvierFix a typo
2010-11-09 James TurnerInclude some missed osg plugins, thanks Fred.
2010-11-09 unknownIncluding missing OSG plugins, use LZMA compression
2010-11-08 James TurnerImproving the Win32 installer.
2010-11-08 unknownInitial work on NSIS install script
2010-11-07 ThorstenBFixed hot-spot display for 3d modes
2010-11-07 Frederic BouvierUpdate VS2010 projects : use Boost 1.44.0
2010-11-06 Frederic BouvierUpdate VS2008 projects : use Boost 1.44.0 available...
2010-11-06 James TurnerFGIO uses new SGSubsystem shutdown() logic
2010-11-05 James TurnerRemove docs relating to v1 XML HUD.
2010-11-05 James TurnerDifferent approach to running osgversion during Mac...
2010-11-04 James TurnerUse osgversion to cope with OSG version numbering changes.
2010-11-03 James TurnerDon't hard code OSG version in packaging script
2010-11-02 James TurnerIf preset-commit occurs during init, skip most re-init...
2010-11-02 James TurnerUnify reset/reposition code-paths, and ensure initial...
2010-11-02 Frederic BouvierUpdate Vs2010 projects
2010-11-02 James TurnerAdd headerpax-max-install-names, for Mac deployment.
2010-11-02 James TurnerMerge branch 'topics/mac-package' into next
2010-11-02 James TurnerInitial work on Mac nightly build packaging
2010-11-02 Torsten Dreyeradd <initialize-to> to components
2010-10-31 James TurnerUse new Simgear platform defines in Input code.
2010-10-30 Csaba HalaszAdded null pointer check to AI subsystem tear down...
2010-10-30 ThorstenBShow compiler warnings by default.
2010-10-29 ThorstenBMerge branch 'patch' into next
2010-10-29 ThorstenBFixed some compiler warnings.
2010-10-29 ThorstenBMerge branch 'next' of git://gitorious.org/fg/flightgea...
2010-10-29 James TurnerRemove a stray include that got missed.
2010-10-29 James TurnerGoodbye old HUD - and the archeology it depended upon...
2010-10-29 Frederic BouvierDon't blindly delete the global property tree on reinit
2010-10-28 James TurnerRemove persistent references to AI mananger and its...
2010-10-28 James TurnerRemove confusing default (missing) path from 2D panel...
2010-10-28 James TurnerMake use of view[0] in HUD-runway lazy.
2010-10-26 James TurnerTweak shutdown code, chasing intermittent segfaults...
2010-10-26 Torsten DreyerMerge branch 'next' of gitorious.org:fg/flightgear...
2010-10-26 Torsten Dreyer resurrection of /sim/rendering/draw-otw
2010-10-26 James TurnerFix VC90 build for JSBSim update
2010-10-26 Erik HofmanSync with JSBSim cvs + Anders' patch to get it working...
2010-10-25 Frederic BouvierDocument changes to effect files syntax: adding mipmap...
2010-10-25 Torsten DreyerCompile again, replace clib strXXX with std::string
2010-10-25 James TurnerMerge commit 'refs/merge-requests/9' of git://gitorious...
2010-10-24 ThorstenBFix occasional start-up crash when reading GUI XMLs.
2010-10-24 Anders Gidenstamsrc/Network/jpg-httpd.cxx: Include C++ C headers instea...
2010-10-24 James TurnerAutomake build fixes for PLIB net/ul removal.
2010-10-24 James TurnerConvert nasal directory() helper to use simgear::Dir
2010-10-24 James TurnerRemove direct uses of PLIB ulXXX functions
2010-10-24 James TurnerPLIB net removed from FlightGear
2010-10-24 James TurnerMake v2 HUD a top-level subsystem, so it can be reinit...
2010-10-23 ThorstenBMerge branch 'next' of git://gitorious.org/fg/flightgea...
2010-10-23 James TurnerInvestigating an intermittent shutdown crash; fix delet...
2010-10-23 Frederic BouvierUpdate Vs2010 projects
2010-10-22 ThorstenBMerge branch 'next' of git://gitorious.org/fg/flightgea...
2010-10-22 James TurnerMake the v2 HUD support reinit(), so HUDs can be reload...
2010-10-22 James TurnerMove three more subsystems into the init + update schem...
2010-10-20 ThorstenBMerge branch 'next' of git://gitorious.org/fg/flightgea...
2010-10-20 James TurnerRemove references to old (unused) airways code
2010-10-20 James TurnerFix Win32 compilation - avoid SID name clash with windows.h
2010-10-20 James TurnerAutomake build fixes for airways commit.
2010-10-20 James TurnerVS2008 project updates.
2010-10-20 James TurnerAirways/procedures code - add new data structures to...
2010-10-19 James TurnerSearch aircraft dirs when loading AI models. Thanks...
2010-10-19 James TurnerMerge commit 'refs/merge-requests/7' of git://gitorious...
2010-10-18 ThorstenBMerge branch 'next' of git://gitorious.org/fg/flightgea...
2010-10-17 James TurnerUse a property listener on the root, to observe propert...
2010-10-12 ThorstenBMerge branch 'next' of git://gitorious.org/fg/flightgea...
2010-10-12 Torsten Dreyerremove leftover debugging stuff
2010-10-11 Torsten DreyerFix timing issue on startup for auto runway selection
2010-10-09 Torsten DreyerMerge commit 'refs/merge-requests/8' of git://gitorious...
2010-10-08 Tim Moorereplace GLU functions with OSG functionality
2010-10-08 Thorsten BrehmFixed autopilot/Predictor.
2010-10-06 Thorsten BrehmMerge branch 'next' of git://gitorious.org/fg/flightgea...
2010-10-05 James TurnerRemove uneccessary explicit update of FGLight
2010-10-05 James TurnerMake MultiPlayer a well-behaved subsystem.
2010-10-05 James TurnerMake FGAircraftModel behave like a standarrd subsystem.
2010-10-05 Thorsten BrehmAnother GPWS fix: terrain clearance filter must be...
next