-
Notifications
You must be signed in to change notification settings - Fork 87
Backport changes and extensions from Minetest #159
Comments
This should be all that's left:
Not sure if it makes sense to move the |
If the GUI stuff is all that is there, it may indeed make more sense to to move in the opposite direction: move all GUI stuff that MT still uses into MT, and drop GUI part here altogether. |
There is also src/irrlichttypes.h:
src/irrlicht_changes is GUI stuff only so it should likely merged into src/gui. |
irr_ptr would be good to have in irrlicht. |
Makes sense. For the API I’d wait for The Merge but for internal use, it’s OK to start using it now IMO. My grep suggests there are 287 drop calls and 89 grab calls awaiting replacement. |
These were added before forking Irrlicht. Currently there is no point keeping them separate.
See also: minetest/minetest#13227
The text was updated successfully, but these errors were encountered: