Skip to content

Commit

Permalink
Release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
my-th-os committed May 9, 2019
1 parent 66c1d14 commit 3239b46
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 32 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Version 0.8.1 - in progress
Version 0.8.1 - 2019-05-09
- copy & paste attributes
- more keyboard controls
- more keyboard controls - thanks to Geowil
- insert [Ins], delete [Del], copy [Ctrl-C] & paste [Ctrl+V]
- switch view on vessels/kerbals [Ctrl+Enter]
- from tree to attributes [Enter]
Expand All @@ -11,9 +11,10 @@ Version 0.8.1 - in progress
- from attributes back to tree [Esc]/[Left]
- tooltip mentions that you were always able switch tabs [Ctrl+Tab]
- attributes in kerbals tab now with same functionality as in tree
- reduced warning noise on node attachments (e.g. my own giant ship)
- bugfix about paste command checking for clipboard content
- bugfix about duplicate attributes like name, type (testing copy & paste)
- no recent KSP versions tested (pretty shure it'll work fine, please report)
- tested with KSP 1.7.0 (just a quick test since I'm personally stuck at 1.3.1)

Version 0.8 - 2018-05-05
- copy & paste nodes in the tree - thanks alot to pamidur's contribution
Expand Down
Binary file removed KML.zip
Binary file not shown.
7 changes: 4 additions & 3 deletions KML/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Version 0.8.1 - in progress
Version 0.8.1 - 2019-05-09
- copy & paste attributes
- more keyboard controls
- more keyboard controls - thanks to Geowil
- insert [Ins], delete [Del], copy [Ctrl-C] & paste [Ctrl+V]
- switch view on vessels/kerbals [Ctrl+Enter]
- from tree to attributes [Enter]
Expand All @@ -11,9 +11,10 @@ Version 0.8.1 - in progress
- from attributes back to tree [Esc]/[Left]
- tooltip mentions that you were always able switch tabs [Ctrl+Tab]
- attributes in kerbals tab now with same functionality as in tree
- reduced warning noise on node attachments (e.g. my own giant ship)
- bugfix about paste command checking for clipboard content
- bugfix about duplicate attributes like name, type (testing copy & paste)
- no recent KSP versions tested (pretty shure it'll work fine, please report)
- tested with KSP 1.7.0 (just a quick test since I'm personally stuck at 1.3.1)

Version 0.8 - 2018-05-05
- copy & paste nodes in the tree - thanks alot to pamidur's contribution
Expand Down
22 changes: 9 additions & 13 deletions KML/README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KML - Kerbal Markup Lister v0.8 - 2018-05-05 (WIP) - A persistence file editor for Kerbal Space Program
KML - Kerbal Markup Lister v0.8.1 - 2019-05-09 (WIP) - A persistence file editor for Kerbal Space Program
KSP Forum: http://forum.kerbalspaceprogram.com/index.php?/topic/133971-win-kml-persistence-file-editor/

Do you face a problem with broken docking ports or need just a little fuel-cheating? Do you got tired of editing save games in a text editor with long loading time and so much scrolling to compare different parts and vessels? So did I and decided to make a more helpful external editor to display the XML-like structure (the "KML" - Kerbal Markup Language) in a tree view and pick out vessels, kerbals and parts to be displayed in more eye-candy way.
Expand All @@ -8,13 +8,10 @@ The current version is not feature-complete but so far functional and already he
Any feedback, more testing, bug reports and suggestions are very welcome.

New Features
• copy & paste nodes in the tree - thanks alot to pamidur's contribution
• delete parts that aren't parent of any other part - thanks to Kobymaru
• support KAS CPort parts as dock type (no repair abilities yet)
• test for program files dir and being admin - thanks to EwingKang
• vessel / kerbal list filter right click (incl. un-single-select on second right click)
• search dialog can now load further items (only 100 are loaded first)
• previous and next buttons navigate through search results
• copy & paste attributes
• more keyboard controls - thanks to Geowil
• attributes in kerbals tab now with same functionality as in tree
• reduced warning noise on node attachments

Features
• open SFS and CRAFT files
Expand All @@ -27,21 +24,20 @@ Features
• display warnings about structural problems
• search for nodes, attributes and their content
• adding, inserting and deleting nodes and attributes
deletion excludes in current version
parts (need to rebuild index numbers and attachments)
copy & paste of nodes and attributes
• deletion of parts will fix part indices and connections
• deletion of kerbals and vessels will fix crew assignment
• support renaming kerbals when assigned
• send kerbal home to astronaut complex
• send vessel to low kerbin orbit
• change vessel flag in all its parts - for Enceos
• refill part resources
• repair broken docking ports and grappling devices
• tested with KSP 1.0 to 1.4
• tested with KSP 1.0 to 1.7
(newest KML version should still work with at least all these KSP versions)

TODO
• copy attributes
• identify add-on part connections (KAS)
• identify add-on part connections (only a little KAS support for now)
• change position of nodes and attributes
• more testing (uncommon vessel builds I didn't think of?)
• support multiple docking ports per part
Expand Down
22 changes: 9 additions & 13 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KML - Kerbal Markup Lister v0.8 - 2018-05-05 (WIP) - A persistence file editor for Kerbal Space Program
KML - Kerbal Markup Lister v0.8.1 - 2019-05-09 (WIP) - A persistence file editor for Kerbal Space Program
KSP Forum: http://forum.kerbalspaceprogram.com/index.php?/topic/133971-win-kml-persistence-file-editor/

Do you face a problem with broken docking ports or need just a little fuel-cheating? Do you got tired of editing save games in a text editor with long loading time and so much scrolling to compare different parts and vessels? So did I and decided to make a more helpful external editor to display the XML-like structure (the "KML" - Kerbal Markup Language) in a tree view and pick out vessels, kerbals and parts to be displayed in more eye-candy way.
Expand All @@ -8,13 +8,10 @@ The current version is not feature-complete but so far functional and already he
Any feedback, more testing, bug reports and suggestions are very welcome.

New Features
• copy & paste nodes in the tree - thanks alot to pamidur's contribution
• delete parts that aren't parent of any other part - thanks to Kobymaru
• support KAS CPort parts as dock type (no repair abilities yet)
• test for program files dir and being admin - thanks to EwingKang
• vessel / kerbal list filter right click (incl. un-single-select on second right click)
• search dialog can now load further items (only 100 are loaded first)
• previous and next buttons navigate through search results
• copy & paste attributes
• more keyboard controls - thanks to Geowil
• attributes in kerbals tab now with same functionality as in tree
• reduced warning noise on node attachments

Features
• open SFS and CRAFT files
Expand All @@ -27,21 +24,20 @@ Features
• display warnings about structural problems
• search for nodes, attributes and their content
• adding, inserting and deleting nodes and attributes
deletion excludes in current version
parts (need to rebuild index numbers and attachments)
copy & paste of nodes and attributes
• deletion of parts will fix part indices and connections
• deletion of kerbals and vessels will fix crew assignment
• support renaming kerbals when assigned
• send kerbal home to astronaut complex
• send vessel to low kerbin orbit
• change vessel flag in all its parts - for Enceos
• refill part resources
• repair broken docking ports and grappling devices
• tested with KSP 1.0 to 1.4
• tested with KSP 1.0 to 1.7
(newest KML version should still work with at least all these KSP versions)

TODO
• copy attributes
• identify add-on part connections (KAS)
• identify add-on part connections (only a little KAS support for now)
• change position of nodes and attributes
• more testing (uncommon vessel builds I didn't think of?)
• support multiple docking ports per part
Expand Down

0 comments on commit 3239b46

Please sign in to comment.