Time Nick Message 00:04 Fixer rubenwardy: someone figured out how to register email but not how to ask questions that are relevant, good times 05:30 ANAND rubenwardy: Looks good. Would it prolly be better to use a list-like layout instead of a grid? That'd also allow lengthy texts. 11:04 ANAND The fallback font actually looks nicer than the default font 14:49 Sokomine any moderators present? there's a thread on the forum that doesn't really fit there and probably ought to be removed. definitely doesn't have anything to do with mt builds... 19:04 shivajiva sup 19:05 Krock hi 19:05 shivajiva can anyone tell me how to get rid of these, without enabling signs_lib 19:05 shivajiva ERROR[Server]: LuaEntity name "signs:text" not defined 19:07 Krock minetest.register_entity(":signs:text", { static_save = false }) 19:09 shivajiva so what's static_save doing in that instance? 19:09 Krock nothing (any more) because it's set to false 19:09 Krock I hope that gets rid of the entities 19:09 Krock or this 19:10 Krock minetest.register_entity(":signs:text", { on_activate = function(self) self.object:remove() end }) 19:10 shivajiva why are they even there if there are no signs, long removed 19:10 Krock apparently signs did not clean them up 19:10 shivajiva that feels better Krock 19:10 Krock blame the signs mod 19:10 Krock oh yes, static save = false might be 5.x anyway so 19:11 shivajiva at least it cleans itself out 19:12 shivajiva seems legit, thanks 19:16 shivajiva trying to get to the point I can release gamehub mod, very close but I don't want the examples carrying this 'bug' over into other worlds 19:16 rubenwardy oh, it's shivajiva 19:16 rubenwardy hey 19:17 shivajiva hey rubenwardy :) 19:17 * rubenwardy is learning OpenGL 19:17 rubenwardy correction: 19:18 * rubenwardy is attempting to learn OpenGL 19:18 * rubenwardy is actually just struggling to make OpenGL code clean 19:19 Krock just copypaste from glxgears and it'll do its job 19:19 shivajiva cool, at least you have started looking at it ruben, give it a bit of time, it will drop into place I'm sure 19:22 * calcul0n tried to learn OpenGL, noone ever heard of him since then 19:23 shivajiva lol 19:29 shivajiva as expected that cleans it up nicely Krock, my lazy self thanks you 19:30 Krock shivajiva: sorry.. context? 19:31 shivajiva the signs entity, one sweep and it's clean 19:31 Krock nice :D 19:31 Krock !next 19:31 MinetestBot Another satisfied customer. Next! 19:35 shivajiva I can only assume as this mt world has been around a long time, that it had most versions of signs_lib. There was no visible entity showing at the location either 19:37 shivajiva experience suggests it should have had a purple unknown entity visible 19:38 shivajiva ¯\_(ツ)_/¯