Added and Backported the rest of the text colors defintions from GZDoom.
Hi guys. I hope this patch could help add the rest of the text colors (W - Z). I have found some commits related to those in GZDoom : 1. https://github.com/coelckers/gzdoom/commit/02fc585ae6ee5670a43716275fa470510e850629#diff-af7197f503d332db5e18d712f993a6a8c317b7d3059f99a8242c4c6e268f37fa this could fix the olive and cream text color definitions. so this can be backported. 2. https://github.com/coelckers/gzdoom/commit/abc8e4deac06e28317b286211c485afadf10f414#diff-af7197f503d332db5e18d712f993a6a8c317b7d3059f99a8242c4c6e268f37fa this added four new text colours for w-z but has a bit of zscript stuff so some can or can't be backported but my patched version has it if this wont help. 3. https://github.com/coelckers/gzdoom/commit/697279063f5acfdcd7c269ebfffe2c139e115b94#diff-af7197f503d332db5e18d712f993a6a8c317b7d3059f99a8242c4c6e268f37fa this commit has exactly the same part as the first one but only the cream text color contrast a bit for better results and this could be backported if possible. images will be attached Cheers
DJB
I transplanted 1. and 3. from the GZDoom repo. As you said, they can be applied without problems.
Hi guys. I hope this patch could help add the rest of the text colors (W - Z). I have found some commits related to those in GZDoom : 1. https://github.com/coelckers/gzdoom/commit/02fc585ae6ee5670a43716275fa470510e850629#diff-af7197f503d332db5e18d712f993a6a8c317b7d3059f99a8242c4c6e268f37fa this could fix the olive and cream text color definitions. so this can be backported.
2. https://github.com/coelckers/gzdoom/commit/abc8e4deac06e28317b286211c485afadf10f414#diff-af7197f503d332db5e18d712f993a6a8c317b7d3059f99a8242c4c6e268f37fa this added four new text colours for w-z but has a bit of zscript stuff so some can or can't be backported but my patched version has it if this wont help.
3. https://github.com/coelckers/gzdoom/commit/697279063f5acfdcd7c269ebfffe2c139e115b94#diff-af7197f503d332db5e18d712f993a6a8c317b7d3059f99a8242c4c6e268f37fa this commit has exactly the same part as the first one but only the cream text color contrast a bit for better results and this could be backported if possible. images will be attached Cheers
DJB