Commit graph

279 commits

Author SHA1 Message Date
BruceChen
015d28ec94 Fix for LoginSuccess packet 2022-09-04 20:44:38 +08:00
BruceChen
dfc310b3f2 Fix for EntityEffect packet 2022-09-04 18:12:47 +08:00
BruceChen
db17babe58 Bug fix 2022-09-04 17:34:12 +08:00
BruceChen
afdf2f9e2c Merge from master 2022-09-04 10:44:25 +08:00
BruceChen
7b68c0c45a Setting the default type of chat 2022-09-03 13:39:45 +08:00
BruceChen
2c5b444ffd Add type RAW_MSG in 1.19.2 2022-09-03 12:18:11 +08:00
BruceChen
3b95cbcce0 Trim 2022-09-03 02:06:16 +08:00
BruceChen
6cb0c35ab8 Trim 2022-09-02 22:38:59 +08:00
BruceChen
11fe93a128 Merge from milutinke 2022-09-02 21:38:43 +08:00
BruceChen
70d354b016 Merge branch '1.19.1-dev-new' of https://github.com/BruceChenQAQ/Minecraft-Console-Client-1.19dev into 1.19.1-dev-new 2022-09-02 20:22:49 +08:00
BruceChen
f4ab4997c8 Bug fix. 2022-09-02 20:22:33 +08:00
BruceChen
71ecebedce
Merge branch 'master' into 1.19.1-dev-new 2022-09-02 11:08:39 +08:00
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
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
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
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
684dcb3fc6 Trim 2022-08-28 23:34:28 +08:00
BruceChen
c8cecabc5c Terrain support for 1.19.1 / 1.19.2 2022-08-28 23:04:55 +08:00
BruceChen
bc5298bf5f Terrain support for 1.19 2022-08-28 22:27:21 +08:00
BruceChen
9e4184a98d Add 1.19 block palette 2022-08-28 18:39:59 +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
13d1a9856a Rewrote AES stream & Perform "SessionCheck" in advance 2022-08-27 23:01:28 +08:00
BruceChen
7ceb4807f3 Adjust some comments 2022-08-27 02:32:59 +08:00
BruceChen
c34dd46067 Basic support for 1.19.2 2022-08-27 02:10:44 +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
BruceChen
af1485c753 login support 2022-08-24 12:37:22 +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
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
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
Milutinke
af6f655d5e Fixed the requested changes for Terrain Movement. Tested and working. 2022-08-18 20:58:49 +02:00
BruceChen
a8bbb1ac76
Basic support for minecraft 1.19 (#2084)
* merge commit from milutinke
* chat signature & encrypted login
* Bug fix :EncryptionResponse format error below 1.18.2
* Implemented chat command signature
* Chat message parsing and verification for 1.19
* Add signature settings
* Update Simplified Chinese Translation
* Clear up comments
* Fix wrong variable naming
* Bug fix: SignatureV2 Processing
2022-08-15 17:55:44 +02:00
Dušan Milutinović
9f197d415e Removed debug comments. 2022-07-25 16:55:46 +02:00
BruceChen
f0af851df8 Fixed bug where "ChunkFullyLoaded" was not updated below 1.17 2022-07-25 17:04:14 +08:00
BruceChen
b0b45a74a0 Make chunk loading status to be displayed using "/move" command 2022-07-25 14:20:24 +08:00
BruceChen
ff014d2912 Delete unnecessary comments 2022-07-25 03:50:31 +08:00
BruceChen
357820e1c2 Fix bugs in gravity handle 2022-07-25 03:19:24 +08:00
BruceChen
86dfd60d07 Bugs fix for “ClickWindow“ packet 2022-07-25 01:13:41 +08:00