Time Nick Message 00:01 bigfoot547 You can make it appear fullscreen 00:01 bigfoot547 by setting a background color 00:01 bigfoot547 or make the size close to the screen size 00:02 rubenwardy you can also set a fullscreen background 00:02 bigfoot547 but no, there is no "fullscreen" option for formspecs 00:02 bigfoot547 rubenwardy: that's what I said :3 00:02 rubenwardy that's different to color though 00:02 rubenwardy iirc 00:02 bigfoot547 whadayamean? 00:02 rubenwardy background[img;true] background_color[color], right? 00:03 bigfoot547 Oh, does he want a fullscreen IMAGE thing? 00:03 rubenwardy oh, bgcolor supports fullscreen tooo 00:03 rubenwardy hmmm 00:04 basicer Basicly id like to make a form that is a bar along the top of the screen 00:04 bigfoot547 Okay, I suggest making the size close to the width of the screen... 00:05 basicer How do I know the with of the players screen? 00:06 bigfoot547 Just make the formspec bigger until it is as big as it gets 00:06 bigfoot547 AFAIK the width is scaled 00:10 basicer if I do that it goes off the screen 00:11 bigfoot547 Then cut back on one size 00:11 bigfoot547 s/one/on. 00:11 bigfoot547 aww c'mon, I can't type today 00:11 * bigfoot547 blames my new bouncer :p 02:03 basicer Why is it that if the center of an entity is inside a node, it looses all lighting? 02:06 paramat because the lighting for the whole entity is sampled from that one point 02:06 paramat i mean 'light level' not 'lighting' 02:07 basicer can I mark my entity as fullbright ? 02:25 paramat not sure 02:25 paramat #6361 02:25 ShadowBot https://github.com/minetest/minetest/issues/6361 -- World start time: Add as setting, default unchanged by paramat 02:33 paramat as far as i know entities cannot be forced fullbright, can't see a parameter for it 05:44 basicer I added a fullbright property, any interest in it upstream? 05:52 Hijiri submit a PR and find out 05:53 Hijiri it's usually faster than asking 05:53 Hijiri If someone doesn't like your idea then they're more likely to respond when they are threatened with the prospect of it being merged 05:54 Hijiri I think it would be a useful addition at least 05:54 Hijiri could be used for magic blasts or something 05:56 Hijiri basicer: 05:56 Hijiri highlight 06:47 basicer #6363 06:47 ShadowBot https://github.com/minetest/minetest/issues/6363 -- Add fullbright to object properties to disable lighting. by basicer 14:20 srifqi Seems like we get some amount of spam thread in forum. ._. 15:21 nerzhul hello merging #6360 in ~ 5 mins 15:21 ShadowBot https://github.com/minetest/minetest/issues/6360 -- Mapgen Carpathian: Reduce influence of 3D noise on mountains by vlapsley 18:32 electrodude512 DS-minetest: about your fix for the pipeworks digiline filter non-numeric count bug 18:33 DS-minetest electrodude512: not in this channel, go maybe to minetest-technic or to minetest 18:33 DS-minetest with # 18:33 electrodude512 right, sorry 18:33 electrodude512 how about #minetest? 18:34 electrodude512 sorry, changed my mind, #minetest-technic 19:27 nerzhul !tell paramat for the admin privilege to join server, it's already the case, if you have server principal and user limit is reach you can connect 19:27 ShadowBot nerzhul: O.K. 19:27 nerzhul !tell paramat see serverpackethandler.cpp L 213 19:27 ShadowBot nerzhul: O.K. 22:44 Calinou which libraries do I need to compile Minetest server with PostgreSQL support enabled? 22:44 Calinou and where can I find a guide on setting up PostgreSQL for Minetest? (I already have a database) 22:45 Calinou oh, http://wiki.minetest.net/Database_backends has information on PostgreSQL, but not the libraries required to compile it 22:45 Calinou I installed libpq-dev and libpqtypes-dev, and CMake still can't find PostgreSQL (this is Ubuntu 16.04) 22:45 Calinou also, can you put both the world and player informations in the same database, or must they be separate databases? 22:52 rubenwardy Calinou, postgresql-dev-9.4 I believe 22:53 rubenwardy apt install postgresql-server-dev-9.6 22:53 rubenwardy and maybe apt install postgresql 22:53 rubenwardy and I imagine they can be to the same postgresql db, as it's a remote instance 22:54 rubenwardy I literally did this today :D 22:54 rubenwardy installing postgresql for Minetest that is 22:55 Calinou I already have PostgreSQL installed (I'm using it for my Quassel core) 22:55 rubenwardy so you just need the server-dev one 22:55 Calinou installing `postgresql-server-dev-9.5` worked, thanks :) 22:56 rubenwardy ah, I'm on 17.04 which is probably why I get 9.6 23:47 rubenwardy celeron55, web#104 23:47 ShadowBot https://github.com/minetest/minetest.github.io/issues/104 -- Home page background image not displaying