Skip to content

Releases: PGMDev/Community

Dev build f3d13a3

Dev build f3d13a3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Jul 03:01
f3d13a3
Fix async event calls

Signed-off-by: applenick <applenick@users.noreply.github.com>

Dev build 2da00a1

Dev build 2da00a1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Jun 23:26
2da00a1
fix(events): a bunch of small fixes (#110)

* fix(HostAddMenu): filter players by correct permission

Makes it so the player list in the menu is filtered by those who can host map parties (`community.event` as per MapPartyFeature) instead of `community.staff`.

Signed-off-by: TTtie <me@tttie.cz>

* fix(events): require event type for `/event create`, fix NPE on null event type

Creating an event using `/event create` without a type passed in throws a NPE in MapPartyFeature#create due to null event type. This commit fixes both the NPE and makes the event type required to ensure consistency between the event GUI and event commands.

Signed-off-by: TTtie <me@tttie.cz>

* fix(events): require preset name for `/event preset`

Makes the preset name in /event preset a required parameter as it doesn't make sense to create against a null preset.

Signed-off-by: TTtie <me@tttie.cz>

* fix(events): allow removing online event hosts

This commit fixes an issue where event hosts that were online couldn't be removed from the event host list due to them being resolved to a UUID.

This fix is suboptimal, but given that this doesn't happen often, it is probably sufficient.

Signed-off-by: TTtie <me@tttie.cz>

---------

Signed-off-by: TTtie <me@tttie.cz>

Dev build d308674

Dev build d308674 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Jun 06:47
d308674
Post Friendship update to main thread (#109)

Signed-off-by: Christopher White <18whitechristop@gmail.com>

Dev build 0ebe4c1

Dev build 0ebe4c1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 May 07:06
0ebe4c1
Fix nicknames on modern & migrate to PacketEvents (#106)

Signed-off-by: BT <43831917+calcastor@users.noreply.github.com>
Signed-off-by: applenick <applenick@users.noreply.github.com>
Co-authored-by: applenick <applenick@users.noreply.github.com>

Dev build a1af184

Dev build a1af184 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Apr 06:57
a1af184
Prevent oversized alt lookup chat messages

Signed-off-by: applenick <applenick@users.noreply.github.com>

Dev build 91423ee

Dev build 91423ee Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Apr 18:22
91423ee
Fix compile issue with instantIgnite

Signed-off-by: applenick <applenick@users.noreply.github.com>

Dev build 7414c88

Dev build 7414c88 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Apr 19:47
7414c88
Add contributing and code of conduct docs

Signed-off-by: applenick <applenick@users.noreply.github.com>

Dev build 42b91d5

Dev build 42b91d5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Apr 18:17
42b91d5
Fix fake skins for nicknamed players on SportPaper (#108)

Signed-off-by: BT (calcastor/mame) <43831917+calcastor@users.noreply.github.com>

Dev build 7030398

Dev build 7030398 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Apr 17:28
7030398
Prevent accidental supervotes

Signed-off-by: applenick <applenick@users.noreply.github.com>

Dev build 80f3b55

Dev build 80f3b55 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Apr 07:43
80f3b55
Tighten alt-risk recent-ban handling

Signed-off-by: applenick <applenick@users.noreply.github.com>