2022-05-10 22:36:50 +02:00
|
|
|
# Minetest Major Breakages List
|
|
|
|
|
|
|
|
This document contains a list of breaking changes to be made in the next major version.
|
2023-09-11 20:46:59 +02:00
|
|
|
This list is largely advisory and items may be reevaluated once the time comes.
|
2022-05-10 22:36:50 +02:00
|
|
|
|
2023-09-11 20:46:59 +02:00
|
|
|
* remove attachment space multiplier (*10)
|
|
|
|
* remove space multiplier for models (*10)
|
|
|
|
* remove player gravity multiplier (*2)
|
2022-05-10 22:36:50 +02:00
|
|
|
* `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)
|
2023-09-11 20:46:59 +02:00
|
|
|
* rotate moon texture by 180°, making it coherent with the sun
|
|
|
|
* https://github.com/minetest/minetest/pull/11902
|
2022-08-12 11:17:02 +02:00
|
|
|
* remove undocumented `set_physics_override(num, num, num)`
|
2022-11-24 23:56:43 +01:00
|
|
|
* remove special handling of `${key}` syntax in metadata values
|
2023-09-11 20:46:59 +02:00
|
|
|
* 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
|