-
Notifications
You must be signed in to change notification settings - Fork 571
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
AI Attack & getSpellAbilityToPlay Timeout #6577
Open
kevlahnota
wants to merge
45
commits into
master
Choose a base branch
from
AI_ATTACK_TIMEOUT
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e2c37d1 - Browse repository at this point
Copy the full SHA e2c37d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dbb648 - Browse repository at this point
Copy the full SHA 8dbb648View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66c08ab - Browse repository at this point
Copy the full SHA 66c08abView commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 37eed29 - Browse repository at this point
Copy the full SHA 37eed29View commit details -
Configuration menu - View commit details
-
Copy full SHA for a988261 - Browse repository at this point
Copy the full SHA a988261View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a1d25e - Browse repository at this point
Copy the full SHA 8a1d25eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc85623 - Browse repository at this point
Copy the full SHA fc85623View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4936fd3 - Browse repository at this point
Copy the full SHA 4936fd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a094149 - Browse repository at this point
Copy the full SHA a094149View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9a56f0 - Browse repository at this point
Copy the full SHA b9a56f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9c4c81 - Browse repository at this point
Copy the full SHA d9c4c81View commit details -
Configuration menu - View commit details
-
Copy full SHA for f52b7ab - Browse repository at this point
Copy the full SHA f52b7abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c46048 - Browse repository at this point
Copy the full SHA 5c46048View commit details -
try to fix ConcurrentModificationException on FCollection -> addAll
cause: tapped.addAll(tappedForMana) on AiCardMemory
Configuration menu - View commit details
-
Copy full SHA for 7c35968 - Browse repository at this point
Copy the full SHA 7c35968View commit details -
Configuration menu - View commit details
-
Copy full SHA for 548f97a - Browse repository at this point
Copy the full SHA 548f97aView commit details
Commits on Nov 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for acfde12 - Browse repository at this point
Copy the full SHA acfde12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0247acb - Browse repository at this point
Copy the full SHA 0247acbView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb64567 - Browse repository at this point
Copy the full SHA cb64567View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54266e8 - Browse repository at this point
Copy the full SHA 54266e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1261332 - Browse repository at this point
Copy the full SHA 1261332View commit details -
the fcollection will check if removing from set is successful, it will also remove the element from the list
Configuration menu - View commit details
-
Copy full SHA for f72ab6f - Browse repository at this point
Copy the full SHA f72ab6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c847e0 - Browse repository at this point
Copy the full SHA 6c847e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6d2d42 - Browse repository at this point
Copy the full SHA f6d2d42View commit details
Commits on Nov 17, 2024
-
The original purpose which is to create a copy of linkedlist to iterate to avoid concurrent modification, but we use copyonwritearray design and it is already thread safe and iteration while modification is handled internally.
Configuration menu - View commit details
-
Copy full SHA for 5dc84a6 - Browse repository at this point
Copy the full SHA 5dc84a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 619130b - Browse repository at this point
Copy the full SHA 619130bView commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 39fc141 - Browse repository at this point
Copy the full SHA 39fc141View commit details
Commits on Nov 19, 2024
-
Replace copyonwritearray to a custom implementation for concurrent modification exception. A little bit slower but supports iterator operations. Added FCollectionTest
Configuration menu - View commit details
-
Copy full SHA for 0854fbb - Browse repository at this point
Copy the full SHA 0854fbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 065f6b9 - Browse repository at this point
Copy the full SHA 065f6b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12ae996 - Browse repository at this point
Copy the full SHA 12ae996View commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8177776 - Browse repository at this point
Copy the full SHA 8177776View commit details -
Configuration menu - View commit details
-
Copy full SHA for e23b3b9 - Browse repository at this point
Copy the full SHA e23b3b9View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 27740be - Browse repository at this point
Copy the full SHA 27740beView commit details -
move custom multimap implementation for floating mana since this only covers small section
Configuration menu - View commit details
-
Copy full SHA for dda5afe - Browse repository at this point
Copy the full SHA dda5afeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 259247c - Browse repository at this point
Copy the full SHA 259247cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d42da9 - Browse repository at this point
Copy the full SHA 3d42da9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f01d03e - Browse repository at this point
Copy the full SHA f01d03eView commit details
Commits on Nov 22, 2024
-
remove ManaPoolTest for concurrency refactor timeout for chooseSpellAbilityToPlayFromList
Configuration menu - View commit details
-
Copy full SHA for afb062e - Browse repository at this point
Copy the full SHA afb062eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f918ae5 - Browse repository at this point
Copy the full SHA f918ae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c3354c - Browse repository at this point
Copy the full SHA 7c3354cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69fef79 - Browse repository at this point
Copy the full SHA 69fef79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8486dbb - Browse repository at this point
Copy the full SHA 8486dbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78e587b - Browse repository at this point
Copy the full SHA 78e587bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b9fb9f - Browse repository at this point
Copy the full SHA 0b9fb9fView commit details
Commits on Nov 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b041142 - Browse repository at this point
Copy the full SHA b041142View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fa95a0 - Browse repository at this point
Copy the full SHA 8fa95a0View 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.