From 15c3fb7b7ab8dfe55d65dbdd911cef8b11221751 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Mon, 11 Sep 2023 20:46:59 +0200 Subject: [PATCH] Amend list of planned breakages --- doc/breakages.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/doc/breakages.md b/doc/breakages.md index 52fe6b741..6b3071124 100644 --- a/doc/breakages.md +++ b/doc/breakages.md @@ -1,12 +1,23 @@ # Minetest Major Breakages List This document contains a list of breaking changes to be made in the next major version. +This list is largely advisory and items may be reevaluated once the time comes. -* Remove attachment space multiplier (*10) -* Remove player gravity multiplier (*2) +* remove attachment space multiplier (*10) +* remove space multiplier for models (*10) +* remove player gravity multiplier (*2) * `get_sky()` returns a table (without arg) * `game.conf` name/id mess * remove `depends.txt` / `description.txt` (would simplify ContentDB and Minetest code a little) -* rotate moon texture by 180°, making it coherent with the sun (see https://github.com/minetest/minetest/pull/11902) +* rotate moon texture by 180°, making it coherent with the sun + * https://github.com/minetest/minetest/pull/11902 * remove undocumented `set_physics_override(num, num, num)` * remove special handling of `${key}` syntax in metadata values +* remove old_move +* change physics_override `sneak` to disable the speed change and not just the node clipping + * https://github.com/minetest/minetest/issues/13699 +* migrate from player names to UUIDs, this would enable renaming of accounts and unicode player names (if desired) +* harmonize use_texture_alpha between entities & nodes, change default to 'opaque' and remove bool compat code +* merge `sound` and `sounds` table in itemdef +* remove `DIR_DELIM` from Lua +* stop reading initial properties from bare entity def