Gleb Mazovetskiy

Results 440 comments of Gleb Mazovetskiy

Actually, that may not be necessary. We can restore the palette right away after drawing the red version. Let me try that

It works if `DEVILUTIONX_SYSTEM_SDL_IMAGE=OFF` but does not work with `DEVILUTIONX_SYSTEM_SDL_IMAGE=ON` (generates a fully transparent image). Odd.

Ah it's because we weren't setting alpha to 255 and newer versions of SDL image are checking for transparent colors in the palette.

I've removed the bug label for now as I'm not sure if this is intended or not

You can use `smpq` for that. https://launchpad.net/smpq Listfiles can be found here https://github.com/diasurgical/devilutionx-mpq-tools/tree/main/data

If you do this, would be nice to have it as a separate gem, as it's a frequently requested feature in i18n-tasks.

Sounds good to me, and perhaps we use the defaults from here https://github.com/svenfuchs/rails-i18n/blob/master/lib/rails_i18n/pluralization.rb and https://github.com/svenfuchs/rails-i18n/tree/master/lib/rails_i18n/common_pluralizations (per locale definitions are here: https://github.com/svenfuchs/rails-i18n/tree/master/rails/pluralization)

The new release allows you to choose which Sass compiler to use. We already expect this for JavaScript. So simply add one of the 2 gems (the deprecated `sassrc-rails` or...

The requirement to add a Sass gem is now thoroughly documented in the readme: https://github.com/twbs/bootstrap-rubygem?tab=readme-ov-file#a-ruby-on-rails

> but apparently this is not true, right? What am I missing here? Probably that there is no actual limitation as it's just a 32-bit integer in the end of...