43 Commits

Author SHA1 Message Date
UnknownShadow200
03c024d942 Allow configuring warning/error colour 2018-07-08 13:32:08 +10:00
UnknownShadow200
f210dbff44 TNT wars now mostly rewritten 2018-07-06 18:22:37 +10:00
UnknownShadow200
24cc5d8d72 Start GUI rewrite 2018-07-05 17:20:33 +10:00
UnknownShadow200
30a9535dae Completely redo /ls setup. Start work on modernising TNT wars. 2018-06-29 17:21:18 +10:00
UnknownShadow200
88b3cf1e31 Now ranks works in new Economy window 2018-06-28 11:58:25 +10:00
UnknownShadow200
2c6c8a142e Start eco GUI rewrite 2018-06-27 22:19:19 +10:00
UnknownShadow200
5857321031 non-classic feature option is now in GUI too 2018-06-13 16:53:39 +10:00
UnknownShadow200
4407a37446 Switch to ID 0 for hidden inventory order, change from 'properties' to 'settings' in GUI' 2018-06-10 16:55:24 +10:00
UnknownShadow200
6f84ea301c Initial WIP on countdown rewrite 2018-06-09 15:47:10 +10:00
UnknownShadow200
f42183e949 More work on games rewrite 2018-05-08 23:52:51 +10:00
UnknownShadow200
9b4cc5777b Fix zones always overriding level ExpFog setting 2018-02-27 19:59:38 +11:00
UnknownShadow200
8adae20194 Remove autorestart/restarttime from ServerConfig, since they never worked to begin with. 2018-01-26 18:05:34 +11:00
UnknownShadow200
85e8d08826 Can change max copy slots of rank via GUI, /cs now also says where copy is from. Fixes #305. 2017-12-03 14:06:22 +11:00
UnknownShadow200
9f88cfa182 Actually allow /os map to have nobody perbuild, fix ~ with no value after 2017-10-30 13:32:33 +11:00
UnknownShadow200
86f3449889 Fix auto mute duration not working above 1000 seconds 2017-09-05 08:55:10 +10:00
UnknownShadow200
b0d6a33cb9 Fix the crash once and for all 2017-08-15 10:12:32 +10:00
UnknownShadow200
189332357a Remove pointless unused update settings from GUI: 2017-08-02 12:42:37 +10:00
UnknownShadow200
4602e4262e Fix bottom controls in main tab of properties being 23 pixels too far down 2017-07-26 23:23:36 +10:00
UnknownShadow200
422a745705 Fix wrong tooltip descs for colors in gui 2017-07-26 17:51:04 +10:00
UnknownShadow200
b548011beb Remove auto updating, because this is not compatible with most environments. 2017-07-15 14:53:46 +10:00
UnknownShadow200
4c1ae27bc1 Cleanup GUI code. 2017-07-15 14:51:12 +10:00
UnknownShadow200
ab1cdf0913 Add new configurable rank/group properties to GUI, cleanup ranks tab in GUI 2017-07-10 19:12:54 +10:00
UnknownShadow200
38995d4da1 AFK kick time and whether is AFK kicked, is now configurable per rank. 2017-07-10 15:33:37 +10:00
UnknownShadow200
46b5c5e81d Make rank permission in gui a numericupdown, fix duplicate CHANGEME ranks, fixes #467. 2017-07-10 12:46:11 +10:00
UnknownShadow200
5c36ea3aaa Log message to console when a heartbeat fails to send, remove the LogBeat option 2017-07-10 09:57:21 +10:00
UnknownShadow200
dab8928f9b Make more of gui use NumericUpDown controls for properties that are integers 2017-07-08 13:06:12 +10:00
UnknownShadow200
ee7b5ff436 Cleanup PropertyWindow.Ranks.cs 2017-07-08 11:32:20 +10:00
UnknownShadow200
fe496b8a10 Add IRC command prefix and controller options to gui.
Fixes #210, fixes #251, fixes #250
2017-06-26 12:14:06 +10:00
UnknownShadow200
3d23439be7 Implement disabled of showing /afk and unafk on IRC, add IRC settings to gui.
Currently: Show player titles, announce world changes, announce AFK
2017-06-26 11:28:02 +10:00
UnknownShadow200
6bf01291c7 Simplify IRC tab in gui 2017-06-26 11:05:38 +10:00
UnknownShadow200
98ac8f46f0 Tooltips 2017-06-12 22:42:27 +10:00
UnknownShadow200
7c93f3a3ee Tidy up ranks tab in gui 2017-06-12 22:21:21 +10:00
UnknownShadow200
1c7e51ab67 Use better color selector dialog in gui 2017-06-08 20:22:32 +10:00
UnknownShadow200
a7b3d9e2c8 Random flow liquids now use data field instead of lvl.liquids - less CPU intensive to flood and less memory usage, fixes #365 2017-05-30 11:21:26 +10:00
UnknownShadow200
080a721e9f Remove unused stuff from PropertyWindow, fix backup time not only allowing numbers to be added 2017-05-29 16:27:09 +10:00
UnknownShadow200
25849a4a84 Commands gui now has extra permissions too 2017-05-29 16:15:18 +10:00
UnknownShadow200
b3c9a2895a Stage 1 of command tabs rewrite. Also fixes commands changed via gui not saving, closes #239 2017-05-29 15:15:50 +10:00
UnknownShadow200
42d7f2ff23 Fully move custom commands to separate gui popup 2017-05-29 14:15:47 +10:00
UnknownShadow200
e8d05313dd Stage 5 of blocks gui rewrite: Changing block props in gui now works and saves 2017-05-29 10:41:38 +10:00
UnknownShadow200
2c024c32a8 Stage 3 of blocks gui rewrite: can see block behaviour and physics behaviour in gui. (not yet saved) 2017-05-27 19:38:36 +10:00
UnknownShadow200
0dc366c44a Stage 1 of blocks gui rewrite 2017-05-27 13:15:22 +10:00
UnknownShadow200
5ee315b29b Cleanup designer a bit 2017-05-27 10:50:20 +10:00
UnknownShadow200
f9e11aa86b Split up window/propertywindow into separate files by tab 2017-05-27 09:52:51 +10:00