Mikita Wiśniewski
0e4114d03c
Fix right-clicking in survival mode
2025-01-05 11:05:23 +07:00
Mikita Wiśniewski
119673cab2
Pickmob functionality
2025-01-05 11:05:23 +07:00
Mikita Wiśniewski
90fd8a9f9e
Fix some more issues with vl_pickblock, avoid conflicts with mcl_meshhand
2025-01-05 11:05:23 +07:00
Mikita Wiśniewski
87da975918
Fix some present issues with vl_pickblock
2025-01-05 11:05:23 +07:00
Mikita Wiśniewski
38e6234351
vl_pickblock: fix rightclick broken in survival
2025-01-05 11:05:23 +07:00
Mikita Wiśniewski
fbe93ccba3
vl_pickblock: GOLD -> YELLOW
2025-01-05 11:05:23 +07:00
Mikita Wiśniewski
055a54738b
Refactor vl_pickblock
2025-01-05 11:05:23 +07:00
Mikita Wiśniewski
dfb54cd9f7
Notify the player if a picked block is already in their hotbar
2025-01-05 11:05:23 +07:00
Mikita Wiśniewski
a3ccf98561
Simplify pickblock implementation and call on_rightclick
2025-01-05 11:05:23 +07:00
Mikita Wiśniewski
e3c195f874
Implement basic pickblock functionality (on rightclick)
2025-01-05 11:05:23 +07:00
kno10
25a832c4b6
rerun mod_translation_updater
2025-01-03 11:56:04 +01:00
ninjum
b407cc9628
Squashed: Galician translation
2025-01-03 11:56:04 +01:00
the-real-herowl
bd7524d712
Actually working spear aiming animation
2024-12-31 03:49:01 +01:00
the-real-herowl
9cd807d5c5
Basic 3rd person spear aim anim
2024-12-31 03:49:01 +01:00
teknomunk
22f5369db9
Add persistent player-specific metadata into mcl_playerinfo, simple cart reattachment (only exists if the luaentity for the cart exists when the player logs in)
2024-12-31 02:36:18 +01:00
teknomunk
265a25d6ae
Make trains containing a player in a minecart function, minor cleanup in mcl_playerinfo
2024-12-31 02:36:18 +01:00
the-real-herowl
bf77996b57
Added spears
2024-12-29 08:09:33 +01:00
kno10
631162e24c
Switch from deg to rad.
2024-12-27 10:48:00 +07:00
kno10
dd165ec0e9
Update to set_bone_override
2024-12-27 10:48:00 +07:00
kno10
c73baa3886
German translation updates
2024-12-18 18:42:25 +01:00
kno10
306f10b3b8
Update translations to follow string changes
2024-12-16 01:16:32 +01:00
kno10
62ac7fd4b9
fix some typos
2024-12-16 01:16:32 +01:00
kno10
3ecda2e70d
auto-update translation files
2024-12-16 01:16:32 +01:00
kno10
f9d331e0de
Update German translations
2024-12-16 01:16:32 +01:00
ethan
4db34098d9
Contributed simplified Chinese translations
2024-12-16 01:16:32 +01:00
Bloodaxe
7856f97f8e
Added all my localization files for Norwegian Bokmål
2024-12-16 01:16:32 +01:00
AFCMS
8e908870f9
Use get
instead of get_string
2024-12-03 15:04:03 +01:00
AFCMS
bd1e50b007
Save default value
2024-12-03 14:57:31 +01:00
AFCMS
1e7f065134
Fix mcl_gamemode.get_gamemode
2024-12-03 14:52:26 +01:00
teknomunk
b582afeb1f
Update documentation for Minetest rename to Luanti ( #4706 )
...
This updates the VoxeLibre documentation by replacing "Minetest" with "Luanti" and updating links.
Done:
* Update "Minetest" in documentation and comments to "Luanti"
* Update links to forums, ContentDB and Luanti project web page
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4706
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: teknomunk <teknomunk@protonmail.com>
Co-committed-by: teknomunk <teknomunk@protonmail.com>
2024-11-28 20:55:48 +01:00
seventeenthShulker
e2bcd129c1
Use soul_block group for soul speed bonus
2024-09-18 10:06:03 +02:00
seventeenthShulker
79e8452f62
Soul speed works on soul soil too
...
(needs localization)
2024-09-18 10:06:03 +02:00
Mikita Wiśniewski
178cb9340d
Clean-up set_string(..., nil)
usage ( fixes #4639 ) ( #4641 )
...
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4641
Reviewed-by: kno10 <kno10@noreply.git.minetest.land>
Co-authored-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-committed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
2024-09-16 12:12:55 +02:00
kno10
d85febdb15
Cactus damage cleanup, drop redundant conditions ( #4625 )
...
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4625
Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-authored-by: kno10 <erich.schubert@gmail.com>
Co-committed-by: kno10 <erich.schubert@gmail.com>
2024-09-08 05:21:42 +02:00
kno10
ebee85db7e
Fix incorrect usages of math.random ( #4621 )
...
random() does not support float arguments
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4621
Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-authored-by: kno10 <erich.schubert@gmail.com>
Co-committed-by: kno10 <erich.schubert@gmail.com>
2024-09-07 14:58:12 +02:00
teknomunk
dc074ff555
Remove debug logging
2024-08-19 03:02:02 +02:00
teknomunk
0e1a2cbc1e
Correct conditions for water-air transition forced skycolor update
2024-08-19 03:02:02 +02:00
WillConker
406e0e8169
Made soul speed and depth strider speed boosts additive instead of exclusive ( #4422 )
...
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4422
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: WillConker <waj01@joanes.net>
Co-committed-by: WillConker <waj01@joanes.net>
2024-08-18 06:25:04 +02:00
the-real-herowl
a4eaaad1a9
Remove unused function in mcl_hunger
2024-05-22 21:03:43 +02:00
the-real-herowl
7cd0cfede8
Further (mcl_)luck functionality
...
* XP from mob breeding impacted by luck
* eye of ender explosion chance impacted by luck
* fishing loot impacted by luck
* melee critical damage impacted by luck
* also fixed 2 scripts marked as "executable"
2024-05-22 21:02:25 +02:00
the-real-herowl
b28467d348
Added mcl_luck API
...
Luck and Bad Luck effects use the mcl_luck API now
The API is unused for now
2024-05-22 21:02:25 +02:00
the-real-herowl
ddbc7cd826
Haste and fatigue expanded and improved
...
* abstracted and refactored some parts of haste and fatigue
* added and exposed new mcl_potions API functions
* fixed haste and fatigue not altering the hand
* mcl_meshhand now calls into mcl_potions when resetting the hand
2024-05-22 21:02:25 +02:00
the-real-herowl
0e33947258
Renamed some functions and variables
...
* changed names referring to player where it does support mobs
* also added an is_player() check in one function
2024-05-22 21:02:25 +02:00
the-real-herowl
b6484a6d15
Added time_override to FOV API
...
time_override can be used when applying or removing modifiers
2024-05-22 21:02:25 +02:00
the-real-herowl
007500613a
Added food poisoning and saturation effects
2024-05-22 21:02:24 +02:00
the-real-herowl
fce73ab2bf
Added some missing effects and improved API
...
* added a way to have a damage modifier relying on type instead of flag
* added Slow Falling
* added Levitation
* added Health Boost
* added Absorption
2024-05-22 21:02:24 +02:00
teknomunk
5f6a9f3a0c
Update more documentation to use VoxeLibre
2024-05-07 11:38:00 +00:00
teknomunk
aabd80d54b
Change MineClone 2 to VoxeLibre
2024-05-07 11:38:00 +00:00
teknomunk
6756658ee9
Fix server crash when server restarts after a player dies but they didn't respawn ( #4246 )
...
Ensuring that tables storing player data are initialized before being used.
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/4246
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: teknomunk <teknomunk@protonmail.com>
Co-committed-by: teknomunk <teknomunk@protonmail.com>
2024-05-02 03:01:43 +00:00
the-real-herowl
9e8661ae95
Merge pull request 'Added eating animation' ( #4169 ) from eating_animation into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/4169
2024-04-22 01:18:11 +00:00