Charlie

Results 262 issues of Charlie

Not sure how I managed this, but it is rather delightful to watch. I was off doing other things while the chinook was auto-collecting, and I guess it ran into...

Looking for comments and input on this. I'm sure I've missed some areas (or maybe even gotten some parts wrong) so I'd appreciate a few sets of eyes on this...

To reproduce: 1. start match with AI 2. click on AI command center 3. observe that you can set a rally point Without looking into it too closely, I'm guessing...

essential
low priority

I've played around in Zero Hour and observed that, generally speaking, the command bar that is shown when multiple units are selected is essentially a binary `&` combination of all...

This feels way too far down to put this formatting (surely there are strings we don't want to format?) but I'm not sure where else to put it. I tried...

Not sure if this is an issue with wnd drawing or what. ## Generals ### Expected ![image](https://github.com/OpenSAGE/OpenSAGE/assets/30303272/932aaeb0-946d-4d9b-9b27-aa3a9b3700a3) ### Actual Note the missing boxes around the skill points and rank headers....

When hovering over the control bar, the cursor shown is still the cursor from the active order generator. However, over any wnd element I _believe_ we should always show the...

![image](https://github.com/OpenSAGE/OpenSAGE/assets/30303272/3711d1e9-ed98-499f-be6a-dbeeee802dff) From left to right: - marauder tank has 3 multiple barrels, which it only gets with scrap upgrades - quad cannon also has scrap-upgraded weapon - radar van has...

The China horde logic is in for Generals, which normally has an accompanying image drawn underneath all affected units. this is set in `Drawable.cs`, and just needs to be, well......

I was looking at enabling nullable reference types in OpenSage.FileFormats.W3d, and found a lot of these immutable data types. I wanted to propose moving these over to [records](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/record). Records are...