From c43ca655ff4af23c975cef654c98efc91943b917 Mon Sep 17 00:00:00 2001 From: Malware <4653628+malware-dev@users.noreply.github.com> Date: Tue, 25 Jul 2017 22:41:24 +0200 Subject: [PATCH 1/2] Update README.md Fixed typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d49b0b0..a7ece2e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Space Engineers is trademarked to Keen Software House. This toolkit is fan-made, This is a project I pretty much made for _myself_. I'm publishing it in case someone else might have a use for it. Fair warning: Make requests, by all means, but if your request is not something I myself have any use for, someone else is gonna have to do the work. I'm fully employed, and this is a spare-time project. I'll be working on it on and off. ## Contribution -Yeah, sure. Absolutelyl. I will gladly accept contribution to the project. I'll be grateful for any assistance, especially for any features requested that I myself may not have any use for. But I won't be merging contributions willy nilly. I will expect a certain minimum standard, and I reserve the right to deny features I don't like. Another fair warning :D +Yeah, sure. Absolutely. I will gladly accept contribution to the project. I'll be grateful for any assistance, especially for any features requested that I myself may not have any use for. But I won't be merging contributions willy nilly. I will expect a certain minimum standard, and I reserve the right to deny features I don't like. Another fair warning :D ## Getting Started @@ -78,4 +78,4 @@ Note though that code in extension classes reside _outside_ of the Program class ### Advanced 3: Mixin Projects You can use Shared Projects as mixins. -_tutorial pending_ \ No newline at end of file +_tutorial pending_ From a48600c22a91d9bd2f61c409d88d35fd81785392 Mon Sep 17 00:00:00 2001 From: Malware <4653628+malware-dev@users.noreply.github.com> Date: Wed, 26 Jul 2017 07:34:10 +0200 Subject: [PATCH 2/2] Update README.md Added "buggy" warning --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a7ece2e..90a6508 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # MDK-SE (Malware's Development Kit for SE) +**WARNING STILL PRERELEASE AND BUGGY** + A toolkit to help with ingame script (programmable block) development for Keen Software House's space sandbox Space Engineers. It helps you create a ready-to-code project for writing ingame scripts, and provides an analyzer which warns you if you're trying to use something that is not allowed in Space Engineers. Space Engineers is trademarked to Keen Software House. This toolkit is fan-made, and its developer has no relation to Keen Software House.