Skip to content
Started 9 yr 7 mo ago
Took 2.3 sec
Failed

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

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

Started by an SCM change

Revision: 4b0a6cab88a450c39b374a2b6bdee937c9ad7092
Repository: https://github.com/Majiir/Kethane.git
  • origin/master