gdnet3
gdnet3 copied to clipboard
Replaced `ERR_EXPLAIN` with `CRASH_NOW_MSG` for 3.2.1 compatibility
Replaced error messaging functions to allow GDNet3 to build for Godot 3.2.1
Related Godot PR: https://github.com/godotengine/godot/pull/33517
Will it not be better when we use ERR_FAIL_COND_V_MSG
and ERR_FAIL_COND_MSG
instead of CRASH_NOW_MSG
?
Will it not be better when we use
ERR_FAIL_COND_V_MSG
andERR_FAIL_COND_MSG
instead ofCRASH_NOW_MSG
?
It would probably be a better solution, though this PR is about a year old now, so I'm not sure how stale it is.
Updated commit, implements changes suggested by @demurzasty and makes the project compatible with stable and 3.3rc