467 Commits

Author SHA1 Message Date
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
UnknownShadow200
0617aa7672 put check for blocks == null before checking if b >= blocks.Length, maybe addresses #449 2017-05-26 19:42:31 +10:00
UnknownShadow200
69695f268d fix recent commit displaying command type name cannot be used ingame, instead of actual command name 2017-05-23 22:09:25 +10:00
UnknownShadow200
8926fe92e2 ZS should use own config file 2017-05-23 11:32:28 +10:00
UnknownShadow200
71d9e5def1 Simpler way of marking commands that can't be used by super players, remove pointless command constructors. 2017-05-20 13:21:01 +10:00
UnknownShadow200
86dfc2da3b Rename controls in PropertyWindow to have more sensible names 2017-05-16 10:05:10 +10:00
UnknownShadow200
551459a451 Better error messages when map generation fails in gui, fixes #285 2017-05-13 20:44:51 +10:00
UnknownShadow200
b5cf22c3c0 Move math stuff into own namespace 2017-05-10 21:58:55 +10:00
UnknownShadow200
0082904fb5 Modularise top, partially addresses #304 2017-05-06 16:16:39 +10:00
UnknownShadow200
394ed2598c organise stuff 2017-05-05 10:10:31 +10:00
UnknownShadow200
92d4df1dc9 Modularise Block permissions 2017-04-28 09:15:43 +10:00
UnknownShadow200
d2f5f8fcbb Simplify scripting code a bit 2017-04-28 08:26:01 +10:00
UnknownShadow200
1d30ea0621 Fix tab order and field lengths for 'General config'. 2017-04-25 17:06:19 +10:00
UnknownShadow200
44e757023f Fix being able to use non-existent LB from another map to cheat on a map which had buildable/deletable disabled 2017-04-23 18:22:22 +10:00
UnknownShadow200
ab65e34c0c LS: Fix 'start on startup' option not actually starting, fixes #425 (Thanks VenkSociety) 2017-04-21 17:26:25 +10:00
UnknownShadow200
c01c2ab67a gui: remove NightMode warning 2017-04-16 14:04:21 +10:00
UnknownShadow200
3a3276e181 Fix flaws with last commit 2017-04-14 23:09:00 +10:00
UnknownShadow200
5de133b44a Auto work out rank names. Fixes #186 and #176 2017-04-14 22:34:44 +10:00
UnknownShadow200
14be68a8e6 Tidy up CommandPerms 2017-04-14 14:54:07 +10:00
UnknownShadow200
318c8217b1 not static t oreduce typing 2017-04-14 11:32:16 +10:00
UnknownShadow200
16d0028498 Allow users to add extra command permissions 2017-04-14 11:24:19 +10:00
UnknownShadow200
2d9675c268 Cleanup ExtraPerms 2017-04-14 11:12:12 +10:00
UnknownShadow200
1127150b34 Limit log length in main gui. This prevents excessive memory usage and slow un-minimisation, after running server in gui mode for extended period of time. 2017-04-12 22:30:33 +10:00
UnknownShadow200
d62a7b4d61 gui: preserve user selection when appending to main log 2017-04-12 21:21:12 +10:00
UnknownShadow200
490a4c8404 gui: night mode doesn't clear text box anymore 2017-04-12 20:17:52 +10:00
UnknownShadow200
0e9fb37740 Now supports running in 64 bit, and prefers 64 bit mode 2017-04-09 09:20:05 +10:00
UnknownShadow200
a85fb12a22 should still see /goto messages when hidden to visible players. also code cleanup. 2017-03-05 17:23:49 +11:00
UnknownShadow200
07a1210a90 document 2017-03-05 10:40:28 +11:00
UnknownShadow200
d783fe143b Now goto/mapinfo match against unloaded maps, instead of loaded maps then unloaded 2017-03-04 23:04:36 +11:00
UnknownShadow200
92152d2c91 Show block id/name message at end of /b (Thanks goodlyay) 2017-03-04 19:51:35 +11:00
UnknownShadow200
9ba8e05d32 Make it easier to change software name from MCGalaxy 2017-03-04 12:58:45 +11:00
UnknownShadow200
a36f84bb06 Remove pervisit/perbuild from levels list in main gui 2017-03-01 11:56:34 +11:00
UnknownShadow200
d7c3ce50a1 gui cleanup 2017-02-28 21:11:11 +11:00
UnknownShadow200
4c60e4261f Kill redundant code 2017-02-28 19:37:42 +11:00
UnknownShadow200
022aa905df Only generate server salt at startup 2017-02-26 17:51:14 +11:00
UnknownShadow200
c268ad1bce Also show number of BlockDB entries in /mi 2017-02-23 21:49:35 +11:00
UnknownShadow200
226fbc260a More fixes for when only have mono-runtime package 2017-02-12 08:44:53 +11:00
UnknownShadow200
239cf791d9 workaround for IPv6 and .NET 3.5 2017-02-09 22:11:00 +11:00
UnknownShadow200
c1f13c4a5a Perform partial name matching in /notes and /rankinfo 2017-02-09 13:48:32 +11:00
UnknownShadow200
077f181084 Now /botsummon and /botremove only look at bots in same level as you 2017-02-08 23:31:40 +11:00
UnknownShadow200
de455d17a8 add expfog to /env 2017-02-06 11:50:53 +11:00
UnknownShadow200
e8f7a7023b gb/lb info [id] displays textures ids (Thanks StarlightGlimmer) 2017-02-03 18:07:31 +11:00
UnknownShadow200
13905e09e6 oops 2017-02-03 16:28:09 +11:00
UnknownShadow200
9e2b54bc52 get the gui to work on mono now 2017-02-03 16:05:18 +11:00
UnknownShadow200
83e6b1a9ac use thick borders for main gui log box, gets rid of nearly allwinapi specific code 2017-02-03 15:44:52 +11:00
UnknownShadow200
38fb7fcd31 Don't unnecessarily redraw client list in gui 2017-02-02 22:50:32 +11:00
UnknownShadow200
ba47c7fc07 Make 'new version available' message box actually show, one less usage of timers. 2017-02-02 22:19:36 +11:00
UnknownShadow200
0ce2c7fc33 fix all unicode to code page 437 and vice versa issues 2017-01-24 15:13:35 +11:00