Mikhail Kurinnoi

Results 100 comments of Mikhail Kurinnoi

Yeah, I also found this :)) I see same, but correct logic in code above https://github.com/viewizard/astromenace/blob/master/src/object3d/space_ship/space_ship.cpp#L1277 but have no idea why this one is wrong.

This should not depend from OpenGL implementation for sure. That was one of "fix all around" commit I did, that should be not allowed in any project for sure.

Hello, Looks like all works. "Create" button will be unlocked as soon as you type at least one character in "New pilot profile". Rest buttons will be unlocked as soon,...

Looks like some OpenGL features declared as supported by drivers but not really supported by hardware. I see no issue with geometry rendering, so, for example, this could be GLSL...

``` Vendor : Intel Inc. Renderer : Intel(R) UHD Graphics 630 Version : 2.1 INTEL-16.5.2 OpenGL Version : 1.0 ``` Not sure you could play with OpenGL version 1.0... this...

Game don't render by SDL2 (as I know, it have only 2D support), but use OpenGL directly. So, even if SDL2 will support Metal, someone will need write all render-related...

Hello, could you please share any status update about Job-DSL 1.77+ support?

``` (gdb) p pCordb $3 = (IUnknown *) 0x0 ``` Looks like some libdbgshim.so issue, `ManagedDebuggerHelpers::StartupCallback` callback called from `libdbgshim.so` back to netcoredbg, and looks like some error happens, since...

`launchSettings.json` looks like related to parameter for `dotnet run` https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-run, not really sure how debugger should support it. Note, https://code.visualstudio.com/docs/csharp/debugger-settings#_launchsettingsjson-support is about VSCode IDE configuration for setup debug session, not...

My point was about - are your sure this is DAP related, but not IDE side related? Are you sure, that VSCode IDE form launch request with additional attributes? Could...