Skip to content

Instantly share code, notes, and snippets.

--TSLib Test
--A product of Advanced Mesecons Devices, a Cheapie Systems company
--This is free and unencumbered software released into the public domain.
--See http://unlicense.org/ for more information
local tslib = {
_mt = {
setChannel = function(self,channel)
self._channel = channel
end,
--TSLib Test
--A product of Advanced Mesecons Devices, a Cheapie Systems company
--This is free and unencumbered software released into the public domain.
--See http://unlicense.org/ for more information
local tslib = {
_mt = {
setChannel = function(self,channel)
self._channel = channel
end,
minetest.register_chatcommand("identify",{
func = function()
local item = minetest.get_wielded_item():to_string()
minetest.show_formspec("formtest:test","size[4,2]label[0,0;"..minetest.formspec_escape("You are holding:").."]label[0,0.5;"..minetest.formspec_escape(item).."]button_exit[1,1;2,1;quit;OK]")
end,
})
[01:39:23] <cheapie> If you want to give MT a shot, head to daconcepts.com:30000 and take the travelnet box at the spawn to "Ringroad North".
[01:57:17] <varu|zZz> welp, minetest runs worse than minecraft
[01:57:29] <cheapie> varu|zZz: And now you see that I wasn't kidding when I said "it sucks performance-wise".
[01:57:41] <varu|zZz> didn't think such a thing was possible but there we go
[01:57:56] <varu|zZz> i bet it's mining bitcoins in the background
[01:58:32] <varu|zZz> only thing to explain the massive gpu usage on a static image
[02:08:32] <varu|zZz> the other thing with minetest.. while the 'basics' are there and mods are available, the basic interface is absolutely terrible
[02:08:53] <varu|zZz> before mods are explored, i'd think the basic UI should be addressed first..
[02:09:22] <varu|zZz> not to mention performance.. why is the CPU pegged on one core 100% regardless what's going on?
[02:11:56] <cheapie> I think the answer was more or less "we don't do multithread 'cause it's hard".
______
< Moo? >
------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
[00:32:56] <zigggggy> :O
[00:33:01] * zigggggy pokes cheapie
[00:33:11] <cheapie> Ow.
[00:34:06] <Casper> zigggggy: ! be carefull!
[00:34:14] * zigggggy repairs cheapie
[00:34:19] <Casper> or you won't have your chocolate bunnie!
[00:34:27] <zigggggy> :O
[00:34:29] <zigggggy> BUNNNY
--Security Door Controller
--A product of Advanced Mesecons Devices, a Cheapie Systems company
--This is free and unencumbered software released into the public domain.
--See http://unlicense.org/ for more information
local tslib = {
_mt = {
setChannel = function(self,channel)
self._channel = channel
end,
local function itemstringtotable(itemstring)
local ret = {}
local spacepos = string.find(event.msg," ",1,true)
if not spacepos then
ret.name = event.msg
ret.count = 1
else
ret.name = string.sub(event.msg,1,spacepos-1)
ret.count = tonumber(string.sub(event.msg,spacepos+1,-1))
end
local tslib = {
getColorEscapeSequence = function(color)
return(string.char(0x1b).."(c@"..color..")")
end,
colorize = function(color,message)
return(string.char(0x1b).."(c@"..color..")"..message..string.char(0x1b).."(c@#FFFFFF)")
end,
_mt = {
setChannel = function(self,channel)
self._channel = channel
<SamBot> RRH: Sent 1 hour and 41 minutes ago: <rdococ> hi
<RRH> SamBot: Error: "Sent" is not a valid command.
<SamBot> RRH: Error: You must be registered to use this command. If you are already registered, you must either identify (using the identify command) or add a hostmask matching your current hostmask (using the "hostmask add" command).
<RRH> SamBot: Error: "Error:" is not a valid command.
<SamBot> RRH: Error: You must be registered to use this command. If you are already registered, you must either identify (using the identify command) or add a hostmask matching your current hostmask (using the "hostmask add" command).
<RRH> SamBot: Error: "Error:" is not a valid command.
<SamBot> RRH: Error: You must be registered to use this command. If you are already registered, you must either identify (using the identify command) or add a hostmask matching your current hostmask (using the "hostmask add" command).
<RRH> SamBot: Error: "Error:" is not a valid command.
<SamBot> RRH: Error: You must be registered to