Time Nick Message 00:25 MinetestBot 02[git] 04Ezhh -> 03minetest/minetest_game: Add names for register_decoration 13c0557b2 https://git.io/vxO6T (152018-03-18T00:25:16Z) 01:40 MarisaG hi sofar - you're first in my member list :) 02:10 swift110 oh nice 02:11 swift110 hey MarisaG how are you 02:30 BillyS Night 03:01 riff-IRC night, cya 03:01 cal Where is cimbakahn? 03:21 swift110-phone_ No idea 03:23 MarisaG hi guys, watching youtube, you? 03:32 swift110-phone_ I'm relaxing 03:34 MarisaG cool 03:44 swift110-phone_ Yes 05:24 MarisaG hi lumberJ, good saturday? 05:25 lumberJ saturnight 05:25 MarisaG 10:25 here 05:26 lumberJ i'm on vampire schedule 05:26 MarisaG hehe 05:26 MarisaG im up late nights too 05:27 lumberJ i work nights and sleep days on the weekend 05:27 MarisaG ah, im disabled so i have a unusual time table too 05:31 MarisaG watching youtube deadly women now... 07:38 Sketch2 the player 'PPooooo' is causing trouble in the Hometown server chat. 10:54 minetester3125 !seen Gunshippenguin 10:54 MinetestBot minetester3125: gunshippenguin was last seen at 2017-04-27 06:07:27 UTC on #minetest 13:09 MinetestBot 02[git] 04nOOb3167 -> 03minetest/master-server: Improve use of os.path.join 1323d45c0 https://git.io/vx3Ts (152018-03-18T13:07:59Z) 13:09 MinetestBot 02[git] 04nOOb3167 -> 03minetest/master-server: Fix locking 13f5bddaa https://git.io/vx3TG (152018-03-18T13:07:59Z) 13:09 MinetestBot 02[git] 04nOOb3167 -> 03minetest/master-server: Fix server purging 1378abbee https://git.io/vx3TZ (152018-03-18T13:07:59Z) 15:22 MinetestBot 02[git] 04nerzhul -> 03minetest/minetest: Add src/unittest/test_world/world.mt to gitignore 1395dceb5 https://git.io/vx3Yu (152018-03-18T15:20:08Z) 15:59 Roger9_ yay for forgetting how to enable a client mod 16:00 riff-IRC lol 16:01 riff-IRC you think that's bad? 16:01 riff-IRC someone accidentally wiped half of a map 16:01 riff-IRC on a public server 16:01 Roger9_ yes, I heard 16:01 Roger9_ that server was DOF-W, right? 16:01 Roger9_ I'm rdococ btw if you couldn't tell :P 16:02 riff-IRC oh 16:02 riff-IRC yeah, DOF-W 16:02 riff-IRC how long did it take to restore from backups? 16:03 Roger9_ idk 16:04 Roger9_ still trying to figure out how to enable a clientside mod 16:05 Roger9_ ugh 16:05 Roger9_ riff-IRC: do you know? 16:05 riff-IRC yup 16:05 Roger9_ can you tell me? 16:05 riff-IRC select the local world you want to enable the mod for 16:05 Roger9_ I'm talking about a csm 16:05 riff-IRC then select 'Configure' 16:05 riff-IRC oh 16:06 riff-IRC like a texturepack? 16:06 Roger9_ no, a client-side mod 16:08 Roger9_ I cannot find anything on it 16:08 * Roger9_ bangs his head 16:12 Roger9_ found it 16:13 riff-IRC how 16:13 riff-IRC HoW 16:13 riff-IRC hOw 16:13 riff-IRC Hey Billre 16:14 sfan5 Roger9_: enable_client_modding = true in minetest.conf 16:15 Roger9_ no, I meant 16:15 Roger9_ nvm 16:28 Roger9_ register_on_receiving_chat_message is nil? 16:28 Roger9_ well, minetest.register_on_receiving_chat_message 16:30 Roger9_ sfan5: I'm working on a clientside mod, and attempting to minetest.register_on_receiving_chat_message results in an error that says that minetest.register_on_receiving_chat_message is a nil value 16:31 Roger9_ core.register_on_receiving_chat_message does the same thing 17:08 Roger9_ nvm 17:08 Roger9_ I'm working on a markdown csm, although bold and italic are impossible in minetest chat afaik, so I'm using light yellow and light grey color to replace them 17:55 sfan5 Roger9_: should work, are you using 0.5.0-dev? 18:00 Roger9_ sfan5: turns out that in 0.4.16 it's minetest.register_on_receiving_chat_messages 18:06 mega-giga Hi 19:01 andirc8000 is it possible to disable showing the current tool at hand, in 3d? e.g. just see the blocks ahead, not show the tool at all (& disable tool animation when hitting blocks) 19:02 andirc8000 e.g like in https://github.com/fogleman/Craft 19:06 rubenwardy you can set the wield_image for all items to transparent 19:59 Roger9_ Are there any special formatting codes other than colorization? 20:00 Roger9_ (as in, color escape sequences) 20:04 timcu I am trying to build minetest on mac and getting a cmake error that XXF86VM_LIBRARY is NOTFOUND. Xxf86vm is not even used on mac so how do others build on mac without getting this error? 21:44 sfan5 timcu: pretty sure this was fixed already 21:44 sfan5 just comment the respective lines in CMakeLists.txt out 21:46 timcu Thanks sfan5. It does work if I comment the lines out. The HAIKU users have a specific "if (NOT HAIKU)" preventing the error. I think it should be "if (NOT HAIKU AND NOT APPLE)" 21:47 sfan5 >implying there are any haiku users 21:47 sfan5 but yes 21:48 timcu Thanks. I might have a go at submitting a pull request 21:48 sfan5 would be nice 22:07 Roger9_ is there a way to do bold and italic in the chat? 22:07 __vy finally got a udp proxy working, that's a first step 22:08 rubenwardy __vy, nice! 22:08 rubenwardy fancy sharing? 22:08 rubenwardy wait 22:08 rubenwardy is this a reverse proxy or a proxy? 22:09 rubenwardy I was working on a reverse proxy, which passed on packets given to it from multiple clients to a server, the aim was to add load balancing and chunk caching 22:10 __vy i'm working on a proxy to mimic bungeecord 22:11 Roger9_ rubenwardy: do yo know of any way to display bold or italic text in Minetest? 22:11 rubenwardy oh nice 22:11 rubenwardy Roger9_, nope 22:11 Roger9_ aw :/ 22:11 __vy so I guess it can be used to implement those same cases, but my project is just getting started 22:11 rubenwardy I didn't make much progress 22:13 __vy https://github.com/andrewvy/knot a long ways ahead 22:21 rubenwardy nice, watching it 22:48 __vy what's the .mt format? 22:48 __vy ah wait, realized that stands for minetest 22:57 rubenwardy really should be .conf