5429 Commits

Author SHA1 Message Date
UnknownShadow200
2ef2728dbe Don't fail update if MCGalaxy.exe or MCGalaxyCLI.exe is missing 2021-01-18 20:58:45 +11:00
UnknownShadow200
b1d7825237 Update in-place instead of using Updater.exe 2021-01-18 18:27:39 +11:00
UnknownShadow200
7dbfb5c074 GUI: Minor code cleanup 2021-01-18 18:13:28 +11:00
UnknownShadow200
65a05f81e8 GUI: Fix having grey instead of white background for input controls on mono 2021-01-17 22:22:45 +11:00
UnknownShadow200
e7aed05823 GUI: Fix players table not updating on changing map, fix levels table not updating when player leaves server 2021-01-17 20:14:06 +11:00
UnknownShadow200
9a37ec1f95 GUI: Fix right click on players/levels table being broken 2021-01-17 19:58:22 +11:00
UnknownShadow200
bc5a0be1a7 GUI: Change Players table code to add rows directly 2021-01-17 19:47:53 +11:00
UnknownShadow200
0b7d975784 GUI: Make levels list fit horizontally, instead of showing an unnecessary horizontal scrollbar 2021-01-17 19:14:57 +11:00
UnknownShadow200
32f75c4c1a GUI: If you double click url, it opens web browser instead of just selecting all 2021-01-17 18:10:50 +11:00
UnknownShadow200
24bf5cc49f GUI: Replace 'slap player' with 'freeze player', change names of mute/freeze buttons depending on whether player is muted/frozen 2021-01-17 16:28:42 +11:00
UnknownShadow200
54a7a0e184 Move JSON parsing to separate JsonReader class 2021-01-17 11:39:44 +11:00
UnknownShadow200
458636b8e6 Start work on more flexible JSON parsing API 2021-01-17 09:31:30 +11:00
UnknownShadow200
d1f55f70d9 Remember current speed for bots when saved to disc (Thanks Scav) 2021-01-16 23:28:44 +11:00
UnknownShadow200
37afa67cd0 For heartbeat errors, only the error message (not entire error JSON) should show in 'url' textbox 2021-01-16 22:53:55 +11:00
UnknownShadow200
193975b8eb
Merge pull request #572 from derekdinan/master
Allow configuring announcement interval
2021-01-16 16:44:37 +11:00
UnknownShadow200
5a0468ba3b Force enable TLS 1.1/1.2, fixes checking for updates not working 2021-01-16 15:02:20 +11:00
Derek
9f49a1515e Switch from ConfigInt to ConfigTimespan for consistency 2021-01-16 08:41:06 +10:00
Derek
d3b205c7d3 Allow configuring announcement interval
Thought this might be useful.

I've stuck with the default intervals of 5 minutes and set the max to 60. Feel free to change this to your liking.
2021-01-16 08:24:43 +10:00
UnknownShadow200
d14b07beef GUI: Improve Players tab again by not showing + in names, also explicitly mention player name in actions log 2021-01-16 01:33:19 +11:00
UnknownShadow200
c19c682f0a GUI: Improve Players tab by showing 'Online players' label above list box, change 'Spawn' action for 'Mute' action instead 2021-01-16 01:27:16 +11:00
UnknownShadow200
2d87519af2 Try to workaround certain versions of wine-mono crashing in GUI when clicking on Settings/Maps tab/Players tab, fixes #549 2021-01-16 01:01:14 +11:00
UnknownShadow200
f2ece15935 CTF: Allow configuring tag distance threshold (Thanks Venk) 2021-01-15 20:47:21 +11:00
UnknownShadow200
5fe6104060 CLI: Use darkgrey instead of black color, because black text on black background is unreadable 2021-01-14 18:04:10 +11:00
UnknownShadow200
38b3d0c7e3 Remove /botai add reverse 2021-01-11 19:13:47 +11:00
UnknownShadow200
c49ab830c6 Add compiling instructions 2021-01-07 21:37:58 +11:00
UnknownShadow200
60125d3132 Drop support for automatically combining .env and .properties files
Considering .env support was removed 4.5 years ago, I think it's okay to drop support. You can still manually upgrade .env files by simply copying all the contents of an .env file and pasting it to the end of the corresponding .properties file
2021-01-05 19:05:01 +11:00
UnknownShadow200
7a1aee49d6 Add event for infoswapping (Thanks Goodly) 2021-01-03 23:45:11 +11:00
UnknownShadow200
fc40e6597e
Merge pull request #569 from Fam0r/master
Fix custom color list in being formatted improperly
2021-01-03 08:55:14 +11:00
Fam0r
1bfaf5f4f7 Fix custom color list in being formatted improperly 2021-01-02 21:22:28 +02:00
UnknownShadow200
f2bd934202 Fix being able to use /unflood to turn off physics on maps you don't have access to (Thanks SpiralP) 2021-01-02 22:55:45 +11:00
UnknownShadow200
b899c07036 Fix doing /me from console not showing on IRC and erroring instead 2021-01-02 11:37:53 +11:00
UnknownShadow200
a46a07c315 Allow sending raw IRC commands from IRC bot 2020-12-29 13:28:52 +11:00
UnknownShadow200
68971fca26 Fix /shutdown [reason] only showing first word of reason 2020-12-28 17:03:09 +11:00
UnknownShadow200
0c992d7969 Fix /tp erroring with normally impossible invalid input 2020-12-27 14:30:56 +11:00
UnknownShadow200
d2a4c60c77 Fix /setrank (Thanks Fam0r) 2020-12-24 23:01:49 +11:00
UnknownShadow200
2c68707955 Add some comments, fix some comments 2020-12-21 21:26:38 +11:00
UnknownShadow200
ce0223a237 Remove .RemoveLastPlus() from spawn entity packets
This is unnecessary for players since we don't show + at end of player names anyways (Thanks SpiralP)
2020-12-20 22:01:10 +11:00
UnknownShadow200
6e53033204 Add cancel argument for levelsave/unload/rankchange events 2020-12-20 08:50:41 +11:00
UnknownShadow200
a98c00e724 Improve explanatory comments for /cmdcreate generated command skeletons 2020-12-19 11:18:08 +11:00
UnknownShadow200
86f143c02b Drop 'Reference X.dll' support, only '//reference X.dll' supported now
This way plugins/commands that need to reference other dlls can still be compiled with normal C# compiler without needing to modify the source code
2020-12-19 11:04:43 +11:00
UnknownShadow200
e3f458e905 Release 1.9.2.8 1.9.2.8 2020-12-19 07:02:45 +11:00
UnknownShadow200
695c86722a Cleanup BotsFile.cs a bit 2020-12-18 21:41:22 +11:00
UnknownShadow200
1e09de0425 Don't show + in names in connect/disconnect logs 2020-12-18 21:10:03 +11:00
UnknownShadow200
ee0e3ed542 Allow using \: in custom chat tokens to specify that a : should be included as part of the trigger, instead of the seperator between trigger and replacement (Thanks SpicyCombo) 2020-12-18 07:55:40 +11:00
UnknownShadow200
75d16280c6 Allow freezing offline players
Also fix unfreezing only showing first word of reason
2020-12-17 23:17:03 +11:00
UnknownShadow200
1cc727a569 Allow muting offline players 2020-12-17 22:10:02 +11:00
UnknownShadow200
4f89016159 Last bunch of IRC cleanup for now 2020-12-11 22:12:12 +11:00
UnknownShadow200
419fe6cfb0 remove more unused IRC code 2020-12-11 21:45:59 +11:00
UnknownShadow200
6c2b772d01 Remove unused methods from IRC's Sender class 2020-12-11 21:24:00 +11:00
UnknownShadow200
02e29725bd Fix Colors.StripUsed not stripping system colour codes 2020-12-11 21:00:52 +11:00