alexey.lysiuk
alexey.lysiuk
At the moment, the version for Apple's OS X is pretty much broken. I could fix it, however the problem is the Cocoa back-end is simply outdated. I'm curios, do...
It would be great to have a brief information about modules, coroutines, and maybe three-way comparison operator.
Filesystem implementation from C++ standard library requires macOS 10.15. Considering the project targeting retro games, such minimal OS requirement seems to be rather harsh. wxWidgets 3.1.x needs 10.10 while 3.0.x...
**SLADE Version**: 3.2.0 beta @ dfeecacb3fdff87d02fc66e2be16f5baa4832078 **Operating System**: Ubuntu 20.04 **Issue Details**: SLADE crashes on start with the following callstack obtained from Debug build ``` #0 __GI___libc_free (mem=0x226b636162223d) at malloc.c:3102...
**SLADE Version**: 3.2.0 as of 29c9b9bd8142ae95e4ab387424d5056162f88827 **Operating System**: All **Issue Details**: Regardless of the actual C++ Standard library implementation, SLADE attempts to link with `libstdc++`, and [its filesystem implementation](https://github.com/sirjuddington/SLADE/blob/29c9b9bd8142ae95e4ab387424d5056162f88827/src/CMakeLists.txt#L204) in...
There is a crash in 32-bit Windows DLL, version 1.0.28 only. 1.0.27 doesn't have this issue, i.e. replacement of DLL for already existing executable works without crashing. 1.0.29pre compiled by...
Occasionally, I managed to trigger the following assertion failure: `pXSprite->target >= 0 && pXSprite->target < kMaxSprites in file /Volumes/ramdisk/NBlood/source/blood/src/aiboneel.cpp at line 86` The value of `pXSprite->target` is -1. Good news...
Shallow water (like in the "secret part" of the first map with Double Health and Armor Suit) is treated as regular ground. It doesn't change player's movement sound nor has...
Some wave files from CSM.BIN have incorrect size of the format chunk Briefing before the second mission uses bunch of such broken files
Added Linux targets with various versions of GCC and Clang Added macOS target, currently inactive