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
13d1a9856a
Rewrote AES stream & Perform "SessionCheck" in advance
2022-08-27 23:01:28 +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
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
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
Anon
145e4e30db
Merge branch 'master' into master
2022-07-25 09:31:25 +00: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
Dušan Milutinović
20e99e65af
Added debug statements for NBT Data.
2022-07-24 20:44:37 +02:00
BruceChen
86dfd60d07
Bugs fix for “ClickWindow“ packet
2022-07-25 01:13:41 +08:00
BruceChen
59ed18bb40
Fixed incorrect handling in 1.18(1.18.1) and 1.18.2
2022-07-24 22:21:15 +08:00
BruceChen
3429989527
change .NET version to 4.0
2022-07-24 22:03:02 +08:00
BruceChen
735d182468
Rename variables
2022-07-24 21:48:09 +08:00
BruceChen
516effa81d
terrain handling for 1.18(1.18.1) and 1.18.2
2022-07-24 21:41:56 +08:00
BruceChen
af574b654e
avoid pathfind to an unloaded chunk | remove debug logs
2022-07-23 23:10:06 +08:00
BruceChen
f9bb74a8bd
Implemented ChunkData packet process for 1.17/1.17.1
2022-07-23 22:34:16 +08:00
Dušan Milutinović
00d78ee81c
Fixed the array length issue
2022-07-05 09:29:40 +02:00
breadbyte
d9f1a77ac2
.NET 5+ Support ( #1674 )
...
Implement changes to support .NET 5 onwards.
Co-authored-by: ReinforceZwei <39955851+ReinforceZwei@users.noreply.github.com>
Co-authored-by: ORelio <ORelio@users.noreply.github.com>
2022-07-03 22:34:07 +08:00
Dušan Milutinović
7c364731f5
Reverted a mistake
2022-07-01 19:02:53 +02:00
Dušan Milutinović
3d8c112159
Implemented "Click Window" for 1.18 (now sending the new required fields), formated few files with Visual Studio formatting. PS: left debug for people to see, I'll remove it once everything is working
2022-07-01 18:59:58 +02:00
Dušan Milutinović
dc0021d990
Fixed entity health update event (This will also fix the Auto Attack bot)
2022-06-28 17:09:08 +02:00
Dušan Milutinović
9d3357eeee
Fixed requested changes in the review. Except: Container (TODO)
2022-06-28 13:45:23 +02:00
Anon
3ea109b330
Merge branch 'MCCTeam:master' into master
2022-06-28 10:43:13 +00:00
Leon Heuer
a202f31aaf
Update version to 1.18.2 ( #1961 )
2022-03-21 23:29:16 +01:00
Dusan Milutinovic
a5848f637b
Fixed a crash on older versions
2022-02-13 15:00:32 +01:00
Dusan Milutinovic
61a682a69b
Added Entity, Item and Block palletes for 1.17/1 and 1.18/1. Added pallete generators as a command line option. Fixed a minor warning with AttackBot
2022-02-13 01:10:10 +01:00
ReinforceZwei
cc75db7070
MSA: Disable refresh token for MCC signin method ( #1925 )
...
* MSA: Change classes to static class
* MSA: Disable refresh token for MCC sign method
2022-02-05 13:07:15 +08:00
ORelio
ed452cf632
Realms API: Handle HTTP request failure ( #1921 )
2022-01-31 20:56:39 +01:00
ReinforceZwei
04d83bf277
SessionCache: Add backward compatibility for old session file
2021-12-17 09:29:24 +08:00
ReinforceZwei
4b8ca158a8
Microsoft Sign-in: Add refresh token support ( #1838 )
2021-12-16 15:53:31 +08:00
ReinforceZwei
333358c73b
Fix respawn packet ( #1848 )
2021-12-11 21:06:17 +08:00
ReinforceZwei
bdcf3e5aa2
Update version to 1.18.1 ( #1845 )
2021-12-10 22:15:00 +08:00
ReinforceZwei
fdc3069083
Microsoft Sign-in: Migrate to our own client Id ( #1827 )
...
* Microsoft Sign-in: Migrate to our own client Id
- Drop support of "mcc" sign-in method
- Add nuget packages for decoding JWT
* Remove JWT nuget package
* Remove client secret
It is not needed after changing application type in Azure
* Change token validation method to expiration time
* Revert changes of dropping mcc sign-in method
* Add email pre-fill for browser sign-in
2021-12-04 19:15:58 +08:00