Gameplay changes
- Changes in controllers management as described here.
- Decreased extensions count available on RCL 8 to 200.
API changes
- Added new method
Creep.reserveController
. - Added new property
Structure.reservation
for controllers. - Added new property
Game.gcl
. - Method
Game.getUsedCpu
now always returns 0 in the Simulation mode. - Renamed method
RoomPosition.findClosest
tofindClosestByPath
. The old name is available but considered deprecated.