• This project
    • Loading...
  • Sign in

tome / Tales of MajEyal · Merge Requests

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Merge Requests 57
  • Labels
  • Forks
  • Snippets
  • Network
Merged
MR Merge Request !722 opened
2021-05-22 03:39:53 UTC by yutio888 @yutio888

fix AI targeting

add the missing brackets, so AI's AOE does not ignores friendly creatures and correctly calculate weight; the most obvious behavior of this bug is that summoner's fire dragon & hydra hit their master and other allies.

Edited 2021-05-25 09:44:04 UTC
Request to merge yutio888:173_ai_fix into master
×

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch https://git.net-core.org/yutio888/t-engine4.git 173_ai_fix
git checkout -b yutio888/t-engine4-173_ai_fix FETCH_HEAD

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git checkout master
git merge --no-ff yutio888/t-engine4-173_ai_fix

Step 4. Push the result of the merge to GitLab

git push origin master

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines

CI build passed for 622f5493. View details
CI build skipped for 622f5493. View details
CI build canceled for 622f5493. View details
CI build failed for 622f5493. View details
CI build running for 622f5493. View details
CI build pending for 622f5493. View details

Merged by DarkGod 2021-05-25 09:44:04 UTC

  • Discussion 0
  • Commits 1
  • Builds 0
  • Changes 1
  • DarkGod
    @darkgod commented 2021-05-25 09:44:03 UTC

    mentioned in commit 48c18b71

  • DarkGod
    @darkgod commented 2021-05-25 09:44:04 UTC

    Status changed to merged

  • Please register or login to post a comment
722 of 849
Prev Next
Assignee
No assignee
Assign to
No
Milestone
None
Assign milestone
0
Labels
None
Assign labels
  • View labels
2
2 participants
Reference: tome/t-engine4!722
×

Revert this merge request

Cancel
A new branch will be created in your fork and a new merge request will be started.