You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-Improve `Memory` support for role based creeps ([#246](https://github.com/screepers/typed-screeps/pull/246))
13
13
14
14
### Added
15
15
@@ -172,266 +172,4 @@ This version was pushed by DefinitelyTyped maintainers, not present in this repo
172
172
173
173
### Added
174
174
175
-
- Add missing halt command to CPU ([#141](https://github.com/screepers/typed-screeps/pull/141))
176
-
- Add market price history and other updates ([#138](https://github.com/screepers/typed-screeps/pull/138))
177
-
- Add support for 'Natural Effects' on RoomObjects ([#135](https://github.com/screepers/typed-screeps/pull/135))
178
-
- Add support for Factories, Ruins, Deposits, and Strongholds ([#132](https://github.com/screepers/typed-screeps/pull/132))
179
-
180
-
### Changed
181
-
182
-
- Retype constants with same named types ([#143](https://github.com/screepers/typed-screeps/pull/143)), ([#147](https://github.com/screepers/typed-screeps/pull/147))
- Changed `StructureLab.mineralType` from `MineralConstant` to `_ResourceConstantSansEnergy | undefined`. ([#49](https://github.com/screepers/typed-screeps/pull/49))
306
-
307
-
### Fixed
308
-
309
-
-`RESOURCE_CATALYZED_ZYNTHIUM_ALKALIDE` has a typo ([#51](https://github.com/screepers/typed-screeps/pull/51))
-`Creep.attackController()` returns `ERR_TIRED` if the controller has upgrade blocked ([#32](https://github.com/screepers/typed-screeps/pull/32))
325
-
-`PowerBank`s are considered to be owned structures (and are owned by "Power Bank") ([#33](https://github.com/screepers/typed-screeps/pull/33))
326
-
- Allow `creep.ticksToLive` to be undefined ([#36](https://github.com/screepers/typed-screeps/pull/36))
327
-
- Fixes for `PathFinder.search`, `LookAtTypes` ([#41](https://github.com/screepers/typed-screeps/pull/41), [#47](https://github.com/screepers/typed-screeps/pull/47))
328
-
329
-
## [2.1.0] - 2017-12-22
330
-
331
-
### Changed
332
-
333
-
- Restuctured project for DefinitelyTyped publishing ([#24](https://github.com/screepers/typed-screeps/pull/24))
334
-
335
-
### Fixed
336
-
337
-
- Allow `Game` interface to be extended ([#29](https://github.com/screepers/typed-screeps/pull/29))
338
-
- Allow controller sign + reservation to be undefined ([#28](https://github.com/screepers/typed-screeps/pull/28))
339
-
340
-
## [2.0.1] - 2017-12-13
341
-
342
-
### Fixed
343
-
344
-
- Reduce package size when installing via npm ([#25](https://github.com/screepers/typed-screeps/pull/25))
345
-
346
-
## [2.0.0] - 2017-12-05
347
-
348
-
### Added
349
-
350
-
- Added contributing guidelines and Issue/PR templates ([#18](https://github.com/screepers/typed-screeps/pull/18))
351
-
- Added CI tests (thanks, [@Arcath](https://github.com/Arcath)!)
352
-
-[Constants] Added `BuildableStructureConstant`, which is a subset of `StructureConstant` ([#17](https://github.com/screepers/typed-screeps/pull/17))
353
-
354
-
### Changed
355
-
356
-
- Improved build tooling around compiling scripts and running tests.
357
-
-[Room][roomposition] Improved generic-based overloads for `.find*()`, `lookAt()`, and `lookForAt()` functions ([#14](https://github.com/screepers/typed-screeps/pull/14), [#19](https://github.com/screepers/typed-screeps/pull/19))
358
-
-[Constants]`OBSTACLE_OBJECT_TYPES` are now strictly defined ([#17](https://github.com/screepers/typed-screeps/pull/17))
359
-
360
-
### Fixed
361
-
362
-
-[RawMemory] On `setActiveForeignSegment`, id should be optional. ([commit](https://github.com/screepers/typed-screeps/pull/16/commits/9aa7e3efe457f5500cd0eb6a76804bff657db1db))
0 commit comments