teknomunk
|
76d654762a
|
Fix luacheck findings for this PR: remove unused variables, remove overwritten value, add missing dependencies, fix undefined variable usage
|
2024-11-12 01:00:42 +01:00 |
|
teknomunk
|
65ccd551ae
|
Convert flying bobber to vl_projectile, modify mcl_throwing.register_throwable_object() to check for _vl_projectile field
|
2024-11-12 01:00:42 +01:00 |
|
teknomunk
|
9b9c370caa
|
Address most of kno10's comments about mcl_utils/node.lua and a couple others, fix lingering potion sound
|
2024-11-12 01:00:42 +01:00 |
|
teknomunk
|
81dd1c6656
|
Address more review comments
|
2024-11-12 01:00:42 +01:00 |
|
teknomunk
|
3f22887639
|
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-11-12 01:00:42 +01:00 |
|
teknomunk
|
fd144466e4
|
Resolve more review comments, fix crash
|
2024-11-12 01:00:42 +01:00 |
|
teknomunk
|
21465e4efc
|
Remove _thrower from vl_projectile (uses self._vl_projectile.owner instead), reorder some code
|
2024-11-12 01:00:42 +01:00 |
|
teknomunk
|
152d200df2
|
Finish reworking all items in mcl_throwing
|
2024-11-12 01:00:42 +01:00 |
|