Maksym Dilai

Results 10 issues of Maksym Dilai

Currently ImGUI is overall outdated, but OpenGL backend is especially outdated and based on one of the early releases. Because latest version is significantly different and incompatible with rest of...

Unlike old version (via CVar), the current one doesn't work on pistols because `localPlayer->shotsFired() > 1` check is never true on them. Added an alternative check for pistols. Its really...

Inspired by previous PRs like #3178 but show only damage given by local player to enemies, show how much HP left and doesn't crash because of correctly usage of mutex...

Not sure if this nasty thing happened after some of recent updates or i just didn't notice it before, but currently when GUI opened in-game, mouse cursor become locked in...

This (together with #3262 and few my last PRs) should be the last thing to make Windows and Linux builds have equal functionality

Second version of #3324. Using plain "new"s instead of std::make_unique_for_overwrite and only for player avatars and weapon icons as it give measurable performance impact. Some benchmark times: **Caching new avatar...

Reversed traceToExit() function instead of relying on fancy ASM hack on Windows and... nothing at all on Linux. Unfortunately, i was not able to fully abandon usage of memory patterns,...

Small fix to take items details by reference instead of unnecessary copying.

Universal helper to show errors of missing interfaces/patterns.

**Describe the bug** When playing some (not all, mostly demos) CDT from ZXTape on IOS they fail to load correctly. Works fine when converted to WAV and played from same...