beyond-all-reason / spring

A powerful free cross-platform RTS game engine
https://beyond-all-reason.github.io/spring/
Other
223 stars 102 forks source link

Out of map orders leniency #1769

Closed saurtron closed 1 day ago

saurtron commented 1 week ago

Work Done

Related issues

Remarks

sprunk commented 1 week ago

A bunch of other commands (capture, repair etc) still check bounds, perhaps if guard loses the restriction then they all should?

saurtron commented 1 week ago

A bunch of other commands (capture, repair etc) still check bounds, perhaps if guard loses the restriction then they all should?

Maybe, since nobody asked for that I didn't want to lift too many restrictions at the same time. Some of these might need further checks in games to avoid hacks, like with out of map guard command.

That said, I'm open to removing further checks if you deem it necessary.