mudlet:disable-map-updates-on-room-area-placement

Last commit made on 2024-03-29
Get this branch:
git clone -b disable-map-updates-on-room-area-placement https://git.launchpad.net/mudlet

Branch merges

Branch information

Name:
disable-map-updates-on-room-area-placement
Repository:
lp:mudlet

Recent commits

01ee7ca... by Vadim Peretokin <email address hidden>

Merge branch 'development' into disable-map-updates-on-room-area-placement

1d50752... by Zooka <email address hidden>

Fix map.renameArea function calls. (#7174)

Calling setAreaName() before the echo resulted in the wrong area name
being sent to the user. Call setAreaName() after instead.

<!-- Keep the title short & concise so anyone non-technical can
understand it,
     the title appears in PTB changelogs -->
#### Brief overview of PR changes/additions
Using 'area rename' command would show
`> area rename New Area Name`
`(mapper): Renamed New Area Name to New Area Name (5).`

now displays correctly
`(mapper): Renamed Old Area Name to New Area Name (5).`

#### Motivation for adding to Mudlet
Improve user experience.

#### Other info (issues closed, discussion etc)
Fix will apply to IRE mapping script as well.

e4fccdb... by Vadim Peretokin <email address hidden>

Merge branch 'development' into disable-map-updates-on-room-area-placement

97ac27c... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

Infrastructure: Bump ZedThree/clang-tidy-review from 0.17.1 to 0.17.2 (#7192)

Bumps
[ZedThree/clang-tidy-review](https://github.com/zedthree/clang-tidy-review)
from 0.17.1 to 0.17.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/zedthree/clang-tidy-review/releases">ZedThree/clang-tidy-review's
releases</a>.</em></p>
<blockquote>
<h2>v0.17.2</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: artifact download by <a
href="https://github.com/Nerixyz"><code>@​Nerixyz</code></a> in <a
href="https://redirect.github.com/ZedThree/clang-tidy-review/pull/115">ZedThree/clang-tidy-review#115</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ZedThree/clang-tidy-review/compare/v0.17.1...v0.17.2">https://github.com/ZedThree/clang-tidy-review/compare/v0.17.1...v0.17.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ZedThree/clang-tidy-review/commit/9a32adc734e10e4d84baa60f2b7d7c021568c527"><code>9a32adc</code></a>
Merge pull request <a
href="https://redirect.github.com/zedthree/clang-tidy-review/issues/115">#115</a>
from Nerixyz/fix/pr-stuff</li>
<li><a
href="https://github.com/ZedThree/clang-tidy-review/commit/0b130f269717236c93c2dcbd01c8c80d9136c3e5"><code>0b130f2</code></a>
fix: artifact download</li>
<li>See full diff in <a
href="https://github.com/zedthree/clang-tidy-review/compare/v0.17.1...v0.17.2">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ZedThree/clang-tidy-review&package-manager=github_actions&previous-version=0.17.1&new-version=0.17.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)

</details>

Signed-off-by: dependabot[bot] <email address hidden>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

1346533... by Vadim Peretokin <email address hidden>

Set default area to -1 to avoid uninitialised value

62d79b9... by Vadim Peretokin <email address hidden>

Clarify reason for deferring area recalculations

b79bb30... by Vadim Peretokin <email address hidden>

Clean up some return afters

229ae56... by Vadim Peretokin <email address hidden>

Remove outdated debug

03e1b2c... by Vadim Peretokin <email address hidden>

Defer area recalculations on addRoom (since all rooms are at 0,0,0 anyway)

ce78ac9... by Vadim Peretokin <email address hidden>

Allow areas to be set on creation