Commit Graph

518 Commits

Author SHA1 Message Date
1f7d07b279 fix finish number error 2021-05-25 22:03:14 +08:00
c44af2bf34 NBT convert part 1 2021-05-25 20:10:57 +08:00
69601cec28 Fix Unquoted String scanning 2021-05-25 16:13:55 +08:00
5320722ed0 Scan List and Array 2021-05-25 14:25:08 +08:00
0c0459d69d Scan compound 2021-05-25 12:49:57 +08:00
6846e10bb6 Scan numbers 2021-05-25 00:47:57 +08:00
1b38773435 first commit 2021-05-24 22:25:44 +08:00
29ce46a244 Minor changes that don't matter 2021-05-24 13:08:06 +08:00
7d4f4db36a pk.NBT() support parameter optionalTagName 2021-05-24 12:49:48 +08:00
cfde0f6e79 Example for #101 2021-05-24 12:28:51 +08:00
7e61872f46 opt bitstorage 2021-04-04 11:36:56 +08:00
45340d4f3a document for BitStorage 2021-04-04 11:06:46 +08:00
0344f49f28 security update 2021-04-04 10:37:22 +08:00
4976a5e72d chunk example fix 2021-04-04 10:29:30 +08:00
086b77f389 adjust nbt encoding api 2021-04-04 01:09:45 +08:00
78d56a0c50 optimized offline uuid calculation 2021-04-04 00:54:01 +08:00
6558738f48 support encoding map #98 2021-04-02 13:42:05 +08:00
0bd427af06 pk.NBT shouldn't panic: #98 2021-04-02 12:28:22 +08:00
c6255de745 pk.Ary support pointer of slice for WriteTo() #98 2021-04-02 09:29:51 +08:00
c4c4ebeda8 Add tests and examples for pk.Opt and pk.Tuple. 2021-04-02 01:16:43 +08:00
6a7ecbf7c6 Fix bugs with pk.Ary. Add tests and examples. 2021-04-02 00:30:45 +08:00
c1a2ac35ec Merge remote-tracking branch 'origin/master' into master 2021-03-31 19:08:56 +08:00
075a3d3a0a Example of Chunk packet. NOT TESTED 2021-03-31 19:08:33 +08:00
adf77e2661 linear palette 2021-03-31 16:00:15 +08:00
553b697023 Create codeql-analysis.yml 2021-03-15 09:38:05 +08:00
0acecb936d Allowed to not draw big picture 2021-03-14 13:36:22 +08:00
91e7ffa464 Fix #95 2021-03-14 13:35:09 +08:00
7f91383a1d Example genmaps doesn't open all files at the same time. To avoid "too many open files" error in linux. 2021-03-13 13:01:07 +08:00
8dbb96cdfd generate the big map 2021-03-13 12:19:55 +08:00
c0c03e25e0 Fix genmaps palette problem 2021-03-13 11:45:19 +08:00
24c057da26 Parallelization genmaps 2021-03-13 10:13:50 +08:00
03eada08a2 tidy the go.mod 2021-03-12 22:42:26 +08:00
d132c78111 Map image generator 2021-03-12 22:39:39 +08:00
053ea434d3 Simplify BitStorage implement 2021-03-12 22:38:51 +08:00
f0afbb7fa0 BitStorage implement like mojang 2021-03-12 21:56:04 +08:00
951bedbb13 Fix tests, changes pk.NBT api 2021-02-28 15:14:52 +08:00
b8a3f1a094 Update docs 2021-02-28 13:06:42 +08:00
fb1d3a3506 Part of refactor 2021-02-27 20:20:17 +08:00
918fffed1f Fix bug: Write pk.Boolean encode error 2021-02-27 20:19:32 +08:00
260805c0b1 Fix bug: ReadByte return EOF when read success 2021-02-27 20:18:41 +08:00
a7bf3b683f Rename cmd -> examples 2021-02-27 15:00:25 +08:00
8e7ac43bf5 Add generic event 2021-02-27 14:49:11 +08:00
3b83aaf8ae Send client settings 2021-02-27 01:37:05 +08:00
21207830c0 Fix over-read bug of go-mc/net packet 2021-02-27 01:15:44 +08:00
3da9321f59 Refactoring package go-mc/bot 2021-02-27 01:06:07 +08:00
e864580903 Add test of over-read 2021-02-27 01:02:33 +08:00
f8b3501b60 Fix other code for compatible with new go-mc/net packet 2021-02-25 20:22:06 +08:00
27a30efe7b Change conn.ReadPacket for reuse of the buffer 2021-02-25 14:24:28 +08:00
5feb25895e Update github actions settings 2021-02-25 12:47:29 +08:00
a0ec60eca2 Implement PacketBuilder. close #46 2021-02-25 12:43:46 +08:00