Diego Mateos
Diego Mateos
Just a comment you can delete later, sorry for any notifications. es-ES was done and merged in https://github.com/OpenRCT2/Localisation/pull/2334 cheers
es-ES is already done in master!
es-ES is already done in master!
Great! I dont know much about web/chrome, maybe the url site/favicon is already cached and it is just solved instantly. It could also be an option unset by default if...
Would love a simple alphabetical sorting. I tend to prefix things to kind of group them:  Sorting would be the simplest way of grouping them visually without any extra...
Maybe in the case of image files it would make sense to just always copy the file. Is true that the alpha of the image would be lost without the...
In "Foo.h", including the Archive type before the CEREAL_REGISTER_TYPE macro seems to work for me: ```cpp #pragma once #include "cereal/archives/json.hpp" // But seems like so far also only for static...
Yes please! > thanks for the great pack!
This would be really useful. * I usually paste a lot of screenshot clips or varied photos in quick succesion for reference. * Then procede to edit/note them and I...
Hmm I think it would work. Here I only changed the source files accessing .rgba components of glm::vectors to use .xyzw, but I am not enforcing GLM_FORCE_XYZW_ONLY itself nor touching...