This commit is contained in:
Artem Chivchalov
2016-11-14 17:42:28 +03:00
parent 0f44576192
commit 32856ae09a
2 changed files with 13 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
#### 2.0.0
* **Breaking change:** replaced all callback methods in mods `config` object with events. See example mods to learn more.
* Introduced autonomous NPC bot players system, see [README](https://github.com/screeps/screeps#npc-bots).
* Fixed a bug with creeps unable to move in newly generated rooms.
* New users are created with 100 CPU limit.
#### 1.0.7
* `config.cli.createSandbox` is deprecated now, use `config.cli.onCliSandbox` instead.
* Fixed permissions for scripts in `node_modules/.hooks` after running `screeps init`.