teknomunk
|
0d82c8f725
|
Replace magic numbers with named constants, add missing 'local'
|
2024-12-25 11:52:24 +01:00 |
|
teknomunk
|
5db55dde3c
|
Update { ... } to {...}
|
2024-12-25 11:52:24 +01:00 |
|
teknomunk
|
0d8f7515c6
|
Update minetest->Luanti in affected documentation, update minetest. -> core. in affected code, factor out common subexpressions in mods/ITEMS/vl_projectile/init.lua
|
2024-12-25 11:52:24 +01:00 |
|
teknomunk
|
7c8da2eba7
|
Rework self.timer and _owner collision conditions
|
2024-12-25 11:52:24 +01:00 |
|
teknomunk
|
2d56deacf6
|
Replace _puncher with _owner, rework projectile code to make _owner a string, copy mcl_util.gen_uuid() from minecart branch, add mcl_util.get_entity_id(), fix crash
|
2024-12-25 11:52:24 +01:00 |
|
teknomunk
|
4b73839346
|
Fix crashes in mcl_throwing
|
2024-12-25 11:52:24 +01:00 |
|
the-real-herowl
|
992de3d06e
|
Fix throwables' punch allow check
|
2024-12-25 11:52:24 +01:00 |
|
teknomunk
|
1ce4b00702
|
Fix chick spawning in the presence of a functional has_room() check
|
2024-12-25 11:52:24 +01:00 |
|
teknomunk
|
db8bceebf3
|
Fix dispenser arrows so they hit players and entities, minetest.register_entity -> vl_projectile.register for mcl_throwing:egg
|
2024-12-25 11:52:24 +01:00 |
|
teknomunk
|
c960b00b37
|
Make egg and snowball stack count match master
|
2024-12-25 11:52:24 +01:00 |
|
teknomunk
|
2c15ac3563
|
Fix player-mcl_throwing collisions, fix chick spawning on egg collisions, luacheck fixes
|
2024-12-25 11:52:24 +01:00 |
|
teknomunk
|
b821f3d72f
|
Fix luacheck findings for this PR: remove unused variables, remove overwritten value, add missing dependencies, fix undefined variable usage
|
2024-12-25 11:52:24 +01:00 |
|
teknomunk
|
960476bb24
|
Convert flying bobber to vl_projectile, modify mcl_throwing.register_throwable_object() to check for _vl_projectile field
|
2024-12-25 11:52:24 +01:00 |
|
teknomunk
|
ebdc5a5914
|
Remove logging in tipped_arrows, prevent crash when spawning chicks, add extra safety check in vl_projectile.collides_with_solids
|
2024-12-25 11:52:24 +01:00 |
|
teknomunk
|
fdfefd2af8
|
Resolve more review comments, fix crash
|
2024-12-25 11:52:24 +01:00 |
|
teknomunk
|
2d75a21c10
|
Finish reworking all items in mcl_throwing
|
2024-12-25 11:52:24 +01:00 |
|