aboutsummaryrefslogtreecommitdiff
path: root/doc/menu_lua_api.txt
Commit message (Expand)AuthorAge
* Fix modstore/favourites hang by adding asynchronous lua job supportsapier2013-11-29
* Allow non-string arguments for minetest.is_yes()PilzAdam2013-09-10
* Add Settings interface for LuaPilzAdam2013-09-10
* Add minetest.parse_json, engine.parse_jsonKahrl2013-09-02
* Add translation for main menusapier2013-08-17
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-14
* Play sounds/main_menu.ogg in menuPilzAdam2013-07-28
* Replace C++ mainmenu by formspec powered onesapier2013-07-02
#include "hud.h" #include "irrlichttypes_extrabloated.h" void draw_load_screen(const std::wstring &text, IrrlichtDevice* device, gui::IGUIEnvironment* guienv, float dtime=0, int percent=0, bool clouds=true); void draw_scene(video::IVideoDriver* driver, scene::ISceneManager* smgr, Camera& camera, Client& client, LocalPlayer* player, Hud& hud, gui::IGUIEnvironment* guienv, std::vector<aabb3f> hilightboxes, const v2u32& screensize, video::SColor skycolor, bool show_hud); #endif /* DRAWSCENE_H_ */