3173 Commits

Author SHA1 Message Date
UnknownShadow200
8a2e333b32 Fix /whois displaying your own skin and model instead of target. 2017-08-19 21:36:09 +10:00
UnknownShadow200
807520153a Release 1.8.9.6, /ctf go 2017-08-19 18:26:18 +10:00
UnknownShadow200
0935da50de Fix crashing yet again 2017-08-18 21:59:30 +10:00
UnknownShadow200
82ffc8dce5 Minor tidyup of classicube heartbeat code. 2017-08-18 00:27:18 +10:00
UnknownShadow200
15aaf619ca Redesign BlockDBFile to have better API, for easier subclassing 2017-08-17 16:38:35 +10:00
UnknownShadow200
0c0f13dac6 Output of /place and /splace is not shown when ignore drawop output is on. 2017-08-16 22:15:03 +10:00
UnknownShadow200
76879983ce Output skin and model in /whois, fixes #284. (Thanks WolfgangNS) 2017-08-16 21:19:01 +10:00
UnknownShadow200
e95672c824 255 not 256 max 2017-08-16 11:14:35 +10:00
UnknownShadow200
8863b146aa Send all inventory order packets after they've been defined. 2017-08-16 10:13:35 +10:00
UnknownShadow200
0441503bd4 Add lb/gb edit order to change inventory position, fix a few lb/gb edit causing KeyNotFound when given invalid values. 2017-08-15 18:04:59 +10:00
UnknownShadow200
97e009e6f8 Remove unneccessary stuff from readme 2017-08-15 10:22:37 +10:00
UnknownShadow200
7988ca65d3 Simplify CPE handling 2017-08-15 10:13:51 +10:00
UnknownShadow200
594725b7fa Create InventoryOrder packet 2017-08-15 10:13:11 +10:00
UnknownShadow200
b0d6a33cb9 Fix the crash once and for all 2017-08-15 10:12:32 +10:00
UnknownShadow200
bf7c54c618 Fix bug where drawops showed wrong blocks to some players
This happened if player A joined (using classic mode), then B joined (using enhanced mode), then B tried drawing a cuboid with custom blocks. The fallback blocks would be shown to both players.
2017-08-14 23:23:21 +10:00
UnknownShadow200
c72f521827 Increase max values in security tab in gui to 1 million 2017-08-14 15:54:35 +10:00
UnknownShadow200
9dc248a5b3 Fix random/cloudy brush with more than two blocks. (Thanks Tree) 2017-08-13 12:07:36 +10:00
UnknownShadow200
cfb63bf014 Require an extra perm to see mb/portal contents in /b 2017-08-13 10:29:13 +10:00
UnknownShadow200
e26cd5f960 Fix crashing again. 2017-08-13 08:57:27 +10:00
UnknownShadow200
155527e609 Fix /os map delete not outputting anything when used on map you don't own. (Thanks goodlyay) 2017-08-12 18:43:00 +10:00
UnknownShadow200
0d80d86b54 Don't allow adding two bots to map with same name, fixes #308.
As if multiple bots have same name, all but 1 bots are lost on map unload then load again. They also can't be targeted individually in commands.
2017-08-12 16:12:51 +10:00
UnknownShadow200
bc14e5e242 Fix extremely rare case where server would crash 2017-08-12 12:30:43 +10:00
UnknownShadow200
a2d00665de Oops, /levels shouldn't have /worlds alias 2017-08-12 08:41:19 +10:00
UnknownShadow200
a4ce6caae2 Don't allow setting odoor to same ID. 2017-08-11 19:15:59 +10:00
UnknownShadow200
2f66e47f8c Add support for custom odoors. 2017-08-11 19:15:37 +10:00
UnknownShadow200
fc27c18379 Change /unloaded to /worlds, which just outputs all maps, regardless of whether loaded or not. 2017-08-11 18:11:04 +10:00
UnknownShadow200
2697c934cd Fix /whonick returning 'player not online' when multiple people matched the given nickname. 2017-08-11 16:44:41 +10:00
UnknownShadow200
f452602912 Tempbans now use UTC timestamp, for consistency with other timestamps stored in files. 2017-08-11 16:29:06 +10:00
UnknownShadow200
1ab66ee98a Tidy up WarpList a bit 2017-08-11 13:21:48 +10:00
UnknownShadow200
e7077a0bdd Warps/Waypoints don't have to be lowercase anymore. 2017-08-11 13:21:28 +10:00
UnknownShadow200
96185e14ac Simplify extra permission checking 2017-08-11 13:21:08 +10:00
UnknownShadow200
8cd6f83dbd Combine /warp and /waypoint 2017-08-11 13:20:52 +10:00
UnknownShadow200
18bdd6fd8f Merge branch 'master' of github.com:Hetal728/MCGalaxy 2017-08-10 20:40:06 +10:00
UnknownShadow200
12374d45f0 Remove /reload [name]. 2017-08-10 20:39:49 +10:00
UnknownShadow200
4b216d401e Fix error when giving invalid fogdensity value in lb/gb. (Thanks fam0r) 2017-08-10 20:38:15 +10:00
UnknownShadow200
44e63db1bd Simplify CmdOverseer a tiny bit 2017-08-10 17:44:21 +10:00
UnknownShadow200
a5d492043d Fix multiple instances in which blockprops would be incorrectly set.
Also BlockDefinition.GlobalProps now uses half as much memory as before
2017-08-10 17:34:05 +10:00
UnknownShadow200
fa51b4d037 Simplify blockprops 2017-08-10 13:52:15 +10:00
UnknownShadow200
66ce425c77 few less allocations 2017-08-10 13:40:45 +10:00
UnknownShadow200
bb8c39dc12 Add OPBlock as a blockprop 2017-08-10 12:57:36 +10:00
UnknownShadow200
e13d0dc9a6 Fix ignore titles/nicks being wrong way around. (Thanks xnotx123) 2017-08-07 11:57:52 +10:00
UnknownShadow200
92ecccdc51 Add IGame.Running 2017-08-07 09:57:06 +10:00
UnknownShadow200
e9c02198ce Mostly abstract level voting/picking code. 2017-08-06 15:52:08 +10:00
UnknownShadow200
90d19e62b8 Remove spammy message on every layer flood in LS. 2017-08-05 21:01:08 +10:00
UnknownShadow200
a0725bfe48 Fix custom chat tokens with : in them 2017-08-05 17:01:13 +10:00
UnknownShadow200
db1fe40f90 X 2017-08-05 13:24:07 +10:00
UnknownShadow200
ea5269ed59 Fix player not being disconnected 2017-08-05 13:18:42 +10:00
UnknownShadow200
2097da26da Fix /afk list 2017-08-05 13:00:15 +10:00
UnknownShadow200
7be031adfc Using /paint shouldn't reset /mode. 2017-08-04 18:28:05 +10:00
UnknownShadow200
13c9e790b2 Partial match color names in commands. 2017-08-04 17:55:25 +10:00