summaryrefslogtreecommitdiff
path: root/src/script/lua_api
Commit message (Expand)AuthorAge
* Add AreaStore data structureest312015-07-27
* Fix MSVC number conversion warningSmallJoker2015-07-25
* Fix minetest.get_(all)_craft_recipe(s) regressionest312015-07-25
* Cleanup server addparticle(spawner) by merge two identical functions.Loic Blot2015-07-25
* Optional reconnect functionalityest312015-07-23
* Added get_player_velocity() method. Fixes #1176Elia Argentieri2015-07-20
* Refactor particle code to remove the while loopsTeTpaAka2015-07-18
* Make acc and vel deprecated in add_particle and search for acceleration and v...TeTpaAka2015-07-18
* Fix invisible player when the attached entity is removedTeTpaAka2015-07-18
* Fix damage flash when damage disabledkwolekr2015-07-10
* Use UTF-8 instead of narrowest312015-07-08
* Fix bug when craft input isn't replacedTeTpaAka2015-06-22
* Fix some issues with animations, and allow non-looped animations to be definedMirceaKitsune2015-06-22
* Mapgen objects: Enable heatmap and humidmap for all biome api mapgensparamat2015-06-20
* Use utf-8 in formspecsIlya Zhuravlev2015-06-13
* Add return list of individual counts to find_node_in_areaTeTpaAka2015-06-13
* Make get_biome_list() error message more helpfulkwolekr2015-05-28
* Add some missing getter functions to the lua APITeTpaAka2015-05-28
* Replace instances of std::map<std::string, std::string> with StringMapkwolekr2015-05-19
* Fix null dereference when loading schematic from definition without a NodeDef...kwolekr2015-05-17
* Record MapBlock modification reasons as flags instead of stringskwolekr2015-05-17
* SAPI/Noise: Add PerlinNoiseMap:getMapSlice() functionkwolekr2015-05-17
* Add optional buffer param for bulk data array writes in Luakwolekr2015-05-17
* Fix current mod name change missed during rebaseShadowNinja2015-05-16
* SAPI: Accept either ARGB8 table or ColorString to specify colorskwolekr2015-05-16
* Add core.get_dir_listShadowNinja2015-05-16
* Add core.request_insecure_environment()ShadowNinja2015-05-16
* Add core.mkdirShadowNinja2015-05-16
* Add mod securityShadowNinja2015-05-16
* Add push_ARGB8 to script/common/c_converterTeTpaAka2015-05-15
* Generalize core.get/set_nametag_color into core.get/set_nametag_attributesTeTpaAka2015-05-15
* Add get and set functions for the nametag colorTeTpaAka2015-05-15
* Fix compiler warning about sign comparisonest312015-05-13
* is_player() is no player-only functionest312015-05-12
* Make early protocol auth mechanism generic, and add SRPest312015-05-11
* Schematics: Add per-node force placement optionkwolekr2015-05-09
* Tests: Add schematic unittestskwolekr2015-05-08
* Schematics: Add indent-with-space option for schematic Lua table serializationkwolekr2015-05-07
* NodeResolver: Remove NodeResolveMethodkwolekr2015-05-07
* Add core.find_nodes_with_meta() script APIkwolekr2015-05-05
* Ore: Add biomes parameterkwolekr2015-04-20
* Add 'persistence' alias for Lua noiseparams and validate more vector parameterskwolekr2015-04-19
* Biome API: Add biome-specific river waterparamat2015-04-19
* Schematics: Fix core.schematic_create()kwolekr2015-04-17
* Switch to check_v3s16 in l_mapgen.cpp and l_vmanip.cpp for type safetykwolekr2015-04-17
* Refactor around translatePasswordest312015-04-17
* Biomes: Remove referenced biomes from Decorations on clearkwolekr2015-04-16
* Schematics: Refactor NodeResolver and add NodeResolveMethodkwolekr2015-04-16
* Use std::vector instead of std::set for Environment::getObjectsInsideRadiusLoic Blot2015-04-16
* Schematics: Reorganize (de)serialization and add Lua serialization APIkwolekr2015-04-13