1973 Commits

Author SHA1 Message Date
UnknownShadow200
d97e3078af Style: Split up App.cs, remove two Program.cs, rename Formatter to LineFormatter. 2016-09-17 14:10:57 +10:00
UnknownShadow200
42dcbeff90 Style: Structure everything properly. 2016-09-17 12:24:34 +10:00
UnknownShadow200
c77d568b94 Games: Fix /countdown generate with 64x64x64 being impossible to lose on. 2016-09-17 10:42:45 +10:00
UnknownShadow200
85ce30d0ca Style: Stop hardcoding 255 everywhere. 2016-09-17 09:47:43 +10:00
UnknownShadow200
bce5a35948 Core: fix odoors 2016-09-17 08:41:13 +10:00
UnknownShadow200
2480349443 Fix your own tab list entry not being updated after unhiding. (Thanks KawaiiCube) 2016-09-17 07:44:57 +10:00
UnknownShadow200
1679c25a1f Core: Fix not being to /undo an /undo of an online player. 2016-09-16 21:45:18 +10:00
UnknownShadow200
61b18dd9d9 ZS/LS: Don't forget to save after doing a /like or /dislike. 2016-09-16 18:45:00 +10:00
UnknownShadow200
a6de8d7986 Core: Fix color not being in /goto. 2016-09-16 17:36:31 +10:00
UnknownShadow200
3714775621 Style: Move activate functions out of DoorPhysics to allow them to be used by other block physics. 2016-09-16 13:28:19 +10:00
UnknownShadow200
cdbb58f3a3 Style: Make it clearer what fast lava does. 2016-09-16 12:39:45 +10:00
UnknownShadow200
ce7077b764 Core: Prevent using /afk to bypass /ignore. 2016-09-16 10:09:50 +10:00
UnknownShadow200
51a2ffb677 Style: Move hardcoded commands out of Player.Handlers.cs 2016-09-15 18:23:42 +10:00
UnknownShadow200
1f2b31bc6d Core: Add /realm as alias for /overseer. 2016-09-15 17:57:11 +10:00
UnknownShadow200
163a4c7208 Core: Don't show star before name in /goto message. 2016-09-15 12:52:20 +10:00
UnknownShadow200
2471843dec Merge branch 'master' of github.com:Hetal728/MCGalaxy 2016-09-15 12:30:42 +10:00
UnknownShadow200
a1866472e9 Core: Fix core aliases being duplicated in /help for commands after doing /server reload. 2016-09-15 11:11:09 +10:00
UnknownShadow200
6c9ccd4dd4 Core: add back in /search commands 2016-09-15 09:46:46 +10:00
UnknownShadow200
04f690e061 Now /search uses multi page output. 2016-09-15 09:35:05 +10:00
UnknownShadow200
475791b12e Fix /outline. (Thanks prismaaa) 2016-09-14 23:09:02 +10:00
UnknownShadow200
389264a7db Core: Fix relative time in /balance with hours component >= 12. 2016-09-14 15:10:58 +10:00
UnknownShadow200
d2b4cd6ae0 Style: Move tasks out of server.cs 2016-09-14 14:20:51 +10:00
UnknownShadow200
ced7daffc6 Core: Rewrite /lockdown to use a single text file list instead of an empty file for each level. Also start modularising Server.cs 2016-09-14 12:55:37 +10:00
UnknownShadow200
2bbba49106 Core: /summon now allows you to summon players who cannot normally visit the map (but asks to confirm this first). 2016-09-14 12:00:04 +10:00
UnknownShadow200
c1eb867022 Core: Reduce code duplication for LevelAccess and finding rank color. 2016-09-14 11:46:20 +10:00
UnknownShadow200
9d4121c77d Core: Make /summon require an extra permission to summon all players. 2016-09-14 09:36:28 +10:00
UnknownShadow200
8ea543898d Style: remove last == true and == false. 2016-09-14 08:55:55 +10:00
UnknownShadow200
882ee57c49 ZS: Pillaring sprite blocks, or when pillaring in water/lava, should not count towards auto-pillar kick. 2016-09-14 08:48:58 +10:00
UnknownShadow200
f0693de778 Blocks: Make tdoor take the same time to revert, regardless of whether it was activated by a door or a tdoor. 2016-09-13 12:19:54 +10:00
UnknownShadow200
80ea48ae7a ZS/LS: Authors can't like/dislike own map anymore. 2016-09-13 08:03:29 +10:00
UnknownShadow200
ff0932ad22 Fix crash if selected index is -1 in lava map settings in gui. 2016-09-12 15:13:02 +10:00
UnknownShadow200
4076a8f9d3 Fix turning off /ride instantly killing you by the train you just dismounted. (Thanks peace_out_man) 2016-09-12 13:12:18 +10:00
UnknownShadow200
c31d60a951 Allow spaces at end of rank prefixes. (Thanks goodlyay) 2016-09-12 11:16:07 +10:00
UnknownShadow200
b63a8d8294 Better error checking for property file reading. 2016-09-12 10:38:33 +10:00
UnknownShadow200
8939de0698 Now /mi shows name colour for blacklist/whitelist entries 2016-09-12 08:51:14 +10:00
UnknownShadow200
2338b0f7c7 Fix /zone add with rank names (thanks Lemon/Benny8778) 2016-09-12 00:06:57 +10:00
UnknownShadow200
9ecf404f69 Fix items added by plugins to the economy not being loaded after restart, document stuff in Item 2016-09-11 23:34:12 +10:00
UnknownShadow200
d6ff32a2d9 Fix: if a custom block is defined, /b should output its numerical block id. 2016-09-11 19:23:44 +10:00
UnknownShadow200
8f9e8c772a Properly track custom blocks in /b 2016-09-11 19:22:02 +10:00
UnknownShadow200
c4fcf32169 If you are ignoring someone, you shouldn't see /send or /tpa from them. (Thanks Joseph) 2016-09-10 23:54:12 +10:00
UnknownShadow200
be866550e6 Fix using /hide with different name colour revealing you are hidden on IRC. 2016-09-10 23:24:33 +10:00
UnknownShadow200
bd81627611 Make loginmsg/logoutmsg require an extra permission to change loginmsg/logoutmsg of other players. (Thanks goodlyay) 2016-09-10 22:10:37 +10:00
UnknownShadow200
e2404c46fa Get rid of the code duplication between title/model/skin/titlecolor/nick/color commands. 2016-09-10 21:50:08 +10:00
UnknownShadow200
2ff6d047e8 Add a stare instruction for bots that stares at closest players, just cause. Also make it so bots don't hunt hidden players. 2016-09-10 19:04:35 +10:00
UnknownShadow200
1bae8b15c4 Fix last commit 2016-09-10 14:11:19 +10:00
UnknownShadow200
03100abf4d Add proper help for bot AI instructions. 2016-09-10 13:40:29 +10:00
UnknownShadow200
b97dc56257 Convert the old /os blacklist txt files to VisitBlacklist in level properties. 2016-09-10 11:52:22 +10:00
UnknownShadow200
94879791a8 Bot changes shouldn't be global (Thanks goodlyay) 2016-09-10 10:57:04 +10:00
UnknownShadow200
a14f469daa Fix hunt bot ai from last commits, fix it so you can't use kill ai in /botai if you can't use it in /botset. 2016-09-10 10:42:01 +10:00
UnknownShadow200
7180a01704 Fix bot hide instruction, fix /buy blocks10 2016-09-10 00:10:29 +10:00