186 Commits

Author SHA1 Message Date
Michael Yoo
59392ac4e9 Fix small spelling typo. 2014-04-12 19:06:55 +09:30
Michael Yoo
346d267e4e Merge pull request #1387 from PEMapModder/patch-1
pocketmine\command\Command implements the __toString() magic method
2014-04-12 18:59:18 +09:30
Shoghi Cervantes
e9aba34e6b Added /setworldspawn 2014-04-10 18:50:41 +02:00
Shoghi Cervantes
1dc3d42b78 Working Anvil region format parsing 2014-04-10 16:52:53 +02:00
Shoghi Cervantes
f23a05d42e Anvil garbage collector won't run if not needed 2014-04-10 06:02:33 +02:00
Shoghi Cervantes
a1a1f1b8e4 Added Anvil in-place garbage cleaner 2014-04-10 05:58:31 +02:00
Shoghi Cervantes
aa1de79337 New Chunk objects / structure, Anvil region loader [WiP] 2014-04-10 05:05:36 +02:00
Shoghi Cervantes
abccfeac37 Updated Vector-related classes 2014-04-10 05:04:58 +02:00
Shoghi Cervantes
96e36dbcb3 better Binary 2014-04-09 04:09:39 +02:00
Shoghi Cervantes
5e8ea04e52 Fixed tests and one-byte packet reading 2014-04-09 03:00:33 +02:00
Shoghi Cervantes
3136c23795 Added small benchmark 2014-04-09 02:37:37 +02:00
Shoghi Cervantes
42b34d55e0 fixed... 2014-04-09 01:41:30 +02:00
Shoghi Cervantes
5070866fe0 Updated extension to 0.0.3 2014-04-09 01:12:56 +02:00
Shoghi Cervantes
db15ae49a1 Updated to extension 0.0.2 2014-04-09 00:56:36 +02:00
Shoghi Cervantes
71737c3e53 Added PocketMine native extension version 0.0.1 2014-04-08 22:08:35 +02:00
Shoghi Cervantes
da5853083c crc fake random generator 2014-04-08 16:35:45 +02:00
Shoghi Cervantes
1d40399b9c hacky things D: 2014-04-08 16:22:52 +02:00
Shoghi Cervantes
d6f4e77b6c Another patch, added INT32_MASK 2014-04-08 16:05:27 +02:00
Shoghi Cervantes
cb32a95e60 Why, PHP? 2014-04-08 15:52:34 +02:00
Shoghi Cervantes
731fbbc8d1 Another 64-bit patch 2014-04-08 15:50:13 +02:00
Shoghi Cervantes
29ab53a46f Patched... again 2014-04-08 15:46:32 +02:00
Shoghi Cervantes
4c973ce625 Patched random generator on 64-bit 2014-04-08 15:43:13 +02:00
Shoghi Cervantes
9d8e6d5f8c New Random generator 2014-04-08 15:41:32 +02:00
Shoghi Cervantes
5abe5bd43d replaced binary with hexadecimal 2014-04-08 13:02:13 +02:00
Shoghi Cervantes
89138ae4ce Added a few things 2014-04-08 13:00:52 +02:00
Shoghi Cervantes
8d14c98da9 Fixed binary reading/writing of longs 2014-04-08 13:00:50 +02:00
Shoghi Cervantes
999990756c Fixed invalid string type in writeMetadata() 2014-04-07 16:24:58 +02:00
Shoghi Cervantes
c0de004472 Moved binary methods from Utils to Binary 2014-04-07 13:52:01 +02:00
PEMapModder
62313d4a84 Update Command.php 2014-04-07 16:38:37 +08:00
Shoghi Cervantes
0000000bab Testing things ;) 2014-04-06 20:07:11 +02:00
Shoghi Cervantes
4098252ec7 Use CommandExecutor by default on plugins :P 2014-04-05 21:44:29 +02:00
Shoghi Cervantes
1a8cbdd6c7 Fixed players being able to add color codes in names and be shown on console (on kick) 2014-04-05 14:02:35 +02:00
Shoghi Cervantes
7be9ea68c7 Added Config::getPath() and Config::setPath() 2014-04-05 10:36:18 +02:00
Shoghi Cervantes
6d58f32c91 Added PluginLogger 2014-04-05 00:20:09 +02:00
Shoghi Cervantes
0d91be62cf Improved plugin loading 2014-04-04 22:11:31 +02:00
Shoghi Cervantes
648b23d08f Get correct Phar path if not specified 2014-04-04 02:53:41 +02:00
Shoghi Cervantes
0f0b866788 Hmm, typo 2014-04-04 02:01:42 +02:00
Shoghi Cervantes
c6f189f93f Added ability to disallow auto-kick of logged in players without using external properties, and using the event system 2014-04-04 01:59:58 +02:00
Shoghi Cervantes
076bf2f2fe Added /spawnpoint message 2014-04-04 01:54:38 +02:00
Shoghi Cervantes
fb6cd22c83 Fixed /tp 2014-04-04 01:52:56 +02:00
williamtdr
327d183bed Disallow duplicate usernames and block new player 2014-04-03 18:14:36 -05:00
williamtdr
7a163f9ea5 Added option to not kick players on duplicate names 2014-04-03 18:06:10 -05:00
williamtdr
0a7d9f1c87 Enabled use of /tp <source> <target> 2014-04-03 18:04:26 -05:00
williamtdr
08c9321a55 Fix error on tapping block with air in hand 2014-04-03 16:40:16 -05:00
williamtdr
cbf1f7a2e8 Fix /spawnpoint from console with no coordinate crash 2014-04-03 16:37:00 -05:00
williamtdr
85f7cdb123 Temporarily fix placing blocks near water crash 2014-04-03 16:34:02 -05:00
Shoghi Cervantes
ab1fbae2f2 Added dependency search on loaded plugins 2014-04-03 20:06:18 +02:00
Shoghi Cervantes
d972d38b41 Added uopz extension (for monkey patching) 2014-04-03 16:25:42 +02:00
Shoghi Cervantes
80f9093875 Added /reload command (does not reload source code) 2014-04-03 15:49:00 +02:00
Shoghi Cervantes
5052e58bd0 Added /status memory 2014-04-03 13:22:04 +02:00