Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-28 | Add zstd compression support (#12515) | 20kdc | |
2022-09-26 | Avoid duplication of mod metadata in memory (#12562) | Jude Melton-Houghton | |
Co-authored-by: sfan5 <sfan5@live.de> | |||
2022-08-13 | Allow buffer argument to VoxelManip:get_light_data (#12682) | Jude Melton-Houghton | |
2022-07-13 | Animated particlespawners and more (#11545) | Lexi Hale | |
Co-authored-by: Lars Mueller <appgurulars@gmx.de> Co-authored-by: sfan5 <sfan5@live.de> Co-authored-by: Dmitry Kostenko <codeforsmile@gmail.com> | |||
2022-03-05 | Allow get_sky to return a table (#11963) | Zughy | |
2021-09-19 | Add feature table entry for new dynamic media API | sfan5 | |
2021-06-20 | Add min_y and max_y checks for Active Block Modifiers (ABM) (#11333) | sfence | |
This check can be used by ABM to reduce CPU usage. | |||
2021-03-30 | Add entry in features table for degrotate changes | sfan5 | |
2021-01-29 | Rework use_texture_alpha to provide three opaque/clip/blend modes | sfan5 | |
The change that turns nodeboxes and meshes opaque when possible is kept, as is the compatibility code that warns modders to adjust their nodedefs. | |||
2020-10-04 | Deprecate get_player_velocity and add_player_velocity (#10173) | rubenwardy | |
2020-04-27 | Expose collision information to LuaEntity on_step | sfan5 | |
2020-03-05 | Fix pathfinder bugs: returning nil frequently, broken A*, jump through solid ↵ | Wuzzy | |
nodes (#9339) * Fix pathfinder fail when startpos is over air * Note down pathfinder restrictions * Implement real A* search * Pathfinder: Implement buildPath non-recursively * Update find_path documentation * Pathfinder: Check if jump path is unobstructed * Pathfinder: Fix drop check first checking upwards * Pathfinder: Return nil if source or dest are solid * Pathfinder: Use priority queue for open list | |||
2019-09-21 | Fix AreaStore's IDs persistence (#8888) | SmallJoker | |
Improve documentation Read old formats Fix free ID function. Return first gap in map | |||
2019-09-14 | Formspecs: Introduce formspec_version to mods | SmallJoker | |
2019-06-06 | HTTP API: Allow binary downloads and headers (#8573) | SmallJoker | |
Add minetest.features.httpfetch_binary_data | |||
2019-01-19 | Remove incorrect feature flag (#8086) | Paul Ouellette | |
And document the versions that introduced the features. | |||
2018-08-12 | Feature check for commit ac4884c3d677ef51bcce47f95ccd49d874022692 (#7618) | zeuner | |
adds `entity_independent_selectionbox` to minetest.features | |||
2018-03-29 | Optional alpha channel support for entities | stujones11 | |
2017-01-17 | Remove client-side chat prediction. (#5055) | red-001 | |
Network lag isn't really a big issue with chat and chat prediction makes writing mods harder. | |||
2017-01-09 | Add staticdata parameter to add_entity (#5009) | Rui | |
* Add staticdata parameter to add_entity * Add add_entity_with_staticdata to core.features | |||
2016-03-07 | Add AreaStore custom ID API | ShadowNinja | |
2015-09-03 | Small fixes of minetest.has_feature | Rui | |
2014-07-29 | Rework texture generating code, add texture grouping via ( ... ) | sfan5 | |
2014-05-08 | Use "core" namespace internally | ShadowNinja | |
2014-05-07 | Organize builtin into subdirectories | ShadowNinja | |