112 Commits

Author SHA1 Message Date
Shoghi Cervantes
24c6cca664
Updated RakLib, fixed help message not showing command, added documentation to Plugin->getResource() 2015-01-14 17:23:16 +01:00
PEMapModder
cd21c28d46 Fixed /timings off
When issuing `/timings off`, the message `Please enable timings by typing /timings on` is sent to the issuer. This commit fixes this issue.
2015-01-07 17:34:45 +08:00
Shoghi Cervantes
c8b5c023cd
Fixed visual typo in /ban-ip, closes #2503 2015-01-04 09:36:07 +01:00
Shoghi Cervantes
074c8b876d
Cleaned up code 2015-01-03 16:07:49 +01:00
Shoghi Cervantes
04bdb13103
Improved move offset check 2015-01-02 19:14:18 +01:00
Shoghi Cervantes
f46473bbe8
Removed all @mkdir() calls 2015-01-02 18:52:45 +01:00
Shoghi Cervantes
692045d714
Improved threading and resource usage, new defaults 2015-01-02 18:46:39 +01:00
Shoghi Cervantes
fafbd500e1
Added typehints to HelpCommand 2014-12-28 01:49:10 +01:00
Shoghi Cervantes
2db2e8cfc4
Block IP addresses on ban-ip 2014-12-26 13:56:35 +01:00
Shoghi Cervantes
aa992684ba
Possible workaround for some PHP bug 2014-12-24 00:55:23 +01:00
Shoghi Cervantes
8b6681c56d FIxed some preprocessor includes 2014-12-07 22:05:45 +01:00
Shoghi Cervantes
9e3d432b9e Faster Level provider chunk unloading 2014-12-07 21:51:57 +01:00
Shoghi Cervantes
747f7685e7 Fix formatting issues due to bad IDE settings 2014-12-07 16:30:04 +01:00
Shoghi Cervantes
a98da3bab1 Renamed old getID() calls to getId() 2014-12-07 15:21:32 +01:00
Shoghi Cervantes
161e7ae7ec Fix CPU issue when starting without STDIN 2014-12-07 02:42:38 +01:00
Shoghi Cervantes
4a90ac270f Improved exception handling and debugging 2014-11-22 13:52:36 +01:00
Shoghi Cervantes
ca9fe1b89a Improved and fixed command exception message, closes #2301 2014-11-18 13:46:00 +01:00
Shoghi Cervantes
92143d523c Added SetDifficultyPacket 2014-11-06 19:07:24 +01:00
Shoghi Cervantes
32dae93ef9 Removed unused imports 2014-11-04 12:08:24 +01:00
Shoghi Cervantes
1a0428654b Updated timings command, give direct link to results 2014-11-01 21:20:44 +01:00
Shoghi Cervantes
95a5ca7889 Added command message to /time add 2014-11-01 20:12:55 +01:00
Shoghi Cervantes
8a87280566 Added /time start and /time stop 2014-11-01 17:45:11 +01:00
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