Adam Heinermann
Adam Heinermann
I was thinking that the text would be automatically relocated to not overlap. Maybe provide a priority value to indicate which pieces of text have bidding preference over others, where...
Yes it's possible that other elements can overlap text. We could also give them priority values. When there's not enough space it can just overlap anyway. Maybe drawTextRelocate is a...
Is it really worth another option? Or can the list be sorted by default?
> [Aseprite](https://github.com/aseprite/aseprite) and [Armorpaint](https://github.com/armory3d/armorpaint) are sold commercially and also have the source availiable. The catch is that if you want to use it for free, you have to compile it...
Should there also be all the main locations? I'm not sure how logic is added to AP but can the wizard find a tier 6 wand too soon?
Same issue with 7.0 RC 2 on Ubuntu 20.04.3 LTS. Mouse cursor also looks like a hand rather than a finger on mouseover.
No, I'm no longer using Linux now.
It's worth noting that individual compilation units can have different optimization settings (just to keep in mind). Another comparison with Diablo.exe 1.09b: - O1: http://www.mergely.com/TCffp23K/ - O2: http://www.mergely.com/VXbxcrZo/ I actually...
You may also be able to find out other compiler flags by looking at the binary header (MZ/PE) and seeing what differs. Imports too probably.
The union approach is probably a simpler version of Starcraft's [here](https://github.com/bwapi/bwapi/blob/main/bwapi/BWAPI/Source/BW/CUnit.h#L152) (replica of official code with different naming). Unions are manually accessed based on unit type or class of unit...