Age | Commit message (Expand) | Author |
2013-06-16 | Tweak IDropAction restriction handling in server.cpp | Kahrl |
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-05-19 | Dont load mods that have no entry in world.mt | PilzAdam |
2013-05-10 | Clear custom player HUDs when emerging players. Fixes #711. | Aaron Suen |
2013-05-03 | Optional dependencies and properly handle mod name conflicts again | Kahrl |
2013-05-03 | Server: force block send of pointed_pos_under after predicted node place | Kahrl |
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-23 | Added offset support for HUD items | Diego Martínez |
2013-04-23 | Added support for alignment in HUD items | Diego Martínez |
2013-04-21 | Fix findSpawnPos() | kwolekr |
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-09 | fix various memory leaks | sapier |
2013-04-07 | Add Mapgen V7, reorganize biomes | kwolekr |
2013-03-30 | Masterserver: report gameid, uptime, cosmetic fixes on server web page | proller |
2013-03-29 | New damage system, add damageGroups to ToolCapabilities, bump protocol version | PilzAdam |
2013-03-24 | Add Ore infrastructure and l_register_ore() | kwolekr |
2013-03-23 | Allow spawning particles from the server, from lua | Jeija |
2013-03-21 | Support game-specific minetest.conf | Perttu Ahola |
2013-03-21 | Common mods support | Perttu Ahola |
2013-03-11 | Migrate to STL containers/algorithms. | Ilya Zhuravlev |
2013-02-26 | Fix most warnings, re-fix MSVC compile error | kwolekr |
2013-02-25 | Merge pull request #482 from proller/liquid | kwolekr |
2013-02-25 | Add multi-Emerge thread support | 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-20 | Print missing mod dependencies on server start | Jürgen Doser |
2013-02-14 | Improved Player Physics | MirceaKitsune |
2013-01-23 | Make mapgen factory setup more elegant, add mapgen_v6.h | kwolekr |
2013-01-21 | Fix compile on certain Linux configurations, reduce spawn point height | kwolekr |
2013-01-21 | Finish and clean up mapgen configuration | kwolekr |
2013-01-21 | Clean up EmergeManager, do initial work on Mapgen configuration | kwolekr |
2013-01-21 | Readded and optimized mapgen V6 | kwolekr |
2013-01-21 | The new mapgen, noise functions, et al. | kwolekr |
2013-01-21 | Make WATER_LEVEL configurable, fix slight comparison bug in findSpawnPos() | kwolekr |
2013-01-21 | Basic support for configuring which mods to load for each world | Jürgen Doser |
2013-01-07 | Disable all HP handling if enable_damage is false | PilzAdam |
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-17 | Fix hypen used as minus sign (manpages), fix spelling error (server.cpp) | Ilya Zhuravlev |
2012-12-16 | Added ability to fetch media from remote server (using cURL library) | Ilya Zhuravlev |
2012-12-02 | ShaderSource and silly example shaders | Kahrl |
2012-11-30 | Run scriptapi_on_shutdown() thread-safely and remove some old crap | Perttu Ahola |
2012-11-30 | Add shutdown hook interface to Lua API | Matthew I |