1200 Commits

Author SHA1 Message Date
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
UnknownShadow200
64062d2576 Move 'loaded list' and 'unloaded list' to new tab. 2016-05-05 12:21:27 +10:00
UnknownShadow200
e830b9083a Merge branch 'master' of github.com:Hetal728/MCGalaxy 2016-05-05 10:04:27 +10:00
UnknownShadow200
3553412971 Move 'create new map' to new maps tab. 2016-05-05 09:37:49 +10:00
UnknownShadow200
515c5e75f7 Start work on new maps tab. 2016-05-05 09:19:49 +10:00
UnknownShadow200
0b4b36d300 Re-release 1.8.6.0 for the two previous commits. 2016-05-04 23:58:32 +10:00
UnknownShadow200
b774653639 Fix /place not working when at negative coordinates. 2016-05-04 23:51:23 +10:00
UnknownShadow200
6f7f88795b Fix /whois not working when matches = 1. 2016-05-04 23:45:11 +10:00
UnknownShadow200
2be3c8d758 Release 1.8.6.0 1.8.6.0 2016-05-04 23:06:25 +10:00
UnknownShadow200
a3595e5f1f Add lb/gb info [id] (Thanks worldshowoff), closes #157. 2016-05-04 22:53:08 +10:00
UnknownShadow200
f87cf85ac9 Combine /whois and /whowas into one command. 2016-05-04 21:22:46 +10:00
UnknownShadow200
4b48206838 Group changelog/errors/logs/system into one single logs tab. 2016-05-04 19:48:27 +10:00
UnknownShadow200
eda3b97fcc Refactor PlayerInfo.FindOrShowMatches into a generic method, which is now also used for level names and bot names. 2016-05-04 18:55:18 +10:00
UnknownShadow200
62dcb0888c Fix /botremove not working properly when for some reason bot is stuck on an unloaded level but with the same name as your current level. 2016-05-04 17:59:52 +10:00
UnknownShadow200
3401dec76d Allow configuring default perbuild permission for maps made with /os map add, closes #153. 2016-05-04 17:55:15 +10:00
UnknownShadow200
f0f3b38bc0 whois should show if a player is afk, closes #154. 2016-05-04 17:08:34 +10:00
UnknownShadow200
ac852e5897 Implement /os map chat and /os map restore, closes #154. 2016-05-04 11:54:01 +10:00
UnknownShadow200
c1d6c3ecf8 Make /eat also respect /map chat, also make chatroom chat less verbose in server logs. 2016-05-04 11:45:49 +10:00
UnknownShadow200
8905b45c09 Fix /me in map with RP chat not sending message to level (instead sending globally) and also sending to IRC, fix /map chat showing negated boolean value. 2016-05-04 11:36:00 +10:00
UnknownShadow200
aeb49df1fd Os map add now sets perbuild to /os rank, partially addresses #153. 2016-05-04 11:17:35 +10:00
UnknownShadow200
11fc79ebad Botsummon should also set bot's pitch. (Thanks goodlyay) 2016-05-04 10:44:28 +10:00
UnknownShadow200
659613b7f6 Merge branch 'master' of github.com:Hetal728/MCGalaxy 2016-05-04 10:38:17 +10:00
UnknownShadow200
9c0a08f084 Cleanup /help botai, add /botai info. 2016-05-04 10:37:58 +10:00
UnknownShadow200
f1dc092929 Merge branch 'master' of github.com:Hetal728/MCGalaxy 2016-05-03 23:48:42 +10:00
UnknownShadow200
cc191c762c Cleanup /renamelvl. 2016-05-03 23:47:51 +10:00
UnknownShadow200
10dea0a6be Fix /fill not working when held block is same as existing block. (since we use brushes now) 2016-05-03 17:14:15 +10:00
UnknownShadow200
6c5b69ea09 CustomColors command should have default rank of superop. 2016-05-02 08:42:00 +10:00
UnknownShadow200
4e3e004b8b Don't send ChangeModel to clients which do not support it. (Thanks 123DMWM) 2016-05-01 09:57:59 +10:00
UnknownShadow200
402994e4ac Show round countdowns as announcement, rather in normal chat. 2016-05-01 08:53:29 +10:00
UnknownShadow200
e92c1467f9 Fix awards for zombie survival. 2016-05-01 00:01:34 +10:00
UnknownShadow200
5de0edb846 Finish revive potion implementation. 2016-04-30 23:43:38 +10:00
UnknownShadow200
cfe7075019 Make /info more concise. 2016-04-30 22:34:02 +10:00
UnknownShadow200
3701872489 Start work on a revive potion. 2016-04-30 21:41:30 +10:00
UnknownShadow200
c1f5be4670 Show min rank required to use a command instead of generic 'you are not allowed to use X'. 2016-04-30 20:14:29 +10:00
UnknownShadow200
6a5dc89fb2 Bots and per-level custom blocks should start at max and go backwards. 2016-04-30 16:46:13 +10:00
UnknownShadow200
d7fdb668de IsTrack is now a block property. 2016-04-30 16:01:53 +10:00
UnknownShadow200
ba47174188 Persist bots, closes #137. 2016-04-30 15:34:13 +10:00
UnknownShadow200
544f4ebdcd Initial work on persistent bots. 2016-04-30 14:51:11 +10:00
UnknownShadow200
822b137c21 Cleanup /botai. 2016-04-30 14:28:42 +10:00
UnknownShadow200
2f1eb29451 Cleanup /botset. 2016-04-30 14:19:41 +10:00
UnknownShadow200
93c9d6dcb3 Start modularising bot code. 2016-04-30 14:09:06 +10:00
UnknownShadow200
70f4a43b18 Remove debugging line whoops 2016-04-30 12:52:28 +10:00
UnknownShadow200
0b230e43da Fix code page 437 characters not working for custom$.txt and badwords.txt. (Thanks goodlyay) 2016-04-30 12:50:58 +10:00
UnknownShadow200
5e0a330e8c Fix /mb not working when old mb block type is same as new. (Thanks goodlyay) 2016-04-30 10:11:17 +10:00
UnknownShadow200
903cd04330 Fix 'slap' in players tab in gui crashing server, reduce code duplication in gui. 2016-04-29 19:13:22 +10:00
UnknownShadow200
4b0582acf8 Freeze should persist between sessions, simplify 'is muted' lookup to avoid redundantly checking the file. 2016-04-29 18:50:28 +10:00
UnknownShadow200
bfa2a06e8c Implement most awards for zombie survival. 2016-04-29 18:06:54 +10:00