Changelogs

Changelog 2015-06-07

Gameplay changes

  • Room Controllers now cannot be damaged. However, in case there are no spawns of the owner player in the room left, a countdown timer is started and the Controller starts losing 1 level every 50,000 game ticks. As soon as its level reaches 0, it becomes neutral, and another player can reclaim it.
  • Decreased Spawn Reinforcement timer from 3600 to 1000 ticks.
  • Decresased TOUGH body part cost from 20 to 10.

API changes

Changelog 2015-05-27

Gameplay changes

  • The spawn extension system has been significantly changed. See more info in this post.
  • Introduced new structure type: Link. It can instantly transfer energy to another remote Link in the room. Building Lilnks is available at Controller Level 5.
  • Maximum hits amount of Ramparts and Walls significantly increased (1000 times). See more info in Territory control.
  • Room Controller Level energy requirements decreased 2 times.
  • Global Control Level energy requirements decreased 2 times.
  • Structures repair power increased 5 times, repair cost decreased 10 times.
  • WORK body part cost is now 100.
  • Road hits amount increased 10 times.
  • Controller hits amount decreased 3 times.
  • Increased dropped energy decay speed.

API changes

Changelog 2015-05-13

  • Breaking change: Exit objects removed from the game. Now all non-wall border squares (i.e. with x or y equal to 0 or 49) are treated as exits.
  • Breaking change: Deprecated methods Game.getRoom, RoomPosition.findNearest and RoomPosition.equalsTo removed from the API.
  • Breaking change: All constants removed from the deprecated Game scope. Now they are accessible only through the global scope.
  • Added new error constants ERR_RCL_NOT_ENOUGH and ERR_GCL_NOT_ENOUGH.
  • Added new structure type constant STRUCTURE_CONTROLLER.
  • Added new properties Structure.level, Structure.progressTotal, Structure.ticksToLive.
  • Added new property Room.controller.
  • Added new methods Creep.claimController, Creep.unclaimController, Creep.upgradeController.
  • Healer creeps can now heal themselves.

Changelog 2015-04-07

Changelog 2015-03-01