Jake Smarter
Jake Smarter
Interestingly enough, I have also stumbled upon this and it causes real issues on some hardware, not *just performance* but **breaks functionality**. You cannot zoom in fully if `GL_MAX_TEXTURE_SIZE` is...
> The idea with this issue is to only create a texture with the amount of pixels that is needed for the current viewport size. For what it’s worth; sure,...
> it's missing `runtime-version` I have assumed that the Flathub build process defaults to `"stable"` if no `"runtime-version"` is specified because this is what happens with `"type": "git"` sourced apps...
> `error: No extension point matching io.github.theforceengine.tfe.Mod.DarkForcesCommunityPatch in app/io.github.theforceengine.tfe/aarch64/stable` flathub/io.github.theforceengine.tfe#11 has been scheduled to announce its extension point.
FYI: Because protocol references are part of the MSIX specification, I would consider this a bug not a feature request.
I am experiencing an immediate crash since the latest `master` commit v1.09.540-322-g4ca579ac+ too. :disappointed: Things have worked before. :confused: ``` [Main] The Force Engine v1.09.540-322-g4ca579ac+ [Startup] TFE_System::init [Display] Fullscreen enabled....
``` [Main] The Force Engine v1.09.540-332-g6b5aad24+ [Startup] TFE_System::init [Display] Fullscreen enabled. [RenderBackend] OpenGL Device Tier: 3 [Startup] TFE_AudioSystem::init [Audio] SDLAudio using interface 'pulseaudio' [Audio] Device 00: Built-in Digital Stereo Sound...
FYI, I am running on the “Broadcom V3D 4.2.12” OpenGL renderer (or Broadcom VideoCore 6 GPU), aka the Raspberry Pi 4B GPU. Anyway, I have tried running gdb. ```gdb Thread...
> Did you catcht the error code returned by `glGetError()`? Right, now that the `assert()` does not cause the program to abort before logging the error value, things are easy....
>Do you want to try something? I've implemented a rudimentary version of the gl debug callback. >Find it here: https://github.com/mlauss2/TheForceEngine/tree/test2 Thanks, I’ll give it a shot sometime. >with mesa it...