ORelio
981bae184a
Fix GetLocation() endianness ( #881 )
2020-03-05 21:38:09 +01:00
ORelio
2e52bdea39
Fix SessionCache.ini (Mojang now uses JWT)
...
Session IDs from Mojang are now JWT instead of UUID
2020-03-01 19:59:35 +01:00
MCUmbrella
7dafee8b13
Fix Appveyor build status
2020-02-28 23:47:19 +01:00
MCUmbrella
c7662524a7
Update README-zh-Hans.md
2020-02-28 23:47:19 +01:00
ORelio
9b9d4023bb
Remind in config that inventory is not implemented yet
2020-02-11 21:33:22 +01:00
Dusan Milutinovic
3995cf9c2b
Update and rename README.txt to README.md
...
Added detailed explanation for C# scripts.
Added new better styling which is easier to read
2020-02-11 20:59:36 +01:00
Dusan Milutinovic
e160fb7728
Update CSharpRunner.cs
...
Added support for including libraries via comments
Example: //using System.Net;
Build passing: http://i.pics.rs/Q8ntM.png
Tested.
2020-02-09 19:25:41 +01:00
Dusan Milutinovic
3438e20cb3
Update CSharpRunner.cs
...
Added System.Net to allow communication with the web.
2020-02-09 18:11:45 +01:00
rvankammen
921ec5aaf5
Added the 1.15.2 protocol
2020-02-09 14:27:26 +01:00
Mhowser
7df98a96b5
Added 1.15.1 protocol
2019-12-25 10:12:18 +00:00
ORelio
aba2ec79d1
Add 1.15.1 (1/2)
2019-12-25 11:11:55 +01:00
ORelio
f82b09af5a
Remove unnecessary Material115.cs
2019-12-14 14:44:53 +01:00
ORelio
c6f00ce686
Add support for Minecraft 1.15
...
See #834
2019-12-14 14:22:24 +01:00
ORelio
52d98538b3
Fix AutoRelog running twice on disconnection
...
Bug introduced in commit aaf1e8311b
Implement User-Initiated logout reason to ignore the second logout event
See #817
2019-12-08 22:24:20 +01:00
ORelio
94e96b11dd
Better handling of SocketException variants
...
See #817
2019-12-08 21:44:25 +01:00
ORelio
64d62373c9
Fix crash when a bot unloads in OnDisconnect()
...
See #817
2019-12-08 20:18:40 +01:00
ORelio
d1674a2d74
Fix conflict between TimeoutDetector and AutoRelog
...
Disable TimeoutDetector as soon as a kick message is detected
See #817
2019-11-24 12:49:03 +01:00
ORelio
96eda73dce
Mark Terrain & Movement as supported for 1.14.4
...
See #794 #820 #822
2019-11-01 12:07:57 +01:00
Pokechu22
6ac3cd90ee
Fix VarInt too big for player position and look
2019-10-29 19:53:28 +01:00
TheSnoozer
0529eb5162
Merge pull request #815 from TheSnoozer/add-debugging-to-VarInt-to-big
...
Add debugging to var int to big
2019-10-11 20:09:39 +02:00
TheSnoozer
1f53845841
fix some doc strings
2019-10-03 09:48:40 +02:00
TheSnoozer
d4aa63d1d3
fix some doc strings
2019-10-03 09:46:08 +02:00
TheSnoozer
851f634fae
https://github.com/ORelio/Minecraft-Console-Client/issues/811 : report the raw packet data whenever we get a VarInt too big
2019-10-03 09:38:49 +02:00
LittleWhole
550a1c060c
Fixed Chinese grammatical errors & added notice
2019-09-26 21:21:42 +02:00
ORelio
e1a041799b
Add PacketProxy debug tool for developers
...
See issues #808 and #195
2019-09-23 23:09:00 +02:00
TheSnoozer
aaf1e8311b
https://github.com/ORelio/Minecraft-Console-Client/issues/427 : TriggerOnLogin doesn't work when /reco
2019-09-23 22:32:28 +02:00
TheSnoozer
803532ce42
only attempt to convert the render distance to an int, if it looks like one
2019-09-23 22:32:28 +02:00
TheSnoozer
c6b4dc38d0
trim a string before tring to convert it to an int, if this still fails report it
2019-09-23 22:32:28 +02:00
TheSnoozer
3393e7e402
report the full path when loading any files which might help in troubleshooting files not found properly
2019-09-23 22:32:28 +02:00
TheSnoozer
46dd4bc35f
include a message where the settings are loaded from (might help for issues where the user's think the settings are not loaded)
2019-09-21 14:42:00 +02:00
TheSnoozer
f209130464
https://github.com/ORelio/Minecraft-Console-Client/issues/729 : allow to use GetServerPort/GetServerHost/GetUsername/GetUserUUID in MCC scripts
2019-09-21 14:42:00 +02:00
ORelio
877e50579d
Add connection timeout using server keepalives
...
Vanilla client will consider that connection has been lost
when no server keepalive was received during the last 30 seconds.
This commit implements a similar mechanism in MCC. See #802
2019-09-15 17:01:53 +02:00
ORelio
1406c00abd
Fix SocketException causing InvalidDataException
...
See #788
2019-08-20 12:44:45 +02:00
ORelio
237353498c
Fix TriggerOnLogin in ScriptScheduler w/ AutoRelog
...
Thanks @Nafana for pointing it out in #629
2019-08-04 15:52:44 +02:00
0Jumpero
10790f2982
Changed the protocol version
...
I got the wrong protocol version previously. Got the right one from https://wiki.vg/Protocol_version_numbers for the live version on Minecraft
2019-07-20 20:40:57 +02:00
0Jumpero
84e790e9ce
Add 1.14.4 support
2019-07-20 20:40:57 +02:00
0Jumpero
e50ee940f2
Add 1.14.4 support
2019-07-20 20:40:57 +02:00
Sheldon Rupp
81261c96f2
Add 1.14.3 support
2019-07-16 17:12:42 +02:00
ORelio
e7c664648e
AutoRelog: Hide "Loaded message:" lines by default
...
when debugmessages=false (#740 )
2019-05-30 11:48:57 +02:00
ORelio
9372d81738
AutoRelog: Add debug messages ( #740 )
2019-05-30 11:45:43 +02:00
ORelio
5b28179444
Auto-disable inventories when not supported
...
See #738
2019-05-30 11:34:08 +02:00
ORelio
084668b621
Mark 1.14.2 Terrain as supported
...
See #741
2019-05-30 11:25:45 +02:00
xdavidwu
49e1e76538
Add 1.14.2 support
...
Yet another version bump for Minecraft bugfix release.
Chat support tested and worked.
2019-05-30 11:25:45 +02:00
xPenguinx
9c0e3f3bcb
Close Window & Toggle Setting
2019-05-28 18:53:40 +02:00
xPenguinx
5895a4161f
Started to implement inventory handling
2019-05-28 18:53:40 +02:00
ORelio
76def0d56b
Fix crash on terrain and movements not implemented ( #736 )
2019-05-25 18:09:22 +02:00
ORelio
4964860679
Mark 1.14.1 terrain as supported
...
1.14.1 Material IDs are the same as 1.14.
See #728 and #736
2019-05-25 18:03:48 +02:00
xdavidwu
f99fb5886b
1.14.1 support
2019-05-14 19:53:29 +02:00
ORelio
4c1640bc5b
Fix Block.cs constructor ambiguity
...
World.cs GetBlock() was calling the wrong one (id+meta),
causing InvalidOperationException when global Palette
does not support setting metadata. See #716
2019-05-01 23:15:24 +02:00
ORelio
0d58fb9063
MC 1.14 Terrain support ( #703 )
...
Minecraft 1.14 is now fully supported.
- Implement NBT parsing to skip NBT field in chunk data
- Update lighting data format in Chunk Data parsing
- Move Chunk Data parsing into Protocol18Terrain.cs
- Improve PaletteGenerator to greatly reduce palette files sizes
- Re-Generate Palette113.cs to reduce its size (378 Kib -> 50 Kib)
- Generate Palette114.cs (57 Kib instead of 516 Kib with prev format)
- Update Material.cs and MaterialExtensions.cs for new block types
2019-05-01 15:31:34 +02:00