1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 23:44:38 +00:00

Commit graph

  • dd24110019 add derive mcbufreadable/writable mat 2022-04-26 22:58:18 +00:00
  • 5736a790d3 write some readmes mat 2022-04-26 15:37:31 +00:00
  • e5fcfa1193 default implementation for read and write Vec<T> mat 2022-04-26 15:33:41 +00:00
  • f9528a9f9a work on adding more stuff for recipes mat 2022-04-26 15:13:47 +00:00
  • 15b4dd6bd1 Merge branch 'main' into update-recipes-packet mat 2022-04-25 16:18:39 +00:00
  • b9c874249f write example code mat 2022-04-25 16:18:12 +00:00
  • e4e8cae0e3 start adding update recipes packet mat 2022-04-24 23:02:21 -05:00
  • d6f0449344 remove debug prints mat 2022-04-24 22:55:11 -05:00
  • dac943e3d7
    Merge pull request #3 from mat-1/auth mat 2022-04-25 03:50:17 +00:00
  • f4dd3a9293 ENCRYPTION WORKS!!!!!!!!!!! mat 2022-04-24 22:46:41 -05:00
  • 4c00bd8865 Add ServerboundKeyPacket mat 2022-04-24 19:28:29 -05:00
  • 3e507f0db4 Merge branch 'main' into auth mat 2022-04-24 17:37:57 -05:00
  • b7641ff308 1.18.2 support mat 2022-04-24 16:18:51 -05:00
  • 97d392f4e5 fix warnings in azalea-nbt mat 2022-04-24 14:56:46 -05:00
  • 59ef945094 fix writing wrong ids in nbt mat 2022-04-24 14:53:01 -05:00
  • b43ad19636 remove an unused thing from dependencies mat 2022-04-24 14:44:02 -05:00
  • 7a272c216b Vec<Tag> to [Tag] Ubuntu 2022-04-23 04:28:19 +00:00
  • 46454793e0 clean up some code Ubuntu 2022-04-23 04:14:19 +00:00
  • 3a6810ca1d vroom vroom mat 2022-04-22 22:38:42 -05:00
  • 3057ae8b4a maybe optimization mat 2022-04-22 20:49:42 -05:00
  • b03d3da659 inline reading in nbt decoding mat 2022-04-22 18:23:29 +00:00
  • 99652200aa simplify nbt list optimization mat 2022-04-22 18:03:57 +00:00
  • 7df6522489 remove irrelevant comment mat 2022-04-22 14:51:03 +00:00
  • 67c6e33344 fix nbt decode benchmark mat 2022-04-22 00:52:22 -05:00
  • 1bbd8b99b3 nbt optimizations mat 2022-04-22 05:02:45 +00:00
  • 39d77475d3 remove some useless code mat 2022-04-22 04:37:45 +00:00
  • 248f752748 simplify error handling mat 2022-04-22 04:33:58 +00:00
  • 7cdd417145 add files mat 2022-04-22 00:13:45 +00:00
  • c31c6fa7d0 change to not ping mat 2022-04-22 00:10:24 +00:00
  • 03d14e13f2 make benchmarks work again mat 2022-04-21 18:08:33 +00:00
  • 3beb58189b tokio features in az-nbt mat 2022-04-21 17:24:20 +00:00
  • 2c848ebaa5 Set carried item and update tags packets mat 2022-04-21 15:25:46 +00:00
  • 298d30ad08 make PlayerAbilitiesFlags its own thing mat 2022-04-20 18:03:42 +00:00
  • 8bd97c6c96 add player abilities packet mat 2022-04-20 16:28:31 +00:00
  • c5f10af09d write some readmes mat 2022-04-20 15:24:25 +00:00
  • 65dd2eacc2 Merge branch 'declare-commands-packet' mat 2022-04-19 21:29:07 -05:00
  • df318dba73 Fix declare_state_packets mat 2022-04-19 21:24:42 -05:00
  • 5306d99e33 allow trailing commas in declare_state_packets mat 2022-04-19 20:37:42 -05:00
  • cafa4dd76f Fix declare_state_packets mat 2022-04-19 21:24:42 -05:00
  • a3fad4765b reorder some packets mat 2022-04-19 21:03:10 -05:00
  • a45eb6deb2 allow trailing commas in declare_state_packets mat 2022-04-19 20:37:42 -05:00
  • 58e58dfa8f Merge branch 'main' into declare-commands-packet mat 2022-04-19 20:35:21 -05:00
  • 5fd87615cf
    Merge pull request #1 from mat-1/brigadier mat 2022-04-20 01:34:12 +00:00
  • d09762f5d3
    Merge pull request #2 from mat-1/state-packets-macro mat 2022-04-20 01:33:55 +00:00
  • bc22faf3b0 remove a couple of imports mat 2022-04-19 20:33:17 -05:00
  • cbdab27cb5 add declare_state_packets to the other states mat 2022-04-19 19:17:36 -05:00
  • 9633874d23 finish declare_state_packets implementation mat 2022-04-19 18:53:13 -05:00
  • c04a28621e start adding more stuff mat 2022-04-19 00:53:51 -05:00
  • f60426cd5a start adding declare_state_packets mat 2022-04-19 00:48:13 -05:00
  • be194c1ca1
    Merge branch 'main' into brigadier mat 2022-04-19 03:56:36 +00:00
  • 751098b636 start working on declare commands packet mat 2022-04-18 22:38:53 -05:00
  • 78e692efc3 move tests into tests directory mat 2022-04-18 19:45:32 -05:00
  • b8ceb56e71 move parsers into arguments mat 2022-04-18 19:38:08 -05:00
  • 8d71fbf813 change a BTreeMap to a HashMap mat 2022-04-18 18:14:25 +00:00
  • b3864af9c4 split stuff into more modules mat 2022-04-18 18:13:15 +00:00
  • 17d9f676cc general cleanup mat 2022-04-18 17:59:21 +00:00
  • e2c6131ac9 fix issues with clippy mat 2022-04-18 15:35:02 +00:00
  • bd83459bb1 remove temporary comments mat 2022-04-18 15:31:32 +00:00
  • 3f87fc5068 add find_node mat 2022-04-18 15:28:25 +00:00
  • d25c9926d7 add get_path mat 2022-04-18 15:18:54 +00:00
  • b7d4b437dc add more tests mat 2022-04-18 00:42:21 -05:00
  • 1d28c7cfb5 forking stuff mat 2022-04-17 21:38:57 -05:00
  • d68233e0b1 simplify the <S> generic so it's not an Rc mat 2022-04-17 20:46:43 -05:00
  • af4b0d0add Implement working redirects mat 2022-04-17 18:36:14 -05:00
  • 14625e2bce Change ArgumentBuilder to have a CommandNode mat 2022-04-17 18:17:20 -05:00
  • e945bfac77 more tests and start adding redirects mat 2022-04-17 18:08:19 -05:00
  • 6f3c41e01c add .requires mat 2022-04-17 16:52:34 -05:00
  • 2e90422561 Fix clippy issues and add a couple tests to dispatcher mat 2022-04-17 15:57:28 -05:00
  • 10cd1733cb add execute & get_integer mat 2022-04-17 14:40:26 -05:00
  • 82ed6baea5 Clean up some old stuff mat 2022-04-17 14:03:21 -05:00
  • a72a47ced7 Rewrite brigadier mat 2022-04-17 14:02:13 -05:00
  • 747bfa568c Add doc to gitignore mat 2022-04-16 14:56:27 -05:00
  • 4ff67d4917 a mat 2022-02-03 02:16:24 +00:00
  • 1b88888151 f mat 2022-02-02 07:57:50 -06:00
  • d9e52f8d96 b mat 2022-02-01 00:12:46 -06:00
  • 30a86e1de5 bbbbbbbbbbbb Ubuntu 2022-01-20 00:49:10 +00:00
  • 760816c81f stuff mat 2022-01-13 20:08:53 -06:00
  • eb111be1f1 a Ubuntu 2022-01-13 00:43:09 +00:00
  • 270507736a a Ubuntu 2022-01-12 00:40:43 +00:00
  • cc4fe62fc8 adfsfasdfaSDQAWERTERYTUYghyubnjnrdfxcv etgvbhy0ujn- mat 2022-01-11 00:01:47 -06:00
  • 60b129b3a6 progress mat 2022-01-10 20:29:46 -06:00
  • cb4d871f6f work a bit on brigadier Ubuntu 2022-01-11 00:42:30 +00:00
  • fec7a2bfed AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA mat 2022-01-09 23:46:23 -06:00
  • 315f225819 add some more stuff from brigadier mat 2022-01-09 22:33:45 -06:00
  • d56f60c05f add all the string reader tests mat 2022-01-09 15:40:54 -06:00
  • c7554b40d5 add some more tests mat 2022-01-09 15:13:08 -06:00
  • 4626bd45cd fix a couple tests mat 2022-01-09 14:58:14 -06:00
  • 8331851d97 string reader mat 2022-01-09 14:50:41 -06:00
  • d959fb2d0c add string_reader mat 2022-01-09 00:14:39 -06:00
  • e3ecb607b8 add argument type trait mat 2022-01-03 22:53:53 -06:00
  • bd87cbb443 create all empty brigadier modules mat 2022-01-03 13:36:02 -06:00
  • 96eba2b39a difficulty packet mat 2022-01-03 00:14:41 -06:00
  • 394f996df2 fix random warnings mat 2022-01-02 17:42:41 -06:00
  • 45871fc01e better parsing for entire login packet mat 2022-01-02 17:40:18 -06:00
  • 094c210dad switch all current macro types to the new system mat 2022-01-02 17:19:04 -06:00
  • bb566aa541 implement for Vec<u8> mat 2022-01-02 17:07:01 -06:00
  • bb57273f48 start improving packet macros mat 2022-01-02 17:03:34 -06:00
  • 3ec7352da2 add macro for a couple more packets mat 2022-01-02 00:03:04 -06:00
  • a1afbb6031 start adding packet macros mat 2022-01-01 23:55:19 -06:00
  • e81b85dd5b add a couple more packets mat 2022-01-01 19:44:51 -06:00