Skip to content

Changes

#5 (Jan 18, 2015, 1:56:11 AM)

  1. Update version checks for KSP 0.90. (commit: 87131c7) — bill / githubweb
  2. Bump Kethane's version. (commit: bc64d77) — bill / githubweb

#4 (Oct 7, 2014, 11:56:11 PM)

  1. Fix heavy drill rescaling (commit: 48f8d3c) — majiir / githubweb
  2. Version 0.9.2 (commit: 0bdab2f) — majiir / githubweb

#2 (Sep 8, 2014, 12:11:10 AM)

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