1165 Commits

Author SHA1 Message Date
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
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