115 Commits

Author SHA1 Message Date
Shoghi Cervantes
79bc1d6c85 Fixed server not stopping after a special crash 2014-11-04 17:15:20 +01:00
Shoghi Cervantes
13fc0df92c Fixed #2251 2014-11-01 12:40:45 +01:00
Shoghi Cervantes
8601405a88 Fixed CPU leak 2014-10-31 21:07:00 +01:00
Shoghi Cervantes
7ab3c57b00 Optimized networking code & AxisAlignedBB 2014-10-30 22:06:07 +01:00
Shoghi Cervantes
92eb5cb0b8 Added LE Triad methods 2014-10-30 17:56:58 +01:00
Shoghi Cervantes
57d1847c50 Updated to receive new optimizations 2014-10-30 16:02:48 +01:00
Shoghi Cervantes
d8f9def7f4 Added preprocessor optimizations 2014-10-30 07:58:53 +01:00
Shoghi Cervantes
78f8d0280d Removed unused imports 2014-10-29 01:14:09 +01:00
Shoghi Cervantes
8c4faa8622 Added extra Exceptions 2014-10-28 21:07:12 +01:00
Shoghi Cervantes
b6f7ee20fc Added Error -> Exception handling 2014-10-28 20:43:36 +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
204915450f Do not wrap text if unknown characters are found. 2014-10-15 18:38:14 +02:00
Shoghi Cervantes
9b85abd75e Micro-optimizations 2014-10-15 10:44:01 +02:00
Shoghi Cervantes
afdf7bc2b9 Added proper TextWrap width 2014-10-11 00:17:31 +02:00
Shoghi Cervantes
645c00b2f7 Added TextWrapper 2014-10-11 00:01:53 +02:00
Shoghi Cervantes
5c4e7b6ee0 Added Living->getTargetBlock(), Living->getLineOfSight(), Vector3 side constants, Vector3::getOppositeSide() 2014-10-09 17:57:25 +02:00
Shoghi Cervantes
3d870629f2 Fixed ifconfig command typo 2014-09-21 12:18:26 +02:00
Shoghi Cervantes
1ac08ce404 Fixed Utils::getUniqueID() on Linux due to /proc/cpuinfo 2014-09-20 12:39:57 +02:00
Shoghi Cervantes
315ea2ea3c 64-bit Random optimizations 2014-09-12 12:58:21 +02:00
Shoghi Cervantes
1174b0c45c Added binary reading optimizations, faster 64-bit reading 2014-09-10 12:13:15 +02:00
Shoghi Cervantes
eab86f5f90 Replaced array() with [] 2014-08-28 17:04:22 +02:00
Shoghi Cervantes
01ebe74974 Performance improvements in blocks and Entities 2014-08-24 14:08:17 +02:00
Shoghi Cervantes
43635b501a Made logging better, plugin loggers can be attached by others 2014-07-02 23:33:29 +02:00
Shoghi Cervantes
75d2409a7c Added ThreadedLoggerAttachments 2014-07-01 20:50:51 +02:00
Shoghi Cervantes
de5e9df82b Fixes for chat formatting 2014-06-25 22:32:57 +02:00
Shoghi Cervantes
b506ab349f Fixed TextFormat::toJSON() on nested formatting 2014-06-25 22:20:50 +02:00
Shoghi Cervantes
e2f7cf61e3 Added TextFormat::toJSON() 2014-06-25 21:57:34 +02:00
Shoghi Cervantes
77e914238c Fixed updater 2014-06-16 20:17:32 +02:00
Shoghi Cervantes
73b9b2491f Added custom settings, update notification 2014-06-16 19:34:47 +02:00
Shoghi Cervantes
694ccf2bc5 Fixed /reload 2014-06-14 18:46:40 +02:00
Shoghi Cervantes
fa50cbf4b3 Working Threaded Generation 2014-06-10 20:45:09 +02:00
Shoghi Cervantes
e4c7564e3e Delete mainLogger.php 2014-06-07 04:20:03 +02:00
Shoghi Cervantes
41fe4a527a Update MainLogger.php 2014-06-07 04:19:19 +02:00
Intyre
1c20fcc8c7 Fix for log file 2014-06-06 02:23:14 +02:00
Shoghi Cervantes
370a1a0041 Fixed seed generation 2014-06-05 18:13:33 +02:00
Shoghi Cervantes
24d95fb7fd Added \ThreadedLogger abstract class 2014-06-02 14:47:38 +02:00
Shoghi Cervantes
a17d847a82 Moved Logger interface to root 2014-06-02 14:41:43 +02:00
Shoghi Cervantes
97a687c03a Replaced PHPDoc on Config 2014-05-29 20:19:15 +02:00
Shoghi Cervantes
96445c4613 Fixed item in hand in creative mode, player files are now readable by Minecraft PC 2014-05-29 18:45:49 +02:00
Shoghi Cervantes
49370c21d1 Removed locks from MainLogger 2014-05-29 04:11:20 +02:00
Shoghi Cervantes
8d40f843cf MainLogger can now have debug level disabled 2014-05-29 00:08:02 +02:00
Shoghi Cervantes
7bd6f2ed91 Added Logger interface, threaded MainLogger and updated PluginLogger 2014-05-28 23:46:56 +02:00
Shoghi Cervantes
53749483c3 Implemented new Inventory windows on Player, Chest and Furnace 2014-05-23 20:53:06 +02:00
Shoghi Cervantes
6cbd39de9b Added Inventory interfaces and types, updated long array() to [] 2014-05-22 18:59:16 +02:00
Shoghi Cervantes
96e36dbcb3 better Binary 2014-04-09 04:09:39 +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