| Time |
Nick |
Message |
| 00:36 |
|
SwissalpS joined #luanti |
| 00:49 |
Sheriff_U3 |
rubenwardy: Why is this forum topic restricted? It is for your jump mod. https://forum.luanti.org/viewtopic.php?t=9326 |
| 01:04 |
MTDiscord |
<wsor4035> because you need to jump over the restriction |
| 01:04 |
MTDiscord |
<wsor4035> sorry, i couldn't resist |
| 01:08 |
Sheriff_U3 |
lol |
| 01:08 |
|
illwieckz joined #luanti |
| 01:15 |
|
mrkubax10 joined #luanti |
| 01:56 |
|
illwieckz joined #luanti |
| 02:07 |
|
SwissalpS joined #luanti |
| 03:56 |
|
sparky4 joined #luanti |
| 04:00 |
|
MTDiscord joined #luanti |
| 04:16 |
|
est31 joined #luanti |
| 04:17 |
|
sparky4 joined #luanti |
| 04:49 |
|
repetitivestrain joined #luanti |
| 05:11 |
|
sys4 joined #luanti |
| 05:41 |
|
Trifton joined #luanti |
| 06:06 |
|
erstazi joined #luanti |
| 06:08 |
|
est31 joined #luanti |
| 06:18 |
|
FeXoR joined #luanti |
| 06:28 |
|
est31 joined #luanti |
| 06:36 |
|
potter joined #luanti |
| 06:36 |
|
Trifton joined #luanti |
| 06:51 |
|
Trifton_ joined #luanti |
| 07:24 |
|
wallabra joined #luanti |
| 08:17 |
|
antitheus joined #luanti |
| 08:28 |
|
chloetax joined #luanti |
| 08:29 |
[MatrxMT] |
<Blockhead256> Sheriff_U3: As someone who can see inside, there's really not much worth mentioning in that thread. At the same time, I don't know why it was banished to the shadow realm |
| 08:29 |
[MatrxMT] |
<Blockhead256> hardly justifies a lock |
| 11:06 |
|
mrkubax10 joined #luanti |
| 11:34 |
|
PoochInquisitor joined #luanti |
| 11:50 |
|
fling joined #luanti |
| 12:10 |
|
turtleman joined #luanti |
| 12:13 |
|
GNUHacker joined #luanti |
| 13:05 |
MTDiscord |
<sheriff_u3> It would be nice if it could be unlocked then so that when people click on the forum link on jump's readme they aren't confronted with access denied messages. |
| 13:59 |
rubenwardy |
the forum topic was deleted |
| 14:00 |
|
illwieckz joined #luanti |
| 14:01 |
Sheriff_U3 |
... Ok well I guess I'll remove the link from the jump mod readme then. |
| 16:20 |
|
turtleman joined #luanti |
| 17:05 |
|
mrkubax10 joined #luanti |
| 17:31 |
|
crazylad joined #luanti |
| 18:03 |
cheapie |
sfan5: FWIW I've considered making those cars despawn after a while, but they also get used as decoration in Bonnthal, so I'd have to come up with some way to mark specific areas as being OK/not OK to leave cars in |
| 18:04 |
cheapie |
I already did something similar with the carts (they despawn on unload unless they're on a special "parking rail") |
| 18:06 |
sfan5 |
you could implement automatic parking fines |
| 18:06 |
cheapie |
oh no, my money that I can get infinite amounts of from the inventory :P |
| 18:07 |
cheapie |
We actually did have a "no parking - photo enforced" spot in Bonnthal once that would automatically print out a "parking ticket" and send a message to lmisu |
| 18:08 |
cheapie |
I just parked my car in one of the metered spots down the street and stuck the piece of paper from https://www.youtube.com/watch?v=UDKE2dAcU3M&t=7 over the light on the meter |
| 18:25 |
cheapie |
sfan5: https://cheapiesystems.com/media/images/screenshot_20260728_132459.png |
| 18:26 |
|
illwieckz joined #luanti |
| 18:32 |
|
chloetax joined #luanti |
| 18:32 |
|
sparky4 joined #luanti |
| 19:33 |
MTDiscord |
<bastrabun> Since the server upgrade to 5.16.1 I have plenty of those messages in the log: 2026-07-28 21:32:23: WARNING[Server]: void ServerEnvironment::getRemovedActiveObjects(PlayerSAO*, s16, s16, const std::set<short unsigned int>&, std::vector<std::pair<bool, short unsigned int> >&): found NULL object id=55560 |
| 19:49 |
sfan5 |
the code says |
| 19:49 |
sfan5 |
>(this is actually an error condition; objects should be removed only after all clients have been informed about removal) |
| 19:49 |
sfan5 |
somehow I doubt this |
| 19:52 |
sfan5 |
anyway please open an issue |
| 19:52 |
MTDiscord |
<bastrabun> All clients (not only those nearby) are informed about ever object removal? |
| 19:52 |
sfan5 |
(it's fine if you don't have reproduction steps) |
| 19:52 |
MTDiscord |
<bastrabun> Means, you already know what's wrong? |
| 19:52 |
sfan5 |
no |
| 19:52 |
sfan5 |
but we will have to find out |
| 19:53 |
MTDiscord |
<bastrabun> How can I help? |
| 19:53 |
sfan5 |
idk yet |
| 19:54 |
sfan5 |
perhaps find out whether you're using /clearobjects on your server |
| 19:56 |
MTDiscord |
<bastrabun> We upgraded from 5.12.0, not much changed in the mods or data. I increased active_object_send_range_blocks from previously 5 to now 8. There's no clearobjects as far as I know. Nearby (timewise) that log position there was a storage attempt of 700 entities in a mapblock while we only allow 512. Also, there's now an enormous amount of Packet quota used up. Does any of that give a hint? |
| 19:57 |
MTDiscord |
<bastrabun> If I grep for the error message it shows 2689 in the past 6 hours |
| 20:00 |
sfan5 |
just make sure to open the issue so we don't forget |
| 20:25 |
|
mrkubax10 joined #luanti |
| 20:29 |
|
mrkubax10 joined #luanti |
| 21:17 |
MTDiscord |
<bastrabun> For reference https://github.com/luanti-org/luanti/issues/17383 |
| 21:32 |
|
illwieckz joined #luanti |
| 21:58 |
MinetestBot |
[git] sfan5 -> luanti-org/luanti: Optimize the pixel-wise texture modifiers 9b41f13 https://github.com/luanti-org/luanti/commit/9b41f1375c87b6fad8c008272aef4bb0e9d8ce3b (2026-07-28T21:58:44Z) |
| 21:58 |
MinetestBot |
[git] sfan5 -> luanti-org/luanti: Optimize imageCleanTransparent a bit 502862d https://github.com/luanti-org/luanti/commit/502862de83f289622258b4bded092944bae226b6 (2026-07-28T21:58:44Z) |
| 21:58 |
MinetestBot |
[git] sfan5 -> luanti-org/luanti: Add unit tests for Bitmap class b309d11 https://github.com/luanti-org/luanti/commit/b309d115a5af056acdfff19e41bce44725c34934 (2026-07-28T21:58:44Z) |
| 21:58 |
MinetestBot |
[git] sfan5 -> luanti-org/luanti: Optimize mask texture modifier 06dfe4d https://github.com/luanti-org/luanti/commit/06dfe4de206857dc1b4741349d65d86a307a6ebe (2026-07-28T21:58:44Z) |
| 22:01 |
MinetestBot |
[git] CrazyladMT -> luanti-org/luanti: Keep buttons hovered across formspec update (#17378) 0be23d9 https://github.com/luanti-org/luanti/commit/0be23d9b5b2d9f02fc89822b9fcf46d9609cb33b (2026-07-28T21:58:58Z) |
| 22:18 |
|
illwieckz joined #luanti |
| 22:27 |
|
Desour joined #luanti |
| 22:32 |
|
panwolfram joined #luanti |