Dylan K. Taylor
4b518f2a58
Merge branch 'release/3.4' into release/3.5
2018-12-14 17:32:34 +00:00
Dylan K. Taylor
60b1f0a6e9
Fixed burning TNT setting affected mobs on fire when exploding, closes #2561
2018-12-14 17:32:11 +00:00
Dylan K. Taylor
5934399a0d
3.5.2 is next
2018-12-14 09:46:12 +00:00
Dylan K. Taylor
b42132a7c3
Release 3.5.1
3.5.1
2018-12-14 09:45:47 +00:00
Dylan K. Taylor
c05697f506
Merge branch 'release/3.4' into release/3.5
2018-12-14 09:39:21 +00:00
Dylan K. Taylor
d4fe1b8ece
3.4.3 is next
2018-12-14 09:30:44 +00:00
Dylan K. Taylor
9b2653fb6f
Release 3.4.2
3.4.2
2018-12-14 09:30:14 +00:00
Dylan K. Taylor
ed88684e71
Fixed invisible FloatingTextParticle crashing the server, closes #2560
2018-12-14 09:30:14 +00:00
Dylan K. Taylor
cbb9c4f298
Entity: require scale > 0 in setScale(), fixes #2563
2018-12-14 09:30:14 +00:00
Dylan T
660d42e8d1
Backport usage of SetLocalPlayerAsInitializedPacket to 3.4 ( #2558 )
...
This fixes various problems, such as forms not working on PlayerJoinEvent.
2018-12-13 20:07:17 +00:00
Dylan K. Taylor
dbeceb02f9
fixup 1.8 crafting, take 2
2018-12-13 10:54:15 +00:00
Dylan K. Taylor
fd77dd0066
Revert "Fixed crafting grid transaction handling, close #2559 "
...
This reverts commit dfeb62491a74a402aa269e06c51de8f1a60238e9.
2018-12-13 10:38:04 +00:00
Dylan K. Taylor
87ce87112b
Merge branch 'release/3.4' into release/3.5
2018-12-13 09:56:21 +00:00
Dylan K. Taylor
1d71f5edb3
DataPacket: more detail in error messages for undefined fields
2018-12-13 09:55:50 +00:00
Dylan K. Taylor
0f620157e8
3.5.1 is next
2018-12-12 19:20:40 +00:00
Dylan K. Taylor
2323601f98
Release 3.5.0
3.5.0
2018-12-12 19:03:07 +00:00
Dylan K. Taylor
d34b94302f
fixed lava fizz sound
2018-12-12 18:00:43 +00:00
Dylan K. Taylor
ec4c61e113
fix extradata defaults for broadcastLevelSoundEvent
...
fixes TNT sounds not working, amongst other things
2018-12-12 17:42:52 +00:00
Dylan K. Taylor
231e491bb9
Fixed black spawn eggs
2018-12-12 17:14:13 +00:00
Dylan K. Taylor
69cdc6f13a
Remove misleading default value for NetworkInventoryAction windowId
2018-12-12 16:08:47 +00:00
Dylan K. Taylor
dfeb62491a
Fixed crafting grid transaction handling, close #2559
2018-12-12 15:41:54 +00:00
Dylan K. Taylor
178eedb536
Merge branch 'release/3.4' into release/3.5
2018-12-12 10:12:12 +00:00
Dylan K. Taylor
4975da2aae
NetworkInventoryAction: additional validity checks
2018-12-12 10:11:44 +00:00
Dylan K. Taylor
5946ec8819
fix inventory bug, silence debug spam, shut the fuck up MCPE
2018-12-11 21:57:07 +00:00
Dylan K. Taylor
abf0dee426
bump version
2018-12-11 21:07:56 +00:00
Dylan K. Taylor
30f5a8fac6
Protocol changes for 1.8.0 release
2018-12-11 21:05:03 +00:00
Dylan K. Taylor
f704061618
Tree: fixed being able to overwrite other trees
...
this was observable by planting a sapling underneath an existing tree and punching it with bone meal.
This change will also prevent trees generating too close together.
2018-12-09 19:26:48 +00:00
Dylan K. Taylor
23dc6e09d8
Sync DevTools submodule
2018-12-09 15:34:06 +00:00
Dylan K. Taylor
15b7fc978e
3.4.2 is next
2018-12-08 17:00:36 +00:00
Dylan K. Taylor
bb396174ba
Release 3.4.1
3.4.1
2018-12-08 17:00:07 +00:00
Dylan K. Taylor
dcef3cba21
CrashDump: cleanup some version related stuff
...
this should have been done a long time ago, but we didn't want to cause compatibility problems with CA. Now it enforces version checks, this isn't a problem anymore.
2018-12-08 16:58:06 +00:00
Dylan K. Taylor
5f8a9f8747
Add a new format_version field to crashdumps
...
this will be used in the future to allow CA to decide how to decode crashdumps and/or refuse crashdumps from incompatible versions.
2018-12-08 16:57:57 +00:00
Dylan K. Taylor
84e41e6967
3.4.1 is next
2018-12-06 21:01:57 +00:00
Dylan K. Taylor
5e0e0daf7d
Release 3.4.0
3.4.0
2018-12-06 20:45:57 +00:00
Dylan K. Taylor
a95694ed06
Add signature validation for some user-defined callbacks
2018-12-04 18:33:58 +00:00
Dylan K. Taylor
762405d16a
Add daverandom/callback-validator as a dependency
2018-12-04 17:14:37 +00:00
Dylan T
e3f46987f5
Liquid: Add events to allow controlling flow and fusion ( #2547 )
2018-12-04 13:14:22 +00:00
Dylan K. Taylor
e4223bb7dc
Level: Duct tape fix for crashy trees at the top of the world
...
this doesn't fix shit but it at least doesn't crash. Fixing this properly can't be effectively done any other way without backwards compatibility breaks. Fortunately it's not common practice to grow trees at the top of the world.
2018-12-03 18:30:27 +00:00
Dylan K. Taylor
f091446ec7
Sync NBT dependency
2018-12-03 16:15:02 +00:00
Dylan K. Taylor
b0f891081c
Mark EXHAUSTION as non-syncable
...
this attribute is not visible on the client and is only used for controlling saturation depletion. It's extremely spammy and as such really shouldn't be sent over network. This has also been causing some minor client-side performance issues in survival.
2018-12-02 16:43:00 +00:00
Dylan K. Taylor
acd7c9b336
Permission: Throw exception on unknown values in getByName()
...
Previously, writing wrong values into plugin.yml for permission defaults would cause the permission to be silently denied to everyone.
2018-12-01 15:56:44 +00:00
Dylan K. Taylor
75482124f2
Merge branch 'release/3.3' into release/3.4
2018-12-01 10:09:46 +00:00
Dylan K. Taylor
288599cbe7
3.3.5 is next
2018-12-01 10:00:59 +00:00
Dylan K. Taylor
aa7206126a
Release 3.3.4
3.3.4
2018-12-01 10:00:38 +00:00
Dylan K. Taylor
1a6db1c7ce
DataPacket: add missing field
...
this must have been missing for how many years now? thanks @shoghicp
this is why we don't do releases on friday night... in my defence my device had the beta installed...
2018-12-01 09:29:53 +00:00
Dylan K. Taylor
f1c071ce7f
Release 3.3.3
3.3.3
2018-11-30 19:41:36 +00:00
Dylan K. Taylor
e2f46a4358
Remove unused import...
2018-11-30 19:40:35 +00:00
Dylan K. Taylor
36c0c350a7
Merge branch 'release/3.3' into release/3.4
2018-11-30 18:37:28 +00:00
Dylan K. Taylor
4c08a05fae
Barf on trying to read/write nonexisting fields of packets
...
this should make it easier to debug problems when content of packets changes during protocol updates.
2018-11-30 18:36:28 +00:00
Dylan T
6295ef8a81
Add language option to server.properties ( #2531 )
...
This allows to save the language without rewriting pocketmine.yml. Since this is a "standard" config option (something that the user might want to directly modify) it's reasonable to put it in server.properties. pocketmine.yml is generally reserved for more advanced configuration options.
2018-11-30 13:25:04 +00:00