| Commit message (Expand) | Author | Age |
... | |
* | Push error handler afresh each time lua_pcall is used | Kahrl | 2015-08-27 |
* | Use numeric indices and raw table access with LUA_REGISTRYINDEX | Kahrl | 2015-08-27 |
* | SAPI: Disable unlockable time profiling | kwolekr | 2015-08-18 |
* | SEnv: Remove static_exists from ActiveObjects in deleted blocks | kwolekr | 2015-08-16 |
* | minimap: Add ability to disable from server | kwolekr | 2015-08-13 |
* | SAPI: Track last executed mod and include in error messages | kwolekr | 2015-08-12 |
* | Improve Script CPP API diagnostics | kwolekr | 2015-08-05 |
* | Biome API: Make fallback biome stone and water, disable filler | paramat | 2015-08-03 |
* | Add AreaStore data structure | est31 | 2015-07-27 |
* | Fix MSVC number conversion warning | SmallJoker | 2015-07-25 |
* | Fix minetest.get_(all)_craft_recipe(s) regression | est31 | 2015-07-25 |
* | Cleanup server addparticle(spawner) by merge two identical functions. | Loic Blot | 2015-07-25 |
* | Optional reconnect functionality | est31 | 2015-07-23 |
* | Added get_player_velocity() method. Fixes #1176 | Elia Argentieri | 2015-07-20 |
* | Refactor particle code to remove the while loops | TeTpaAka | 2015-07-18 |
* | Make acc and vel deprecated in add_particle and search for acceleration and v... | TeTpaAka | 2015-07-18 |
* | Fix invisible player when the attached entity is removed | TeTpaAka | 2015-07-18 |
* | Fix damage flash when damage disabled | kwolekr | 2015-07-10 |
* | Use UTF-8 instead of narrow | est31 | 2015-07-08 |
* | Fix bug when craft input isn't replaced | TeTpaAka | 2015-06-22 |
* | Fix some issues with animations, and allow non-looped animations to be defined | MirceaKitsune | 2015-06-22 |
* | Mapgen objects: Enable heatmap and humidmap for all biome api mapgens | paramat | 2015-06-20 |
* | Use utf-8 in formspecs | Ilya Zhuravlev | 2015-06-13 |
* | Add return list of individual counts to find_node_in_area | TeTpaAka | 2015-06-13 |
* | Make get_biome_list() error message more helpful | kwolekr | 2015-05-28 |
* | Add some missing getter functions to the lua API | TeTpaAka | 2015-05-28 |
* | Replace instances of std::map<std::string, std::string> with StringMap | kwolekr | 2015-05-19 |
* | Fix null dereference when loading schematic from definition without a NodeDef... | kwolekr | 2015-05-17 |
* | Record MapBlock modification reasons as flags instead of strings | kwolekr | 2015-05-17 |
* | SAPI/Noise: Add PerlinNoiseMap:getMapSlice() function | kwolekr | 2015-05-17 |
* | Add optional buffer param for bulk data array writes in Lua | kwolekr | 2015-05-17 |
* | Fix current mod name change missed during rebase | ShadowNinja | 2015-05-16 |
* | SAPI: Accept either ARGB8 table or ColorString to specify colors | kwolekr | 2015-05-16 |
* | Add core.get_dir_list | ShadowNinja | 2015-05-16 |
* | Add core.request_insecure_environment() | ShadowNinja | 2015-05-16 |
* | Add core.mkdir | ShadowNinja | 2015-05-16 |
* | Add mod security | ShadowNinja | 2015-05-16 |
* | Add push_ARGB8 to script/common/c_converter | TeTpaAka | 2015-05-15 |
* | Generalize core.get/set_nametag_color into core.get/set_nametag_attributes | TeTpaAka | 2015-05-15 |
* | Add get and set functions for the nametag color | TeTpaAka | 2015-05-15 |
* | Fix compiler warning about sign comparison | est31 | 2015-05-13 |
* | is_player() is no player-only function | est31 | 2015-05-12 |
* | Make early protocol auth mechanism generic, and add SRP | est31 | 2015-05-11 |
* | Schematics: Add per-node force placement option | kwolekr | 2015-05-09 |
* | Tests: Add schematic unittests | kwolekr | 2015-05-08 |
* | Schematics: Add indent-with-space option for schematic Lua table serialization | kwolekr | 2015-05-07 |
* | NodeResolver: Remove NodeResolveMethod | kwolekr | 2015-05-07 |
* | Add core.find_nodes_with_meta() script API | kwolekr | 2015-05-05 |
* | Ore: Add biomes parameter | kwolekr | 2015-04-20 |
* | Add 'persistence' alias for Lua noiseparams and validate more vector parameters | kwolekr | 2015-04-19 |