Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.8.99.0-adoption - <Thank you GagaX edition #63

Merged
merged 1,435 commits into from
Aug 24, 2022
Merged

Conversation

zer0Kerbal
Copy link
Owner

Version 1.8.99.0-adoption - <Thank you GagaX edition

  • 21 Aug 2022
  • Released for Kerbal Space Program 1.12.3

Summary 1.8.99.0-adoption

  • First of several staged updates
  • Hard dependency is Rusty Star Shipyards (RSS)
    • provides agent, flags, and other common files
  • Only parts that have been updated are included
    • all subsequent releases should have these parts (and more)
    • 15 Command
    • 3 Control
    • 2 CompoundParts
  • Updated License: CC BY-ND 4.0

Adopted by zer0Kerbal

Update License

  • Updated License: CC BY-ND 4.0
    • was: CC BY-NC-ND 4.0
  • closes Update License #13 - Update License

Infrastructure 1.8.99.0

  • [RustyStarRockets.version]
    • update
    • remove
      • KSP_VERSION_MAX
  • Create
    • Hero.png
  • closes Create HeroLogo.png #8 - Create Hero.png

Config 1.8.99.0

  • Add localized tags to parts
  • Create RustyStarRockets.cfg
    • [RustyStarRockets.cfg] v1.0.0.0
      • adds localized tags to parts
  • closes Create RustyStarRockets.cfg #12 - Create RustyStarRockets.cfg

Parts

  • Fix
    • Sphere
      • soundFx
      • GFx
  • Lint
    • too many changes to document
  • Add
    • header
    • Add/Update [DRAG_CUBE]
  • Rename parts and part file
    • Command
      • KerbalInTheBox --> rsr-KerbalInTheBox
      • RSR_Avion --> rsr-avion
      • RSR_Avion2 --> rsr-avion-2
      • RSR_HQ --> rsr-hq
      • RSR_Inline_Cockpit --> rsr-cockpit-inline
      • RSR_SubCP --> rsr-sub-pod
      • RSRmk2Cockpit --> rsr-cockpit-mk2
      • RSRSkullPod --> rsr-skull-pod
      • RustyCapsuleS2 --> rsr-capsule-250
      • RustyCapsuleS2_2 --> rsr-capsule-250-rtg
      • RustyCapsule --> rsr-capsule-125
      • RustyCapsuleAvion --> rsr-capsule-avion-125
      • Size2AvionCockpit --> rsr-capsule-avion-250
      • sphere --> rsr-sphere-125
    • Compound
      • RSRstrutConnector --> rsr-strut-connector
      • RSRfuelLine --> rsr-fuelLine
    • Control
      • RustyRCS_block --> rsr-rcs-block
      • RustyReactionWheel --> rsr-rw-125
      • RustyReactionWheel2 --> rsr-rw-250
  • updates [DRAG_CUBE] #14 - [DRAG_CUBE]

ghostparts

  • Create
    • [ghostparts.cfg]
    • this patch which will go away
  • closes ghostparts #61 - ghostparts

Create Thumbs

Asset Updates

  • create Assets/ folder
  • convert from mesh to MODEL
  • convert from .tga (470kb) --> png (148kb)
  • Rename and relocate
    • models to unique names
      • Command
        • model.mu - rsr-KerbalInTheBox.mu
        • NewModel.mu --> rsr-avion.mu
        • model.mu --> rsr-avion-2.mu
        • model.mu --> rsr-hq.mu
        • NewModel.mu --> rsr-cockpit-inline.mu
        • NewModel.mu --> rsr-sub-pod
        • mk2cockpit.mu --> rsr-cockpit-mk2.mu
        • NewModel.mu --> rsr-sub-pod
        • model.mu --> rsr-capsule-250
        • model.mu --> rsr-capsule-250-rtg.mu
        • model.mu --> rsr-capsule-125.mu
        • model.mu --> rsr-capsule-avion-125.mu
        • NewModel.mu --> rsr-capsule-avion-250.mu
        • sphere.mu --> rsr-sphere.mu
      • Compound
        • model.mu --> rsr-strut-connector.mu
        • model.mu --> rsr-fuelLine.mu
      • Control
        • NewModel.mu --> rsr-rcs-block.mu
        • model.mu --> rsr-rw-125.mu
        • model.mu --> rsr-rw-250.mu
    • textures to unique names
  • update
    • model pointers (.png et al to .dds)
    • model texture pointers to new names
  • relocate assets to Assets/
  • eliminate
    • duplicate textures
    • duplicate models
  • relocate part.cfg to Parts/
  • updates Part Asset Updates #11 - Asset Updates

Convert Sound Assets

  • Convert
    • sound_gecko
    • sound_iguana
    • sound_komodo
    • soundSPHERE
      • from wav to ogg
      • from 9.42mb --> 374kb
  • closes Sound Asset Updates #60 - Convert Sound Assets

Localization 1.8.99.0

Archival Releases

  • fixed bugs found while creating
    • extra closing brace for PART{}
      • wingSquareDouble2.cfg
    • missing closing brace for PART{}
      • RustyWing.cfg
      • RustyWingD.cfg
      • RustyFuelTankSphere3.cfg
    • extraneous closing brace
      • RSRmk2Cockpit.cfg
    • [description] = split between two lines with hard returns instead of \n\n
      • RadialParachute2.cfg
      • RSR_RadialParachute2.cfg
      • transport.cfg
      • RSR_HH.cfg
      • RSR_radial.cfg
      • DrogueChute.cfg
      • RadialParachute2.cfg
  • closes [Bug 🐞]: part.cfg errors #46 - [Bug]: part.cfg errors

GitHub Pages 1.8.99.0

  • docs/
    • [_config.yml]
    • [Attribution.md] v1.0.7.1
    • [ManualInstallation.md] v1.1.8.0
    • [404.md] v1.0.3.2
    • [LegalMumboJumbo.md] v1.0.5.1
    • [Localizations.md] v1.1.7.0
    • [Marketing.md] v1.0.1.0
    • [Notices.md] v1.0.1.0
    • [Disclaimer.md] v1.0.1.0
    • [HowItWorks.md] v1.1.0.0
    • [PartsCatalog.md] v1.1.4.1
    • [resourceFlow.md] v1.0.1.0
    • [Why.md] v1.1.0.0
  • closes Create GitHub Pages #7 - Create GitHub Pages

Status 1.8.99.0


@zer0Kerbal zer0Kerbal added the semantic: adoption relating to adoption label Aug 24, 2022
@zer0Kerbal zer0Kerbal added this to the 1.8.99.0-adoption milestone Aug 24, 2022
@zer0Kerbal zer0Kerbal self-assigned this Aug 24, 2022
Copy link
Owner Author

@zer0Kerbal zer0Kerbal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🏉

@zer0Kerbal zer0Kerbal merged commit 0b7368a into master Aug 24, 2022
@zer0Kerbal zer0Kerbal deleted the 1.8.99.0-adoption branch August 24, 2022 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment