aboutsummaryrefslogtreecommitdiff
path: root/src/script (follow)
Commit message (Expand)AuthorAgeFilesLines
* l_mainmenu.h: remove unused l_get_dirlist functionest312015-08-301-2/+0
* Push error handler afresh each time lua_pcall is usedKahrl2015-08-2716-92/+188
* Use numeric indices and raw table access with LUA_REGISTRYINDEXKahrl2015-08-277-16/+36
* Clean up threadingShadowNinja2015-08-234-65/+42
* SAPI: Disable unlockable time profilingkwolekr2015-08-181-4/+8
* SEnv: Remove static_exists from ActiveObjects in deleted blockskwolekr2015-08-161-2/+4
* minimap: Add ability to disable from serverkwolekr2015-08-131-0/+3
* SAPI: Track last executed mod and include in error messageskwolekr2015-08-1213-41/+167
* Display Lua memory usage at the time of Out-of-Memory errorkwolekr2015-08-102-4/+10
* Improve Script CPP API diagnosticskwolekr2015-08-0516-107/+129
* Fix tiling issues for PLANTLIKE and FIRELIKE with FSAARealBadAngel2015-08-052-7/+11
* Biome API: Make fallback biome stone and water, disable fillerparamat2015-08-031-2/+2
* Add AreaStore data structureest312015-07-275-0/+475
* Fix MSVC number conversion warningSmallJoker2015-07-251-1/+1
* Fix minetest.get_(all)_craft_recipe(s) regressionest312015-07-251-3/+3
* Cleanup server addparticle(spawner) by merge two identical functions.Loic Blot2015-07-251-40/+18
* Optional reconnect functionalityest312015-07-235-19/+30
* Added get_player_velocity() method. Fixes #1176Elia Argentieri2015-07-202-72/+91
* Refactor particle code to remove the while loopsTeTpaAka2015-07-181-87/+78
* Make acc and vel deprecated in add_particle and search for acceleration and v...TeTpaAka2015-07-181-23/+34
* Fix invisible player when the attached entity is removedTeTpaAka2015-07-181-10/+52
* Fix relief mapping issuesRealBadAngel2015-07-161-6/+10
* Fix damage flash when damage disabledkwolekr2015-07-101-7/+5
* Use UTF-8 instead of narrowest312015-07-082-2/+2
* Fix code style from recent commits and add misc. optimizationskwolekr2015-07-025-69/+54
* Add Lua errors to error dialogrubenwardy2015-06-292-13/+13
* Fix bug when craft input isn't replacedTeTpaAka2015-06-221-2/+7
* Fix some issues with animations, and allow non-looped animations to be definedMirceaKitsune2015-06-222-5/+10
* Mapgen objects: Enable heatmap and humidmap for all biome api mapgensparamat2015-06-201-8/+13
* Use utf-8 in formspecsIlya Zhuravlev2015-06-131-1/+1
* Add minetest.register_on_player_hpchangeTeTpaAka2015-06-132-0/+20
* Add return list of individual counts to find_node_in_areaTeTpaAka2015-06-131-10/+19
* dofile error reporting for syntax errorsest312015-06-121-1/+2
* Fix uninitialized variable errorest312015-06-021-0/+5
* Make get_biome_list() error message more helpfulkwolekr2015-05-281-3/+6
* Add some missing getter functions to the lua APITeTpaAka2015-05-288-2/+486
* Fix Windows build, clean up included headersSmallJoker2015-05-221-1/+1
* Replace instances of std::map<std::string, std::string> with StringMapkwolekr2015-05-197-35/+39
* Fix null dereference when loading schematic from definition without a NodeDef...kwolekr2015-05-171-1/+2
* Record MapBlock modification reasons as flags instead of stringskwolekr2015-05-171-2/+3
* SAPI/Noise: Add PerlinNoiseMap:getMapSlice() functionkwolekr2015-05-174-0/+159
* Add optional buffer param for bulk data array writes in Luakwolekr2015-05-172-22/+38
* Fix current mod name change missed during rebaseShadowNinja2015-05-161-4/+4
* SAPI: Accept either ARGB8 table or ColorString to specify colorskwolekr2015-05-164-50/+63
* Add core.get_dir_listShadowNinja2015-05-163-26/+28
* Add core.request_insecure_environment()ShadowNinja2015-05-162-1/+32
* Add core.mkdirShadowNinja2015-05-162-1/+20
* Add mod securityShadowNinja2015-05-1613-48/+744
* Add push_ARGB8 to script/common/c_converterTeTpaAka2015-05-153-9/+15
* Generalize core.get/set_nametag_color into core.get/set_nametag_attributesTeTpaAka2015-05-152-13/+16