Commit Graph

  • 943a58b5c1 Bump reqwest to 0.11.8. Closes #635 ice_iix 2021-12-24 08:44:14 -0800
  • ceb8cc0835 Bump serde_json to 1.0.73. Closes #633 ice_iix 2021-12-24 08:43:50 -0800
  • d89f4503cf Bump serde to 1.0.132. Closes #634 ice_iix 2021-12-24 08:41:30 -0800
  • faca0a7f1a Bump instant to 0.1.12. Closes #624 ice_iix 2021-12-24 08:40:27 -0800
  • af2342165d Bump structopt to 0.3.25. Closes #623 ice_iix 2021-12-24 08:39:58 -0800
  • daecafa257 Update Cargo.lock ice_iix 2021-12-24 08:39:43 -0800
  • 5e975ee833 Bump console_error_panic_hook to 0.1.7. Closes #622 ice_iix 2021-12-24 08:38:14 -0800
  • 4b0da5c3bf Bump dirs to 4.0.0. Closes #617 ice_iix 2021-12-24 08:37:44 -0800
  • f52b699b66 Bump wasm-bindgen to 0.2.78. Closes #616 ice_iix 2021-12-24 08:37:00 -0800
  • 4d15f0ed67 Bump flate2 to 1.0.22. Closes #614 ice_iix 2021-12-24 08:36:41 -0800
  • 23650c070f
    build(deps): bump reqwest from 0.11.4 to 0.11.8 dependabot[bot] 2021-12-20 21:16:54 +0000
  • 4edb23f787
    build(deps): bump serde from 1.0.130 to 1.0.132 dependabot[bot] 2021-12-16 21:15:44 +0000
  • 4b11161357
    build(deps): bump serde_json from 1.0.66 to 1.0.73 dependabot[bot] 2021-12-14 21:14:35 +0000
  • 5a38f44267
    build(deps): bump serde from 1.0.130 to 1.0.131 dependabot[bot] 2021-12-09 21:37:55 +0000
  • c424a6030d
    build(deps): bump reqwest from 0.11.4 to 0.11.7 dependabot[bot] 2021-11-30 21:17:16 +0000
  • ce90098047
    build(deps): bump serde_json from 1.0.66 to 1.0.72 dependabot[bot] 2021-11-25 21:12:41 +0000
  • f2fa3d97b4
    build(deps): bump serde_json from 1.0.66 to 1.0.71 dependabot[bot] 2021-11-17 21:12:11 +0000
  • fb515b81c4
    build(deps): bump serde_json from 1.0.66 to 1.0.70 dependabot[bot] 2021-11-15 21:16:15 +0000
  • faa5f529de
    build(deps): bump serde_json from 1.0.66 to 1.0.69 dependabot[bot] 2021-11-05 21:14:47 +0000
  • 636893fc93
    build(deps): bump reqwest from 0.11.4 to 0.11.6 dependabot[bot] 2021-10-19 21:13:07 +0000
  • 42f91ad1e0
    build(deps): bump instant from 0.1.10 to 0.1.12 dependabot[bot] 2021-10-18 21:21:14 +0000
  • 010f678db1
    build(deps): bump structopt from 0.3.22 to 0.3.25 dependabot[bot] 2021-10-18 21:21:04 +0000
  • fde2d83c5c
    build(deps): bump console_error_panic_hook from 0.1.6 to 0.1.7 dependabot[bot] 2021-10-11 21:15:38 +0000
  • ccd76aa38a
    build(deps): bump reqwest from 0.11.4 to 0.11.5 dependabot[bot] 2021-10-07 21:10:27 +0000
  • 080851353c
    Update to Rust 1.55.0 (#618) iceiix 2021-09-29 17:06:29 -0700
  • dd0559e037
    build(deps): bump instant from 0.1.10 to 0.1.11 dependabot[bot] 2021-09-23 21:14:36 +0000
  • 47e0d3e16b Update to Rust 1.55.0 ice_iix 2021-09-18 09:21:00 -0700
  • 62f2c704bd
    build(deps): bump dirs from 3.0.2 to 4.0.0 dependabot[bot] 2021-09-16 21:18:02 +0000
  • 319c7761ac
    build(deps): bump wasm-bindgen from 0.2.76 to 0.2.78 dependabot[bot] 2021-09-15 21:11:11 +0000
  • aac9601c76
    build(deps): bump serde_json from 1.0.66 to 1.0.68 dependabot[bot] 2021-09-14 21:14:39 +0000
  • 895877ef12
    build(deps): bump flate2 from 1.0.20 to 1.0.22 dependabot[bot] 2021-09-13 21:14:39 +0000
  • e2ca0b865c
    build(deps): bump wasm-bindgen from 0.2.76 to 0.2.77 dependabot[bot] 2021-09-08 21:12:31 +0000
  • cd81427228 cargo fmt async_tcp ice_iix 2021-09-06 18:18:29 -0700
  • 842990e559 Stubs for AsyncRead, AsyncWrite trait implementations ice_iix 2021-09-06 18:18:18 -0700
  • f4e13c66ab Remove async, which compiles in steven_protocol but main then fails to build since the Future isn't awaited ice_iix 2021-09-06 17:48:34 -0700
  • 4b84324be8 Restore sync ice_iix 2021-09-06 17:46:23 -0700
  • e2d5f6fd1d Change to implement Async{Read,Write} for Conn ice_iix 2021-09-06 17:42:23 -0700
  • 1df50a9de0 Begin converting to awaiting on TcpStream ice_iix 2021-09-06 17:38:57 -0700
  • fda2e6d5ef protocol: add direct tokio dependency ice_iix 2021-09-06 17:24:39 -0700
  • 4cbbad0dc2
    build(deps): bump serde_json from 1.0.66 to 1.0.67 dependabot[bot] 2021-09-05 20:31:48 +0000
  • cfcc7d2a1f
    1.17.1 (756) protocol (#605) iceiix 2021-09-05 13:30:32 -0700
  • dd409095e2 Add EditBook packet variant https://wiki.vg/index.php?title=Protocol&oldid=16918#Edit_Book ice_iix 2021-09-05 12:50:59 -0700
  • c627852e0f readme: add 1.17.1 (756) ice_iix 2021-09-05 12:46:38 -0700
  • fb4f60b858 protocol: rename to WindowPong to clarify related purpose ice_iix 2021-09-05 12:46:30 -0700
  • a04cda6f4b build: pin to wasm-pack 0.10.0 ice_iix 2021-09-05 12:05:51 -0700
  • c121f7a9ac server: handle TeleportPlayer_WithDismount, fixes world loading ice_iix 2021-09-05 11:50:27 -0700
  • fbd4aba971 Fix many Particle packet variant definitions ice_iix 2021-09-05 09:59:50 -0700
  • 712801093d metadata: add PoseData::LongJumping ice_iix 2021-09-05 08:22:14 -0700
  • 99e62b8826 world: load_chunk19_to_117: accept 64-bit mask ice_iix 2021-09-05 08:10:42 -0700
  • dd9155d712 protocol: update Cargo.lock for serde_json 1.0.130 ice_iix 2021-09-05 08:08:49 -0700
  • aaca31bece world: add num_sections to self.load_chunk19_or_115 ice_iix 2021-09-05 07:57:16 -0700
  • 8c7655c429 Cargo fmt ice_iix 2021-09-04 18:56:35 -0700
  • 4b587315ee Add ClickWindow_State variant, https://wiki.vg/index.php?title=Protocol&oldid=16918#Click_Window ice_iix 2021-09-04 18:55:53 -0700
  • fa2e0f006e Add 'Pong' packet (unknown: https://wiki.vg/index.php?title=Protocol&oldid=16918#Pong_2); serverbound packet ID shifts ice_iix 2021-09-04 18:39:46 -0700
  • a5d849e150 Add ClientSettings_Filtering variant https://wiki.vg/index.php?title=Protocol&oldid=16918#Client_Settings ice_iix 2021-09-04 18:22:18 -0700
  • 181821d968 Use consistent names for Tags packet variants ice_iix 2021-09-04 18:19:33 -0700
  • ba264e13c7 Add EntityProperties_VarIntVarInt variant, using VarInts in both fields https://wiki.vg/index.php?title=Protocol&oldid=16918#Entity_Properties ice_iix 2021-09-04 18:17:16 -0700
  • 0fdec6905c Add SpawnPosition_Angle variant, https://wiki.vg/index.php?title=Protocol&oldid=16918#Spawn_Position ice_iix 2021-09-04 18:11:28 -0700
  • 5e7c1212ff Add ResourcePackSend_Prompt variant https://wiki.vg/index.php?title=Protocol&oldid=16918#Resource_Pack_Send ice_iix 2021-09-04 18:06:12 -0700
  • b5a0d0cc6c Add UpdateLight_Arrays variant https://wiki.vg/index.php?title=Protocol&oldid=16918#Update_Light ice_iix 2021-09-04 17:52:42 -0700
  • b871f0c07c Add WorldBorderInit 0x20 https://wiki.vg/index.php?title=Protocol&oldid=16918#Initialize_World_Border ice_iix 2021-09-04 17:42:42 -0700
  • 1982431991 Add Explosion_VarInt packet variant ice_iix 2021-09-04 17:36:53 -0700
  • 83bbb9fe4f
    gl: Update to glow 0.11.0 (#594) dependabot[bot] 2021-09-01 19:21:49 -0700
  • 58d6ac8599 Fix clippy::new_without_default ice_iix 2021-09-01 19:05:21 -0700
  • 594046dbc1 Revert "gl: remove Default in glow newtypes" ice_iix 2021-09-01 18:59:21 -0700
  • e3f319669f gl: remove Default in glow newtypes ice_iix 2021-09-01 18:44:41 -0700
  • 05faeee083 Add WindowSetSlot_State ice_iix 2021-09-01 17:44:31 -0700
  • be81947fe4 Add WindowItems_StateCarry variant, split WindowItems_i16 ice_iix 2021-09-01 17:26:39 -0700
  • f63d6c3c2f Merge branch 'master' into 1.17.1 ice_iix 2021-09-01 17:12:30 -0700
  • 203f9f65f4
    build(deps): bump structopt from 0.3.22 to 0.3.23 dependabot[bot] 2021-08-30 21:14:20 +0000
  • 75b862503a
    build(deps): bump flate2 from 1.0.20 to 1.0.21 dependabot[bot] 2021-08-30 21:14:08 +0000
  • 795f5ec01c
    build(deps): bump glow from 0.10.0 to 0.11.0 dependabot[bot] 2021-08-30 01:46:56 +0000
  • 0d5feb9454 build(deps): update serde, wasm-bindgen, web-sys ice_iix 2021-08-29 18:44:00 -0700
  • 3ae7e0e178
    Fix transparency while ingame (#592). Fixes #570 terrarier2111 2021-08-30 03:25:35 +0200
  • 030e552e01 cargo fmt ice_iix 2021-08-29 17:59:49 -0700
  • 4f9e1ca47b world: begin handling on_chunk_data_biomes3d_bitmasks ice_iix 2021-08-29 16:43:38 -0700
  • 8c8ddc7e73 Add ChunkData_Biomes3D_Bitmasks packet variant, bitmask is now an array https://wiki.vg/index.php?title=Protocol&oldid=16918#Chunk_Data ice_iix 2021-08-29 16:33:10 -0700
  • ca139d53fd Add TeleportPlayer_WithDismount packet variant ice_iix 2021-08-29 16:25:19 -0700
  • 4e5cb66046 Fix TagsNested missing tag_type, add TagsGroup ice_iix 2021-08-29 16:22:41 -0700
  • 27b5eabad8 Add TagsNested packet variant ice_iix 2021-08-29 16:17:34 -0700
  • 7f89a72a8b 1.17.1 packet id shifts, new packets ice_iix 2021-08-29 16:08:26 -0700
  • 480d923dd1 Copy from 1.16.4 ice_iix 2021-08-29 15:28:30 -0700
  • 6e26e198ce
    build(deps): bump serde from 1.0.127 to 1.0.129 dependabot[bot] 2021-08-24 21:15:51 +0000
  • d20f459775
    Stop mentioning the project is "just for fun" and "will not go anywhere" Bart Ribbers 2021-08-24 21:24:08 +0200
  • 51f73dfd8e
    build(deps): bump serde from 1.0.127 to 1.0.128 dependabot[bot] 2021-08-23 21:11:25 +0000
  • e12b6c74dd
    build(deps): bump wasm-bindgen from 0.2.75 to 0.2.76 dependabot[bot] 2021-08-19 21:15:13 +0000
  • 19d97d9848
    Fix transparency while in gui terrarier2111 2021-08-17 20:59:04 +0200
  • f396684bb8
    Fix transparency while ingame terrarier2111 2021-08-17 20:56:58 +0200
  • 0cd3ac783f
    build(deps): bump web-sys from 0.3.51 to 0.3.52 dependabot[bot] 2021-08-16 21:13:54 +0000
  • 755aaf9ede
    Update protocol crate dependencies (#590), closes #587 iceiix 2021-08-16 07:22:01 -0700
  • cd1502c18c cargo fmt --all ice_iix 2021-08-15 19:14:29 -0700
  • b3bd43a49a protocol: bump aes to 0.7.4, cfb8 to 0.7.1 ice_iix 2021-08-15 18:57:51 -0700
  • 31dfba1217 protocol: bump num-traits to 0.2.14 ice_iix 2021-08-15 18:51:24 -0700
  • 49da7c2027 protocol: bump sha-1 to 0.9.7 ice_iix 2021-08-15 18:50:09 -0700
  • d45e47e995 protocol: bump hex to 0.4.3 ice_iix 2021-08-15 18:48:36 -0700
  • 107d4f4f4a protocol: bump serde to 1.0.127, updates #586 ice_iix 2021-08-15 18:45:07 -0700
  • 96809a1848
    build(deps): bump serde from 1.0.126 to 1.0.127 (#586) dependabot[bot] 2021-08-15 18:43:03 -0700
  • 3eb735eb48
    build(deps): bump wasm-bindgen from 0.2.74 to 0.2.75 (#585) dependabot[bot] 2021-08-15 18:42:54 -0700
  • 2a982f2444
    Fix transparency ingame terrarier2111 2021-08-13 14:33:49 +0200
  • 1a9e8d406c
    Merge pull request #580 from iceiix/rust1.54 iceiix 2021-08-05 07:00:13 -0700