SmallJoker

Results 315 comments of SmallJoker

> If int usually is 32 bits I wonder why 32768 (15 bits, so a signed integer of 16 bits, including the sign bit) is the limit. Usually. The minimal...

The mod count and also the mods that are used in worlds will increase in the future. However, @raymoo 's suggestion might not work well, as the content ID is...

@paramat I'm not familiar with the map serializer and ID management. By looking at the `content_t` definition, we already seem to use an unsigned 16-bit integer for the IDs, just...

> Let's say there are 3 items in each set and we need to ensure that 1 item drops from the first set and 1 item drops from the second...

> player:get_player_name().." moves stuff in chest at "..minetest.pos_to_string(pos) > My question: what stuff can not be answered by investigating the log. "Moving" describes an ItemStack movement within the same inventory....

1. How exactly can I reproduce the issue in current master? Would you please be so nice to share a screenshot, and Lua Controller code if there any any necessary?...

> At the same time, clearing [the time] right after sending a batch might be also a bad idea since in this case if we need to send another message...

Reviews are welcome. I skimmed through the strings and they seem OK. @randomei Might you be interested in having a look at it? (ping due to #692)

~~LGTM. Will merge in a few days unless there are objections.~~