2.7 KiB
2.7 KiB
2.6.0
- Added game changes according to this changelog.
2.5.0
- Added support for Respawn Areas according to this changelog.
2.4.0
- Added support for memory segments and other changes according to this changelog.
2.3.0
- Added support for RoomVisual API according to this changelog.
2.2.2
- Disallowed
Promiseobjects since due to their security vulnerability in virtual machine environment. - Fixed a bug with invalid runtime data for a controller signed by another player, but owned by the current player.
- Disabled recycling creeps that are not spawned yet.
- Creeps can be renewed by multiple spawns simultaneously now.
2.2.1
- Updated LokiJS dependency to 1.4.2 version that fixes corruption of
db.jsonfile. - Fixed a bug with invalid
Map.describeExitsresult for newly generated rooms.
2.2.0
- Game changes according to 2016-11-27 changelog.
2.1.3
- Removed respawn delay timer.
2.1.2
- Added new CLI
systemobject. Moved all methods fromtoolstosystemandmap. - Added new CLI method
system.runCronjob. - Fixed an incorrect value of
Game.cpu.limitproperty.
2.1.1
- Added the title field in the Steam Workshop mods editor.
2.1.0
- Added Steam Workshop support for mods and bot AI scripts. Use your Steam client server launcher to submit npm packages to the Workshop.
2.0.0
- Breaking change: replaced all callback methods in mods
configobject with events. See example mods to learn more. - Introduced autonomous NPC bot players system, see README.
- 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.createSandboxis deprecated now, useconfig.cli.onCliSandboxinstead.- Fixed permissions for scripts in
node_modules/.hooksafter runningscreeps init.
1.0.6
- Technical release.
1.0.5
- Replaced
moddirlaunch option withmodfile. Themods.jsonfile is moved to the same folder as.screepsrc. Themodsfolder is no longer used now. - Added new modding option
config.backend.welcomeText. - Added
DRIVER_MODULEenv var toengineprocesses 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.