gfgtdf
gfgtdf
> I’ll have to check what you pointed at but it seems to me it can’t be all. The fact that the client says an addon is missing but then...
i actually don't know why we send/use the redundant data (the [modification] when we have [addon] already) in the first place tho.
I mean you can, but mostly this is really a bug in wesnoth, the server actively removes `require_modification=no` so whether its unset or not set doesnt matter, only require_modification=yes works...
hmm for some reason i interpreted solitions last comment so that he wanted to investigate this more first. The fix is mostlikely easy, (and server sided, so independed of the...
opened a pr for it
Whats the current state of this? Do you have a todo list on what you still have planned to do here?
It seems a bit odd to me that the script changes for example `__APPLE__` to `SDL_PLATFORM_APPLE` since i thought `__APPLE__` is provided by the compiler and not by sdl, i...
> The normal API being what's in `filesystem.cpp`? The normal api being `IMG_Load` instead of `IMG_Load_RW` , `Mix_LoadMUS`instead of `Mix_LoadMUSType_RW` etc.
I guess that works too, i don't really see the advntage of that though.
I still think the change from `__APPLE__` to `SDL_PLATFORM_APPLE` is most likely wrong, in many cases (server/, utils/ ) i don't even know how they compile since they afaik don't...