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
|
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
|
4e3e8aafc8
|
Address most of kno10's comments about mcl_utils/node.lua and a couple others, fix lingering potion sound
|
2024-12-25 11:52:24 +01:00 |
|
teknomunk
|
d71d9f5bf2
|
Address more review comments
|
2024-12-25 11:52:24 +01:00 |
|
teknomunk
|
5ced87dc26
|
Fix typos documentation, add ignore_gravity and liquid_drag options, use vl_projectile.register() for enter pearl, move projectile physics to vl_projectile add hook for future vl_physics support
|
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
|
7ad30c0f4f
|
Remove _thrower from vl_projectile (uses self._vl_projectile.owner instead), reorder some code
|
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 |
|