Manuel Lauss

Results 12 issues of Manuel Lauss

Pressing Alt-Enter to toggle between 4:3 windowed and wide fullscreen leaves the whole game with incorrect aspect ratio.

bug

Trying to build latest master: ``` -- Found OpenAL: /usr/lib64/libopenal.so ``` ok, but now: ``` -- Found GLUT: /usr/lib64/libglut.so -- Going to build “FreeGLUT 3.4.0” from Git module ``` ```...

enhancement
regression

### Describe the problem I have 3 instances of jkbms-ble connected; cpu usage on the cerbo gx is basically 100%, GUI is really slow, and the display of the battery...

help wanted
support

More bug/warningfixes and ipdates to get it building on Apple/Clang toolchains. based on feedback in #90 - QUAD_MAX is a reserved symbol in xnu's "limits.h" file - clang doesn't like...

Drop GLEW in favor of GLAD-generated built-in loader. - This drops an extra external library dependency (glew) - On Linux no system OpenGL libraries/headers are required to build TFE any...

This PR fixes the Editor on Linux: loading of UI_Images/* icons, larger buffers for paths, compiler warning fixes.

While building with -flto and gcc on Linux does succeed, the resulting binary crashes at seemingly random places. This set of 3 patches removes all warnings emitted by GCC during...

Set the "Application Name" SDL Hint. This fixes a cosmetic issue on at least Linux wrt. to the audio stream name when pipewire/pulseaudio are used as sound servers (before/after): ![image](https://github.com/luciusDXL/TheForceEngine/assets/123231678/bca56c29-a691-482c-9054-f8b8fb62b74c)

This fixes a copy-paste bug which leads to a crash on shutdown when no HD assets are available. ``` Thread 1 "theforceengine" received signal SIGSEGV, Segmentation fault. TFE_Sprite_Jedi::freePool (pool=pool@entry=POOL_GAME) at...

A file dialog based completely on ImGUI: https://github.com/aiekick/ImGuiFileDialog to replace the portable-file-dialogs and give these dialogs the same look as the rest of the TFE Ui. Again, mainly for Linux...