stackcollision / GardenConquest

A new conquest game mode for Space Engineers
6 stars 7 forks source link

Return offending blocks from rules check #21

Closed zrisher closed 9 years ago

zrisher commented 9 years ago

Currently GridEnforcer.checkRules() returns a simple True\False as to whether we're violating rules. If we had a similar function that returned the block types and counts that violated the check, we could (incrementally) remove them. This would support advanced Dereliction logic for #4 and class convergence logic for #20.

This is low priority.

zrisher commented 9 years ago

Fixed via 105122a