-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from zer0Kerbal/0.9.9.9-prerelease
# 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
Showing
64 changed files
with
2,656 additions
and
1,408 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
@@ -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.