Releases: PGMDev/Community
Releases · PGMDev/Community
Release list
Dev build f3d13a3
Fix async event calls Signed-off-by: applenick <applenick@users.noreply.github.com>
Dev build 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
Post Friendship update to main thread (#109) Signed-off-by: Christopher White <18whitechristop@gmail.com>
Dev build 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
Prevent oversized alt lookup chat messages Signed-off-by: applenick <applenick@users.noreply.github.com>
Dev build 91423ee
Fix compile issue with instantIgnite Signed-off-by: applenick <applenick@users.noreply.github.com>
Dev build 7414c88
Add contributing and code of conduct docs Signed-off-by: applenick <applenick@users.noreply.github.com>
Dev build 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
Prevent accidental supervotes Signed-off-by: applenick <applenick@users.noreply.github.com>
Dev build 80f3b55
Tighten alt-risk recent-ban handling Signed-off-by: applenick <applenick@users.noreply.github.com>