themode
|
28be690937
|
Improve Tickable interface
|
2021-03-21 15:55:45 +01:00 |
|
themode
|
3ecace5bd6
|
Introduce the Tickable interface
|
2021-03-11 20:54:30 +01:00 |
|
themode
|
68ef3e31af
|
Don't hardcode breakBlock digging status
|
2021-03-09 21:54:10 +01:00 |
|
themode
|
b155f3bca3
|
Deprecate Attributes, constants in Attribute should be used instead
|
2021-03-09 20:51:11 +01:00 |
|
themode
|
51facb9f14
|
Prevent modified clients from messing with the chunk range
|
2021-03-09 17:21:43 +01:00 |
|
TheMode
|
4bb04ba892
|
Merge pull request #163 from Minestom/network-caching
Network improvement
|
2021-03-09 17:20:15 +01:00 |
|
themode
|
0b4c9ec094
|
Merge branch 'master' into network-caching
|
2021-03-09 07:11:47 +01:00 |
|
themode
|
6a0582a950
|
Do not send all chunks on logging, wait for the settings packet instead
|
2021-03-09 07:08:35 +01:00 |
|
themode
|
b6d96098f8
|
Update packet caching timestamp when retrieved
|
2021-03-09 05:21:43 +01:00 |
|
themode
|
7241dbdcf7
|
Modernize the demo package
|
2021-03-09 00:43:35 +01:00 |
|
themode
|
a25e414754
|
Fix players being stuck on first connection when no respawn point is defined
|
2021-03-08 17:12:21 +01:00 |
|
themode
|
8ab29368a6
|
Fixed players being able to move during teleport
|
2021-03-08 16:49:16 +01:00 |
|
themode
|
7e452cdd74
|
Enable tcpNoDelay + prevent memory leak on disconnection
|
2021-03-08 16:01:33 +01:00 |
|
Eoghanmc22
|
6e18d2bcfe
|
Merge branch 'network-caching' of https://github.com/Minestom/Minestom into network-caching
|
2021-03-07 21:42:48 -05:00 |
|
Eoghanmc22
|
f7cd00fb18
|
get rod of an unnecessary allocation that was using a lot of mem
|
2021-03-07 21:41:09 -05:00 |
|
themode
|
9b9cd2ed03
|
Remove unnecessary chaining
|
2021-03-08 02:44:46 +01:00 |
|
Eoghanmc22
|
a61034fc1d
|
make delayed sending slightly faster
|
2021-03-07 20:23:01 -05:00 |
|
themode
|
6f9a92ac76
|
Cleanup
|
2021-03-08 02:11:18 +01:00 |
|
themode
|
e730f60c0a
|
Initial per connection buffer
|
2021-03-08 01:30:18 +01:00 |
|
themode
|
2e17c8a8e1
|
Fix inventory not appearing after changing dimension
|
2021-03-07 23:18:32 +01:00 |
|
themode
|
b8e987f556
|
Fix player getting stuck after changing dimension
|
2021-03-07 22:22:04 +01:00 |
|
themode
|
c20cf38399
|
Merge remote-tracking branch 'origin/master'
|
2021-03-07 16:09:41 +01:00 |
|
themode
|
0442cb0067
|
autoChunkLoad for InstanceContainer should be enabled by default
|
2021-03-07 16:09:28 +01:00 |
|
TheMode
|
9ea34fb668
|
Merge pull request #162 from RinesThaix/projectilesGravity
Fixing projectiles gravity
|
2021-03-07 15:09:47 +01:00 |
|
Konstantin Shandurenko
|
b9ec78b313
|
Removed explicit bounding box setup in EntityProjectile
|
2021-03-07 13:35:21 +03:00 |
|
themode
|
3b918a9382
|
Increase cache from 10s to 30s for the chunk & light packet
|
2021-03-06 21:17:16 +01:00 |
|
themode
|
74d902b2a2
|
Remove player synchronization group, a better alternative will come up
|
2021-03-06 14:31:44 +01:00 |
|
themode
|
3726998fe4
|
Update Hephaistos
|
2021-03-06 14:05:22 +01:00 |
|
Konstantin Shandurenko
|
51c627491a
|
Fixing projectiles gravity
|
2021-03-06 11:24:31 +03:00 |
|
themode
|
05cf235984
|
Update Hydrazine
|
2021-03-06 01:51:38 +01:00 |
|
themode
|
999a815eba
|
Use ThreadLocal for deflater instead of dirty hack
|
2021-03-05 23:57:28 +01:00 |
|
themode
|
469a4a32f7
|
Cache values from the mojang api
|
2021-03-05 23:03:18 +01:00 |
|
themode
|
c253a27260
|
Added copy to clipboard message click event
|
2021-03-05 14:30:50 +01:00 |
|
themode
|
55179082e9
|
Remove final methods
|
2021-03-04 23:06:29 +01:00 |
|
TheMode
|
061dabbe4c
|
Merge pull request #160 from LeoDog896/relative-cleanup
Prefer position over entity
|
2021-03-04 19:00:37 +01:00 |
|
LeoDog896
|
b20de605e1
|
Add default method and fix tests
|
2021-03-04 11:57:58 -05:00 |
|
LeoDog896
|
e3c47e60ba
|
Fix RelativeVector from test
|
2021-03-04 11:55:14 -05:00 |
|
LeoDog896
|
283469e025
|
Prefer position over entity
|
2021-03-04 11:54:29 -05:00 |
|
themode
|
7c505ecc17
|
Do not deprecate Entity#setInstance
|
2021-03-04 16:43:10 +01:00 |
|
themode
|
368faa72b9
|
Re-fix cached packets
|
2021-03-04 15:55:04 +01:00 |
|
themode
|
93bd039938
|
Fix EntityFinder performance when searching for a constant name or uuid
|
2021-03-04 13:54:46 +01:00 |
|
themode
|
f7ec45802f
|
Added ArgumentComponent
|
2021-03-03 22:52:40 +01:00 |
|
themode
|
5ffd44449d
|
fix custom block state id being ignored in PlayerBlockPlaceEvent
|
2021-03-02 23:37:46 +01:00 |
|
themode
|
bde027432a
|
Small code cleanup for packet caching
|
2021-03-02 20:42:36 +01:00 |
|
themode
|
25c2dc661f
|
Fix position yaw/pitch not being copied
|
2021-03-02 19:36:11 +01:00 |
|
themode
|
a927938677
|
Fix cached packets being outdated
|
2021-03-02 19:14:52 +01:00 |
|
TheMode
|
85998cabd9
|
Merge pull request #154 from Kebab11noel/master
Added CanPlaceOn and CanDestroy for ItemStacks
|
2021-03-02 18:30:23 +01:00 |
|
TheMode
|
29a8542d3e
|
Merge pull request #129 from Minestom/improve-extension-system
Improve extension system
|
2021-03-02 18:22:21 +01:00 |
|
TheMode
|
3971777e56
|
Merge pull request #155 from RinesThaix/entities
Projectile improvements, custom entity position synchronization cooldown support
|
2021-03-02 13:38:50 +01:00 |
|
TheMode
|
1477a9bd41
|
Merge pull request #151 from RinesThaix/ai
New Entity AI
|
2021-03-02 13:35:54 +01:00 |
|