UnknownShadow200
|
777b5951af
|
Merge pull request #590 from Fam0r/master
/color without the color specified should remove the color completely
|
2021-03-28 08:50:08 +11:00 |
|
Fam0r
|
416f8eacd2
|
/color without the color specified should remove the color completely
|
2021-03-27 21:55:55 +02:00 |
|
UnknownShadow200
|
e94ef22f2b
|
Bump record limit from 21 to 101 for database queries that are matching player names (e.g. /i)
|
2021-03-27 15:21:45 +11:00 |
|
UnknownShadow200
|
52d2c03a65
|
Only allocate CodeDomProvider when actually needed, simplify example plugin skeleton source code
|
2021-03-27 00:05:17 +11:00 |
|
UnknownShadow200
|
fe6b838bb1
|
Fix deleting log block not triggering leaf decay, addresses #576
|
2021-03-26 23:52:51 +11:00 |
|
UnknownShadow200
|
a6a04ec92d
|
Add Visual Basic plugin compiling and creating support
|
2021-03-26 22:39:47 +11:00 |
|
UnknownShadow200
|
5425c0103b
|
Split up ICompiler into ICompiler and ICodeCompiler
|
2021-03-26 22:01:50 +11:00 |
|
UnknownShadow200
|
f794a91b44
|
Fix leaf physics always constantly adding more entries to check list, addresses #576 (Thanks rdebath)
|
2021-03-25 23:35:25 +11:00 |
|
UnknownShadow200
|
347ae23879
|
Fix last commit
|
2021-03-25 21:39:57 +11:00 |
|
UnknownShadow200
|
0d7ae8c458
|
Merge pull request #587 from 8cta/master
Allow checking specific player's ping in /ping
|
2021-03-25 21:10:50 +11:00 |
|
UnknownShadow200
|
d5a3b18e87
|
Combine Plugin/PluginManager and move to Scripting folder instead
|
2021-03-25 20:07:05 +11:00 |
|
UnknownShadow200
|
2f1d731a8f
|
Move plugin loading from disc stuff into IScripting
|
2021-03-25 19:50:57 +11:00 |
|
UnknownShadow200
|
0c26ffb88a
|
Split up IScripting into IScripting and ICompiler
|
2021-03-25 19:39:31 +11:00 |
|
UnknownShadow200
|
d2875cae20
|
Tidy up IScripting API
|
2021-03-24 22:20:27 +11:00 |
|
UnknownShadow200
|
45fe8e9471
|
Cleanup CustomCommands GUI and use IScripting.LoadAssembly instead
|
2021-03-23 21:58:48 +11:00 |
|
UnknownShadow200
|
b26e4f98c4
|
Fire should not burn blocks at physics level 1, addresses #586
|
2021-03-22 23:40:42 +11:00 |
|
UnknownShadow200
|
c655ec7841
|
mark alternative methods of calling p.Message obsolete
|
2021-03-22 18:18:18 +11:00 |
|
Goodlyay
|
e39f8b77de
|
Remove use of "in" parameter modifier as it is only available in C# 7.2 and later
|
2021-03-20 16:19:11 -07:00 |
|
Goodlyay
|
b19b1c0acc
|
Add a more accurate message for when /Ascend is not possible
|
2021-03-20 16:12:50 -07:00 |
|
Goodlyay
|
118439a848
|
Fix /Ascend to allow you to move to the very top of a level
(thanks rdebath)
|
2021-03-20 16:10:46 -07:00 |
|
8cta
|
64577b4e3f
|
Update CmdPing.cs
|
2021-03-14 00:52:56 +01:00 |
|
UnknownShadow200
|
ccbbb62bcc
|
Move some methods from PlayerInfo to PlayerDB and add a few more comments
|
2021-03-14 10:38:49 +11:00 |
|
8cta
|
5ae92b10c2
|
Fixed indentation and curly bracket placement
|
2021-03-14 00:23:33 +01:00 |
|
8cta
|
6765bca292
|
Allow checking specific player's ping in /ping
|
2021-03-13 17:30:03 +01:00 |
|
8cta
|
417c1f6e21
|
Update CmdPing.cs
|
2021-03-13 17:29:32 +01:00 |
|
8cta
|
7ecd5fa6ab
|
Allow checking specific player's ping in /ping
|
2021-03-13 17:27:22 +01:00 |
|
UnknownShadow200
|
ad64bb5ffd
|
After 4.75 years I think it's fine to drop support for automatically moving .prev files from levels folder into levels/prev folder
|
2021-03-13 17:57:28 +11:00 |
|
UnknownShadow200
|
4efdbd06dd
|
Allow using /skin on offline players
|
2021-03-13 17:39:54 +11:00 |
|
UnknownShadow200
|
925118abf2
|
OnMessageReceivedEvent has cancel argument directly instead of using p.cancelMessage
|
2021-03-13 12:21:15 +11:00 |
|
UnknownShadow200
|
7b0b2d8fdc
|
Make /nick work on offline players, fixes #585 (Thanks MasterMen)
|
2021-03-13 12:08:51 +11:00 |
|
UnknownShadow200
|
db7297d57d
|
Make sure /levels is always in sorted order (Thanks Venk)
|
2021-03-13 11:42:40 +11:00 |
|
UnknownShadow200
|
1246abfa6b
|
Avoid very rare case where multiple players copying/editing custom blocks at same time would cause issues
|
2021-03-12 23:59:26 +11:00 |
|
UnknownShadow200
|
3d7218ca14
|
When changing many custom blocks at once, only save once at end instead of after each block (Thanks aleksb385)
|
2021-03-12 23:47:30 +11:00 |
|
UnknownShadow200
|
823375d71f
|
For classic mode, convert ampersands to percent instead of completely removing
|
2021-03-12 22:39:49 +11:00 |
|
UnknownShadow200
|
9c541523cd
|
Phase 2 of converting %S to &S
|
2021-03-11 22:02:55 +11:00 |
|
UnknownShadow200
|
ed935fa3bf
|
Phase 1 of converting %S to &S
|
2021-03-11 08:50:36 +11:00 |
|
UnknownShadow200
|
24fb8ef9d6
|
Whitelist: Use formatted nick in warning messages, always load list into memory
|
2021-03-11 08:27:13 +11:00 |
|
UnknownShadow200
|
3d2de169b9
|
Make DrawCmd.MakeBrush protected (Thanks Goodly)
|
2021-03-09 22:35:10 +11:00 |
|
UnknownShadow200
|
5b005cead3
|
Move OnInfoSwap/SQLSave events into PlayerDB events namespace
|
2021-03-07 21:19:59 +11:00 |
|
UnknownShadow200
|
3c112eeeb5
|
Scheduler: Add .ToString() to print debug summary of its state
|
2021-03-04 23:11:18 +11:00 |
|
UnknownShadow200
|
898b4c75ee
|
Fix /clear not completing clearing chat for people who use 30 chatlines (thanks aleksb385)
|
2021-02-28 13:39:41 +11:00 |
|
UnknownShadow200
|
07881b802c
|
Fix message of exactlt 64 characters wrongly being line wrapped (Thanks Goodly)
|
2021-02-27 21:12:59 +11:00 |
|
Goodlyay
|
c47bd346a3
|
Add /unmute, remove /mute toggling mute on/off
Also fix up the help of /mute
|
2021-02-27 01:41:08 -08:00 |
|
UnknownShadow200
|
0eeff1ff9b
|
irc controllers should default to superop not nobody permission level
|
2021-02-27 09:28:57 +11:00 |
|
UnknownShadow200
|
fff3c50d07
|
Merge branch 'master' of github.com:Hetal728/MCGalaxy
|
2021-02-27 00:02:31 +11:00 |
|
UnknownShadow200
|
7d7344e273
|
Superops should be able to use restricted commands in MBs by default
|
2021-02-27 00:00:20 +11:00 |
|
UnknownShadow200
|
32dc99332d
|
Convert %H,%T,%I to ampersands
|
2021-02-25 19:55:14 +11:00 |
|
UnknownShadow200
|
ed6606d3d7
|
%W -> &W
|
2021-02-25 18:41:08 +11:00 |
|
UnknownShadow200
|
e4379eba3c
|
Fix skip block for brushes not working when ranked below SuperOP, fixes #582 (Thanks rdebath)
|
2021-02-25 07:36:51 +11:00 |
|
UnknownShadow200
|
a446f562ef
|
Fix not connecting to TLS1.1/1.2 IRC networks
|
2021-02-20 12:17:28 +11:00 |
|