Arthur Pacaud (arthuro555)
Arthur Pacaud (arthuro555)
Bump! I don't remember what my last comment was about, but looking at the code it looks ready to be merged.
> Instead of this, as a workaround, we can use integer but for using just only one int variable with bitwise operators, like: > Though it makes a component less...
I'm gonna be honest, imho, it's a big mess. I can't see anyone learning anything from this example. Most of the logic is contained within a "matchmaking" extension that doesn't...
You got this backwards, simplicity is encouraged, but your example and extension are the inverse of simple. The events are not easy to understand because of how messy they are,...
@AcridGdev You never addressed the issue raised by the bot. Are you still willing to submit your extension? If we do not hear from you, we'll assume you have abandoned...
Sorry, I have tried multiple times but never managed to run the C++ tests successfully.
@4ian Ping in case you've forgotten ;)
> Probably will need an installation of MinGW. Good, I already have one. I also have the windows subsystem for Linux if that helps. I think I had tried with...
With MinGW GCC: ``` [build] [100%] Linking CXX executable GDCore_tests.exe [build] CMakeFiles\GDCore_tests.dir/objects.a(ExpressionCodeGenerator.cpp.obj): In function `ZN2gd26ExpressionParserDiagnostic10GetMessageEv': [build] c:/code/gdevelop/core/gdcore/events/parsers/ExpressionParser2Node.h:48: undefined reference to `gd::ExpressionParserDiagnostic::noMessage' [build] CMakeFiles\GDCore_tests.dir/objects.a(ExpressionCompletionFinder.cpp.obj): In function `ZN2gd31ExpressionCompletionDescriptionC1ENS0_14CompletionKindERKNS_6StringES4_jjS4_S4_': [build] c:/code/gdevelop/core/gdcore/ide/events/expressioncompletionfinder.h:258: undefined reference...