stackcollision / GardenConquest

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

Bugfixes and logging 2 #74

Closed zrisher closed 9 years ago

zrisher commented 9 years ago

bugfix fleet indexing (GE now waits for a good load of state before thinking it has it, will help with timers too) bugfix extra classifier indexing imprv grid closure due to cleanup imprv logging imprv code formatting remove some commented-out stuff no longer needed

This includes PRs #70 and #71

zrisher commented 9 years ago

Also now removes the most recently added blocks first, LIFO instead of the FIFO. This should make grids break apart less often on derelction, and maybe look more like a skeleton as they're being reduced. It'll make it go slower but also consume less resources since we create less grids. Tested and confirmed.