| Commit message (Expand) | Author | Age |
* | Fix minetest.request_insecure_environment() always returning nil | Jeija | 2016-02-26 |
* | Add Lua interface to HTTPFetchRequest | Jeija | 2016-02-22 |
* | Ignore spaces in secure.trusted_mods setting | Jeija | 2016-02-19 |
* | Require request_insecure_environment to be called from the mod's main scope | ShadowNinja | 2016-02-19 |
* | v2d & aabbox3d<f32> & sky cleanups | nerzhul | 2016-02-11 |
* | Add '/clearobjects quick' | Kahrl | 2016-02-11 |
* | Don't print whole json data buffer to errorstream on error | est31 | 2016-01-28 |
* | Fix C++11 compilability | est31 | 2016-01-23 |
* | Allow per-tiles culling. | Auke Kok | 2016-01-20 |
* | Show infotext with description for item entities | RealBadAngel | 2016-01-18 |
* | Make ItemStack:set_count(0) clear the item stack | sfan5 | 2016-01-15 |
* | Liquids: Flow into and destroy 'floodable' nodes | paramat | 2016-01-07 |
* | Revert "Add support for using arbitrary meshes as items" | Sapier | 2015-12-29 |
* | Add support for using arbitrary meshes as items | Sapier | 2015-12-29 |
* | Fix lua object:get_properties() being broken | Sapier | 2015-12-21 |
* | Fix missing pop | est31 | 2015-12-20 |
* | Add support for limiting rotation of automatic face movement dir entitys | Sapier | 2015-12-19 |
* | Add option to give every object a nametag | BlockMen | 2015-12-15 |
* | Fix threshold type | est31 | 2015-12-07 |
* | Mapgen: Add propagate_shadow bool to calcLighting | paramat | 2015-12-07 |
* | Fix spelling of noise_threshold | Jun Zhang | 2015-12-06 |
* | Add on_secondary_use when right clicking an item in the air | Alex Ford | 2015-12-02 |
* | Add LuaSecureRandom | est31 | 2015-11-08 |
* | Add support for audio feedback if placing node failed | BlockMen | 2015-11-07 |
* | Add server side ncurses terminal | est31 | 2015-11-06 |
* | Schematics: Add core.place_schematic_on_vmanip API | kwolekr | 2015-11-05 |
* | Add callback parameter for core.emerge_area() | kwolekr | 2015-11-02 |
* | Fix Lua scripting synchronization | kwolekr | 2015-11-01 |
* | Fix server crashing on Lua errors | ShadowNinja | 2015-10-31 |
* | SAPI: Fix seed parameter truncation for LuaPseudoRandom constructor | kwolekr | 2015-10-26 |
* | SAPI: Move core.get_us_time() to Util module | kwolekr | 2015-10-26 |
* | Remove some abort() calls | est31 | 2015-10-26 |
* | SAPI: Throw runtime error instead of if l_get_mapgen_object called in incorre... | kwolekr | 2015-10-25 |
* | SAPI: Mark all Lua API functions requiring envlock | kwolekr | 2015-10-25 |
* | Correct comment in l_util.cpp | est31 | 2015-10-26 |
* | Add option to disable backface culling for models | BlockMen | 2015-10-25 |
* | ABMs: Make catch-up behaviour optional | paramat | 2015-10-18 |
* | Remove wstrgettext | est31 | 2015-10-18 |
* | Fix crash regression when invsize formspec gets used | est31 | 2015-10-17 |
* | Use warningstream for deprecated field messages and refactor log_deprecated | ShadowNinja | 2015-10-15 |
* | Rename macros with two leading underscores | ShadowNinja | 2015-10-14 |
* | Refactor logging | ShadowNinja | 2015-10-14 |
* | Add new ContentParamType2 "CPT2_DEGROTATE" | est31 | 2015-10-04 |
* | Allow setting chunksize in core.set_mapgen_params | kwolekr | 2015-10-04 |
* | Hide mapgens from main menu not intended for end users | kwolekr | 2015-10-04 |
* | Add emerge completion callback mechanism | kwolekr | 2015-10-04 |
* | Define and use limit constants for Irrlicht fixed-width types | kwolekr | 2015-10-04 |
* | Add get_biome_id(biome_name) callback | Duane Robertson | 2015-10-02 |
* | Add /emergeblocks command and core.emerge_area() Lua API | kwolekr | 2015-09-23 |
* | Various style cleanups + unused code removal | est31 | 2015-09-19 |