-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build baseline #206
Closed
Closed
Build baseline #206
Commits on Sep 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0017256 - Browse repository at this point
Copy the full SHA 0017256View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6e5b62 - Browse repository at this point
Copy the full SHA c6e5b62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7037fd6 - Browse repository at this point
Copy the full SHA 7037fd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9facc7 - Browse repository at this point
Copy the full SHA f9facc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94d6456 - Browse repository at this point
Copy the full SHA 94d6456View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f944a5 - Browse repository at this point
Copy the full SHA 2f944a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a7dbd6 - Browse repository at this point
Copy the full SHA 5a7dbd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45a2219 - Browse repository at this point
Copy the full SHA 45a2219View commit details -
Configuration menu - View commit details
-
Copy full SHA for dda2043 - Browse repository at this point
Copy the full SHA dda2043View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a3bf4f - Browse repository at this point
Copy the full SHA 1a3bf4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 661b643 - Browse repository at this point
Copy the full SHA 661b643View commit details -
Configuration menu - View commit details
-
Copy full SHA for 817b471 - Browse repository at this point
Copy the full SHA 817b471View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01851dc - Browse repository at this point
Copy the full SHA 01851dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2142b8 - Browse repository at this point
Copy the full SHA c2142b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61eaf71 - Browse repository at this point
Copy the full SHA 61eaf71View commit details -
Configuration menu - View commit details
-
Copy full SHA for b561071 - Browse repository at this point
Copy the full SHA b561071View commit details -
Configuration menu - View commit details
-
Copy full SHA for 198d204 - Browse repository at this point
Copy the full SHA 198d204View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a033d3 - Browse repository at this point
Copy the full SHA 4a033d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for db0f066 - Browse repository at this point
Copy the full SHA db0f066View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c70db8 - Browse repository at this point
Copy the full SHA 9c70db8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34dec1a - Browse repository at this point
Copy the full SHA 34dec1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d4caf0 - Browse repository at this point
Copy the full SHA 2d4caf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40386f1 - Browse repository at this point
Copy the full SHA 40386f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9954a10 - Browse repository at this point
Copy the full SHA 9954a10View commit details -
Configuration menu - View commit details
-
Copy full SHA for c158599 - Browse repository at this point
Copy the full SHA c158599View commit details -
Configuration menu - View commit details
-
Copy full SHA for f575b60 - Browse repository at this point
Copy the full SHA f575b60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e0058b - Browse repository at this point
Copy the full SHA 1e0058bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b69d7cf - Browse repository at this point
Copy the full SHA b69d7cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfd3486 - Browse repository at this point
Copy the full SHA dfd3486View commit details -
Fix a bug that would have prevented non-move boots from being applied
Cherry-picked from 07f2215
Configuration menu - View commit details
-
Copy full SHA for ab68173 - Browse repository at this point
Copy the full SHA ab68173View commit details -
Fix a bug that would prevent players to be detected correctly
Cherry-pick from 6ce4e72
Configuration menu - View commit details
-
Copy full SHA for ceb4ca0 - Browse repository at this point
Copy the full SHA ceb4ca0View commit details -
Fix push priority calculation for Managers
As those creeps have a push priority of 0, the check would fail and default them, defeating the push protection entirely.
Configuration menu - View commit details
-
Copy full SHA for 4c7f6b3 - Browse repository at this point
Copy the full SHA 4c7f6b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07fee1b - Browse repository at this point
Copy the full SHA 07fee1bView commit details
Commits on Sep 11, 2023
-
This switches to Node 18 and more recent version of most dependencies
Configuration menu - View commit details
-
Copy full SHA for 364c284 - Browse repository at this point
Copy the full SHA 364c284View commit details -
Configuration menu - View commit details
-
Copy full SHA for 266efb0 - Browse repository at this point
Copy the full SHA 266efb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98e1e06 - Browse repository at this point
Copy the full SHA 98e1e06View commit details
Commits on Sep 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c51ffee - Browse repository at this point
Copy the full SHA c51ffeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08ba6ca - Browse repository at this point
Copy the full SHA 08ba6caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 222c613 - Browse repository at this point
Copy the full SHA 222c613View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03d54eb - Browse repository at this point
Copy the full SHA 03d54ebView commit details -
Fix error in AnyZerg.move() and freezing CombatZergs
There was a logic error in the AnyZerg move() method, causing the issue in Movement.vacatePos(). The method vacatePos() sets creep.blockMovement to true, but is meant to override it with force: true. The check in AnyZerg said "!this.blockMovement && !force" therefore this method was not working, and the creep not moving. Swapped it to "!this.blockMovement || force". Also fixed an issue where Zergs of a role would stop working if one of their kind was spawning, there was a return instead of an continue, aborting any Zerg actions after it. Squashed from eb2b78c
Configuration menu - View commit details
-
Copy full SHA for d3f620f - Browse repository at this point
Copy the full SHA d3f620fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.