|
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 |
|
|
0bfa9506d1
|
Updated API version to 1.1.0 (backwards-compatible)
|
2014-07-12 02:26:41 +02:00 |
|
|
6c116678d7
|
Added autoloading of base namespace classes
|
2014-07-01 23:34:24 +02:00 |
|
|
75d2409a7c
|
Added ThreadedLoggerAttachments
|
2014-07-01 20:50:51 +02:00 |
|
|
6d6059b61f
|
Updated for new build
|
2014-06-30 21:07:27 +02:00 |
|
|
e2f7cf61e3
|
Added TextFormat::toJSON()
|
2014-06-25 21:57:34 +02:00 |
|
|
2302a37311
|
Updated for build 9
|
2014-06-25 20:50:22 +02:00 |
|
|
f9d9d2b0e5
|
Updated for build 8
|
2014-06-25 02:21:25 +02:00 |
|
|
22533458ed
|
Updated for MCPE 0.9.0 build 7
|
2014-06-23 21:50:07 +02:00 |
|
|
57437d3a06
|
Updated for MCPE 0.9.0 build 6
|
2014-06-19 17:26:03 +02:00 |
|
|
825656feed
|
Fixed installer language strings, bumped MCPE build to 5 (already compatible)
|
2014-06-18 19:23:14 +02:00 |
|
|
392f0110bb
|
Updated build number
|
2014-06-13 23:26:52 +02:00 |
|
|
109b6dbf44
|
Updated to v0.9.0 build 2, now using Anvil worlds
|
2014-06-11 00:06:46 +02:00 |
|
|
fa50cbf4b3
|
Working Threaded Generation
|
2014-06-10 20:45:09 +02:00 |
|
|
c180534f21
|
Bump protocol version
|
2014-06-09 11:52:12 +02:00 |
|
|
99a0117a33
|
Implemented RakLib
|
2014-06-04 20:29:25 +02:00 |
|
|
ff48b0be53
|
Fixed Loggers
|
2014-06-02 22:59:56 +02:00 |
|
|
a17d847a82
|
Moved Logger interface to root
|
2014-06-02 14:41:43 +02:00 |
|
|
441b47e744
|
Fixed Logger getting paths relative to soruce code
|
2014-05-29 04:04:00 +02:00 |
|
|
8d40f843cf
|
MainLogger can now have debug level disabled
|
2014-05-29 00:08:02 +02:00 |
|
|
7bd6f2ed91
|
Added Logger interface, threaded MainLogger and updated PluginLogger
|
2014-05-28 23:46:56 +02:00 |
|
|
53749483c3
|
Implemented new Inventory windows on Player, Chest and Furnace
|
2014-05-23 20:53:06 +02:00 |
|
|
6cbd39de9b
|
Added Inventory interfaces and types, updated long array() to []
|
2014-05-22 18:59:16 +02:00 |
|
|
c15f05622e
|
Added WeakRef as default extension
|
2014-05-19 17:33:04 +02:00 |
|
|
42b34d55e0
|
fixed...
|
2014-04-09 01:41:30 +02:00 |
|
|
5070866fe0
|
Updated extension to 0.0.3
|
2014-04-09 01:12:56 +02:00 |
|
|
db15ae49a1
|
Updated to extension 0.0.2
|
2014-04-09 00:56:36 +02:00 |
|
|
71737c3e53
|
Added PocketMine native extension version 0.0.1
|
2014-04-08 22:08:35 +02:00 |
|