Dylan K. Taylor
b78dd70f72
Bump version to 0.15.10.0 and protocol version to 84
...
Changes unknown
2016-10-05 15:29:27 +01:00
SOFe
58ff381557
PhpStorm automated formatting ( #11 )
...
* PhpStorm reformatting
* Tuned PhpStorm reformatting
* Improved ItemIds and BlockIds formatting
* Tuned more PhpStorm reformatting
* Improved string concatenation
2016-10-03 19:05:48 +08:00
iPocket
ee4854d07c
Typo fix ( #5 )
2016-10-01 17:07:00 +01:00
iPocket
9a379734ba
Use \pocketmine\Thread::getThreadName() instead ( #6 )
2016-10-01 17:03:24 +01:00
Dylan K. Taylor
50c5c1de92
Bump version to 0.15.9 and protocol to 83
...
Seems the only thing that changed was the cape skin models, which would not be rendered correctly by older clients.
2016-09-30 19:20:01 +01:00
Tux
8e9a078ff9
Use built-in random_bytes functionality
2016-09-06 11:47:58 +01:00
Dylan K. Taylor
df4c3ec4a6
Bump version and protocol to 0.15.4
2016-09-06 11:12:18 +01:00
Intyre
df8e1e8702
Spawn unleashed, movement fixed and some Player DataProperty cleanup
2016-06-22 00:08:52 +02:00
Intyre
ef8227a074
Bump version to 0.15.0.0 and protocol changes
2016-06-15 23:59:35 +02:00
Intyre
e2d079a7df
Bump version to 0.14.3.0 and protocol changes
2016-05-20 00:21:44 +02:00
Intyre
ac482621a1
Bump version to 0.14.2.0 and protocol changes
2016-04-28 01:50:54 +02:00
Intyre
9acbd85b25
Bump version to 0.14.0.0
2016-02-19 13:39:42 +01:00
Intyre
05530bedc6
Bump to 0.14.0.7, new packets and fixes
2016-02-16 00:43:59 +01:00
Intyre
bc3dca4736
Support for 0.14.0.1
2016-01-26 22:01:35 +01:00
Intyre
a2734f6dc0
Merged master into php7 to support 0.13.1
2016-01-22 17:36:45 +01:00
Intyre
c1a484ee5c
fixed #3702 and fix for setting timezone from php.ini
2015-12-19 23:58:05 +01:00
Intyre
90c3e66e6b
Updated for .13.1. skinName replaces isSlim, API bump
2015-12-16 14:37:46 +01:00
Intyre
2ea81710ad
Bump protocol and fixed packets for 0.13.0
2015-11-23 21:01:02 +01:00
Shoghi Cervantes
46760abafc
Require pthreads 3.0.7
2015-09-27 14:30:50 +02:00
Shoghi Cervantes
ddc140af5e
Updated to new pthreads version, updated RakLib
2015-09-27 13:37:27 +02:00
Shoghi Cervantes
472fcfa4c7
Removed ThreadedFactory
2015-09-18 11:18:41 +02:00
Shoghi Cervantes
3892d5d74f
Removed call to detach
2015-09-13 17:56:21 +02:00
Shoghi Cervantes
3ffdb8e552
Removed @deprecated classes, methods and properties, added some type hints
2015-09-12 17:10:11 +02:00
Shoghi Cervantes
e137ac4c56
Base PHP7 work to make it "run" - READ NEXT LINES!
...
All plugins will need to bump the API if they want to use this.
NOTE THAT THIS IS NOT THE FINAL API 2.0.0 AND THAT THERE WILL BE MORE CHANGES.
To start updating, you might also want to read https://secure.php.net/manual/en/migration70.php and specifically https://secure.php.net/manual/en/migration70.incompatible.php
To compile PHP7 with some of the required dependencies, use https://gist.github.com/shoghicp/166ab26ce5cc7a390f45
ONLY LINUX IS TESTED, DO NOT ASK FOR OTHER PLATFORMS!
----- THIS VERSION IS NOT SUPPORTED -----
This version WILL crash randomly in unexpected places due to PHP7, pthreads, PocketMine or cosmic rays.
Handle with care, and store under direct sunlight for the best performance.
2015-09-10 21:29:29 +02:00
Shoghi Cervantes
244cef3b00
. <-- descriptive commit ftw!
2015-08-23 00:25:30 +02:00
Shoghi Cervantes
b47cebb1d5
PHP7 changes
2015-08-23 00:25:30 +02:00
Shoghi Cervantes
34dc6ea0d6
NOTE! THIS SHOULD BE REVERTED LATER! Removed WeakRef dependency
2015-08-23 00:25:29 +02:00
Shoghi Cervantes
d7d05c20a9
Bumped to API 2.0.0
2015-08-23 00:25:29 +02:00
Shoghi Cervantes
522932d7c0
Added new sounds, events, particles
2015-08-03 12:42:47 +02:00
Shoghi Cervantes
1b812d373c
Updated protocol packet ids
2015-08-03 10:53:23 +02:00
Shoghi Cervantes
33e312c7d0
Added extra memory reportings (heap, stack), stop tasks faster, added extra timeouts fro ServerKiller
2015-06-13 15:37:02 +02:00
Shoghi Cervantes
6e69e15dfd
Moved network check out of level, added server killer for long stops
2015-06-05 11:46:33 +02:00
Shoghi Cervantes
a77d82ac81
Changed how creator tag works on signs
2015-05-28 16:44:31 +02:00
Shoghi Cervantes
4f7aac50d3
build 13
2015-05-22 16:46:23 +02:00
Shoghi Cervantes
36ddbf286d
Build 12, added SILENT flag to entities, closes #3052
2015-05-21 11:40:51 +02:00
Shoghi Cervantes
76e6ccebd5
Proper recipe matching from network, bumped protocol, build 11, fixed entities not being killed on void ( closes #3021 ), fixes achievement acquireIron not being possible ( fixes #2600 )
2015-05-15 13:59:29 +02:00
Shoghi Cervantes
de0f653027
build 10, improved levelDB constants
2015-05-11 20:31:28 +02:00
Shoghi Cervantes
1a1b8830a4
Added MemoryManager object watcher for object leak debugging, improved SPL Thread/Worker stopping, fixed some possible weak references crashing unexpectedly
2015-05-09 16:11:12 +02:00
Shoghi Cervantes
001915fcd6
beta build 9
2015-05-04 17:58:29 +02:00
Shoghi Cervantes
0ddf396b08
Use time_sleep_until() instead of usleep(), improved thread kill
2015-05-03 23:17:39 +02:00
Shoghi Cervantes
1b13a4c1ec
Protocol 25
2015-04-28 16:56:59 +02:00
Shoghi Cervantes
8caf04ade5
build 8, allow setting selected hotbar slot, auto_jump setting
2015-04-28 14:20:35 +02:00
Shoghi Cervantes
7b699d9afd
Improved fall damage while on jump boost, new protocol update, build 7, allow for live inventory resizing
2015-04-24 16:43:59 +02:00
Shoghi Cervantes
ec7db3be4f
build 6!
2015-04-22 17:08:59 +02:00
Shoghi Cervantes
1578fc3ddb
Improved world generation manager, UUIDs (some work for future usage)
2015-04-21 19:54:16 +02:00
Shoghi Cervantes
b2c25eaf36
Added MemoryManager, new memory properties, improved performance, updated RakLib, fixed misc. bugs
2015-04-18 20:13:52 +02:00
Shoghi Cervantes
5b10ccf431
0.11.0 build 5, removed chat format workaround, improved gamemode switch, send allowed creative blocks (TBI as API)
2015-04-17 17:10:25 +02:00
Shoghi Cervantes
68ea9b067f
Added health boost potion effect, added Player->sendTip(), MCPE 0.11.0 build 4
2015-04-15 12:33:16 +02:00
Shoghi Cervantes
18f6e1805f
MCPE 0.11.0 build 3
2015-04-14 18:25:05 +02:00
Shoghi Cervantes
c2138aa30c
More language files
2015-04-11 12:56:38 +02:00