3410 Commits

Author SHA1 Message Date
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
UnknownShadow200
b0fde8f95b More case insensitive 2017-08-04 17:00:36 +10:00
UnknownShadow200
baa7425a3d Less case sensitive string inequality checks. 2017-08-04 16:26:24 +10:00
UnknownShadow200
cc2f97161c Quick fix for stack overflow 2017-08-04 16:03:18 +10:00
UnknownShadow200
610332863d get rid of some more case sensitive equality checks 2017-08-04 15:55:57 +10:00
UnknownShadow200
eb94e5f333 Instead of '>'/'<' for partial messages, use ' >'/' <'. Also support fCraft's ' /'/' \' partial messages. Fixes #399. 2017-08-03 23:06:48 +10:00
UnknownShadow200
74a08df332 Remove [owner] prefix, if player is server owner 2017-08-03 19:13:54 +10:00
UnknownShadow200
d39e98ba96 Reduce allocations in changing blocks, sending chat, and receiving chat 2017-08-02 22:42:41 +10:00
UnknownShadow200
41217c2dfa Reuse string array when splitting. Reduces mem allocations at startup by about 50kb. 2017-08-02 18:25:12 +10:00
UnknownShadow200
56a57be640 Simplify NameItems, remove all inequality comparisons against empty string 2017-08-02 16:43:05 +10:00
UnknownShadow200
f45b9bffb0 Minimise usage of inequliaty comparison against empty string 2017-08-02 12:43:20 +10:00
UnknownShadow200
189332357a Remove pointless unused update settings from GUI: 2017-08-02 12:42:37 +10:00
UnknownShadow200
5e0fcf6119 Don't waste resources creating absolute positon updates when bot hasn't moved and hasn't rotated. Partially addresses #459. 2017-08-01 23:46:14 +10:00
UnknownShadow200
16e87c8c3a Move bots to be per-level, remove obsolete bot functions and minorly optimise bots 2017-08-01 22:26:05 +10:00