updated stuffs for 1.0.5

This commit is contained in:
Paul Liverman III
2015-11-10 14:08:23 -08:00
parent 1b82bece2b
commit db6cfebf32
11 changed files with 39 additions and 51 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -2,7 +2,7 @@ AGENT
{ {
name = Guard13007 Empire name = Guard13007 Empire
description = A conglomerate company with lots of funds and no ethics. There's something shadowy behind them, but they distract with shiny funds. description = A conglomerate with lots of funds and limited ethics. There's something shadowy behind them, but everyone is distracted by their shiny products.
logoURL = Guard13007/Agencies/Guard13007Empire logoURL = Guard13007/Agencies/Guard13007Empire
logoScaledURL = Guard13007/Agencies/Guard13007Empire_scaled logoScaledURL = Guard13007/Agencies/Guard13007Empire_scaled

View File

@@ -5,13 +5,13 @@
"VERSION": { "VERSION": {
"MAJOR": 1, "MAJOR": 1,
"MINOR": 1, "MINOR": 1,
"PATCH": 4, "PATCH": 5,
"BUILD": 0 "BUILD": 0
}, },
"KSP_VERSION": { "KSP_VERSION": {
"MAJOR": 0, "MAJOR": 1,
"MINOR": 90, "MINOR": 0,
"PATCH": 0 "PATCH": 5
}, },
"KSP_VERSION_MIN": { "KSP_VERSION_MIN": {
"MAJOR": 0, "MAJOR": 0,

View File

@@ -1,23 +1,14 @@
## 1.1.4 1.1.5
- Updated .version for 1.0.5.
Updated .version for 0.90. 1.1.4
- Updated .version for 0.90.
## 1.1.3 1.1.3
- Fixed error with .version file, update checks should work now.
Fixed error with .version file, update checks should work now. 1.1.2
- Added support for KSP-AVC, which alerts you in game of mod updates if you have it.
## 1.1.2 1.1.1
- Critical fix cause I made a stupid error.
Added support for KSP-AVC, which alerts you in game of mod updates if you have it. 1.1
- Fixed flag on small list view thingie.
## 1.1.1 1.0
- Init commit.
Critical fix cause I made a stupid error.
## 1.1
Fixed flag on small list view thingie.
## 1.0
Init commit.

Binary file not shown.

Binary file not shown.

View File

@@ -2,7 +2,7 @@ AGENT
{ {
name = Kerbal Insurance Agency name = Kerbal Insurance Agency
descrition = The Kerbal Insurance Agency was formed before Kerbals realized that going into space was very dangerous. Due to legal issues, the company still exists, despite having tried to go backrupt several times. descrition = The Kerbal Insurance Agency was formed before it was determined that going into space is very dangerous. Due to legal issues, the company still exists, despite having tried to go backrupt several times.
logoURL = SlowCPU/Agencies/KerbalInsuranceAgency logoURL = SlowCPU/Agencies/KerbalInsuranceAgency
//flag created by /u/SlowCPU and stolen without permission, sorry //flag created by /u/SlowCPU and stolen without permission, sorry

View File

@@ -5,13 +5,13 @@
"VERSION": { "VERSION": {
"MAJOR": 1, "MAJOR": 1,
"MINOR": 1, "MINOR": 1,
"PATCH": 1, "PATCH": 3,
"BUILD": 0 "BUILD": 0
}, },
"KSP_VERSION": { "KSP_VERSION": {
"MAJOR": 0, "MAJOR": 1,
"MINOR": 90, "MINOR": 0,
"PATCH": 0 "PATCH": 5
}, },
"KSP_VERSION_MIN": { "KSP_VERSION_MIN": {
"MAJOR": 0, "MAJOR": 0,

View File

@@ -1,6 +1,8 @@
This mod adds a simple agency representing an insurance company. This mod adds a simple agency representing an insurance company.
The Kerbal Insurance Agency was formed before Kerbals realized that going into space was very dangerous. Due to legal issues, the company still exists, despite having tried to go backrupt several times. The Kerbal Insurance Agency was formed before it was determined that going into
space is very dangerous. Due to legal issues, the company still exists, despite
having tried to go backrupt several times.
Based on a flag created by Reddit user SlowCPU. Based on a flag created by Reddit user SlowCPU.

View File

@@ -1,15 +1,10 @@
## 1.1.2 1.1.3
- Updates .version file for 1.0.5
Updated .version file 1.1.2
- Updated .version file
## 1.1.1 1.1.1
- Added support for KSP-AVC, which alerts you in game of mod updates if you have it.
Added support for KSP-AVC, which alerts you in game of mod updates if you have it. 1.1
- Fixed scaled image.
## 1.1 1.0
- Init commit.
Fixed scaled image.
## 1.0
Init commit.