1396 Commits

Author SHA1 Message Date
UnknownShadow200
d4373a052d Save console input/commands to log, don't spam CLI mode with system messages. 2016-05-10 14:41:22 +10:00
UnknownShadow200
d1ce14c09b Saved BlockDB changes should be logged to system tab instead. (Thanks Venom983) 2016-05-10 14:23:45 +10:00
UnknownShadow200
88b1d6c9f4 Finish global tab list implementation, closes #120. 2016-05-10 14:07:40 +10:00
UnknownShadow200
af1fb36b37 Include AFK in tag instead. 2016-05-10 13:22:12 +10:00
UnknownShadow200
b657c781da Fix global tab list. 2016-05-10 13:11:01 +10:00
UnknownShadow200
16af577f85 More work on global tab list, make /help model more concise. 2016-05-10 12:44:28 +10:00
UnknownShadow200
408c80a0df Ensure proper thread safety when adding to the block queue. 2016-05-10 12:24:19 +10:00
UnknownShadow200
ffad2edc72 Restrict team names to 16 characters at most, fix /os lb showing /lb in help and errors. (Thanks 123DMWM) 2016-05-10 12:14:28 +10:00
UnknownShadow200
ecde4fa3a6 Initial work on global tab list, still mostly broken. 2016-05-10 11:57:58 +10:00
UnknownShadow200
42c03d2b77 Do not hardcode 'zombie survival names' in tab list's code. 2016-05-10 11:28:04 +10:00
UnknownShadow200
d53d02e9c5 Fix is/are grammar issues for players online (Thanks JCT400THz), also update /help model (Thanks goodlyay), closes #165. 2016-05-10 10:51:56 +10:00
UnknownShadow200
47048bcfc7 Use options for tablist. 2016-05-10 07:32:10 +10:00
UnknownShadow200
2a5a666bfc Implement /main [level] to set the main level (Thanks Bradderz44), closes #164. 2016-05-09 18:35:50 +10:00
UnknownShadow200
531367fbaf Fix team owner vanishing after server restart. 2016-05-09 11:07:38 +10:00
UnknownShadow200
23d0367033 Merge branch 'master' of github.com:Hetal728/MCGalaxy 2016-05-09 10:35:02 +10:00
UnknownShadow200
43e11c4484 Start work on new regex-free color code cleanup method. 2016-05-09 10:13:15 +10:00
UnknownShadow200
19bb5ae56d Fix /tpaccept and /tpdeny not working. (Thanks goodlyay) 2016-05-08 13:04:30 +10:00
UnknownShadow200
4f92cb04c4 Finish cloudy/noisy brush. Still need to choose sensible default values. 2016-05-08 11:44:29 +10:00
UnknownShadow200
595c8206ef Initial work on a perlin noise brush. 2016-05-08 10:29:09 +10:00
UnknownShadow200
3052c098e7 Create ImprovedNoise class. 2016-05-08 09:51:34 +10:00
UnknownShadow200
3ed62d4780 Always show team, don't respawn bots when player's rank changes. 2016-05-07 23:55:13 +10:00
UnknownShadow200
707ec92fc1 Implement non-working Lab color selector. 2016-05-07 23:18:39 +10:00
UnknownShadow200
46b94f0b5e Modularise /imgprint. 2016-05-07 21:48:58 +10:00
UnknownShadow200
9fd34953d8 xundo is now an alias for /undo <name> all, it didn't need to be a separate command. 2016-05-07 21:02:31 +10:00
UnknownShadow200
761398c381 Fix compile errors. 2016-05-07 18:57:40 +10:00
UnknownShadow200
b836f24275 Cleanup and modularise scripting classes. 2016-05-07 18:41:03 +10:00
UnknownShadow200
d5a56b2368 Place entity despawning/spawning to others where it logically belongs. 2016-05-07 17:37:33 +10:00
UnknownShadow200
a197f692b0 Fix /line erroring when only a single numerical argument is provided. (Thanks Joshim4) 2016-05-07 11:04:57 +10:00
UnknownShadow200
9c2f7cd8a3 Pending names should expire after 60 seconds. 2016-05-07 10:55:20 +10:00
UnknownShadow200
f6efe34b02 Also show AFK players separately in tab list. 2016-05-07 09:54:30 +10:00
UnknownShadow200
1e8974d28a Tab list is now ordered by rank. 2016-05-07 09:11:34 +10:00
UnknownShadow200
d8d314a5ea Also allow sorting by rank name in /commands. 2016-05-06 22:13:32 +10:00
UnknownShadow200
eeb9fda85b Implement ability to sort /commands output by name or rank/group. 2016-05-06 19:51:09 +10:00
UnknownShadow200
e056734d95 Reduce code duplication in /commands. 2016-05-06 19:26:12 +10:00
UnknownShadow200
2eea0572d3 Split /help into /help and /commands. 2016-05-06 19:18:31 +10:00
UnknownShadow200
77c734130d Combine /host into /info, condense /info further. 2016-05-06 19:00:08 +10:00
UnknownShadow200
61ffcc3143 Implement /infoswap (Thanks AnthonyANI), closes #158. 2016-05-06 18:34:54 +10:00
UnknownShadow200
e382f3dfce Oops, /resetbot should also cause the bot to retry for its original nick. 2016-05-06 17:43:48 +10:00
UnknownShadow200
e6f5dac1bc IRC bot now tries to reclaim its normal nick. 2016-05-06 17:37:45 +10:00
UnknownShadow200
df543de2fc Use alternative GetString method that exists on mono. 2016-05-06 16:13:05 +10:00
UnknownShadow200
dd5f697355 Fix incorrectly cased filenames. 2016-05-06 15:54:59 +10:00
UnknownShadow200
3d98901d01 Use proper casing for the folder, fixes compile issues on mono. 2016-05-06 15:33:55 +10:00
UnknownShadow200
06887a5891 More work on native sqlite backend. 2016-05-06 11:45:20 +10:00
UnknownShadow200
bff8687f2a Fix /mi env not working on loaded levels. 2016-05-05 19:42:38 +10:00
UnknownShadow200
17bb3b5cfe Replace Player.SendMessage with Player.Message 2016-05-05 19:32:47 +10:00
UnknownShadow200
f9f70bd566 Readd /view as it's used by some servers still. (Thanks AnthonyANI) 2016-05-05 18:06:34 +10:00
UnknownShadow200
87f0eeef1f Fix /botremove. (Thanks goodlyay) 2016-05-05 17:31:59 +10:00
UnknownShadow200
6c729ea20b Finish new maps tab in the gui. 2016-05-05 17:20:45 +10:00
UnknownShadow200
5f768a9189 Fix /undo from console. 2016-05-05 13:29:51 +10:00
UnknownShadow200
8c8921c7d7 First pass of using the property grid for level properties. 2016-05-05 12:56:54 +10:00