Skip to content

Commit

Permalink
Merge pull request #27 from zer0Kerbal/0.9.9.9-prerelease
Browse files Browse the repository at this point in the history
# Version 0.9.9.9-prerelease - Strategic Floating

- 15 Jan 2022  
- Release for Kerbal Space Program [KSP 1.12.x] 

### Caveat Emptor: Bureaucracy

- not really suggested, but not incompatible.

## Changes

- Should now be compatible with Strategia

### Update  

- [Mission.cfg.0] renamed to [Mission.cfg] (now on by default)  
- [TrackingStation.cfg.0] renamed to [TrackingStation.cfg] (now on by default)  
- [Administration.cfg.0] renamed to [Administration.cfg] (now on by default)  
- spelling and grammar linting
- fixed charge in Administration for level 1 cost (38000 from 37500)
- Update [ResearchandDevelopment.cfg] to fix the floating point comparison error

### wiki  

- completed  - still needs polish/fact pass

### Status
- closes #16 - 20.1 / 45.1 bug
- closes #19 - Smarter Patches
- closes #25 - Strategia compatibility

- closes #24 - 0.9.9.9 - Social Media documentation
- closes #23 - Release 0.9.9.9-prerelease documentation
- closes #22 - 0.9.9.9 Update documentation documentation
- closes #21 - 0.9.9.9 Legal MumboJumbo documentation
- closes #20 - Version 0.9.9.9-prerelease documentation
- closes #12 - 0.9.3.0 beta - contributed by zer0Kerbal
- closes #18 - Update ResearchandDevelopment.cfg - contributed by zer0Kerbal
- closes #26 - Strategia compatibility - Pull request- contributed by zer0Kerbal
- closes #10 - include a note informing users
- closes #13 - Help Wanted - Test enhancement
- closes #14 - Localization
  • Loading branch information
zer0Kerbal authored Jan 18, 2022
2 parents ab47673 + 3a77d34 commit 3b1d24e
Show file tree
Hide file tree
Showing 64 changed files with 2,656 additions and 1,408 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# .gitattributes v2.0.0.0

# Auto detect text files and perform LF normalization
# http://davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/
* text=auto
Expand Down
50 changes: 50 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# These settings are synced to GitHub by https://probot.github.io/apps/settings/

repository:
# See https://docs.github.com/en/rest/reference/repos#update-a-repository for all available settings.

# The name of the repository. Changing this will rename the repository
name: Komplexity

# A short description of the repository that will show up on GitHub
description: KSC building levels spread out to ten levels instead of the stock four levels. For Kerbal Space Program

# A URL with more information about the repository
homepage: https://forum.kerbalspaceprogram.com/index.php?/topic/202749-*

# A comma-separated list of topics to set on the repository
topics: custombarnkit, github, mod, kerbal, kerbalspaceprogram, ksp, ksp-mods, kerbal-space, kerbal-space-program, kerbal-mods, ckan, curseforge, spacedock, zer0Kerbal, zedk

# Either `true` to make the repository private, or `false` to make it public.
private: false

# Either `true` to enable issues for this repository, `false` to disable them.
has_issues: true

# Either `true` to enable projects for this repository, or `false` to disable them.
# If projects are disabled for the organization, passing `true` will cause an API error.
has_projects: true

# Either `true` to enable the wiki for this repository, `false` to disable it.
has_wiki: true

# Either `true` to enable downloads for this repository, `false` to disable them.
has_downloads: true

# Updates the default branch for this repository.
default_branch: master


# Labels: define labels for Issues and Pull Requests
labels:
- name: Version 0.9.9.9-prerelease
# If including a `#`, make sure to wrap it with quotes!
color: 336699
description: last prerelease before full release.

# Milestones: define milestones for Issues and Pull Requests
milestones:
- title: Version 0.9.9.9-prerelease
description: Version 0.9.9.9-prerelease - last prerelease before full release.
# The state of the milestone. Either `open` or `closed`
state: open
6 changes: 4 additions & 2 deletions .github/workflows/AVC-VersionFileValidator.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# v1.3.1
# This is a standard workflow to validate all .version files
# found in the root directory of the repository and any subdirectories,
# whenever something is pushed to any branch in the repository, or to a "foreign" branch active in a pull request.
Expand All @@ -15,5 +16,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Validate files
uses: DasSkelett/AVC-VersionFileValidator@v1
- name: KSP-AVC Version File Validator
uses: DasSkelett/[email protected]

13 changes: 7 additions & 6 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# 1.1.0.1 - 2 Dec 2021
# An action for filtering pull requests and issues from first-time contributors.
# https://github.com/marketplace/actions/first-interaction

name: Greetings

on: [pull_request, issues]
on: [pull_request, issues, issue_comment, discussion_comment, fork, gollum]

jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Message that will be displayed on users first issue'
pr-message: 'Message that will be displayed on users first pull request'
issue-message: 'Thank you. Kindly read [contributiing.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CONTRIBUTING.md), [code_of_conduct.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CODE_OF_CONDUCT.md) and [styleguide.md](https://github.com/zer0Kerbal/.github/blob/master/.github/STYLEGUIDE.md). These are boilerplate.'
pr-message: 'Thank you. Kindly read [contributiing.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CONTRIBUTING.md), [code_of_conduct.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CODE_OF_CONDUCT.md) and [styleguide.md](https://github.com/zer0Kerbal/.github/blob/master/.github/STYLEGUIDE.md). These are boilerplate.'
25 changes: 23 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Prerequisites
# .gitignore v2.0.0.3

# Prerequisites
*.d

# Compiled Object files
Expand Down Expand Up @@ -48,7 +50,6 @@


# zer0Kerbal common files
LegalMumboJumbo/
Archive/
Old/
flaticons/
Expand All @@ -57,6 +58,14 @@ old/*
NetKAN/*
images.txt
shields.md
buildRelease.bat
buildReleaseSub.bat
deploy.bat
deploySub.bat
_buildRelease.bat
_buildReleaseSub.bat
_deploy.bat
_deploySub.bat
mod.version
regex4loc.txt
_*
Expand Down Expand Up @@ -96,6 +105,17 @@ TestResult.xml
# MemoryCaptures can get excessive in size.
# They also could contain extremely sensitive data
/[Mm]emoryCaptures/
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/

# Asset meta data should only be ignored when the corresponding asset is also ignored
!/[Aa]ssets/**/*.meta
Expand Down Expand Up @@ -152,3 +172,4 @@ crashlytics-build.properties
/[Aa]ssets/[Ss]treamingAssets/aa.meta
/[Aa]ssets/[Ss]treamingAssets/aa/*
graphics/Thumbs.db
*.old
120 changes: 0 additions & 120 deletions Changelog.cfg

This file was deleted.

68 changes: 0 additions & 68 deletions GameData/KGEx/Komplexity/0.9.3.0.md

This file was deleted.

Loading

0 comments on commit 3b1d24e

Please sign in to comment.