themode
|
060a148b60
|
Fix un-quoted ArgumentString
|
2021-03-11 00:18:04 +01:00 |
|
themode
|
9c1ff216a1
|
Replace Arguments by CommandContext in demo commands
|
2021-03-11 00:11:29 +01:00 |
|
themode
|
db02e93429
|
Fix subcommand query
|
2021-03-10 22:36:15 +01:00 |
|
themode
|
7cfa07f2e0
|
Support CommandContext for normal syntaxes
|
2021-03-10 20:19:29 +01:00 |
|
themode
|
7bf2deecf2
|
Added raw arg in CommandContext + cleanup
|
2021-03-10 20:03:36 +01:00 |
|
themode
|
cbe57f9cac
|
Retrieve context from suggestion
|
2021-03-10 19:47:08 +01:00 |
|
themode
|
eb56324e8b
|
Added suggestion support for subcommands
|
2021-03-10 19:14:24 +01:00 |
|
themode
|
67b3b37813
|
Replace Arguments by CommandContext
|
2021-03-10 06:38:51 +01:00 |
|
themode
|
b03b35b881
|
Improve tab packet when dealing with trailing spaces
|
2021-03-10 04:21:42 +01:00 |
|
themode
|
aa29103983
|
Fix java 11 support
|
2021-03-10 01:25:01 +01:00 |
|
themode
|
bca2434cff
|
Command parsing cleanup + preparation for suggestion & advanced caching
|
2021-03-10 01:21:33 +01:00 |
|
themode
|
94526b218f
|
Merge branch 'master' into command-suggestion
|
2021-03-09 22:51:29 +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
|
f98cfe1d54
|
Set default start & length for the tab complete packet
|
2021-03-09 04:04:21 +01:00 |
|
themode
|
441cb5a1db
|
Initial command suggestion commit
|
2021-03-09 01:44:01 +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 |
|
Matt Worzala
|
2cb343f493
|
minor reviewdog changes
|
2021-03-05 19:39:43 -05:00 |
|
Matt Worzala
|
ca8eac5356
|
implement BatchOption#isFullChunk, clarity change in Chunk
|
2021-03-05 19:39:43 -05:00 |
|
Matt Worzala
|
eca3abe11d
|
Revert "allow non-standard import sorting, allow javadoc <p> to exist alone."
This reverts commit b8c86f5e
|
2021-03-05 19:39:43 -05:00 |
|
Matt Worzala
|
13f6e6cf69
|
allow non-standard import sorting, allow javadoc <p> to exist alone.
|
2021-03-05 19:39:43 -05:00 |
|
Matt Worzala
|
3167de3bd3
|
send chunk updates to all players, import cleanup
|
2021-03-05 19:39:43 -05:00 |
|
Matt Worzala
|
6fb533837d
|
make reviewdog slightly happier
|
2021-03-05 19:39:43 -05:00 |
|
Matt Worzala
|
e4a966e7af
|
remove cube batch command
|
2021-03-05 19:39:43 -05:00 |
|
Matt Worzala
|
7166525b8c
|
send individual section updates when less than half of the sections are updated.
|
2021-03-05 19:39:43 -05:00 |
|