Commit Graph

4 Commits (master)

Author SHA1 Message Date
mckaygerhard c86e2f3fbc add forward compatibility with MT 5 for the ancient nodeupdate(pos)
* replace if the new minetest api is detected the `nodeupdate(pos)`
  with the new `check_for_falling(pos)` api since 5.0 but mantains
  backguard compatibility with 4.0.13 to 4.0.16
* use the new expose version check flags from `adventuretest` mod
  so the fire n doors mods must depends on default or adventuretest
* add to respective notes such change
2023-01-13 10:04:17 -04:00
mckaygerhard f1ff77133a place_node crashes the game because of nil player, so add nil checks
* Fix for runtime error in callback `item_OnPlace()` due nill player/placer
* This is for forward preparation on minetest 5.X with backguard compatibility
* related to #39
* related to https://codeberg.org/minenux/minetest-game-adventuretest/issues/39
* related to https://github.com/Bremaweb/adventuretest/issues/39
* update NOTES.md with related fixed about MT 5.X migration
2023-01-13 08:32:39 -04:00
mckaygerhard fceb855f2a migration to 5.0 notes add 2023-01-12 18:17:30 -04:00
mckaygerhard 0af5f94e21 information setup property, configuration and minimal engine version 2023-01-11 18:02:18 -04:00