Closed JonnyVR1 closed 2 years ago
Fixed the level->get_levelID() crash, now the issue is that when filtering (e.g. FilterOriginal method) we get cannot find method errors in ArrayUtil.cpp, despite the methods/fields being present in codegen List implementation.
I'm missing the CMakeLists.txt file, I think that ties into why ID is needed instead of what is now used (MOD_ID)
I'm missing the CMakeLists.txt file, I think that ties into why ID is needed instead of what is now used (MOD_ID)
In that case then this isn't in the remit of this PR to fix. CMakeLists.txt is needed to even get the project loaded in CLion. The include is needed whether or not CMakeLists.txt is present.
Switched to MOD_ID
The powershell scripts are outdated. They are still using Android.mk
ahhh that must be why it wasn't properly building n stuff
The powershell scripts are outdated. They are still using Android.mk
Outside of the remit of this PR
For funsies I've updated the build setup to the new standard, even though it was outside of the remit of this PR. cba arguing about this in the comments so just easier to update it.
ahhh yea I guess in technicality it's outside the PR but all the tooling uses that now so it would be harder not to do that
There are still some things that don't work - I don't fully understand C++ as I'm a C# dev. The remaining issues should be fairly quick to solve for someone who knows what they're doing though!
My main issue atm is that level->get_levelID() seems to cause a crash and I have no idea why so I can't really progress any further.