I recently tried this Glide wrapper with 1.14d and it works really great! However, I have a small issue with older versions of the mod Median XL (2012 and Ultimative, which can be found on moddb.com) - the text for the skill descriptions is black and therefore unreadable.
This issue happens also without a Glide wrapper, but it doesn't happen with bolrog's version of this wrapper. I guess this is because it fixes it by remapping some color codes: https://github.com/bolrog/d2dx/blob/main/src/d2dx/D2DXContext.cpp#L1314
I'm not a C++ developer, but I noticed that you changed this line in your version and I guess this caused the color-code fix to stop working: https://github.com/Jarcho/d2dx/blob/main/src/d2dx/D2DXContext.cpp#L1171
Could you look into this when you have time? Probably simply reverting that one line would fix the issue.
I recently tried this Glide wrapper with 1.14d and it works really great! However, I have a small issue with older versions of the mod Median XL (2012 and Ultimative, which can be found on moddb.com) - the text for the skill descriptions is black and therefore unreadable.
This issue happens also without a Glide wrapper, but it doesn't happen with bolrog's version of this wrapper. I guess this is because it fixes it by remapping some color codes: https://github.com/bolrog/d2dx/blob/main/src/d2dx/D2DXContext.cpp#L1314
I'm not a C++ developer, but I noticed that you changed this line in your version and I guess this caused the color-code fix to stop working: https://github.com/Jarcho/d2dx/blob/main/src/d2dx/D2DXContext.cpp#L1171
Could you look into this when you have time? Probably simply reverting that one line would fix the issue.