90 Commits

Author SHA1 Message Date
Shoghi Cervantes
8601405a88 Fixed CPU leak 2014-10-31 21:07:00 +01:00
Shoghi Cervantes
57d1847c50 Updated to receive new optimizations 2014-10-30 16:02:48 +01:00
Shoghi Cervantes
78f8d0280d Removed unused imports 2014-10-29 01:14:09 +01:00
Shoghi Cervantes
350cee3d41 Added Event allocation pool, updated SPL with Class::onClassLoaded() 2014-10-28 10:47:40 +01:00
Shoghi Cervantes
144a871c07 Improved Vector3 and Block handling, less allocation on Positions 2014-10-28 10:03:10 +01:00
Shoghi Cervantes
64f1ff066d Fixed /setworldspawn changing sender data 2014-10-27 15:57:26 +01:00
Shoghi Cervantes
7abf52e615 Implemented Vector3 List and AxisAlignedBB Pool to decrease object allocation 2014-10-27 15:39:20 +01:00
Shoghi Cervantes
500a690cd0 Throw CRITICAL error message on unhandled Exception on commands instead of crashing 2014-10-15 18:35:42 +02:00
Shoghi Cervantes
b26ee09f76 Removed a bunch of TODO and fixed item drops on block update 2014-10-13 18:54:34 +02:00
Shoghi Cervantes
8b585fd9f7 Deprecated Level->getSpawn() in favor of Level->getSpawnLocation() 2014-10-10 11:43:54 +02:00
Shoghi Cervantes
602bdf27a5 Compatibility with pthreads > 2.0.8 2014-10-02 16:58:37 +02:00
Shoghi Cervantes
2ded2013bf Fixed auto-save configuration, made it global 2014-09-28 10:50:43 +02:00
Shoghi Cervantes
d04e994d1b Added TPS load to /status 2014-09-21 12:18:51 +02:00
Shoghi Cervantes
344c84cfa6 Added --disable-readline CLI argument 2014-09-07 19:42:36 +02:00
PEMapModder
ab334e6962 Fixed wrong cases
I know this doesn't matter at all, but it is ugly in IDEs.
2014-09-07 13:21:05 +08:00
Shoghi Cervantes
bcdb6d8c2e Fixed timings name 2014-09-01 01:28:42 +02:00
Shoghi Cervantes
6109505786 Implemented correct time offsets and speed 2014-08-24 20:34:06 +02:00
Shoghi Cervantes
1a38003bc4 Fixed /version 2014-08-22 19:39:24 +02:00
Shoghi Cervantes
60ea4d0e96 Removed hardcoded Server name from source 2014-08-22 18:31:17 +02:00
Shoghi Cervantes
57299b9a29 Fixed #1948 /whitelist list is now working 2014-08-22 13:23:56 +02:00
Shoghi Cervantes
db7222976e Code cleanup 2014-08-21 17:26:41 +02:00
Shoghi Cervantes
51120fdd4f Added ThreadManager, removed PHP self-kill 2014-08-08 11:36:55 +02:00
Shoghi Cervantes
269a10fadd Modified Level and Chunk deprecated methods 2014-08-06 16:22:55 +02:00
Luke Darling
d2a14e8303 fixed tell command so itdoesn'tlooklikethisanymore 2014-08-03 13:22:41 -04:00
64FF00
f0f2eb9a01 ... 2014-08-02 10:17:27 +09:00
64FF00
839f6621eb Added getExecutor() and setExecutor() method to PluginCommand
:D
2014-08-02 10:11:36 +09:00
Shoghi Cervantes
cb879977d2 Use Player::getDisplayName() on more commands 2014-07-14 14:12:03 +02:00
Shoghi Cervantes
096e238242 Fixed #1628 invalid sender x,y,z on /spawnpoint, closes #1671 2014-07-14 14:07:43 +02:00
Michael Yoo
6fbfa1836f Merge branch 'master' of https://github.com/PocketMine/PocketMine-MP 2014-07-13 22:04:41 +09:30
Michael Yoo
5dfb1fb9d5 Fix bug where a double quote would show when kick reason is not specified. 2014-07-13 22:03:54 +09:30
Shoghi Cervantes
d2ed0aa9f0 Merge pull request #1634 from PocketMine/timings
Implemented Timings
2014-07-12 19:30:41 +02:00
Shoghi Cervantes
67b0c4bc2e Added base timings 2014-07-12 02:26:06 +02:00
williamtdr
dd729ced68 Revert "Possible fix for #1628"
This reverts commit a6e22de6a3d58fd5b848a2b211f1b7bbc5778a6b.
2014-07-11 10:21:58 -05:00
williamtdr
a6e22de6a3 Possible fix for #1628 2014-07-11 10:19:28 -05:00
Michael Yoo
167ee97569 Fix kick command broadcast message. 2014-07-11 22:14:57 +09:30
Michael Yoo
53214005cd Kick message reflects Vanila MCPC not Bukkit 2014-07-11 22:05:50 +09:30
Michael Yoo
6e74bb7faf Kick reason grammar 2014-07-11 21:52:57 +09:30
PEMapModder
63008c4ebb Fix #1622 2014-07-11 17:24:25 +08:00
Shoghi Cervantes
5c826cb9ab Fixed /list not showing the proper player count 2014-07-10 20:40:56 +02:00
Shoghi Cervantes
8fbc63c14e Fixed /kill player name 2014-07-10 13:05:04 +02:00
Shoghi Cervantes
65523972c2 Implemented health, events, damage, motion push 2014-07-06 23:10:11 +02:00
Shoghi Cervantes
d4881260da Added check for registered alias command, useful when overriding 2014-06-30 21:14:00 +02:00
Shoghi Cervantes
692a4fb57b Fixed reason on kick message 2014-06-30 01:17:55 +02:00
Shoghi Cervantes
03b1385f26 Fixed teleport command with a single target not teleporting correctly 2014-06-25 20:58:59 +02:00
Shoghi Cervantes
9877271d70 Fixed kick messages 2014-06-25 20:50:16 +02:00
PEMapModder
f30922f439 Fixed undefined variable $name notice for /pardon 2014-06-24 17:48:32 +08:00
PEMapModder
2e50fbbda4 Fix /plugins crash 2014-06-23 19:27:27 +08:00
Shoghi Cervantes
279a438ae6 Fixed spawning of Tile entities via chunk packets 2014-06-22 18:05:42 +02:00
Shoghi Cervantes
f073a5b837 Fixed a few things 2014-06-17 18:46:16 +02:00
Shoghi Cervantes
9e8f015dc0 Changed commands to use CommandSender::getServer() 2014-06-17 18:41:10 +02:00