Age | Commit message (Expand) | Author |
2013-12-18 | Handle LuaErrors in Lua -> C++ calls on LuaJIT | ShadowNinja |
2013-12-13 | Rewrite client media download and support hash-based remote download | Kahrl |
2013-11-30 | Add minetest.swap_node | Novatux |
2013-10-18 | Masterserver update | proller |
2013-09-16 | Weather: Clean up getHeat/getHumidity somewhat | kwolekr |
2013-09-09 | Make it compile | Sfan5 |
2013-09-09 | Add dummy and LevelDB database backends | Ilya Zhuravlev |
2013-09-05 | Use player:set_hotbar_image() instead of hardcoded hotbar.png | PilzAdam |
2013-08-14 | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl |
2013-08-04 | Fix server getting completely choked up on even a little of DoS | Perttu Ahola |
2013-08-02 | Weather backward compatibility | proller |
2013-07-20 | Add set_breath and get_breath to lua API. | RealBadAngel |
2013-05-26 | Add ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT_HUD_SET_PARAM | Kahrl |
2013-05-25 | Move scriptapi to separate folder (by sapier) | sapier |
2013-04-25 | Generalize hud_builtin_enable into hud_set_flags | kwolekr |
2013-04-24 | Added support to disable built-in HUD elements | Diego Martínez |
2013-04-23 | Add option to not prepend "Server -!- " to messages sent with minetest.chat_s... | ShadowNinja |
2013-04-18 | Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modification | kwolekr |
2013-04-18 | Lua HUD | Jonathon Anderson |
2013-04-07 | Add Mapgen V7, reorganize biomes | kwolekr |
2013-03-29 | New damage system, add damageGroups to ToolCapabilities, bump protocol version | PilzAdam |
2013-03-23 | Allow spawning particles from the server, from lua | Jeija |
2013-03-11 | Migrate to STL containers/algorithms. | Ilya Zhuravlev |
2013-02-25 | Merge pull request #482 from proller/liquid | kwolekr |
2013-02-25 | Remove dead code, relocate some code | kwolekr |
2013-02-25 | Add emerge.cpp, initial EmergeThread changes | kwolekr |
2013-02-24 | Update Copyright Years | Sfan5 |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam |
2013-02-24 | new adjustable finite liquid | proller |
2013-02-22 | new auto masterserver | proller |
2013-02-14 | Improved Player Physics | MirceaKitsune |
2013-01-21 | Finish and clean up mapgen configuration | kwolekr |
2013-01-21 | Add initial Lua biomedef support, fixed biome selection | kwolekr |
2013-01-21 | The new mapgen, noise functions, et al. | kwolekr |
2013-01-21 | Basic support for configuring which mods to load for each world | Jürgen Doser |
2013-01-07 | Fix buttons not working for Lua-triggered formspecs | sapier |
2013-01-02 | Add TOCLIENT_SHOW_FORMSPEC to display formspecs at client from lua | sapier |
2012-12-02 | ShaderSource and silly example shaders | Kahrl |
2012-11-29 | Ranged support of protocol version on server side | Perttu Ahola |
2012-07-28 | Add enable_rollback_recording setting, defaulting to false | Perttu Ahola |
2012-07-27 | Experimental-ish rollback functionality | Perttu Ahola |
2012-07-24 | Detached inventories | Perttu Ahola |
2012-07-22 | Add minetest.get_modnames() to Lua API | Matthew I |
2012-07-19 | Allow defining player's inventory form in Lua | Perttu Ahola |
2012-06-17 | Optimize headers | Perttu Ahola |
2012-06-17 | Properly and efficiently use split utility headers | Perttu Ahola |
2012-06-05 | Switch the license to be LGPLv2/later, with small parts still remaining as GP... | Perttu Ahola |
2012-06-03 | WIP node metadata, node timers | Kahrl |
2012-04-01 | Allow getting the path of builtin.lua using minetest.get_modpath("__builtin") | Perttu Ahola |
2012-03-31 | Add 'fly' and 'fast' privileges and the underlying privileges-to-client system | Perttu Ahola |