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
/
games
/
devtest
/
mods
/
unittests
Age
Commit message (
Expand
)
Author
2023-01-12
Improve `MetaDataRef:{get,set}_float` precision (#13130)
Jude Melton-Houghton
2022-12-24
Add callback on_mapblocks_changed
Jude Melton-Houghton
2022-12-03
Add `minetest.get_mapgen_edges` (#12999)
Jude Melton-Houghton
2022-11-28
Add `minetest.get_game_info` and allow reading `game.conf` (#12989)
Jude Melton-Houghton
2022-11-15
Add MetaDataRef:get_keys (#12841)
Jude Melton-Houghton
2022-11-10
Test metadata value changing
Jude Melton-Houghton
2022-10-23
DevTest: Clean up callback textures
Wuzzy
2022-10-21
Fix use of unassigned global "check"
Jude Melton-Houghton
2022-10-09
add an 'equals' method to ItemStack and compatibility w/ lua '==' (#12771)
fluxionary
2022-10-09
DevTest: Explain purpose of most items in tooltips (#12833)
Wuzzy
2022-09-28
Add zstd compression support (#12515)
20kdc
2022-09-26
Avoid duplication of mod metadata in memory (#12562)
Jude Melton-Houghton
2022-09-18
Content ID caching in Lua (#12444)
Jude Melton-Houghton
2022-07-14
Fix regression & replace more occurrences of vector.new with vector.copy (#12...
Lars Müller
2022-07-04
Add missing item alias metatables to async environment (#12458)
sfan5
2022-06-15
Add unittests for entity lifecycle and callbacks
sfan5
2022-05-29
Get rid of node metadata when it becomes empty
sfan5
2022-05-10
Support packing arbitrary graphs (#12289)
Jude Melton-Houghton
2022-05-10
Fix cooking and fuel crafts with aliases
Jude Melton-Houghton
2022-05-02
Async environment for mods to do concurrent tasks (#11131)
sfan5
2022-04-24
DevTest: Add more test weapons and armorball modes (#11870)
Wuzzy
2022-03-29
Store vector metatable in registry
Jude Melton-Houghton
2021-12-18
Restructure devtest's unittests and run them in CI (#11859)
sfan5
2021-02-23
Allow overwriting media files of dependencies (#10752)
DS
2021-02-17
Fix short_description fallback order (#10943)
rubenwardy
2020-10-09
Add a short_description to be used by mods (#8980)
DS
2020-05-26
Devtest: Fix crash in player unittest (#9937)
Wuzzy
2020-05-26
Rename “Minimal development test” to “Development Test” (#9928)
Wuzzy