Releases: Megaf/FlightGearBuilder
FlightGearBuilder 2 - Nue. The new version.
I'm to release the new version of FGB!
Now, most of the thing uses flexible shell functions.
Code is nicely commented.
PRs accepted!
Although this is a well test final release, I'm marking it as pre-release because it wasn't tested by many people yet.
V2.0-Beta
CHANGELOG
v2.0-Beta
New major release
flightgear_downloader renamed to FlightGear_Downloader.sh
flightgear_compiler renamed to FlightGear_Compier.sh
fgdata_downloader renamed to Download_Data.sh
Major changes on the functioning of the script.
By default FlightGear is installed to $HOME/FlightGear-Stable,
the next version, selected by using --next, installed to $HOME/FlightGear-Next
Uninstaller removed, to uninstall simply delete the directory.
Due to FlightGear devs mistake, now stable version is built against the
release/2020.3 branch instead of version/2020.3.6 tag.
v1.1.2020.12.14.02.42
# CHANGELOG
# v1.1.2020.12.14.02.42
# Fix scenery
v1.1
Added FlightGear Data Downloader.
More POSIX compliance. Still not fully though.
Secured "rm" commands.
Better variable definitions.
Now you can define install location by editing the INSTALL_LOCATION file.
First Stable Release
See CHANGELOG for details.
Version 1.0 Beta
# tempdir variable renamed to download_dir
# User now able to select next/testing version instead of stable.
# Changelog moved to CHANGELOG file.
# builderversion renamed to version and moved to VERSION file.
# Small change in version numbering.
# First stable version.
# Script file renamed to flightgear_builder.
# Script split in two parts, flightgear_builder which will compile FlightGear from source and flightgear_downloader which will only download and update the source.
v0.4
Version 0.2
v0.2 Removed functionality of downloading Flightgear Data. (#3)