Files
screeps-server/CHANGELOG.md
Artem Chivchalov 32856ae09a 2.0.0
2016-11-14 17:42:28 +03:00

20 lines
1.0 KiB
Markdown

#### 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`.
#### 1.0.6
* Technical release.
#### 1.0.5
* Replaced `moddir` launch option with `modfile`. The `mods.json` file is moved to the same folder as `.screepsrc`. The `mods` folder is no longer used now.
* Added new modding option `config.backend.welcomeText`.
* Added `DRIVER_MODULE` env var to `engine` processes to explicitly tell which module should be loaded.
#### 1.0.4
* Fixed an issue that caused some processes to start before the storage process is ready to accept connections.