From 534799b736c2727ca5c5100c4fe452eb81d89eed Mon Sep 17 00:00:00 2001 From: kizeren Date: Mon, 17 Dec 2012 00:28:37 -0600 Subject: [PATCH 1/4] Update src/init.lua Just a change to the default channel. Hopefully someone can come up with a better one. --- src/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.lua b/src/init.lua index 32ca3dc..8317309 100644 --- a/src/init.lua +++ b/src/init.lua @@ -41,7 +41,7 @@ if (not mt_irc.server_nick) then end mt_irc.server = (mt_irc.server or "irc.freenode.net"); mt_irc.port = (mt_irc.port or 6667); -mt_irc.channel = (mt_irc.channel or "#minetest-irc-testing"); +mt_irc.channel = (mt_irc.channel or "#mtgamechatforservers"); mt_irc.dtime = (mt_irc.dtime or 0.2); mt_irc.timeout = (mt_irc.timeout or 60.0); mt_irc.message_format_out = (mt_irc.message_format_out or "<$(nick)> $(message)"); From f5f2358ffc7c58df76ec65090d55a709e5cb7d1d Mon Sep 17 00:00:00 2001 From: kizeren Date: Tue, 18 Dec 2012 20:55:03 -0600 Subject: [PATCH 2/4] Update README.txt Added a quick one line build procedure for linux. --- README.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 1e0605d..0c513c9 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,3 @@ - IRC Mod for Minetest (C) 2012 Diego Martínez @@ -20,6 +19,11 @@ For Unix-based systems, you should not have any problems with the C compiler ISO), since vanilla Puppy does not come with `gcc'. See your Puppy docs for more info about how to install additional SFS files. +Quick one line build for linux. + +git clone https://github.com/kaeza/minetest-irc.git && cd minetest-irc && mkdir build && cd build && cmake .. && make && make pack_mod && cp -R irc +Plese change the "cp -R irc" to fit your install of minetest. + To compile and "pack" the mod: - Open a command prompt/terminal and CD to the minetest-irc directory. From 6b56e09ecac8992afad0d1bf1a87d6d37d5ed67b Mon Sep 17 00:00:00 2001 From: shaun mcbride Date: Tue, 18 Dec 2012 21:53:01 -0600 Subject: [PATCH 3/4] Adding a tested_on file to track what platforms this works on. --- TESTED_ON.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 TESTED_ON.txt diff --git a/TESTED_ON.txt b/TESTED_ON.txt new file mode 100644 index 0000000..93253c3 --- /dev/null +++ b/TESTED_ON.txt @@ -0,0 +1,13 @@ +This was successfully tested on the following systems and found to compile, install and work properly in minetest. + +ArchLinx +-------- + +GCC 4.7.2 +CMAKE 2.8.10.1 + + +Ubuntu 12.10 +------ +GCC 4.7.2-2ubuntu1 +CMAKE 2.8.9 From c67c8b34606b655b6c0b7846ad7dfa85cba062c7 Mon Sep 17 00:00:00 2001 From: shaun mcbride Date: Tue, 18 Dec 2012 21:56:14 -0600 Subject: [PATCH 4/4] Added Linux mint. --- TESTED_ON.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TESTED_ON.txt b/TESTED_ON.txt index 93253c3..bec2c63 100644 --- a/TESTED_ON.txt +++ b/TESTED_ON.txt @@ -11,3 +11,13 @@ Ubuntu 12.10 ------ GCC 4.7.2-2ubuntu1 CMAKE 2.8.9 + + + +Fails on: + +LinuxMint +--------- + +GCC 4.5.2 +CMAKE 2.8.3