dgcor
dgcor
I have a similar problem using the latest 2.6 branch with the duplicate key fix applied [here](https://github.com/dgcor/SFML/tree/feature/scancode). In windows, I have to apply this fix: https://github.com/dgcor/DGEngine.core/blob/0ec8f4575c6e279732e5be6561e15e607acfe877/src/Parser/ParseInputEvent.cpp#L12 because I'm using the...
I ended up forking SFML and used a patched scancode branch with the duplicate keys fix applied from another PR ([here](https://github.com/dgcor/SFML/tree/feature/scancode)). I have 3 working applications that use both keys...
I have this problem too. Only on Linux. The problem seems to be the lack of a `is resizing` event, like the windows implementation has, that prevent the resize events...
I have a custom Text2 class which is a copy/paste of sf::text but with 2 extra styles for left and right text alignment: https://github.com/dgcor/DGEngine.core/blob/master/src/SFML/Text2.cpp https://github.com/dgcor/DGEngine.core/blob/master/src/SFML/Text2.h ```cpp enum Style { Regular...
No warnings in GCC and MSVC (I hope). some in Clang. I had to change the stlastar include so I ended up fixing the memset by using a vector instead.
https://user-images.githubusercontent.com/84206890/118375457-4e27c480-b5b1-11eb-8a11-241f9c136f53.mp4 https://user-images.githubusercontent.com/84206890/118375467-5d0e7700-b5b1-11eb-8c8b-83eeab4f50d6.mp4 https://user-images.githubusercontent.com/84206890/118375470-60096780-b5b1-11eb-8d25-89d8e272d4ba.mp4 https://user-images.githubusercontent.com/84206890/118375472-63045800-b5b1-11eb-9872-1016610e063f.mp4 https://user-images.githubusercontent.com/84206890/118375560-d908bf00-b5b1-11eb-99c7-5e57673529b6.mp4
You might not be able to do items without redoing the code, but you should be able to use the images from D2. I don't intend to go ahead with...
I'll see what can be done.
You can try again using the AppImage, which has been updated to build under ubuntu 20.04: https://github.com/dgcor/DGEngine/releases/tag/v1.0
Thanks! I tried signing in using github but it had problems. I'd rather not create an account to open a report there.