the-real-herowl
  • Joined on 2023-08-07
the-real-herowl pushed to fix-conversion-crash at teknomunk/MineClone2 2024-06-11 19:12:51 +02:00
6a613cc8f0 Move object remove after position check
9796e73588 Update to use new_object instead of obj
9830142b40 More safety checks
25084b7709 Add guard to prevent crash when converting old mobs and the minetest fails to create the new entity
1b0deae026 Fix crash when bonemealing sweet berry bushes (#4419)
Compare 8 commits »
the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4392 2024-06-11 19:10:34 +02:00
Fix crash while fighting whither

Another line squash needed it seems, also this one is broken logic (if not entity then return false end (short-circuited) returns for players and then if not object:is_player() then return false end (short-circuited) returns for all non-players, rendering the whole thing no-op always-return never-give-effect). Anyway:

the-real-herowl suggested changes for VoxeLibre/VoxeLibre#4392 2024-06-11 19:10:34 +02:00
Fix crash while fighting whither
the-real-herowl merged pull request VoxeLibre/VoxeLibre#4419 2024-06-11 18:47:20 +02:00
Fix crash when bonemealing sweet berry bushes
the-real-herowl pushed to master at VoxeLibre/VoxeLibre 2024-06-11 18:47:20 +02:00
1b0deae026 Fix crash when bonemealing sweet berry bushes (#4419)
the-real-herowl closed issue VoxeLibre/VoxeLibre#4389 2024-06-11 18:47:20 +02:00
Crash when bonemealing sweet berry bush
the-real-herowl closed issue VoxeLibre/VoxeLibre#4416 2024-06-11 18:43:35 +02:00
Hollow logs not breakable
the-real-herowl merged pull request VoxeLibre/VoxeLibre#4418 2024-06-11 18:43:34 +02:00
Make all hollow logs breakable
the-real-herowl pushed to master at VoxeLibre/VoxeLibre 2024-06-11 18:43:34 +02:00
313c1f558b Make all hollow logs breakable (#4418)
the-real-herowl pushed to master at VoxeLibre/VoxeLibre 2024-06-11 18:40:47 +02:00
5cafa97dd1 Fix formspec code that reads strength button field (#4385)
the-real-herowl merged pull request VoxeLibre/VoxeLibre#4385 2024-06-11 18:40:46 +02:00
Fix formspec code that reads strength button field
the-real-herowl closed issue VoxeLibre/VoxeLibre#4362 2024-06-11 18:40:46 +02:00
Beacons don't give strength
the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4424 2024-06-10 22:10:49 +02:00
Hudbars update

Regarding #4412, haven't reviewed it yet. Probably we'll get to it.

With hudbars, notice healthbar modifiers API added to mcl_potions in #4130. That API technically should be in…

the-real-herowl pushed to master at VoxeLibre/VoxeLibre 2024-06-10 21:44:34 +02:00
ddab68b87c Add instructions on how to eat to basic controls help entry (#4420)
the-real-herowl merged pull request VoxeLibre/VoxeLibre#4420 2024-06-10 21:44:32 +02:00
Add instructions on how to eat to basic controls help entry
the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4424 2024-06-10 21:43:18 +02:00
Hudbars update

Regarding #4412, haven't reviewed it yet. Probably we'll get to it.

With hudbars, notice healthbar modifiers API added to mcl_potions in #4130. That API technically should be in hudbars, same…

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4424 2024-06-10 21:39:06 +02:00
Hudbars update

For why changing in any way individual hearts in thr bar is impossible, see http://api.minetest.net/hud/#statbar

Also any HUD element animations are ultimately complex to do, prone to lag, go…

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4423 2024-06-10 17:58:17 +02:00
Fix crash on high levels of frost walker

Magic number. This is probably the threshold only on your device.