Robert Müller

Results 113 issues of Robert Müller

Make the editor image selection popup list scrollable with a `CScrollRegion` to support maps with many images. The width of the popup and list are also increased to support images...

Loading the already selected map with double click or enter directly after filtering the maps list did not work, as the filename buffer (and its respective lineinput, which not shown...

Split `IEditor::UpdateAndEditor` into `OnUpdate` and `OnRender` and call the various input and UI methods in the same order as in the gameclient. This fixes the joystick input being slow in...

This button is removed and a checkbox is added in the Client settings instead (see #3161): ![grafik](https://user-images.githubusercontent.com/23437060/180841385-98960b9a-8850-4d53-85db-570349dd8f06.png) And the scrollbars and checkboxes for the automatic demo/screenshot settings are moved on...

Closes #3169. Regression from #2845.

As the user's keyboard may have special keys with combinations Ctrl+Alt+A/X/C/V, which would overlap with the hotkeys. For example Ctrl+Alt+A produces `ą` with a Polish keyboard layout, or users could...

Instead of closing the joysticks manually, use `SDL_QuitSubSystem(SDL_INIT_JOYSTICK)` to quit the entire subsystem, which will also close all joysticks correctly. The engine input destructor is replaced with a `Shutdown` method...

Otherwise the static declaration in the header file leads to duplication everywhere where the header file is included. In debug build, this PR reduces the size of the client binary...

Fixes the following behavior: 1. Player is ingame and the ingame menu is opened with Esc 2. The left mouse button is held down on one of the ingame menu...