hivemind icon indicating copy to clipboard operation
hivemind copied to clipboard

Fully automated open source AI core for the game screeps. Also usable as an opponent on private servers.

Results 37 hivemind issues
Sort by recently updated
recently updated
newest added

I noticed the bot was running out of memory running on my private server and thought the transporter role was causing some of it. Nukers and Power Spawns are already...

enhancement

Bumps [lodash](https://github.com/lodash/lodash) from 3.10.1 to 4.17.21. Release notes Sourced from lodash's releases. 4.0.0 lodash v4.0.0 2015 was big year! Lodash became the most depended on npm package, passed 1 billion...

wontfix
dependencies

So something I found out recently, if the controller has downgraded, then `room.energyAvailable` might be greater than `room.energyCapacityAvailable` so your spawning stops due to `if (cost > room.energyAvailable)` in `spawn-manager`....

So I was doing some combat trials with your bot as an NPC on my private server and noticed that spawning had stopped. I managed to get a test that...

Bumps [webpack](https://github.com/webpack/webpack) from 5.51.1 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @​ryanwilsonperkin in webpack/webpack#16759 v5.76.0...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript). These dependencies need to be updated together. Updates `json5` from 2.2.0 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix:...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [terser](https://github.com/terser/terser) from 5.7.2 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

I noticed that some of the tests in the utilities test file will no longer work (due to some refactoring that was done last year. I have done some work...