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
/
doc
/
menu_lua_api.txt
Age
Commit message (
Expand
)
Author
2018-06-17
Remove deprecated functions from menu_lua_api.txt (#7455)
Anand S
2018-06-15
Version scheme change: 0.5.0 -> 5.0.0 (#7449)
Loïc Blot
2018-04-19
Add online content repository
rubenwardy
2018-03-28
Load dependencies and description from mod.conf
Andrew Ward
2017-08-20
New version scheme (#6292)
Loïc Blot
2017-07-14
Remove remaining modstore code (#6120)
Elijah Duffy
2017-06-06
Main Menu: Add get_clientmodpath API (#5912)
Elijah Duffy
2017-06-03
Bump version to 0.4.16
0.4.16
ShadowNinja
2016-12-22
Bump version to 0.4.15
0.4.15
sfan5
2016-05-27
Add base64 encoding and decoding to the lua api. (#3919)
red-001
2016-05-15
Bump version to 0.4.14
0.4.14
sfan5
2015-10-26
SAPI: Move core.get_us_time() to Util module
kwolekr
2015-10-04
Hide mapgens from main menu not intended for end users
kwolekr
2015-08-20
Bump version to 0.4.13
0.4.13
est31
2015-05-16
Add core.get_dir_list
ShadowNinja
2015-02-18
Bump version to 0.4.12
Perttu Ahola
2015-02-18
Server: announce MIN/MAX protocol version supported to serverlist. Client: ch...
est31
2015-01-18
Reorganize supported video driver query mechanisms
kwolekr
2014-12-29
Add core.get_mapgen_names() to Main Menu API (and use it)
kwolekr
2014-12-24
Bump version to 0.4.11
0.4.11
kwolekr
2014-08-23
Add video driver selection to settings menu (based uppon idea from webdesigne...
sapier
2014-06-14
Fix regression dirt texture not beeing default in non cloud menu
sapier
2014-05-16
Add formspec toolkit and refactor mainmenu to use it
sapier
2014-05-08
Use "core" namespace internally
ShadowNinja
2014-04-27
Add support for dpi based HUD scaling
sapier
2014-01-13
Add formspec table
Kahrl
2014-01-01
Bump version to 0.4.9
0.4.9
kwolekr
2013-11-29
Fix modstore/favourites hang by adding asynchronous lua job support
sapier
2013-09-10
Allow non-string arguments for minetest.is_yes()
PilzAdam
2013-09-10
Add Settings interface for Lua
PilzAdam
2013-09-02
Add minetest.parse_json, engine.parse_json
Kahrl
2013-08-17
Add translation for main menu
sapier
2013-08-14
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
Kahrl
2013-07-28
Play sounds/main_menu.ogg in menu
PilzAdam
2013-07-02
Replace C++ mainmenu by formspec powered one
sapier