5690 Commits

Author SHA1 Message Date
Goodlyay
b77da60b00 Fix blockdef brightness mistakes 2024-05-17 03:37:28 -07:00
Goodlyay
003ad37acb Add "LampLight" env color variable and rename "BlockLight" to "LavaLight" 2024-05-15 20:26:49 -07:00
Goodlyay
bf23984370 Add BlockLight EnvColor variable and fancy lighting blockdef values 2024-05-15 03:41:31 -07:00
Goodlyay
a40648afce Allow adding multiple /pronouns to be displayed in /whois 2024-05-14 19:18:37 -07:00
Goodlyay
e2fd9a5e72 Merge branch 'master' of https://github.com/ClassiCube/MCGalaxy 2024-05-13 15:17:34 -07:00
Goodlyay
a5f3f80471 Update "os map delete" help/feedback text to "os delete" 2024-05-13 15:17:30 -07:00
UnknownShadow200
491609c8ad Fix can't manually run workflows on non-master branches 2024-05-13 22:29:58 +10:00
UnknownShadow200
be88b30cd5 Allow triggering workflows manually 2024-05-10 12:50:35 +10:00
Goodlyay
a71463964a When parsing numbers, echo the argument name back to the user upon failure 2024-05-06 22:31:49 -07:00
Goodlyay
52c7079a39 Allow adding notes to players without warning them
/note -- add a note to a player that anyone may see
/opnote -- add a note to a player that only ops may see
2024-05-05 18:59:43 -07:00
Goodlyay
acdb29e7be Move code related to /notes acronyms into one place 2024-05-05 13:37:35 -07:00
Goodlyay
e163baf4dc Remove slash from line wrappable characters 2024-05-04 23:37:12 -07:00
UnknownShadow200
1b6c0900dc Again try to fix updating not working in standalone build 2024-05-03 17:19:55 +10:00
UnknownShadow200
2aa4cd117a Switch to classicube CDN for updates url 2024-05-03 17:02:59 +10:00
UnknownShadow200
971c7481b5 Improve release zip generation 2024-05-03 11:51:29 +10:00
UnknownShadow200
3db7987018 Try to fix release generation again 2024-05-03 07:40:53 +10:00
UnknownShadow200
6a227dd565 Try to fix release generation 2024-05-03 07:28:40 +10:00
UnknownShadow200
5a4b00c654 Switch download URLs to classicube CDN 2024-05-02 19:13:54 +10:00
UnknownShadow200
77e890afb4 Test whether notify action works 2024-05-02 07:31:23 +10:00
Goodlyay
981dc8186b Use ColoredName for /where bot (thanks AAA59) 2024-04-29 12:46:43 -07:00
Goodlyay
b7c8b86e26 Don't FormatNick twice in /where 2024-04-29 12:18:51 -07:00
Goodlyay
197f37dc3a Allow /where bot to see bot positions, improve /where output format 2024-04-29 12:13:23 -07:00
UnknownShadow200
8d892df7d7 GUI: Change Edit Text dialog to not use Calibri 2024-04-28 17:27:45 +10:00
UnknownShadow200
2c0ed3afbf Try to fix /restart not working in standalone build on Windows 2024-04-28 16:50:43 +10:00
UnknownShadow200
9ec7f275c7 Prevent creating MBs with non-existent commands 2024-04-28 15:35:17 +10:00
UnknownShadow200
4725607d56 Fix standalone build still including MySQL etc 2024-04-28 14:06:09 +10:00
UnknownShadow200
9a578b53f9 Try to get standalone build to compile properly 2024-04-28 13:22:27 +10:00
UnknownShadow200
968c61c3e3 Release workflow test 2024-04-28 13:14:34 +10:00
UnknownShadow200
191796cc32 Workflow notify 2024-04-28 12:46:44 +10:00
UnknownShadow200
17e62f00d7 Really fix .NET 2.0 framework build 2024-04-27 13:04:51 +10:00
UnknownShadow200
2c05bb0e33 Add action build for .NET framework 2.0 2024-04-27 12:42:29 +10:00
Goodlyay
b50073d9fa Deprecate /os zone, Change /os zones to /os plot 2024-04-26 12:28:35 -07:00
Goodlyay
b26a23a791 Move /os map commands out of "map" subcommand
Using the old commands will prompt a message explaining the new syntax
2024-04-25 17:44:36 -07:00
UnknownShadow200
687b0e590f Make hasPortals/hasMessageBlocks public per request 2024-04-20 09:30:52 +10:00
Goodlyay
28fee057f0 typo in the group chat 2024-04-16 19:06:26 -07:00
Goodlyay
94f6f538e7 Clarify how to delete portals and MBs automatically,
Tell ops what level a user was kicked from for block spamming
2024-04-16 19:05:01 -07:00
UnknownShadow200
7cd8387ef4
Merge pull request #797 from ClassiCube/dependabot/nuget/MCGalaxy/SixLabors.ImageSharp-2.1.8
Bump SixLabors.ImageSharp from 2.1.7 to 2.1.8 in /MCGalaxy
2024-04-16 18:35:43 +10:00
dependabot[bot]
3c8535f763
Bump SixLabors.ImageSharp from 2.1.7 to 2.1.8 in /MCGalaxy
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.1.7 to 2.1.8.
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](https://github.com/SixLabors/ImageSharp/compare/v2.1.7...v2.1.8)

---
updated-dependencies:
- dependency-name: SixLabors.ImageSharp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 20:32:31 +00:00
Goodlyay
225c17f629 Display pronouns in /whois, if selected 2024-04-06 23:56:20 -07:00
UnknownShadow200
1bf0f7ae36 Make DB backends a little more flexible with overriding 2024-04-02 19:05:07 +11:00
UnknownShadow200
b875e2fab2 Again try to work with trimming 2024-04-01 20:32:16 +11:00
UnknownShadow200
bd7725f694 Now with less warnings 2024-04-01 15:35:33 +11:00
UnknownShadow200
23d5ba4d79 Reflect on reflection usage and use less of it 2024-04-01 15:28:35 +11:00
Goodlyay
0f81ae24a0 use reflexive pronoun in hug self 2024-03-29 21:14:51 -07:00
UnknownShadow200
3445209af9 Fix Discord bot not handling http error responses properly when running on modern dotnet versions 2024-03-30 10:11:13 +11:00
Goodlyay
82ac48db61 Make default pronouns distinct from they/them
This allows plugins to determine if a user has intentionally set them or not
2024-03-29 06:07:37 -07:00
Goodlyay
02b48ec827
Allow players to choose from configurable pronouns (#795) 2024-03-29 03:12:26 -07:00
UnknownShadow200
eea79691ea Move EnsureIPv4Url to base Heartbeat class and make external IP lookup method public per request 2024-03-29 08:13:25 +11:00
UnknownShadow200
d885b41161 When logging TypeLoad exceptions, add a separate line for logging full name of type that failed to load 2024-03-29 08:01:57 +11:00
UnknownShadow200
0fd9dd802b Try to fix issue where time component of dates saved to the DB was being saved/loaded with culture specific time separator instead of : (Thanks Fam0r) 2024-03-12 19:01:01 +11:00