Time |
Nick |
Message |
00:03 |
|
SFENCE joined #minetest-dev |
03:39 |
|
SFENCE joined #minetest-dev |
04:14 |
|
calcul0n joined #minetest-dev |
04:58 |
|
YuGiOhJCJ joined #minetest-dev |
04:59 |
|
YuGiOhJCJ joined #minetest-dev |
05:00 |
|
MTDiscord joined #minetest-dev |
05:03 |
|
YuGiOhJCJ joined #minetest-dev |
06:13 |
|
Noisytoot joined #minetest-dev |
06:16 |
|
calcul0n joined #minetest-dev |
06:20 |
|
calcul0n joined #minetest-dev |
06:25 |
|
calcul0n joined #minetest-dev |
07:40 |
|
TheCoffeMaker joined #minetest-dev |
09:35 |
|
calcul0n joined #minetest-dev |
10:01 |
|
Fleckenstein joined #minetest-dev |
11:45 |
|
appguru joined #minetest-dev |
12:09 |
|
imi joined #minetest-dev |
12:41 |
|
proller joined #minetest-dev |
13:25 |
|
proller joined #minetest-dev |
13:30 |
|
TenPlus1 joined #minetest-dev |
13:30 |
TenPlus1 |
Hi folks |
13:31 |
TenPlus1 |
am using latest 5.9 dev and every sign in the area now returns this error: "WARNING[Main]: generateImagePart(): Skipping "signs_lib_color_15px_n.png" as it's out-of-bounds (314,16) for [combine" any idea why ?? |
13:39 |
TenPlus1 |
What causes it to be out of bounds ? the api.txt doesn't tell us this |
13:40 |
MTDiscord |
<warr1024> It sounds like it means that some mod is asking the [combine modifier to add a layer to a texture that would be entirely clipped out, thus wasting time and memory. |
13:41 |
MTDiscord |
<warr1024> In my experience the [combine modifier is actually quite strict, and IIRC it has refused to add layers that are even partially clipped, like drawing a 16x16 texture at -8,-8. |
13:42 |
MTDiscord |
<warr1024> returns this error: "WARNING[Main]: -- is it actually an error, or is it (as the text suggests) a warning? |
13:42 |
TenPlus1 |
The fill_line function in the signs_lib api.lua file seems to be the issue according to appguru but using a print statement to show values I cannot find or see the out of bounds texture |
13:50 |
sfan5 |
just to make sure: your build is less than 7 days old, right? |
13:56 |
MTDiscord |
<warr1024> If my mod code is causing MT to do something that's just wasting time and/or resources (such as creating de facto duplicate image cache entries) and is entirely preventable by me, then I am thankful when MT produces warning messages that alert me to this and give me the option to act. Of course, if I choose not to act on it, to the detriment of downstream users, it's still good for the engine to inform them. |
14:24 |
sfan5 |
by the way "some mod is asking the [combine modifier to add a layer to a texture that would be entirely clipped out" is indeed correct |
14:24 |
sfan5 |
originally to my surprise, partially clipped layers are however allowed |
14:24 |
sfan5 |
the warning is only printed if you request to put something that is entirely out-of-bounds |
14:51 |
MTDiscord |
<warr1024> "partially clipped layers are however allowed" and actually work, or just don't generate a warning? Being able to use [combine to crop an image is really useful, since otherwise MT really doesn't offer a [crop operator (things like [sheet are too limited to work in many cases). |
14:52 |
MTDiscord |
<warr1024> I just know that around the 0.4/5.0 era, I tried using [combine to crop, since it seemed like a pretty obvious use case to me, and it just produced only fully transparent images. I ended up giving up, and hadn't heard about it changing since then so I haven't retried. |
14:52 |
|
Lupercus joined #minetest-dev |
14:53 |
MTDiscord |
<warr1024> If it DOES work, then that's actually really useful to me because I'm using a mask hack to produce "dig particles" (the new "node" option for particles post-5.6 is nice, but I don't think it works on non-node items) but cropping with [combine would be better. |
14:54 |
|
Fleckenstein joined #minetest-dev |
14:56 |
sfan5 |
it works and doesn't generate a warning |
15:00 |
|
appguru joined #minetest-dev |
15:22 |
rubenwardy |
merging #14075 in 10 |
15:22 |
ShadowBot |
https://github.com/minetest/minetest/issues/14075 -- Allow toggling touchscreen mode at runtime by okias |
15:22 |
rubenwardy |
#13616 also has two approvals, any reason it hasn't been merged? |
15:22 |
ShadowBot |
https://github.com/minetest/minetest/issues/13616 -- [NO SQUASH] Meshgen tests by numberZero |
15:25 |
|
proller joined #minetest-dev |
15:39 |
|
Fleckenstein joined #minetest-dev |
15:41 |
sfan5 |
no, feel free to |
15:45 |
rubenwardy |
done |
16:09 |
|
proller joined #minetest-dev |
16:52 |
|
calcul0n joined #minetest-dev |
18:02 |
|
appguru joined #minetest-dev |
18:32 |
|
appguru joined #minetest-dev |
18:33 |
|
Lupercus joined #minetest-dev |
19:56 |
|
jonadab joined #minetest-dev |
22:24 |
|
imi joined #minetest-dev |
22:39 |
|
proller joined #minetest-dev |
22:53 |
[MTMatrix] |
<Zughy> Any chance to see v-rob's new GUI/HUD system in 5.9 as experimental? |
23:28 |
|
v-rob joined #minetest-dev |
23:30 |
v-rob |
I have a few minor fixes/changes I need to push (and I'll probably split sizers out into another PR), but I still think that it's feasible to have this merged as experimental. |
23:32 |
MTDiscord |
<luatic> I would like to see it in 5.9. I can probably find the time to review part of it in about a month. |
23:33 |
|
panwolfram joined #minetest-dev |