|
62af784d37
|
Removed unused imports
|
2014-10-08 17:00:23 +02:00 |
|
|
4fece32ca8
|
API 1.5.0
|
2014-10-07 11:02:22 +02:00 |
|
|
cd65179aef
|
Fixes #2155
|
2014-10-06 12:07:48 +10:30 |
|
|
d4c75ce68a
|
Trim system timezone output
|
2014-10-05 17:40:17 +10:30 |
|
|
6840589f4e
|
Fix trailing newline
|
2014-10-04 18:28:42 +02:00 |
|
|
e0a7944faa
|
Re-use timezone offset parsing
|
2014-10-05 01:43:33 +09:30 |
|
|
eeda22d0ba
|
Add portable linux timezone detection for incompatible linux distributions.
|
2014-10-05 01:29:07 +09:30 |
|
|
769f1effb0
|
Cleaner timezone parsing for Linux and add support for Macs
|
2014-10-05 01:05:00 +09:30 |
|
|
42c7322273
|
Reliable timezone detection using systeminfo for Windows and additional IP Geolocation-based detection. Added a warning message for when auto-detection fails. Fixes #2015.
|
2014-10-05 00:32:01 +09:30 |
|
|
8e2903da86
|
API version 1.4.1
|
2014-09-26 11:19:30 +02:00 |
|
|
ae54426836
|
Fixed date_default_timezone_set E_NOTICE
|
2014-09-19 10:26:44 +02:00 |
|
|
da715e48e2
|
Bumped pthreads version
|
2014-09-13 12:07:04 +02:00 |
|
|
317c6788a6
|
Updated RakLib path
|
2014-09-08 10:11:43 +02:00 |
|
|
43a0ef433e
|
API version bump
|
2014-08-28 23:44:19 +02:00 |
|
|
eab86f5f90
|
Replaced array() with []
|
2014-08-28 17:04:22 +02:00 |
|
|
f7de1ede3f
|
Made PocketMine loader backwards-compatible
|
2014-08-27 21:30:36 +02:00 |
|
|
8e9da9c84e
|
Improved safe_var_dump(), Inventory::addItem() Inventory::removeItem() using argument unpacking
|
2014-08-27 12:29:04 +02:00 |
|
|
759d7e2545
|
Initial PHP 5.6 features support
|
2014-08-27 12:21:01 +02:00 |
|
|
cb645fa288
|
Moved spl to PocketMine-SPL
|
2014-08-25 21:02:33 +02:00 |
|
|
bda597a71e
|
Moved spl to PocketMine-SPL
|
2014-08-25 20:54:53 +02:00 |
|
|
9fdafb87b4
|
Fixed #1962 Fake client-side player entities
|
2014-08-24 23:12:12 +02:00 |
|
|
93a2bd36e0
|
Require PHP >= 5.5
|
2014-08-24 13:33:03 +02:00 |
|
|
9b86b1d45b
|
Added --enable-profiler parameter to use with @krakjoe profiler
|
2014-08-23 20:14:04 +02:00 |
|
|
6077190a62
|
Deprecated Server::loadPlugin(Plugin) in favor of Server::enablePlugin(Plugin)
|
2014-08-22 17:43:29 +02:00 |
|
|
db7222976e
|
Code cleanup
|
2014-08-21 17:26:41 +02:00 |
|
|
8446bd2ba5
|
Added thread stop message
|
2014-08-19 12:55:21 +02:00 |
|
|
9f34d22013
|
Detach invalid Workers on shutdown
|
2014-08-19 12:46:44 +02:00 |
|
|
daf1a8266d
|
Merge pull request #1906 from PocketMine/MoreEvents
Added more events, API 1.3.0
|
2014-08-18 13:55:35 +02:00 |
|
|
16774e66e6
|
Fixed crashes when default level is not loaded
|
2014-08-18 13:42:20 +02:00 |
|
|
6f30cd8a22
|
Removed PHP_VERSION constant on pocketmine namespace
|
2014-08-16 13:17:05 +02:00 |
|
|
8455e89784
|
Bump API version to 1.3.0
|
2014-08-16 13:08:46 +02:00 |
|
|
0c5f920dfd
|
Level formats can send chunks without creating an AsyncTask, API 1.2.1 (small fix, no changes)
|
2014-08-12 17:39:39 +02:00 |
|
|
86d423ae4d
|
Hide timezone guess errors
|
2014-08-08 12:53:31 +02:00 |
|
|
51120fdd4f
|
Added ThreadManager, removed PHP self-kill
|
2014-08-08 11:36:55 +02:00 |
|
|
7fcaa78de4
|
Catch uncatched thrown Exceptions to get useful backtraces
|
2014-08-01 17:04:16 +02:00 |
|
|
95b5979351
|
Removed SimpleChunk from generator, core, use binary representation of chunks
|
2014-07-31 14:28:17 +02:00 |
|
|
ce018fd7c8
|
Bumped API version to 1.2.0 (backwards-compatible changes, related to level formats)
|
2014-07-29 18:55:27 +02:00 |
|
|
d0936329aa
|
Fixed crash reports using invalid lastError data
|
2014-07-28 15:41:13 +02:00 |
|
|
409eeda6ee
|
Added plugin crash detection
|
2014-07-28 13:20:13 +02:00 |
|
|
aac646d343
|
Fixed full path phar on logs
|
2014-07-28 12:20:16 +02:00 |
|
|
aded24e6c6
|
Updated error path replace (again\!)
|
2014-07-27 23:05:49 +02:00 |
|
|
a95f8b45f1
|
Updated error path replace
|
2014-07-27 22:55:45 +02:00 |
|
|
6d77b0883e
|
Fixed getTrace() on crash with xdebug
|
2014-07-27 17:31:39 +02:00 |
|
|
f53d513894
|
Merge pull request #1789 from PocketMine/CrashDump
Added Crash Dumps and automatic reporting
|
2014-07-27 15:26:36 +02:00 |
|
|
ccb7e86cf1
|
changed version and protocol to support v0.9.5
|
2014-07-26 15:07:32 +02:00 |
|
|
d8cba4f045
|
Implemented new crash dumps
|
2014-07-18 11:54:11 +02:00 |
|
|
07c1ed1c36
|
Moved pthreads check before its usage
|
2014-07-18 10:49:38 +02:00 |
|
|
d6711125a9
|
Bumped MCPE version to v0.9.4
|
2014-07-18 10:44:14 +02:00 |
|
|
7cdf5a73eb
|
Bumped MCPE version to 0.9.1
|
2014-07-14 02:21:04 +02:00 |
|
|
a7944502cd
|
Added small things
|
2014-07-12 19:27:51 +02:00 |
|