Skip to content
Changes
- Update version checks for KSP 0.90. (commit: 87131c7)
—
bill /
githubweb
- Bump Kethane's version. (commit: bc64d77)
—
bill /
githubweb
- Fix heavy drill rescaling (commit: 48f8d3c)
—
majiir /
githubweb
- Version 0.9.2 (commit: 0bdab2f)
—
majiir /
githubweb
- Move Cell to its own namespace (commit: 0719de5)
—
majiir /
githubweb
- Lift Cell.Map to a namespace-level class (commit: 652abe2)
—
majiir /
githubweb
- Lift Cell.Set to a namespace-level class (commit: be87d24)
—
majiir /
githubweb
- Rename Map -> CellMap (commit: d09ce32)
—
majiir /
githubweb
- Rename Set -> CellSet (commit: dbd70d7)
—
majiir /
githubweb
- Move ChildType to its own file (commit: bb759ee)
—
majiir /
githubweb
- Remove unused using directive (commit: 6a89ebc)
—
majiir /
githubweb
- Explicitly bring UnityEngine types into scope (commit: 7fe32bf)
—
majiir /
githubweb
- Lift Cell.BoundsMap to a namespace-level class (commit: 3423d46)
—
majiir /
githubweb
- Move integer math functions to GeodesicGrid namespace (commit: 872ae4b)
—
majiir /
githubweb
- Rename IntPow -> Pow (commit: 5accecd)
—
majiir /
githubweb
- Inline ToByteArray extension method (commit: c8c0be9)
—
majiir /
githubweb
- Lift Cell.Triangle to a namespace-level class (commit: 87b606c)
—
majiir /
githubweb
- Remove unused using directive (commit: dba22af)
—
majiir /
githubweb
- Expose getFirstParent() as GetParent() (commit: dce52c6)
—
majiir /
githubweb
- Expose getNeighbor() as GetFrontNeighbor() (commit: a3b694b)
—
majiir /
githubweb
- Lift Cell.Triangle to a namespace-level class (commit: 4390636)
—
majiir /
githubweb
- Move EnumerableExtensions to new namespace (commit: bb21be1)
—
majiir /
githubweb
- Enumerable extension class is public so it can be accessed across (commit: f0e05b8)
—
majiir /
githubweb
- Replace WithMin/WithMax methods with MinBy/MaxBy and associated (commit: 381b369)
—
majiir /
githubweb
- Improvements to Append/Prepend enumeration and arguments checking (commit: 812fd10)
—
majiir /
githubweb
- Move Append/Prepend methods to own file (commit: 62c4954)
—
majiir /
githubweb
- Move Pair struct to its own file (commit: 4cc5d7b)
—
majiir /
githubweb
- Reimplement AdjacentPairs as a composition of RepeatFirst and Edges (commit: a4cd913)
—
majiir /
githubweb
- Add Toolbar 1.7.6 reflection wrapper (commit: 7a082eb)
—
majiir /
githubweb
- Use Toolbar wrapper instead of separate assembly (commit: 8a3b19a)
—
majiir /
githubweb
- Move PartModule classes to their own namespace (commit: a5cb4db)
—
majiir /
githubweb
- Create Utilities namespace for installers and checkers (commit: 4dea5ad)
—
majiir /
githubweb
- Create Scenarios namespace for tutorials and future ScenarioModules (commit: 82af687)
—
majiir /
githubweb
- Clean up resource definition loading (commit: ad80573)
—
majiir /
githubweb
- Move resource generator implementations to new namespace (commit: 16b9532)
—
majiir /
githubweb
- Eliminate GetDepositUnder method (commit: 105f9c3)
—
majiir /
githubweb
- Extract LoadBodyResources from OnLoad (commit: 0165af5)
—
majiir /
githubweb
- Eliminate resourceName parameter (commit: c9fcf45)
—
majiir /
githubweb
- Extract LoadResource from OnLoad (commit: 3bb0024)
—
majiir /
githubweb
- Eliminate resourceName parameter (commit: aafe7cd)
—
majiir /
githubweb
- Reset scans along with body data (commit: a0e65f8)
—
majiir /
githubweb
- Remove save file upgrade code. This breaks compatibility with pre-0.8.1 (commit: f65599a)
—
majiir /
githubweb
- Extract saveBodyData from OnSave (commit: 6d0bf36)
—
majiir /
githubweb
- Create BodyResourceData class to encapsulate scan data and body resource (commit: ec63cf4)
—
majiir /
githubweb
- Re-inline saveBodyData (commit: a44b423)
—
majiir /
githubweb
- Create ResourceData class to encapsulate state for each resource (commit: 625886f)
—
majiir /
githubweb
- Hide internal resources dictionary behind indexer (commit: 048b216)
—
majiir /
githubweb
- Formatting and unused using directives (commit: 1a81a68)
—
majiir /
githubweb
- Clean up unused resource file (commit: 800e062)
—
majiir /
githubweb
- Eliminate PartModules dependency on EnumerableExtensions (commit: 3df9e5d)
—
majiir /
githubweb
- Move otherwise unused static methods from Misc to (commit: f624355)
—
majiir /
githubweb
- Remove unused methods in Misc (commit: 054a50b)
—
majiir /
githubweb
- Move GetTrueAltitude to KethaneDetector (commit: 6fda1ca)
—
majiir /
githubweb
- Move Range methods to Generators namespace (commit: a1610c2)
—
majiir /
githubweb
- Convert GetConnectedResources and SetUpAnimation to Part extension (commit: d6fd4eb)
—
majiir /
githubweb
- Move Part extension methods to PartModules namespace (commit: d914607)
—
majiir /
githubweb
- Inline infrequently used extension methods (commit: 5fe2ab6)
—
majiir /
githubweb
- Remove unused using directives (commit: 067e525)
—
majiir /
githubweb
- Move Kethane project into its own folder alongside the solution file (commit: 5a1df50)
—
majiir /
githubweb
- Create KethaneGeodesicGrid.dll assembly for restricted components. (commit: 7114386)
—
majiir /
githubweb
- Move GridLevel constant to KethaneData (commit: ce73773)
—
majiir /
githubweb
- Create UserInterface namespace for MapOverlay and other UI-related code (commit: 126899c)
—
majiir /
githubweb
- Main plugin licensed with BSD 2-Clause. (commit: 85f5adc)
—
majiir /
githubweb
- Ensure license file always accompanies the assembly (commit: 890fa07)
—
majiir /
githubweb
- Rename LICENSE.txt -> Kethane-LICENSE.txt (for consistency with (commit: 3844fd2)
—
majiir /
githubweb
- Remove unused variable (commit: 5dd0306)
—
majiir /
githubweb
- Eliminate ICellResource in favor of parameterized methods (commit: f11229c)
—
majiir /
githubweb
- Reuse the empty body resources object (commit: 81ffc76)
—
majiir /
githubweb
- Copy map instead of passing it along (commit: ea36d4d)
—
majiir /
githubweb
- Remove unnecessary assembly references (commit: 684235a)
—
majiir /
githubweb
- Rename KethaneGeodesicGrid -> GeodesicGrid (commit: 013c31b)
—
majiir /
githubweb
- Remove GeodesicGrid from Kethane. (commit: 5ea5a69)
—
majiir /
githubweb
- Add KethaneToolbar.dll to InstallCleanup's delete list (commit: 2c2e276)
—
majiir /
githubweb
- New license summary (commit: f90a089)
—
majiir /
githubweb
- Version 0.9 (commit: 833181f)
—
majiir /
githubweb
- Add copyright notice in AssemblyInfo (commit: e9297dd)
—
majiir /
githubweb
- Move null body node check to BodyResourceData.Load() (commit: 3a8f47e)
—
majiir /
githubweb