Shoghi Cervantes
|
a5a3f4801a
|
Fixed entities not getting ticks on movement
|
2014-10-27 15:53:14 +01:00 |
|
Shoghi Cervantes
|
23d1532ff9
|
Merge branch 'master' of github.com:PocketMine/PocketMine-MP
|
2014-10-27 15:44:44 +01:00 |
|
Shoghi Cervantes
|
ecbbcc2e8e
|
Drop invalid entities / tile entities on chunk loading
|
2014-10-27 15:44: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
|
9e01e2ef49
|
Merge pull request #2235 from nno88551/patch-2
Update BaseInventory.php
|
2014-10-26 15:52:08 +01:00 |
|
키리토
|
df81b365e5
|
Update BaseInventory.php
|
2014-10-26 22:21:21 +09:00 |
|
Shoghi Cervantes
|
db8ac0b9cb
|
Merge pull request #2225 from PEMapModder/falling-sand
Update FallingBlock to new Anvil formats, possible fix for #2189
|
2014-10-25 17:58:47 +02:00 |
|
PEMapModder
|
ee4f416d93
|
Fix FallingBlock.php
|
2014-10-25 18:15:47 +08:00 |
|
Shoghi Cervantes
|
8feea721e3
|
Merge pull request #2223 from Falkirks/set-armour-fix
Fix various get and set armour in PlayerInventory
|
2014-10-25 12:13:28 +02:00 |
|
PEMapModder
|
8e7077ff4b
|
Update FallingBlock to new Anvil formats, possible fix for #2189
I don't have time to test yet, so I am not sure if it does fix it.
|
2014-10-25 12:26:57 +08:00 |
|
Falkirks
|
4f4a6e7446
|
Fixes get and set armour
|
2014-10-24 17:11:59 -07:00 |
|
Shoghi Cervantes
|
1fc066fc37
|
Updated time steps from x2.5 to x1.25
|
2014-10-24 12:12:01 +02:00 |
|
Shoghi Cervantes
|
b565844062
|
Merge branch 'master' into 0.10
|
2014-10-24 12:07:35 +02:00 |
|
Shoghi Cervantes
|
be948f99cc
|
Fixed #2207 Server crashing if players are closed before logging in
|
2014-10-24 12:06:55 +02:00 |
|
Shoghi Cervantes
|
5cb428e5cc
|
Updated build number
|
2014-10-23 17:23:59 +02:00 |
|
Shoghi Cervantes
|
d2f4a14d66
|
Merge branch 'master' into 0.10
|
2014-10-23 17:21:24 +02:00 |
|
Shoghi Cervantes
|
516bb37a50
|
Removed some direct type checks on Entity/Tile->closed
|
2014-10-21 19:28:29 +02:00 |
|
Shoghi Cervantes
|
580ade9092
|
Possible fix for entities not closing correctly
|
2014-10-21 19:26:16 +02:00 |
|
Shoghi Cervantes
|
8f7dfe0b71
|
Removed extra ; from if, fixes #2205
|
2014-10-21 18:37:29 +02:00 |
|
Shoghi Cervantes
|
5310ba3ae6
|
Fixed crash when doing var_dump() of anything that contains the Server object
|
2014-10-20 13:06:53 +02:00 |
|
Shoghi Cervantes
|
ef97efcd96
|
Added explosion death message
|
2014-10-20 13:00:03 +02:00 |
|
Shoghi Cervantes
|
30c3718ea8
|
Improved Explosion item drop position
|
2014-10-20 12:58:05 +02:00 |
|
Shoghi Cervantes
|
5437567e95
|
Merge branch 'master' into 0.10
|
2014-10-20 12:53:14 +02:00 |
|
Shoghi Cervantes
|
e3e97a4205
|
Improved Player->onGround checking
|
2014-10-20 12:52:00 +02:00 |
|
Shoghi Cervantes
|
fec387d2ec
|
Fixed entities not being pushed out of blocks
|
2014-10-20 12:37:17 +02:00 |
|
Shoghi Cervantes
|
481e2b08ee
|
Removed debug call
|
2014-10-20 12:05:40 +02:00 |
|
Shoghi Cervantes
|
15de0eece7
|
Improved inventory and window allocation, fixes #2200
|
2014-10-20 09:48:11 +02:00 |
|
Shoghi Cervantes
|
2f8267aa1e
|
Improved Level object deallocation
|
2014-10-19 20:45:03 +02:00 |
|
Shoghi Cervantes
|
f2b573c32f
|
Fixed Level->getMetadata() and similar, removed extra references
|
2014-10-19 19:51:36 +02:00 |
|
Shoghi Cervantes
|
34946faf94
|
Remove errors from Utils::getRandomBytes()
|
2014-10-19 13:44:38 +02:00 |
|
Shoghi Cervantes
|
3b47513439
|
Return result directly on Server->getOfflinePlayer()
|
2014-10-19 02:49:58 +02:00 |
|
Shoghi Cervantes
|
7d9a98ec6b
|
Updated UseItemPacket
|
2014-10-18 23:42:41 +02:00 |
|
Shoghi Cervantes
|
92facc94b9
|
Added new fences and fence gates to fuel types
|
2014-10-18 18:02:39 +02:00 |
|
Shoghi Cervantes
|
d3327f450c
|
Added different Fence Gates, new Fence Gate crafting recipes
|
2014-10-18 17:56:18 +02:00 |
|
Shoghi Cervantes
|
570cab9c66
|
Added different Fences, new Fence crafting recipes
|
2014-10-18 17:44:24 +02:00 |
|
Shoghi Cervantes
|
582ba100b0
|
Bumped protocol version to 19
|
2014-10-18 17:01:36 +02:00 |
|
Shoghi Cervantes
|
4c0daa462d
|
Merge branch 'master' into 0.10
|
2014-10-18 16:54:03 +02:00 |
|
Shoghi Cervantes
|
2e6366868d
|
Merge branch 'master' of github.com:PocketMine/PocketMine-MP
|
2014-10-18 16:53:42 +02:00 |
|
Shoghi Cervantes
|
245e9b4f18
|
Fixes inventory changes getting the wrong window, closes #2187
|
2014-10-18 16:53:06 +02:00 |
|
Shoghi Cervantes
|
68e73d4e3a
|
Merge pull request #2188 from aodzip/patch-1
Update Skeleton.php
|
2014-10-18 15:36:02 +02:00 |
|
aodzip
|
684617d370
|
Update Skeleton.php
fixed a little wrong
|
2014-10-18 21:13:35 +08:00 |
|
Shoghi Cervantes
|
a879104a6f
|
Minecraft: PE version bump
|
2014-10-17 14:43:10 +02:00 |
|
Shoghi Cervantes
|
05f71691fc
|
Fixed AxisAlignedBB->setBB()
Alpha_1.4dev-707
|
2014-10-17 09:57:42 +02:00 |
|
Shoghi Cervantes
|
1c03c3afcf
|
Decreased chunk ordering times
|
2014-10-17 09:57:18 +02:00 |
|
Shoghi Cervantes
|
94e9485be9
|
Improved broadcast packet encoding
|
2014-10-17 09:36:47 +02:00 |
|
Shoghi Cervantes
|
9cb27e26ef
|
Fixed #2183
|
2014-10-16 22:01:32 +02:00 |
|
Shoghi Cervantes
|
7760559be1
|
Improved chunk loading and order refresh times
|
2014-10-16 20:21:06 +02:00 |
|
Shoghi Cervantes
|
163a37ee23
|
Optimized Player->orderChunks() and chunk sending ordering algorithm
|
2014-10-16 14:54:55 +02:00 |
|
Shoghi Cervantes
|
c73a3e53be
|
Added extra Entity metadata
|
2014-10-16 12:49:45 +02:00 |
|
Shoghi Cervantes
|
8637b7f5a3
|
Fixed Tasks deleting their Timings reports
|
2014-10-16 12:49:26 +02:00 |
|