Skip to content

Commit 56322a6

Browse files
committed
Version 1.7
* NAPTR type observed * NAPTR order and prio observed * Weighted random
1 parent 0cdd4f9 commit 56322a6

File tree

8 files changed

+714
-546
lines changed

8 files changed

+714
-546
lines changed

Diff for: .gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/terramaster.properties
2+
/terramaster0.log.0
3+
/terramaster0.log.1
4+
/terramaster0.log.2
5+
/terramaster0.log.3
6+
/.settings/
7+
/ant-bin/
8+
/bin/

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ http://mpmap02.flightgear.org
2626
1. Start the program using the command "java -jar terramaster.jar"
2727
(double-clicking the terramaster.jar file may also work)
2828
2. Click the 'Settings' icon to set the path to your FlightGear scenery folder.
29-
3. User preferences are stored in the file "terramaster.properties".
29+
3. Select HTTP for the new scenery infrastructure
30+
4. User preferences are stored in the file "terramaster.properties".

Diff for: manifest

+5
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
Class-Path:
22
Main-Class: TerraMasterLauncher
3+
Name:
4+
Specification-Title: Terramaster
5+
Specification-Version: 1.7
6+
Implementation-Version: 1.7
7+
Implementation-Vendor:

0 commit comments

Comments
 (0)