Commit graph

1063 commits

Author SHA1 Message Date
BruceChen
8ed2bc9d07
Merge branch 'master' into bugfix 2022-09-02 10:53:29 +08:00
BruceChen
4538095d74 Reduce merge conflicts 2022-09-02 09:29:24 +08:00
Anon
19059414e8
[1.19] Added Entity, Block, Material and Item palettes, Enabled Entity and Inventory handling + Fixed few bugs.
[1.19] Added Entity, Block, Material and Item palettes, Enabled Entity and Inventory handling + Fixed few bugs.
2022-09-01 17:07:44 +00:00
BruceChen
290ec9cc79 Bug fix 2022-09-01 23:10:09 +08:00
BruceChen
b26949e483 Fix issue #2111 2022-09-01 22:57:13 +08:00
BruceChen
a13af47b3e Reduce the latency of sending messages 2022-08-31 22:52:05 +08:00
BruceChen
98dd645fb5 Bug fix: Can't reconnect after connection lost 2022-08-31 22:32:38 +08:00
BruceChen
db64515b78 Fix issue #2144 2022-08-31 21:25:54 +08:00
BruceChen
c0be6a61c8 Trim 2022-08-31 20:46:21 +08:00
BruceChen
0a689e407e Trim 2022-08-31 19:50:11 +08:00
BruceChen
9089bb4cdb Change how world is stored & Bug fix 2022-08-31 18:00:00 +08:00
BruceChen
c90ea0e92b Startup Optimization 2022-08-30 22:50:05 +08:00
BruceChen
3d13eb51e6 Trim 2022-08-30 20:05:53 +08:00
BruceChen
aceccaf5b5 No longer need to cancel chunk loading 2022-08-30 19:09:07 +08:00
BruceChen
e4c77b0fef Bug fix: Call handler.OnNetworkPacket() repeatedly 2022-08-30 18:39:09 +08:00
BruceChen
a6b98de43f Fix not calling "handler.OnUpdate()" on time 2022-08-30 18:17:39 +08:00
BruceChen
1a90b6d942 Use separate threads for decryption and decompression 2022-08-30 17:37:46 +08:00
BruceChen
c941d086d9 Improve ReadBlockStatesField 2022-08-30 14:04:27 +08:00
BruceChen
e09016cea5 Improve ReadBlockStatesField 2022-08-30 12:33:13 +08:00
BruceChen
cd45c64300 Change chunk storage structure 2022-08-30 10:41:27 +08:00
Anon
ee7432d2c1
Merge pull request #2138 from breadbyte/fix-build
Add ARM64 as a precompiled binary release
2022-08-29 20:16:16 +00:00
breadbyte
8714b3fa3c
fix linux arm64 release build 2022-08-30 02:46:10 +08:00
breadbyte
cc1b6d1b10
Add ARM64 Linux release binary 2022-08-30 02:42:31 +08:00
breadbyte
577f6be27c
Add Linux ARM64 precompiled build 2022-08-30 02:37:12 +08:00
BruceChen
68b9c81c0b Improve ReadBlockStatesField 2022-08-29 23:39:03 +08:00
Milutinke
71d11f4155 Fixed #1632 and #1648 by adding missing blocks in IsSolid. 2022-08-29 00:55:11 +02:00
BruceChen
003c4c3ab8 Fix issue #2094 2022-08-28 17:14:28 +08:00
BruceChen
75e7b0e37d Fix issue #2119 2022-08-28 16:18:29 +08:00
BruceChen
dff3f23b03 Bug fix: ResourcePackSend.hasPromptMessage 2022-08-28 15:32:09 +08:00
BruceChen
d10ad138f1 Trim 2022-08-28 14:57:44 +08:00
BruceChen
4757c4be53 Trim 2022-08-28 13:18:07 +08:00
BruceChen
842c968220 Use AES-NI instruction set if possible 2022-08-28 10:50:52 +08:00
BruceChen
13d1a9856a Rewrote AES stream & Perform "SessionCheck" in advance 2022-08-27 23:01:28 +08:00
BruceChen
a3971f9097 Update to BouncyCastle 1.9.0 2022-08-25 21:29:33 +08:00
BruceChen
ed8e97fd2d Bug fix: /move command went to the wrong location 2022-08-25 14:36:15 +08:00
BruceChen
5f520e2cf4 Improve ReadBlockStatesField 2022-08-25 10:40:55 +08:00
BruceChen
64915c87cf Bug fix: Incorrect handling of Chunk.FullyLoaded in 1.17[.1] 2022-08-25 02:21:36 +08:00
BruceChen
b125b0f10a Remove debug message 2022-08-25 02:04:36 +08:00
BruceChen
58eafdfd5c Optimize cold start speed and block loading speed 2022-08-25 01:34:07 +08:00
BruceChen
01ef9a89ca Bug fix: Cancel chunk load task when switching worlds 2022-08-24 18:16:16 +08:00
Milutinke
d7310e477b Added Item, Entity, Block, Material Palettes for 1.19. Fixed SpawnEntity and disabled BlockChange packet on 1.19 to prevent crashing until it's fixed. Enabled Entity and Inventory handling. 2022-08-22 19:46:30 +02:00
Anon
e150bd569b
Fixed the browser not opening on Linux and macOS.
Fixed the browser not opening on Linux and macOS.
2022-08-20 18:00:38 +00:00
Milutinke
6b98183093 Fixed not running on windows. 2022-08-20 19:58:17 +02:00
Milutinke
05c4661553 Fix the browser not opening on Linux. 2022-08-20 19:06:51 +02:00
Anon
0c0208ac49
Merge pull request #2113 from milutinke/chat-fix-bellow-1-16-5
Fixed a crash bellow 1.16.5 and a crash on 1.19
2022-08-19 21:48:54 +00:00
Milutinke
fdbd77c33d Fixed the crash on Respawn packet. Again the Dimension Type dictionary was not instantiated. 2022-08-19 22:47:21 +02:00
Milutinke
2f90c8a67d Fixed a crash on 1.19 when joining. 2022-08-19 22:33:09 +02:00
Milutinke
f66fb3b095 Fixed the chat not working bellow 1.16.5.
Tested and working.
2022-08-19 22:14:14 +02:00
ORelio
5ae6699e5c MC 1.17/1.18 Terrain/Entity/Inventory (#1943)
Merge branch 'master' of github.com:milutinke/Minecraft-Console-Client into milutinke-master

Manually fix merge conflicts
Additional changes:
 - WindowItems: Fix data type for "elements" below 1.17
 - DestroyEntities: Fix packet palettes and remove DestroyEntity
 - EntityMetadata: Throw exception if health field mapping is not updated

Co-authored-by: Milutinke <bgteam@live.com>
Co-authored-by: BruceChen <MrChen131217@gmail.com>
2022-08-19 16:47:03 +02:00
ORelio
1ce7850193 MC 1.17/1.18 Terrain/Entity/Inventory (#1943)
Merge branch 'master' of github.com:milutinke/Minecraft-Console-Client into milutinke-master

Manually fix merge conflicts
Additional changes:
 - WindowItems: Fix data type for "elements" below 1.17
 - DestroyEntities: Fix packet palettes and remove DestroyEntity
 - EntityMetadata: Throw exception if health field mapping is not updated

Co-authored-by: Milutinke <bgteam@live.com>
Co-authored-by: BruceChen <MrChen131217@gmail.com>
2022-08-19 16:35:55 +02:00