Age | Commit message (Expand) | Author |
2013-05-25 | Move scriptapi to separate folder (by sapier) | sapier |
2013-05-03 | Optional dependencies and properly handle mod name conflicts again | Kahrl |
2013-04-23 | Add minetest.get_player_ip() | ShadowNinja |
2013-04-23 | Add option to not prepend "Server -!- " to messages sent with minetest.chat_s... | ShadowNinja |
2013-04-07 | Add param2 field for ores, some minor fixes and misc. code cleanup | kwolekr |
2013-04-07 | Add Mapgen V7, reorganize biomes | kwolekr |
2013-03-31 | Add Ore generation flags, implement ore absolute height | kwolekr |
2013-03-30 | Fix MapgenV6::generateCaves possible division by 0 and misc. cosmetic fixes | kwolekr |
2013-03-24 | Add more error checking to l_register_ore | kwolekr |
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-13 | fix typo invalid for loop end | sapier |
2013-03-11 | Move l_get_all_craft_recipes to scriptapi_craft | sapier |
2013-03-11 | Migrate to STL containers/algorithms. | Ilya Zhuravlev |
2013-03-05 | Added method to get all registered recipes for item(node) | RealBadAngel |
2013-03-05 | split scriptapi.cpp | sapier |
2013-02-27 | Fix nodeplacement prediction | PilzAdam |
2013-02-24 | Update Copyright Years | Sfan5 |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam |
2013-02-24 | Add seed parameter for default and L-system trees | RealBadAngel |
2013-02-19 | Disable placement prediction for nodes that use on_rightclick | Jeija |
2013-02-06 | Add Perlin noise map Lua API | kwolekr |
2013-01-26 | Merge pull request #447 from sapier/add_lua_log_parameter_check | kwolekr |
2013-01-26 | check parameters for minetest.log lua function | sapier |
2013-01-21 | add support for saving settings by lua command (server doesn't autosave on exit) | sapier |
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 | Add initial Lua biomedef support, fixed biome selection | kwolekr |
2013-01-21 | The new mapgen, noise functions, et al. | kwolekr |
2013-01-21 | stop MSVC++ from generating dumb warnings | kwolekr |
2013-01-07 | Fix buttons not working for Lua-triggered formspecs | sapier |
2013-01-07 | L-Systems treegen update. | RealBadAngel |
2013-01-02 | Add ServerEnvironment::setNode()/removeNode() to allow setting nodes from the... | Perttu Ahola |
2013-01-02 | Add InvRef:get_location() | Perttu Ahola |
2013-01-02 | Add TOCLIENT_SHOW_FORMSPEC to display formspecs at client from lua | sapier |
2012-12-30 | L-System treegen | RealBadAngel |
2012-12-02 | Smooth day-night transitions | Perttu Ahola |
2012-11-30 | Add shutdown hook interface to Lua API | Matthew I |
2012-11-25 | RealBadAngel's patch which allows the lua api to read pressed player keys. Th... | MirceaKitsune |
2012-11-25 | A bunch of fixes | MirceaKitsune |
2012-11-25 | Update attachments at the ending of the addToScene function for parents. And ... | MirceaKitsune |
2012-11-25 | Complete the attachment framework. | MirceaKitsune |
2012-11-25 | Framework for the attachment system, new object property which allows changin... | MirceaKitsune |
2012-11-25 | Get the new animation framework properly working | MirceaKitsune |
2012-11-25 | Joint positioning and rotation code, and fix a problem related to their lua API | MirceaKitsune |
2012-11-25 | Allow the LUA API to set animations to meshes as well as the animation speed.... | MirceaKitsune |
2012-11-25 | Add a subfolder for models and transfer models from server to client | MirceaKitsune |
2012-11-25 | Properly read the mesh from LUA. | MirceaKitsune |
2012-11-03 | Merge pull request #243 from xyzz/liquid_renewable | PilzAdam |