Luanti logo

IRC log for #minetest-dev, 2019-05-13

| Channels | #minetest-dev index | Today | | Google Search | Plaintext

All times shown according to UTC.

Enable nick filtering
Time Nick Message
6 more elements. Show/hide.
06:53 ANAND Please review #8493 when possible. Thanks!
06:53 ShadowBot https://github.com/minetest/minetest/issues/8493 -- Check for out-of-bounds breath when setting breath_max by ClobberXD
06:53 ANAND Only 11 changed lines
6 more elements. Show/hide.
09:26 ANAND Minetest doesn't have a cross-platform implementation of snwprintf :(
09:30 p_gimeno my manual says it's C99
09:30 p_gimeno well, swprintf is
09:39 p_gimeno c11 for snwprintf, not sure if c++11 will follow that
10:00 ANAND We have snprintf, and I hoped there would we'd have snwprintf as well.
10:00 ANAND - there would
10:00 ANAND That's no problem though, I'll use the conversion functions
10:04 ANAND i.e. wide_to_utf8 and utf8_to_wide
9 more elements. Show/hide.
12:04 ANAND Quick question - does '%' need to be escaped in a string literal?
12:05 ANAND VSCode colours it bright red if the next char is 'm'
12:05 ANAND But not if the next char is 'n'
12:09 sfan5 no
12:19 ANAND Ok, thanks
12:19 ANAND Quirks of VSCode
12:23 proller joined #minetest-dev
12:25 ANAND What's the difference between utf8_to_wide and narrow_to_wide? Which one should I generally prefer?
12:55 Niwla23 joined #minetest-dev
12:56 Niwla23 where is rendering_engine.cpp ?
12:56 Niwla23 I cant find it in client7
12:56 Niwla23 I cant find it in client/
13:03 ANAND Niwla23: src/client
13:04 ANAND src/client/
13:04 Niwla23 Or where canah ok, and in which file can i change the window title?
13:05 ANAND I have no idea, sorry
13:06 ANAND I've been looking for the same thing
13:06 Niwla23 rubenwardy said in renderingengine.cpp but i cant find there the title
13:06 ANAND I suspect it might be in src/gui/
13:09 ANAND Wait - it's in src/client/clientlauncher.cpp. See line 201
13:09 ANAND PROJECT_NAME_C == "Minetest"
13:10 ANAND Niwla23: ^
13:22 ANAND Ta-da! #8529
13:22 ShadowBot https://github.com/minetest/minetest/issues/8529 -- Allow customising chat message format by ClobberXD
13:22 ANAND WIP until I finish testing :)
3 more elements. Show/hide.
14:07 p_gimeno ANAND: Niwla23: https://github.com/minetest/minetest/blob/master/src/client/game.cpp#1379
14:08 p_gimeno I would *love* if it displayed your current world or server
14:13 Lia joined #minetest-dev
14:27 ANAND Ah right - the one in clientlauncher is the initial caption
14:34 ensonic joined #minetest-dev
14:59 ANAND Finished testing #8529 - it's now ready for review
14:59 ShadowBot https://github.com/minetest/minetest/issues/8529 -- Allow customising chat message format by ClobberXD
15:00 ANAND The first post contains testing instructions and a screenshot
28 more elements. Show/hide.

| Channels | #minetest-dev index | Today | | Google Search | Plaintext