FlightGear Git: Difference between revisions

Jump to navigation Jump to search
→‎Repositories and branches: Repository link standardisation using {{repo link}}.
(→‎Repositories and branches: Added a link to the FGAddon article.)
(→‎Repositories and branches: Repository link standardisation using {{repo link}}.)
Line 29: Line 29:
The FlightGear project is split up in various repositories. The most important ones are listed below. Each repository contains various branches, of which one the most important ones are listed here.
The FlightGear project is split up in various repositories. The most important ones are listed below. Each repository contains various branches, of which one the most important ones are listed here.


* [http://sourceforge.net/p/flightgear/simgear simgear]: the simulation engine that FlightGear uses.
* {{repo link|site=sf|proj=simgear|text=simgear}}: the simulation engine that FlightGear uses.
** ''next'': current tip of new development. This branch should always compile and run, but various things could be broken.
** ''next'': current tip of new development. This branch should always compile and run, but various things could be broken.
** ''release/*'': containing former and ''(if there is already defined one)'' upcoming releases.
** ''release/*'': containing former and ''(if there is already defined one)'' upcoming releases.
* [http://sourceforge.net/p/flightgear/flightgear flightgear]: FlightGear itself.
* {{repo link|site=sf|proj=flightgear|text=flightgear}}: FlightGear itself.
** ''next'': current tip of new development. This branch should always compile and run, but various things could be broken.
** ''next'': current tip of new development. This branch should always compile and run, but various things could be broken.
** ''release/*'': containing former and ''(if there is already defined one)'' upcoming releases.
** ''release/*'': containing former and ''(if there is already defined one)'' upcoming releases.
* [http://sourceforge.net/p/flightgear/fgdata fgdata]: all data (default aircraft, dialogs, sounds) used by FlightGear.
* {{repo link|site=sf|proj=fgdata|text=fgdata}}: all data (default aircraft, dialogs, sounds) used by FlightGear.
** ''next'': current branch that is used with the ''next'' branch of the code.
** ''next'': current branch that is used with the ''next'' branch of the code.
** ''release/*'':  used with the ''release'' branch of the code.
** ''release/*'':  used with the ''release'' branch of the code.


Additionally there is a SVN repository called [[FGAddon]] that holds all additional aircraft, not present in the Git fgdata repository:
Additionally there is a SVN repository called [[FGAddon]] that holds all additional aircraft, not present in the Git fgdata repository:
* [http://sourceforge.net/p/flightgear/fgaddon fgaddon]: all additional (official) aircraft.
* {{repo link|site=sf|proj=fgaddon|type=svn web|text=fgaddon}}: all additional (official) aircraft.


== Related content ==
== Related content ==

Navigation menu