schombert / Project-Alice

An open-source game
https://schombert.github.io/Project-Alice/
GNU General Public License v3.0
306 stars 55 forks source link

Military automation #1745

Closed ineveraskedforthis closed 1 month ago

ineveraskedforthis commented 1 month ago

Add basic functionality for military automation with ability to select zones and designate orders for them.

schombert commented 1 month ago

General issue: I haven't seen a place in the code where regiment_automation_data instances that no longer have a living regiment attached to them are cleaned up. The regiment being deleted would delete the relationship between the two, but it wouldn't delete the object itself.