Summary
- Update Parts.cfg (commit: 130ff03) (details)
- Update Flags.cfg (commit: e5dc7d6) (details)
- Update OtherText.cfg (commit: e6be4d0) (details)
- Update Tooltips.cfg (commit: 6721cfa) (details)
- chinese localization tags (commit: e6c8894) (details)
- delete temp files, adjust gitignores (commit: 1c00ef4) (details)
- add a bunch of using statements to disambiguate the scansat version of the HSVPicker types from stock KSP (commit: f139cd5) (details)
- Adopt KSPBuildTools (commit: f3e7d49) (details)
- misc cleanup (commit: 6fb2237) (details)
- move files from SCANassets to GameData (commit: 2bed51f) (details)
- Remove Unity/Editor/ImageEffects (commit: ad1e35c) (details)
- remove duplicated Bundler script (commit: 0e71a8e) (details)
- remove KSPBuildTools from SCANSat.unity so that it doesn't have dependencies on KSP stuff for now (commit: 25785a0) (details)
- Update unity project to 2019.4.18 (commit: 2f8fcf5) (details)
- remove all shaders that aren't part of an assetbundle (commit: 6befb86) (details)
- Fix incorrect usage of .material on the scaled mesh, causing the material to be instantiated and invalidating any previous references to the sharedMaterial. (commit: 7aa77ed) (details)
- clear static reference to the applauncher to prevent memory leak (commit: 33173d0) (details)
- fix mistake in latest Chinese localization update (commit: 6e8ea2f) (details)
- Switch to single shader bundle (this doesn't work yet) (commit: d29de72) (details)
- add plugindata/settings.cfg to .gitignore (commit: f2a7a0c) (details)
- add glcore to windows graphics pipelines and reexport assetbundles (commit: 87a2218) (details)
- add contributing file with notes about how to build (commit: 7c7ef0a) (details)
- contributing: add notes about HSVpicker (commit: 35dbbfd) (details)
- Fix cfg syntax errors (commit: 3aa9a17) (details)
- Update to KSPBuildTools 0.0.3-alpha.4 so that Scansat.unity doesn't need to be treated differently (commit: acab0bc) (details)
- Create build.yml (commit: b51204c) (details)
- reformat changelog with yaclog (commit: 3f9dfa3) (details)
- update changelog (commit: 1a3f169) (details)
- update changelog (commit: a8040de) (details)
- Set up versioning and KSPAssembly attributes with KSPBuildTools (commit: 696cd4c) (details)
- Add thumbs and releases to gitignore (commit: 727074b) (details)
- Fix #401: Fix some RPM bugs (commit: b5c2a9f) (details)
- add editorconfig and reformat all code (commit: e244141) (details)
- remove "default" config from sln (commit: da45897) (details)
- Fix #386: NRE downstream from OnLoad (commit: 2cf335e) (details)
- Fix #428: NRE in UpdateAllVesselData in sandbox mode (commit: cb76a95) (details)
- Fix #427: trim displayed version number to 2 terms (commit: 679154f) (details)
- fix formatting (commit: eaa65fa) (details)
- Fix #408: add eva construction/inventory support to scanners (commit: 5604503) (details)
- reorganize resource support patches (commit: b69b865) (details)
- more tweaks to mod support patches (commit: 8a63a54) (details)
- Fix #429: add CommunityCategoryKit support (commit: 80a1749) (details)
- updated CCK icon from Niako (commit: 655deb0) (details)
- Fix #391: remove complex stringbuilder caching (commit: 3530e04) (details)
- Fix #384: remove "enhanced for ground activity" from orbital resource scanners (commit: f04d72d) (details)
- put all scansat events in the same PAW group (commit: 1880972) (details)
- update kspbt to 0.0.4 (commit: 24c3836) (details)
- use KSPBT's logging library (commit: fc506f7) (details)
- remove unused SCANresourceTypes file (commit: f96f992) (details)
- refactor reflection code into separate files per mod (commit: de9b925) (details)
- refactor fineprint reflection a bit (commit: 17db11a) (details)
- refactoring: these don't need to be members (commit: fead7f5) (details)
- refactor more of the kopernicus on-demand loading stuff into the kopernicus file (commit: b3ddd73) (details)
- fix refactored kopernicus reflection stuff - needs fully qualified type name (commit: e649271) (details)
- Fix #431 - try to explicitly load parallax's scaled textures (commit: 5a64b14) (details)
- update changelog (commit: a6f3e97) (details)
- add create-release and validate-cfg-files workflows (commit: 3c26e21) (details)
- add version.props.versiontemplate (commit: 183d3d5) (details)
- enable .version file generation with kspbt (commit: f6f0584) (details)