Could you please upload somewhere a minimal OXP that exhibits this problem for you?
Building instructions for Windows will result in a standard test release executable, not a snapshot one. This is the reason you are not seeing the version number of your build. To enable this, you must compile using the command make -fMakefile release-snapshot, which will enable the version watermark on the top right and logging of the SVN revision number as well.
Building instructions for Windows will result in a standard test release executable, not a snapshot one. This is the reason you are not seeing the version number of your build. To enable this, you must compile using the command make -fMakefile release-snapshot, which will enable the version watermark on the top right and logging of the SVN revision number as well.
After deleting the folder "trunk" & starting over from
Confirmed. While you're waiting for the fix to get into the source, you should be able to fix this in your own copy by opening src/Core/Entities/ShipEntity.m, going to around line 2300-2400, and changing
Oops I committed a revert of r5639 before seeing your post, cim. If you want feel free to apply the correct fix or let me know and I'll go apply it as per your code above.
Edit: Reverted my revert on SVN and I see you already have updated the github part. I guess entropy in the universe has been restored to standard expected levels.