22 Commits

Author SHA1 Message Date
UnknownShadow200
2826bf8f20 Make custom commands GUI support other languages too 2021-05-28 08:56:01 +10:00
UnknownShadow200
93fbe8f992 Try to fix compiling for .NET core not working 2021-04-25 21:46:39 +10:00
UnknownShadow200
38d0b14544 Cleanup custom commands GUI by using two buttons for creating C#/VB commands instead of 1 button + 2 radio buttons 2021-04-20 22:58:32 +10:00
UnknownShadow200
a6a04ec92d Add Visual Basic plugin compiling and creating support 2021-03-26 22:39:47 +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
5869a4437d Use Colors.StripUsed instead of Colors.Strip in more places such as /who,/clients, name filter, etc 2020-11-28 22:46:50 +11:00
UnknownShadow200
c7dff51acd Support 'reference' when compiling custom commands from GUI, improve logging of errors compiling custom commands from GUI 2020-04-12 11:40:11 +10:00
UnknownShadow200
dd46cf2b73 Custom commands in GUI aren't forced to lowercase filename 2019-06-03 23:48:15 +10:00
UnknownShadow200
a96d45a30a Warnings shouldn't prevent custom command from compiling 2019-06-03 23:38:57 +10:00
UnknownShadow200
75a19fe6c6 refactor commands class 2018-05-30 08:56:46 +10:00
UnknownShadow200
a4427566ad Few more commands can be used in museums, minor tidy-up in UI 2018-05-24 14:41:31 +10:00
UnknownShadow200
e0d0f6f3bc Make UI popups consistent 2018-05-24 11:57:32 +10:00
UnknownShadow200
d1c2595098 Don't show ZS group or team chat when you've ignored someone (Thanks fam0r) 2018-02-21 07:15:33 +11:00
UnknownShadow200
343eb99a00 Fix gb/lb replacing core block with CPE fallback, not converting CPE fallback to core block for classic mode.
Also cleanup scripting/plugin classes
2018-02-20 21:57:36 +11:00
UnknownShadow200
73326f9cb5 Plugin dlls can have multiple dlls, don't allow loading plugin from more recent server version
Also pload/punload announce success to player, and /punload properly supports multiple matches
2018-02-20 09:28:22 +11:00
UnknownShadow200
de289baac5 fix GUI keeping reference to custom command .dll, /color bot now only displays to you 2017-12-22 20:49:11 +11:00
UnknownShadow200
8af7ce291b Add a generic Logger class. This breaks any usage of Server.s.log or Server.LogError by custom commands/plugins. 2017-06-15 12:41:47 +10:00
UnknownShadow200
9bc4650504 Allow listening on specific IP. 2017-05-31 21:18:48 +10:00
UnknownShadow200
42d7f2ff23 Fully move custom commands to separate gui popup 2017-05-29 14:15:47 +10:00
UnknownShadow200
adb2201fe4 Minor code cleanup, move CustomCommands to a popup 2017-05-29 13:40:48 +10:00