24 Commits

Author SHA1 Message Date
UnknownShadow200
a04f42f9ab Initial work on server-wide default env. Also /env reset should leave textures untouched. 2018-10-05 12:12:11 +10:00
UnknownShadow200
d76e227d80 add more timespan updowns to GUI 2018-07-18 18:32:51 +10:00
UnknownShadow200
0d7ed870da use custom timespan numericupdown 2018-07-18 17:16:33 +10:00
UnknownShadow200
dd02b68dcb Simplify ranks.properties read/write, less allocations in ranks.properties/server.properties parsing 2018-06-26 21:13:29 +10:00
UnknownShadow200
9b4cc5777b Fix zones always overriding level ExpFog setting 2018-02-27 19:59:38 +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
66c6082ee0 Replace with more efficient Length == 0 2017-07-31 15:40:55 +10:00
UnknownShadow200
2b5f0406af ReplaceAll should only count blocks actually being replaced, since otherwise it's useless for majority of maps. (Thanks dzidq) 2017-07-24 21:45:14 +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
9f6dab6ac0 Max map generation volume is configurable per rank. 2017-07-10 14:28:53 +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
60ffab9b9b Changing ranks in gui doesn't affect server's actual state now when changes discarded. Also allow modifying nobody rank. 2017-07-10 12:32:52 +10:00
UnknownShadow200
85443729cb Changing rank colors/prefix in gui (or by reloading properties) should update online players. Fixes #426. 2017-07-10 11:37:12 +10:00
UnknownShadow200
ebab87ca9e Majorly cleanup
Group class, and probably break plugins in the process.
2017-07-08 20:55:55 +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
f10952091e Don't allow spaces in rank names. Fixes #468. 2017-07-07 18:17:19 +10:00
UnknownShadow200
240ada38d9 Organise ServerConfig fields, give its fields more logical names. 2017-06-27 19:49:05 +10:00
UnknownShadow200
613c3a5cd3 Move Server settings to separate ServerConfig class. 2017-06-27 18:28:19 +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
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
0dc366c44a Stage 1 of blocks gui rewrite 2017-05-27 13:15:22 +10:00
UnknownShadow200
f9e11aa86b Split up window/propertywindow into separate files by tab 2017-05-27 09:52:51 +10:00