index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
common
/
tests
Age
Commit message (
Expand
)
Author
2023-01-10
Error when string.split is given empty separator (#13132)
Jude Melton-Houghton
2022-10-18
Implement vector and node conversion in Lua (#12609)
Jude Melton-Houghton
2022-07-02
Serialization spec: Fix number fuzzing (#12496)
Lars Müller
2022-06-11
Builtin: Redo serialize.lua (#11427)
Lars Müller
2022-05-27
Builtin: Optimize misc helpers (#12377)
Lars Müller
2022-05-22
Add relative numbers for commands by prepending ~ (#9588)
Wuzzy
2022-05-04
Add vector.combine (#11920)
Lars Müller
2022-03-29
Store vector metatable in registry
Jude Melton-Houghton
2022-01-02
Fix vector.from_string returning a table without vector metatable
Desour
2021-09-10
Split vector.new into 3 constructors
DS
2021-06-04
Add metatables to lua vectors (#11039)
DS
2021-04-05
Add vector.to_string and vector.from_string (#10323)
DS
2020-08-29
Add vector.offset (#10321)
DS
2020-06-09
Some vector functions useful for working with rotations (#9572)
NetherEran
2020-04-22
minetest.serialize: Reversible number serialization (#9722)
HybridDog
2020-03-05
Fix potential security issue(s), documentation on minetest.deserialize() (#9369)
sfan5
2020-01-18
Add Lua unit tests to builtin using busted (#9184)
rubenwardy