]> git.lizzy.rs Git - minetest.git/history - src/script/scripting_mainmenu.cpp
Support packing arbitrary graphs (#12289)
[minetest.git] / src / script / scripting_mainmenu.cpp
2021-08-28 sfan5Async-related script cleanups
2021-01-29 SmallJokerSettings: Purge getDefault, clean FontEngine
2021-01-29 SmallJokerSettings: Proper priority hierarchy
2020-06-22 rubenwardyFix HTTP API not being available in async mainmenu...
2020-06-06 rubenwardyAdd HTTP API to main menu (#9998)
2018-04-19 rubenwardyAdd online content repository
2018-01-04 red-001[CSM] Don't load the IO library. (#6087)
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-06-30 red-001Create a filesystem abstraction layer for CSM and only...
2017-05-06 ShadowNinjaUse a settings object for the main settings
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2017-03-13 Loïc Blot[CSM] sound_play & sound_stop support + client_lua_api...
2015-08-26 KahrlPush error handler afresh each time lua_pcall is used
2015-05-16 ShadowNinjaAdd mod security
2014-05-08 ShadowNinjaUse "core" namespace internally
2014-05-07 ShadowNinjaOrganize builtin into subdirectories
2014-04-27 ShadowNinjaFix code style of async API
2014-04-27 ShadowNinjaRemove dependency on marshal and many other async changes
2013-11-29 sapierFix modstore/favourites hang by adding asynchronous...
2013-09-10 PilzAdamAdd Settings interface for Lua
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...