jmonkeyengine
jmonkeyengine copied to clipboard
1982: Negative Native Object Id Issue
Prototype that seems to solve the problem ( #1982) with negative numbers being a valid object id and an indicator of whether the id/object is valid or not. If interested, I can polish it up a bit.
The changes start in NativeObject, and most of the other changes are in response to those changes.
This is probably the right way to resolve this issue, but it can be a breaking change for third party libraries that relies on getId() to be == INVALID_ID