From 6903f2ab43389299bb086e9e8f214ad40d29b809 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Wed, 6 May 2020 07:38:25 +0200 Subject: [PATCH 1/4] README: Add link to gist document --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 980cf74..29a38c1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # mkxp +Read: [Future of mkxp](https://gist.github.com/Ancurio/fc568571eaf7dd62c550dc3a08c0d08f) + mkxp is a project that seeks to provide a fully open source implementation of the Ruby Game Scripting System (RGSS) interface used in the popular game creation software "RPG Maker XP", "RPG Maker VX" and "RPG Maker VX Ace" (trademark by Enterbrain, Inc.), with focus on Linux. The goal is to be able to run games created with the above software natively without changing a single file. It is licensed under the GNU General Public License v2+. From cb09036c550d83bef2988b7e779f66d73436f3c4 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Mon, 10 Aug 2020 09:41:19 +0200 Subject: [PATCH 2/4] README: Add project discord link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 29a38c1..c5bf284 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # mkxp Read: [Future of mkxp](https://gist.github.com/Ancurio/fc568571eaf7dd62c550dc3a08c0d08f) +Official discord community: https://discord.gg/A8xHE8P mkxp is a project that seeks to provide a fully open source implementation of the Ruby Game Scripting System (RGSS) interface used in the popular game creation software "RPG Maker XP", "RPG Maker VX" and "RPG Maker VX Ace" (trademark by Enterbrain, Inc.), with focus on Linux. The goal is to be able to run games created with the above software natively without changing a single file. From 5c117a55bf49ec2088ad3b0e7ce82ca574f84c1f Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Mon, 10 Aug 2020 09:42:00 +0200 Subject: [PATCH 3/4] README: Remember that markdown is a thing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5bf284..3afbe6a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mkxp -Read: [Future of mkxp](https://gist.github.com/Ancurio/fc568571eaf7dd62c550dc3a08c0d08f) +Read: [Future of mkxp](https://gist.github.com/Ancurio/fc568571eaf7dd62c550dc3a08c0d08f) Official discord community: https://discord.gg/A8xHE8P mkxp is a project that seeks to provide a fully open source implementation of the Ruby Game Scripting System (RGSS) interface used in the popular game creation software "RPG Maker XP", "RPG Maker VX" and "RPG Maker VX Ace" (trademark by Enterbrain, Inc.), with focus on Linux. The goal is to be able to run games created with the above software natively without changing a single file. From 66dc9309dbdabfbb5ff3a5e6d935d9833304aedd Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Wed, 25 Mar 2020 22:49:53 +0900 Subject: [PATCH 4/4] Add .editorconfig to the project Saves time and hassle --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9c8f371 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root=true +[*] +end_of_line = lf +indent_style = tab +indent_size = 4