danbuis / ArmadaAIEngineNew

Revisit of an old project to create an AI for Star Wars Armada
1 stars 0 forks source link

Squaron render v1 #43

Closed danbuis closed 3 years ago

danbuis commented 3 years ago

Goal of Pull Request

Render squadrons to the screen

Potential Tasks

Any other pertinent information

Rendering the whole of the squad collection is not going to be a permanent part of the code base. Its just a temporary fixture for the first section of development and will be phased out as the menu navigation etc begins to be put in place. There are a few things I'm not super happy about here, but those have been moved into separate issues in the interest of getting this out the door faster and not bloating it.

danbuis commented 3 years ago

@Sobonis01 when you review this please let me know if anything is unclear, or if you have any questions about why I made some of my decisions, or if you see something you'd like to see tested better/differently/at all.

danbuis commented 3 years ago

Yeah. This creates a 3x3 map and such.

RE: bbd library. It looks like I brought in a new version a few PRs ago, you can see that if you filter to closed PRs. It looks like in the process though I didn't actually update the code that interfaces with the library. There were some pretty substantial modifications to the core classes in order to be able to do selection via mouse.