Insert witty title here :-P
[Insert witty title here :-P]
Compatible with KSP v1.0.5
BREAKING CHANGES
- As usual, you MUST recompile all KSM files before running them on the new version. Some of the changes have altered how the VM works.
- Nothing else... we hope.
NEW FEATURES
- Compatibility with KSP version 1.0.5
run once ...
syntax to run a script only once per session ( http://ksp-kos.github.io/KOS_DOC/commands/files.html#run-once-program )- Volumes and processors have better integration ( http://ksp-kos.github.io/structures/vessels/volume.html#structure:VOLUME )
- Volume titles default to the name tag of the Processor part (only on launch) ( http://ksp-kos.github.io/KOS_DOC/general/volumes.html#naming-volumes )
- New suffixes for interacting with kOS Processor modules (including
core
) ( http://ksp-kos.github.io/KOS_DOC/commands/processors.html ) debuglog(...)
function to print directly to the KSP log file ( http://ksp-kos.github.io/KOS_DOC/structures/misc/kuniverse.html#method:KUNIVERSE:DEBUGLOG )- New
queue
andstack
data structures ( http://ksp-kos.github.io/KOS_DOC/structures/misc/queue.html and http://ksp-kos.github.io/KOS_DOC/structures/misc/stack.html )
BUG FIXES
- The processor's mode (on/off/starved) is now saved and restored ( #1172 )
- Fixed stage resources again to address a change in KSP 1.0.5 ( #1242 )
- Fix occasional instances of flight controls getting disabled during a docking/undocking/staging event ( #1205 )
- kOS can now trigger module events with RemoteTech installed and no KSC connection ( RemoteTechnologiesGroup/RemoteTech#437 )
- Fixed handling of multiple thrust/gimbal transforms and corrected some of their directions ( #1259 )