Dominik Reichardt

Results 91 issues of Dominik Reichardt

I've tried to use the Xcode Test stuff and several things break :( The iOS Test Xcode is even worse. But let's start with testversion: ``` Ld /Users/MyName/Library/Developer/Xcode/DerivedData/SDLTest-fyucjuoydcsfotcqasaprbufroov/Build/Products/Debug/testversion normal (in...

AFAIK you did away with the hidapi framework but it's still being linked in the TestiPhoneOS xcode project. Unfortunately when you remove that from the build phase, compilation of any...

Exult Studio may become hard to use because the files/groups list can't be made smaller than the list needs to be when every file type is uncollapsed. Example: - Open...

@ceckak if you have time could you take a look why the CI Android is failing? The CI github action file is https://github.com/exult/exult/blob/master/.github/workflows/ci-android.yml and fail is recorded at https://github.com/exult/exult/runs/8052304193?check_suite_focus=true#step:10:6621 Something...

In https://github.com/exult/exult/blob/master/mouse.cc#L293 we set the different arrow length. If the mouse cursor is the furthest away from the Avatar it is set to maximum length. Unfortunately, furthest means the edge...

Milestone v2.0

When Batlin is viewed through the Eye of the Moon and speaks to his henchmen the Batlin face with the Fellowship Medallion is used. Chronologically this happens AFTER he has...

SI Fixes

When you add or duplicate a chunk it is added next to the chunk you right clicked and selected `New -> Empty/Duplicate`. This messes up chunk groups as these don't...

Exult Studio
Milestone v2.0

SDL2 has now gone into maintenance mode and massive work is being done on SDL3 (on SDL's github main is now SDL3 and SDL2 is branched). I suggest that this...

Milestone v2.0

In Exult you can double click a moongate and if it is in reach it teleports you to its destination. The original does not do that, you have to walk...

Some new compiler warnings on macOS: ``` zip.cc:426:9: warning: use of old-style cast [-Wold-style-cast] err = deflateInit2(&file->ci.stream, level, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /opt/x86_64/include/zlib.h:1816:51: note: expanded from macro 'deflateInit2' (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) ^ ~~~~~~~~~~~~~~~~...