Charles Dang

Results 128 comments of Charles Dang

@babaissarkar How would the column layout look with only the logo, no “BfW” text? I think that would make it much cleaner. People know what game they’re playing. --- I...

I agree with ForestDragon - definitely keep it the darker background. I also think the semi-transparent looks better than the opaque.

> New version, using the current wesnoth UI blue and slight opacity. That looks fantastic 😃 As for the checkboxes and radioboxes, they're a bit too ornate, I think.

I imagine “fixing” this would just be removing the check?

There is a priority mechanism in the IPFs, I wonder if we could make use of that to make the alpha functions happen first 🤔

Looking at the code in image_modifications.hpp, it appears that `~RC()` runs first before other IPFs. I brought it up since you mentioned possibly making `~CS()` run after alpha-modifying functions.

Just to note, ~O, ~L, ~CS, ~GS, ~BW, ~SEPIA, ~NEG, ~RC, ~SWAP, ~MASK all skip fully transparent pixels. So changing this behavior isn't just a matter of touching ~CS.

I... how... would you ever need such a long animation.... O_O

A very quick look into this seems to indicate the problem is you're hitting Wesnoth's memory limit, as Wesnoth is still built as a 32 bit app on Windows (we're...