Sergey Lerg
Sergey Lerg
I've added a wrapper for the SDL function SDL_GetPrefPath(). https://wiki.libsdl.org/SDL_GetPrefPath
I've tried compiling Hashlink with emscripten, it compiled with a few adjustments. When running the project it quickly fails with an exception when it gets to the C part, around...
Now it's not obvious that texture profile (Default, Generic) is clickable to reveal more options. Especially for newcomers. Instead it would be nice to have these additional options to be...
I've tried the new version today to see if it builds with the Defold game engine. There is progress. First of all, if I specify in the Podfile just `pod...
**Task (REQUIRED):** Android and Windows build toolchains have to be updated to support C++20. For iOS and macOS builds apple-clang has to be replaced by a regular modern clang (e.g....
Added non secure websocket server implementation.
With gradle support being in place for Android builds, it only makes sense to add a similar feature for iOS builds. That will eliminate many incompatibility issues between different extensions.
Here is the sample project https://github.com/Lerg/extension-yandexads/tree/7.0.1 It produces an error ``` duplicate interface definition for class 'AMAArrayIterator' @interface AMAArrayIterator : NSObject ``` If only `pod 'YandexMobileAds', '7.0.1'` is specified in...
### Expected behaviour While working in the external editor like VS Code all objects should retain their properties. ### Actual behaviour Sometimes (when some other issues appear like failed to...
**Is your feature request related to a problem? Please describe (REQUIRED):** Adding new images to an atlas when there are many assets in a project is a pain. **Describe the...