themode
|
075ff7600a
|
Added a whole new caching system for ChunkDataPacket and UpdateLightPacket
|
2020-11-20 11:14:15 +01:00 |
|
themode
|
e453a0f9b5
|
Added Chunk#getLastChangeTime
|
2020-11-20 08:39:06 +01:00 |
|
themode
|
02eab844a5
|
Fix logging when compression is disabled (not recommended)
|
2020-11-20 07:55:34 +01:00 |
|
themode
|
9f45cf11a3
|
Added todo to optimize buffer allocation
|
2020-11-20 05:50:52 +01:00 |
|
themode
|
4060f8d290
|
Added GroupedPacketHandler to prevent rewriting the same packet multiple times
|
2020-11-20 05:37:13 +01:00 |
|
themode
|
3455c77eb7
|
Explain the role of each handlers
|
2020-11-20 04:48:33 +01:00 |
|
themode
|
e8ddf44c39
|
Stop hardcoding handler names
|
2020-11-20 04:36:33 +01:00 |
|
themode
|
153f7215b3
|
Write packet only once when used with PacketUtils#sendGroupedPacket
|
2020-11-20 03:57:05 +01:00 |
|
themode
|
2d7159f888
|
Fixed javadoc
|
2020-11-20 03:50:41 +01:00 |
|
themode
|
0739b57dd1
|
Server packet listener now takes a collection of player, for future network optimization
|
2020-11-20 03:47:29 +01:00 |
|
TheMode
|
a0fccca1c6
|
Merge pull request #69 from JesFot/master
Add code style checks
|
2020-11-20 02:55:33 +01:00 |
|
TheMode
|
60bb0fec73
|
Merge pull request #71 from LeoDog896/master
Add llama entity with hitbox
|
2020-11-20 02:55:02 +01:00 |
|
JesFot
|
c3b693d7b9
|
Only compile classes for tests
|
2020-11-20 02:20:59 +01:00 |
|
JesFot
|
2c18312988
|
Merge branch 'master' into master
|
2020-11-20 02:12:02 +01:00 |
|
JesFot
|
8accc82e2b
|
Restore gradle test command
|
2020-11-20 02:11:22 +01:00 |
|
LeoDog896
|
974372d2bd
|
Merge remote-tracking branch 'upstream/master'
|
2020-11-19 19:55:00 -05:00 |
|
LeoDog896
|
66f038113f
|
Added EntityLlama
|
2020-11-19 19:53:22 -05:00 |
|
JësFot
|
5fdd62fb58
|
Use last version of checkstyle in github action
|
2020-11-20 01:33:43 +01:00 |
|
JësFot
|
d138acceb1
|
Fix gradle checktyle version
|
2020-11-20 01:30:01 +01:00 |
|
JesFot
|
4b07deae27
|
Use last commit of checkstyle-action
|
2020-11-19 16:47:16 +01:00 |
|
JësFot
|
c1993f6783
|
Use compatible config file until actions is updated
|
2020-11-19 15:48:11 +01:00 |
|
themode
|
018786463d
|
Replaced the channel traffic handler to GlobalChannelTrafficShapingHandler
|
2020-11-19 15:37:12 +01:00 |
|
TheMode
|
50e88a3d72
|
Merge pull request #70 from JesFot/patch-1
Add cache to gradle
|
2020-11-19 15:01:26 +01:00 |
|
JesFot
|
25cd0727a6
|
Do not trigger javadoc when running tests
|
2020-11-19 13:12:51 +01:00 |
|
JesFot
|
ed7df3fc11
|
Limit workflow for not triggering tests twice
|
2020-11-19 11:50:57 +01:00 |
|
JesFot
|
fc4e8aadf4
|
Add SHA256 checksum for Gradle wrapper jar
|
2020-11-19 11:46:18 +01:00 |
|
JesFot
|
c3c27e8060
|
Add cache to gradle
|
2020-11-19 11:40:19 +01:00 |
|
themode
|
533526d3a5
|
MainDemo does not require a default write and read speed
|
2020-11-19 08:48:33 +01:00 |
|
themode
|
099a8bafdc
|
Increase socket send buffer to 1MB
|
2020-11-19 08:29:34 +01:00 |
|
themode
|
c1e623eddc
|
Fix unmappable character
|
2020-11-19 08:19:16 +01:00 |
|
TheMode
|
af730fb73c
|
Decrease default synchronization time group to 50
Signed-off-by: TheMode <themode@outlook.fr>
|
2020-11-19 08:11:09 +01:00 |
|
themode
|
69a268aa9d
|
Fixed first player teleportation when the respawn point is not 0 0 0
|
2020-11-19 08:05:08 +01:00 |
|
themode
|
828069c685
|
Cleanup + reduced default chunk view distance to 8
|
2020-11-19 07:00:41 +01:00 |
|
TheMode
|
fae8e30272
|
Reduced compression level to 3
Signed-off-by: TheMode <themode@outlook.fr>
|
2020-11-19 04:54:54 +01:00 |
|
themode
|
f30330c59b
|
Added PlayerStartDiggingEvent warning
|
2020-11-18 13:22:23 +01:00 |
|
themode
|
408ce03cfb
|
Made PacketDecoder more readable
|
2020-11-18 11:15:58 +01:00 |
|
themode
|
e619dd6a8e
|
Set the default write & read limit to 75KB/s per connection
|
2020-11-18 11:11:21 +01:00 |
|
jglrxavpok
|
142b6a69a5
|
Post-merge fixes
|
2020-11-18 09:24:59 +01:00 |
|
jglrxavpok
|
0a4bb5ab08
|
Merge branch 'extensions-v2'
# Conflicts:
# src/main/java/net/minestom/server/extensions/Extension.java
# src/main/java/net/minestom/server/extensions/ExtensionManager.java
# src/main/java/net/minestom/server/extras/selfmodification/MinestomRootClassLoader.java
|
2020-11-18 09:13:30 +01:00 |
|
themode
|
cdbf514918
|
Player#getPlayerSynchronizationTickDelay comment
|
2020-11-18 07:44:57 +01:00 |
|
themode
|
6869c834f3
|
Allow dynamic synchronization delay based on the number of viewers
|
2020-11-18 07:43:45 +01:00 |
|
themode
|
40d6a71697
|
Cleanup
|
2020-11-18 06:39:20 +01:00 |
|
themode
|
2a1a1cdcbc
|
add method to modify and retrieve the player synchronization cooldown
|
2020-11-18 05:19:44 +01:00 |
|
themode
|
553a280993
|
Per instance thread is now the default, added a configurable cooldown for player position refresh
|
2020-11-18 05:13:49 +01:00 |
|
JësFot
|
980178b025
|
Remove style check for inline '<p>'
|
2020-11-18 02:55:28 +01:00 |
|
JesFot
|
b5793270d6
|
Add Github action for checking pr code style
|
2020-11-18 01:05:15 +01:00 |
|
JësFot
|
d968946c44
|
Restore deleted empty lines
|
2020-11-18 00:52:33 +01:00 |
|
JësFot
|
ad0f02cfa9
|
Add checkstyle gradle plugin
|
2020-11-18 00:50:27 +01:00 |
|
themode
|
2405b7ae6f
|
KB, not MB
|
2020-11-17 16:11:59 +01:00 |
|
themode
|
7ebbb8bc6c
|
Added networking optimization code in MainDemo
|
2020-11-17 16:08:30 +01:00 |
|