aboutsummaryrefslogtreecommitdiff
path: root/src/script (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add minetest.register_on_punchplayerBrandon2015-05-153-0/+30
* Add get and set functions for the nametag colorTeTpaAka2015-05-152-0/+50
* Fix compiler warning about sign comparisonest312015-05-131-1/+1
* is_player() is no player-only functionest312015-05-122-13/+13
* Make early protocol auth mechanism generic, and add SRPest312015-05-111-0/+1
* Schematics: Add per-node force placement optionkwolekr2015-05-093-29/+43
* Tests: Add schematic unittestskwolekr2015-05-081-4/+3
* Fix missing Y component assignment in check_v3fkwolekr2015-05-081-1/+1
* Remove duplicate lua_getfield() in c_converter.cppKevin Ott2015-05-071-1/+0
* Schematics: Add indent-with-space option for schematic Lua table serializationkwolekr2015-05-071-2/+4
* NodeResolver: Remove NodeResolveMethodkwolekr2015-05-071-41/+28
* Fix error messages for type-checking Lua reading functionsShadowNinja2015-05-061-17/+40
* Add core.find_nodes_with_meta() script APIkwolekr2015-05-052-1/+20
* Ore: Add biomes parameterkwolekr2015-04-201-0/+10
* Add 'persistence' alias for Lua noiseparams and validate more vector parameterskwolekr2015-04-194-14/+74
* Biome API: Add biome-specific river waterparamat2015-04-191-13/+14
* Schematics: Fix core.schematic_create()kwolekr2015-04-171-0/+1
* Switch to check_v3s16 in l_mapgen.cpp and l_vmanip.cpp for type safetykwolekr2015-04-172-18/+18
* Refactor around translatePasswordest312015-04-171-2/+1
* Biomes: Remove referenced biomes from Decorations on clearkwolekr2015-04-161-1/+0
* Schematics: Refactor NodeResolver and add NodeResolveMethodkwolekr2015-04-164-218/+249
* Use std::vector instead of std::set for Environment::getObjectsInsideRadiusLoic Blot2015-04-161-2/+3
* Schematics: Reorganize (de)serialization and add Lua serialization APIkwolekr2015-04-132-6/+62
* Document for api functions that rely on current_modname, that it doesn't work...est312015-04-081-0/+1
* Schematics: Prepend mod path to relative schematic filepathskwolekr2015-04-083-11/+40
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-015-5/+0
* ObjDefManager, Mapgen SAPI: Huge refactoringkwolekr2015-03-312-147/+289
* GenElementManager: Pass opaque handles to Lua and rename to ObjDefManagerkwolekr2015-03-311-86/+95
* Fix typoCraig Robbins2015-03-291-1/+1
* Add Lua function get_video_modes() for main menuCraig Robbins2015-03-282-0/+25
* Clean up and tweak build systemShadowNinja2015-03-275-14/+12
* lua_api/l_mapgen: generate_ores/decorations: make p1, p2 optionalparamat2015-03-241-6/+12
* Add core.register_schematic() and cache schematics on usekwolekr2015-03-232-91/+144
* Fix minetest.get_craft_recipe functionest312015-03-231-0/+2
* Revert "Add a Lua call to do damages / heals" ok @ShadowNinjaLoic Blot2015-03-222-44/+3
* Add support for the PCG32 PRNG algo (and associated script APIs)kwolekr2015-03-223-102/+209
* Optimize minetest.get_(all)_craft_recipe(s)gregorycu2015-03-201-97/+75
* Revert "Fix issue #2441: crash on respawn, since a conversion std::list to st...kwolekr2015-03-201-1/+1
* Fix game minetest.conf default settingsest312015-03-181-7/+4
* Add a Lua call to do damages / healsLoic Blot2015-03-182-3/+44
* Prepare Protocol v25 init & authentication.Loic Blot2015-03-131-1/+1
* lua_api/l_mapgen: Fix overlapping areas of minetest.generate_ores/decorationsparamat2015-03-112-8/+12
* Don't use luaL_checkstring to read node names, it's only for argumentsShadowNinja2015-03-071-9/+10
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-075-24/+22
* l_get_modnames: Compare using std::sort instead of a custom function which do...Loic Blot2015-03-051-22/+6
* Fix issue #2441: crash on respawn, since a conversion std::list to std::vecto...Loic Blot2015-03-051-1/+1
* Performance improvement: Use std::list instead of std::vector for request_med...Loic Blot2015-03-051-2/+3
* We always know playerSAO when calling SendInventory. Using it instead of sear...Loic Blot2015-03-041-1/+1
* Send Inventory packet on event, don't check it at each AsyncRunStep.Loic Blot2015-03-041-0/+3
* Send Breath packet on event, don't check it at each AsyncRunStepLoic Blot2015-03-031-1/+5