Intyre
90c3e66e6b
Updated for .13.1. skinName replaces isSlim, API bump
2015-12-16 14:37:46 +01:00
Intyre
c803dd8e69
skins fixed and added SetPlayerGameTypePacket
2015-11-26 00:47:58 +01:00
Intyre
2ea81710ad
Bump protocol and fixed packets for 0.13.0
2015-11-23 21:01:02 +01:00
Intyre
85dc136631
Crafting recipes, and packet fix
2015-09-29 00:45:57 +02:00
Shoghi Cervantes
eaef40618b
Send default reliable and ordered packets on RakNet
2015-09-27 19:48:31 +02:00
Shoghi Cervantes
0bcf639a98
Changed how exceptions work and are logged, throw proper exceptions on tasks
2015-09-18 12:03:24 +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
29a5012c02
Merge remote-tracking branch 'origin/mcpe-0.12' into php7
2015-09-12 01:03:09 +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
a18826473b
Added enderman teleport sound
2015-08-31 17:48:28 +02:00
Shoghi Cervantes
fabb632286
More changes!
2015-08-13 18:02:10 +02:00
Shoghi Cervantes
31ef7721b1
Removed network channels, bumped protocol
2015-08-12 14:59:48 +02:00
Shoghi Cervantes
8889e687c9
Changed TextPacket
2015-08-10 23:40:14 +02:00
Shoghi Cervantes
a9ead5567b
Improved NBT json parsing, attribute base
2015-08-08 22:39:43 +02:00
Shoghi Cervantes
d4163ea01c
Added sneaking, sprinting
2015-08-08 13:02:59 +02:00
Shoghi Cervantes
3e2cce3c2c
use cleanup
2015-08-07 21:26:24 +02:00
Shoghi Cervantes
75b7b03857
Added support for more NBT data, renaming inventories, fixed tags not being saved, added support for tags in /give
2015-08-07 16:28:27 +02:00
Shoghi Cervantes
8a3c5ab6a1
Removed DropItemPacket field
2015-08-06 16:26:38 +02:00
Shoghi Cervantes
d0bfc826ea
Updated protocol details, anvil menu creation
2015-08-06 11:51:41 +02:00
Shoghi Cervantes
09720a2d90
Properly implemented Shaped recipes on Network and manager, no crafting!
2015-08-04 21:59:54 +02:00
Shoghi Cervantes
9456e20770
Added support for extra data, improved BinaryStream
2015-08-04 18:29:13 +02:00
Shoghi Cervantes
7fd053fb09
More changes! Alsp added Anvil block and BinaryStream
2015-08-03 18:04:13 +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
5621ab0c49
Updated some packets for 0.12, UUIDs, other stuff!
2015-08-02 01:22:36 +02:00
Shoghi Cervantes
4258e22c02
Made some changes for 0.12
2015-08-01 19:14:44 +02:00
Shoghi Cervantes
7cf5df7e46
New console output formatting
2015-06-09 14:40:40 +02:00
Shoghi Cervantes
4fd5e9ba7d
Improved RakNet encapsulated packet encoding
2015-06-08 12:45:52 +02:00
Shoghi Cervantes
7b17bf416e
Fixed Arrows not hitting entities, added new movement system
2015-06-07 21:08:46 +02:00
Shoghi Cervantes
9e14435dbb
Moved network ids to constants, improved some entity methods, more performance
2015-05-30 23:59:24 +02:00
Shoghi Cervantes
9a2170d296
protocol 27, added player spawn events after death from new protocol, added EntityEvent constants
2015-05-28 14:19:00 +02:00
Shoghi Cervantes
51062940c5
Implemented QueryRegenerateEvent as base for other interfaces
2015-05-26 01:17:34 +02:00
Shoghi Cervantes
7a34417e67
Kill player below -16 as now the bottom of the world can be rendered, send player count
2015-05-15 16:51:20 +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
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
f718d06a7d
Updated RakLib, tick inside thread instead of depending on main thread
2015-05-03 23:40:36 +02:00
Shoghi Cervantes
978aa2ba0f
Protocol changes
2015-04-29 17:04:34 +02:00
Shoghi Cervantes
11e2d23b83
Improved LoginPacket and BatchPacket handling
2015-04-29 10:55:29 +02:00
Shoghi Cervantes
1b13a4c1ec
Protocol 25
2015-04-28 16:56:59 +02:00
Shoghi Cervantes
7ad98d4659
Deprecated CallbackTask, moved sleep checking to level
2015-04-25 17:28:30 +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
2ea8835b12
Removed possible crash on RakLibInterface
2015-04-22 15:45:04 +02:00
Shoghi Cervantes
094234dc0f
Updated references and submodules
2015-04-19 15:37:18 +02:00
Shoghi Cervantes
e3c48b22cb
Anvil fixes, improved memory settings
2015-04-19 11:45:43 +02:00
Shoghi Cervantes
5860bdcc4d
Improved network
2015-04-18 22:38:57 +02:00
Shoghi Cervantes
61828baa8f
Improved manager
2015-04-18 22:33:50 +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
7f28deefcb
Better BatchPacket decoding and LoginPacket handling
2015-04-15 19:30:49 +02:00
Shoghi Cervantes
5ca4f5416c
More protocol updates
2015-04-15 15:53:11 +02:00