UnknownShadow200
df0bf301f2
Fix -hax not working if color in the motd.
2016-09-04 21:58:44 +10:00
UnknownShadow200
e12500c264
Remove awards for zombie survival, they didn't even work.
2016-09-04 20:43:59 +10:00
UnknownShadow200
1d8a4838ac
Reduce award saving overhead, make award saving threadsafe.
2016-09-04 20:13:34 +10:00
UnknownShadow200
40cb0e0746
Fiddle with zombie survival timings to be fairer to humans.
2016-09-04 20:08:16 +10:00
UnknownShadow200
5157ac6a11
Tidy up the zombie survival UI a bit.
2016-09-04 20:04:57 +10:00
UnknownShadow200
f03f601173
Fix command.properties erroring if a line has trailing spaces by making it completely ignore spaces.
2016-09-04 19:54:19 +10:00
UnknownShadow200
8389664541
Remove myself from the developers list.
2016-09-04 11:12:26 +10:00
UnknownShadow200
405554960e
Fix /balance message showing globally, oops.
2016-09-03 17:28:26 +10:00
UnknownShadow200
1bc8d0d26d
Don't show [yes] in /unloaded, makes it much less spammy.
2016-09-03 15:22:49 +10:00
UnknownShadow200
ae2806bed2
Allow multiple realm owners for a map.
2016-09-03 14:57:08 +10:00
UnknownShadow200
b75360efae
Fix notes logging minutes instead of months.. oops.
2016-09-03 12:51:48 +10:00
UnknownShadow200
3c9b503048
Fix voicing someone giving them the wrong color in /who. (Thanks lordmaker)
2016-09-03 08:17:58 +10:00
UnknownShadow200
9c2ba4d4fb
Fix disconnect player showing 'joined the game' on IRC.
2016-09-02 20:50:44 +10:00
UnknownShadow200
96db138a35
Finish the Economy database rewrite.
2016-09-02 20:26:33 +10:00
UnknownShadow200
a204527ebb
Start rewriting economy database table structure - store money in Players table instead, with economy table only tracking players who have performed transactions.
2016-09-02 14:56:27 +10:00
UnknownShadow200
e3d6177794
Fix /mi realm owner for /os maps when player's account ends with numbers and the server has + in account names disabled.
2016-09-02 14:45:28 +10:00
UnknownShadow200
5c8edae438
Use Backend.DeleteTable instead of hardcoding DROP TABLE everywhere.
2016-09-02 14:32:23 +10:00
UnknownShadow200
f68ff9dfca
The /copylvl command should also copy portals,message blocks, and zones. (thanks yorkiebarz)
2016-09-02 14:10:40 +10:00
UnknownShadow200
13cd3a56b3
Make more things use Database.Backend
2016-09-02 13:19:48 +10:00
UnknownShadow200
6d55e90700
Merge branch 'master' of github.com:Hetal728/MCGalaxy
2016-09-02 11:08:58 +10:00
UnknownShadow200
c6225b9c1f
Organise the files properly.
2016-09-02 11:08:12 +10:00
UnknownShadow200
8bc3fe0675
Completely remove the obsolete MySQL, SQLite3, and Native sqlite backend classes.
2016-09-02 10:18:29 +10:00
UnknownShadow200
65561ad2ea
Start using the new Backend code.
2016-09-02 10:06:09 +10:00
UnknownShadow200
bbfa912586
Start work on writing extensible database backend code.
2016-09-02 09:34:58 +10:00
UnknownShadow200
ca7c1cf4bf
Release 1.8.8.1
1.8.8.1
2016-09-02 08:51:23 +10:00
UnknownShadow200
885872b017
You can partially match award names in /award now.
2016-09-02 08:44:32 +10:00
UnknownShadow200
9d390d88d9
Make /b show contents of a /mb.
2016-09-02 08:31:55 +10:00
UnknownShadow200
2b49c1adee
Fixup help for /mb
2016-09-02 08:12:08 +10:00
UnknownShadow200
a8475ca82e
Fix where map grass growth was off and you manually placed dirt/grass, not actually placing dirt/grass. (Thanks Daeslender)
2016-09-01 23:21:33 +10:00
UnknownShadow200
c7d9ac0613
Fix /temprank with 24 or over hours. (Thanks FabTheZen)
2016-09-01 23:01:08 +10:00
UnknownShadow200
979b9b4763
Replace custom chat tokens on IRC. (Thanks Joseph)
2016-09-01 22:48:12 +10:00
UnknownShadow200
80c99fa2e9
Inbox messages now use relative time, also /inbox should output contents of all messages in your /inbox.
2016-09-01 22:23:00 +10:00
UnknownShadow200
8885dc1282
Using /renamelvl should move you to the new map.
2016-09-01 22:15:50 +10:00
UnknownShadow200
a96ce73e4d
Now /zone add and /os zone add perform name matching.
2016-09-01 22:10:13 +10:00
UnknownShadow200
b1faf7c502
Fix rotate transform with /paste, make 'centre' option actually scale/rotate from centre.
2016-09-01 20:48:34 +10:00
UnknownShadow200
6d2ab937ce
Add a basic rotate transform.
2016-09-01 20:11:03 +10:00
UnknownShadow200
bbf8eeb3df
Merge branch 'master' of github.com:Hetal728/MCGalaxy
2016-09-01 00:14:42 +10:00
UnknownShadow200
2ef9302487
Fix /send
2016-09-01 00:04:34 +10:00
UnknownShadow200
cac87fa7e6
Allow non-plugin delegate handlers to cancel player events.
2016-08-31 16:29:53 +10:00
UnknownShadow200
9c34a134c1
Prevent using /hug/high5 when chat moderation is enabled, reduce code duplication for /me.
2016-08-31 14:58:28 +10:00
UnknownShadow200
267787b799
Separate FindZone into FindZone and FindZoneOwners to optimise performance and reduce memory allocations.
...
FindZone would always create a string list of owners (for every block affected), instead of just every two seconds. This resulted in a huge amount of memory allocations when drawing in a world you were not zone whitelisted in.
2016-08-31 12:26:08 +10:00
UnknownShadow200
9873c32550
Rewrite opchat/adminchat perms as extra command permissions for /opchat and /adminchat.
2016-08-31 11:58:58 +10:00
UnknownShadow200
f169240c3a
Killing someone with gun/missile should only show that message to the current level, not the whole server.
2016-08-31 09:31:37 +10:00
UnknownShadow200
6e10b22bbb
Make /splace use held block (Thanks FabTheZen), also add some more aliases for /imageprint.
2016-08-31 09:13:09 +10:00
UnknownShadow200
f70916f5d9
Slightly optimise ImagePrintDrawOpCode.
2016-08-31 09:02:11 +10:00
UnknownShadow200
26c3c8d9be
Fix /printimage, and also implement the fast path for 24bpp too.
2016-08-31 08:36:50 +10:00
UnknownShadow200
4d06b62f8e
[Broken] Optimise /imgprint to use native bitmap pixel getters.
2016-08-31 07:51:20 +10:00
UnknownShadow200
e29a3d31c6
Rewrite /imageprint to be a drawop. This means the output can now be affected by /transform.
2016-08-31 00:11:02 +10:00
UnknownShadow200
4e271d1ede
Rewrite DrawOps to use Action delegate instead of yield return.
2016-08-30 23:54:31 +10:00
UnknownShadow200
f06e5224a8
Optimise /imgprint to use BufferedBlockSender too.
2016-08-30 23:31:17 +10:00