Anon
5d4ea515a7
Implemented 1.19.4, first pass, light testing
2023-03-21 20:28:05 +01:00
ReinforceZwei
e52fe6cb8b
Catch and throw exceptions
2023-01-19 17:54:22 +08:00
BruceChen
ba0d9ba3fc
merge brigadier-dev into milutinke:1.19.3
2023-01-14 20:42:15 +08:00
ReinforceZwei
657fc6117b
Upgrade protocol to 1.19.3
2023-01-10 18:27:48 +08:00
BruceChen
9c8afb7d3c
Bug fix
2023-01-02 18:52:49 +08:00
BruceChen
7ee08092d4
legacy color support
2022-12-14 14:45:51 +08:00
BruceChen
5e11ed3896
Tooltip support & Bug fix
2022-12-11 13:00:19 +08:00
BruceChen
892999ac98
Merge into master
2022-12-06 20:32:46 +08:00
BruceChen
84cf749344
Implement command completion suggestions.
2022-12-06 15:50:17 +08:00
BruceChen
28827b720a
Support downloading updates via command.
2022-12-01 22:55:48 +08:00
BruceChen
6c3bfb82ee
Remove color code from text
2022-11-30 16:08:55 +08:00
BruceChen
0b5a562f7f
[SKIP_DEPLOY] Support account alias in configs
2022-11-06 16:20:38 +08:00
BruceChen
ae23ead4c3
[SKIP_BUILD] FIx "/reco" and "/connect" not working properly
2022-11-05 20:27:10 +08:00
BruceChen
077e3a5e9f
Crowdin localization support ( #2310 )
...
* Switching to use resource files
* Update Crowdin configuration file
* Code cleanup
2022-10-28 11:13:20 +08:00
BruceChen
d4f8dd0bfb
Upgrade AutoFishing & Bug fix
2022-10-21 19:05:49 +08:00
BruceChen
b949db57cf
Support control by command (/fish)
2022-10-17 13:50:56 +08:00
BruceChen
e9f227ca5b
Bug fix
2022-10-17 10:03:01 +08:00
BruceChen
db6d6c80bf
Bug fix
2022-10-16 20:37:07 +08:00
BruceChen
89b7110839
Update Map Bot
2022-10-13 19:34:49 +08:00
BruceChen
4cb95731bf
Bugfix
2022-10-08 10:06:11 +08:00
BruceChen
c1a04fe5bf
Bug fix
2022-10-07 21:49:05 +08:00
BruceChen
2e18317f3f
Trim & Bug fix
2022-10-07 15:40:38 +08:00
BruceChen
e5c713192e
Update translation file
2022-10-06 22:14:15 +08:00
BruceChen
bdcc22b465
Add update detection
2022-10-06 14:53:05 +08:00
BruceChen
510b67906b
Update the translation part of the document.
2022-10-05 23:14:19 +08:00
BruceChen
7f2ede8ad2
Delete unused sample files
2022-10-05 20:41:37 +08:00
BruceChen
e0678ea7a5
Merge ScriptScheduler's config
2022-10-05 17:10:10 +08:00
BruceChen
16c1d1fd77
Refactoring Settings.cs
2022-10-05 15:02:30 +08:00
BruceChen
53898f3446
Fix xxx.Parse
2022-10-04 11:53:07 +08:00
BruceChen
1d52d1eadd
Fix all warnings & Trim ( #2226 )
...
* Fix AutoFishing crash
* Fix all warnings
* Remove DotNetZip.
* Fix the usage of HttpClient.
2022-10-02 18:31:08 +08:00
Milutinke
9b407dbdad
Added command for reloading settings, chat bots, listing chat bots and unloading a chat bot manually by name.
2022-09-25 16:00:43 +02:00
BruceChen
afdf2f9e2c
Merge from master
2022-09-04 10:44:25 +08:00
BruceChen
c0be6a61c8
Trim
2022-08-31 20:46:21 +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
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
13d1a9856a
Rewrote AES stream & Perform "SessionCheck" in advance
2022-08-27 23:01:28 +08:00
BruceChen
58eafdfd5c
Optimize cold start speed and block loading speed
2022-08-25 01:34:07 +08:00
BruceChen
af1485c753
login support
2022-08-24 12:37:22 +08: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
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
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ć
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
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
4b8ca158a8
Microsoft Sign-in: Add refresh token support ( #1838 )
2021-12-16 15:53:31 +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