Commit graph

1246 commits

Author SHA1 Message Date
BruceChen
8db0467f69 Bug fix 2023-01-15 17:18:42 +08:00
BruceChen
957054eb12 1.19.3 entity & inventory & terrain support 2023-01-14 22:18:05 +08:00
BruceChen
b4d7d64cdd Merge some upgrades from AsyncMCC branch 2023-01-14 21:32:19 +08:00
BruceChen
1298654693 Bug fix 2023-01-14 21:20:22 +08:00
BruceChen
ced65122f1 Trim 2023-01-14 21:07:09 +08:00
BruceChen
d4b3c42d8c Update DeclareCommands for 1.19.3 2023-01-14 20:43:32 +08:00
BruceChen
ba0d9ba3fc merge brigadier-dev into milutinke:1.19.3 2023-01-14 20:42:15 +08:00
BruceChen
de9b47b2d9 Reduce conflict 2023-01-14 15:58:36 +08:00
BruceChen
e0294f1beb 1.19.3 PlayerRemove & Explosion packet 2023-01-14 15:55:40 +08:00
BruceChen
052060b23c Bug fix 2023-01-14 02:41:03 +08:00
BruceChen
0ce9690778 1.19.3 Chat command signing support & Update chat paser 2023-01-14 00:53:36 +08:00
BruceChen
fe0b268878 1.19.3 Message signing support. 2023-01-13 16:12:10 +08:00
ReinforceZwei
e447fea16b Send and receive message without message signing 2023-01-13 15:53:33 +08:00
ReinforceZwei
4be7a05006 Player session 2023-01-11 17:25:25 +08:00
ReinforceZwei
08da49756f Done receive message 2023-01-10 20:43:54 +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
Milutinke
f3b50738f1 Cleaned some code a bit 2022-12-27 11:43:19 +01:00
Milutinke
20273af554 Improvements to the code of the Chat Message packet. 2022-12-21 13:04:41 +01:00
Milutinke
bb160d6d84 Server Data and Profileless Chat message packets implemented. ChatPreview packet removed. Message Header packet set only to 1.19.2. Chat Message packet partially implemented. 2022-12-21 12:51:27 +01:00
Milutinke
d81a67762e Login Start, Encryption Reqest, Merchant Offers, Set Experience packets implemented. 2022-12-21 12:03:39 +01:00
Milutinke
7a9bc7bd1d Added 1.19.3 packet palette. TODO: Implement changes in the protocol handler. 2022-12-17 18:25:21 +01:00
Tasuku Bobcorn
1a47eddb8f
Fixed entity yaw and pitch
Fixed number value type during calculation of entity yaw & pitch
2022-12-15 17:47:46 +08:00
BruceChen
7ee08092d4 legacy color support 2022-12-14 14:45:51 +08:00
BruceChen
7900108763 Bug fix 2022-12-11 17:31:37 +08:00
BruceChen
94a3c92b36 Bug fix 2022-12-11 16:30:45 +08:00
BruceChen
127978615c Update tip message 2022-12-11 14:54:11 +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
ReinforceZwei
597af24edb
ProxiedWebRequest: Support http/1.1 (#2357)
* ProxiedWebRequest: Support http/1.1

- Support chunked transfer
- Refactor the code

* Check cookie expire
2022-12-02 21:15:05 +08:00
BruceChen
2ad6d02d59 Display ETA when downloading. 2022-12-01 23:37:15 +08:00
BruceChen
28827b720a Support downloading updates via command. 2022-12-01 22:55:48 +08:00
BruceChen
3713fa2dbe Update Tomlet to 5.0.1 2022-11-30 22:29:55 +08:00
BruceChen
759eb888a6 Fix bug in "/entity near" 2022-11-30 22:17:02 +08:00
BruceChen
046f5ddbc6 Merge branch 'master' of https://github.com/MCCTeam/Minecraft-Console-Client 2022-11-30 18:02:37 +08:00
BruceChen
c77b3e705f
[SKIP_BUILD] Merge pull request #2353 from ITHackerstein/entitynear-command
entitynear: New command to interact with the entity closest to the player.
2022-11-30 18:00:44 +08:00
BruceChen
60bec055a5 Migrate to the "entity" command. 2022-11-30 17:58:29 +08:00
BruceChen
2331590588 Store the text resources of the setting file separately. 2022-11-30 16:22:48 +08:00
BruceChen
6c3bfb82ee Remove color code from text 2022-11-30 16:08:55 +08:00
ITHackerstein
5b471b518f EntityNear: Created a new command called 'entitynear' similar to the
'entity' command except it will interact with the entity closest to
the player.
2022-11-28 08:29:55 +01:00
BruceChen
ef39e8329c [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
BruceChen
f6a11dffdf Entitycmd: Replace Parse with TryParse 2022-11-25 10:30:51 +08:00
ITHackerstein
30861a92ee Entitycmd: Added try-catch statement around the Enum.Parse instruction 2022-11-24 08:30:45 +01:00
ITHackerstein
3d2b9b22a3 Entitycmd: Fixed a bug for which when passing as the second argument
the entity type the command will error out showing its usage
description.

Also now when the type of interaction isn't passed it shows a list
of all the entities with that type.
2022-11-23 10:52:44 +01:00
breadbyte
bde5f76d62
add en-us to available languages
fixes #2341
2022-11-16 12:51:49 +08:00
BruceChen
5d2589b10f Merge remote-tracking branch 'origin/master' into brigadier-dev 2022-11-07 15:39:46 +08:00
BruceChen
5a540f646c Update doc 2022-11-07 11:15:19 +08:00
BruceChen
09d4e71554
Change the way Crowdin integrates (#2329) 2022-11-06 21:21:21 +08:00
BruceChen
0b5a562f7f [SKIP_DEPLOY] Support account alias in configs 2022-11-06 16:20:38 +08:00