Commit Graph

  • abbc58b9ef
    deps: update reqwest, wasm-bindgen, serde_json, image (#516) iceiix 2021-03-06 16:47:38 -0800
  • e5e551ba0c
    build(deps): bump glow from 0.7.2 to 0.8.0 dependabot-preview[bot] 2021-03-05 05:17:55 +0000
  • 3b51180930 cargo update ice_iix 2021-03-03 19:44:37 -0800
  • a62accf753 Bump image to 0.23.14, closes #515 ice_iix 2021-03-03 19:39:57 -0800
  • 0210ed0087 Bump serde_json to 1.0.64, closes #514 ice_iix 2021-03-03 19:39:41 -0800
  • 9141120616 Bump wasm-bindgen to 0.2.71, closes #513 ice_iix 2021-03-03 19:38:31 -0800
  • 4e8665f176 Bump reqwest to 0.11.1, closes #504 ice_iix 2021-03-03 19:38:17 -0800
  • 8cecbb37e3
    server: fix block placement in 1.16 (#512) Kezi 2021-03-04 04:34:36 +0100
  • e3845a0dbf
    protocol: fix panic in chat formatting, closes #505 (#506) Kezi 2021-03-04 04:28:43 +0100
  • d7b7216315 server: thread_rng is a CSPRNG, closes #508 ice_iix 2021-03-03 19:11:56 -0800
  • 9dc86ca134
    build(deps): bump image from 0.23.13 to 0.23.14 dependabot-preview[bot] 2021-03-03 05:17:39 +0000
  • 7a728ded13
    build(deps): bump serde_json from 1.0.62 to 1.0.64 dependabot-preview[bot] 2021-03-01 06:19:21 +0000
  • b423f19288
    build(deps): bump wasm-bindgen from 0.2.70 to 0.2.71 dependabot-preview[bot] 2021-03-01 06:18:34 +0000
  • 18334e1d9f fmt Kezi Olio 2021-02-27 19:28:23 +0100
  • ae94f499bc fix block placement in 1.16 Kezi Olio 2021-02-27 19:13:48 +0100
  • 100057ef04
    build(deps): bump serde_json from 1.0.62 to 1.0.63 dependabot-preview[bot] 2021-02-26 05:48:21 +0000
  • e08b113db4 fmt Kezi Olio 2021-02-21 23:20:23 +0100
  • a7f61d741b remove panic on chat thing Kezi Olio 2021-02-21 22:51:01 +0100
  • d9347f2da5
    build(deps): bump reqwest from 0.11.0 to 0.11.1 dependabot-preview[bot] 2021-02-19 05:17:09 +0000
  • 995cf981c5 main: remove console chat activation, updates #479 ice_iix 2021-02-18 17:40:45 -0800
  • fe42261b31
    build(deps): bump cgmath from 0.17.0 to 0.18.0 dependabot-preview[bot] 2021-02-06 21:51:17 +0000
  • 7dcbac2a5d
    Update dependencies: serde, log, rand, flate2, image (#502) iceiix 2021-02-06 13:49:49 -0800
  • abe014468f cargo update all modules ice_iix 2021-02-06 09:30:00 -0800
  • 07cd67a794 Bump image to 0.23.13. Closes #501 ice_iix 2021-02-06 09:25:54 -0800
  • 6e51d6e288 Bump flate2 to 1.0.20. Closes #500! ice_iix 2021-02-06 09:25:23 -0800
  • 4f3609a912 Bump rand to 0.8.3. Closes #499 ice_iix 2021-02-06 09:24:45 -0800
  • e3d2293549 Bump log to 0.4.14. Closes #498 ice_iix 2021-02-06 09:24:19 -0800
  • 21b5d4ceee Bump wasm-bindgen to 0.2.70. Closes #497 ice_iix 2021-02-06 09:23:22 -0800
  • f7a53ac56d Bump serde to 1.0.123. Closes #496 ice_iix 2021-02-06 09:22:32 -0800
  • d0fff1e022
    build(deps): bump image from 0.23.12 to 0.23.13 dependabot-preview[bot] 2021-02-05 05:18:17 +0000
  • 30eac0227c
    build(deps): bump flate2 from 1.0.19 to 1.0.20 dependabot-preview[bot] 2021-02-01 05:27:21 +0000
  • 35830c1e75
    build(deps): bump rand from 0.8.2 to 0.8.3 dependabot-preview[bot] 2021-01-27 05:17:27 +0000
  • 40e5fd456a
    build(deps): bump log from 0.4.13 to 0.4.14 dependabot-preview[bot] 2021-01-27 05:17:03 +0000
  • b1dd3ff854
    build(deps): bump wasm-bindgen from 0.2.69 to 0.2.70 dependabot-preview[bot] 2021-01-26 05:17:22 +0000
  • c83c1fe966
    build(deps): bump serde from 1.0.120 to 1.0.123 dependabot-preview[bot] 2021-01-26 05:16:59 +0000
  • 643a170093
    build(deps): bump serde from 1.0.120 to 1.0.122 dependabot-preview[bot] 2021-01-25 05:19:04 +0000
  • 3e3bcdc5da
    protocol, console, server: receive chat messages (#479) iceiix 2021-01-24 17:41:16 -0800
  • 5671c3ecdf console/main/server: activate on receiving chat messages ice_iix 2021-01-24 16:38:44 -0800
  • a37e1cf3f9 Use fmt::Display in on_servermessage not Debug ice_iix 2021-01-24 16:17:35 -0800
  • b89eef46c9 protocol/format: use extra text if present, fixes missing username on 1.16.5 ice_iix 2021-01-24 16:09:21 -0800
  • a776f26f48 server: bounce chat message variants to on_servermessage ice_iix 2021-01-24 15:41:15 -0800
  • 0f7f2ead33 Merge branch 'master' into chat ice_iix 2021-01-23 21:20:04 -0800
  • 6b961622aa
    forge: add FML2 protocol support (1.13.2-1.16.5+), fixes #400 (#494) iceiix 2021-01-23 13:47:30 -0800
  • db69e84dd7 Update readme, cleanup, format ice_iix 2021-01-23 13:22:22 -0800
  • ceefeb2e11 Fix forge:modid CommandNode ice_iix 2021-01-23 12:18:08 -0800
  • 3728b5cfe0 protocol: CommandNode: add forge:modid, forge:enum ice_iix 2021-01-23 12:08:39 -0800
  • 416240f720 Fix writing outer packet ice_iix 2021-01-23 11:51:15 -0800
  • 7695863a3b protocol: log write_login_plugin_response() messages when network debugging ice_iix 2021-01-23 11:47:22 -0800
  • a44d693e1f Send login::LoginPluginResponse, not play::PluginMessageServerbound ice_iix 2021-01-23 11:30:52 -0800
  • 09e423dd1f protocol: double-wrapped write_fml2_handshake_plugin_message ice_iix 2021-01-23 09:27:42 -0800
  • 6ae092b16c protocol: move plugin message writing from Server to Conn; add write_fml2_handshake_plugin_message ice_iix 2021-01-23 09:16:42 -0800
  • a29b6b2c34 cargo fmt ice_iix 2021-01-23 08:44:17 -0800
  • c306d03e72 Send client-side packets ice_iix 2021-01-22 20:06:31 -0800
  • f2ffebdd89 server: match fml2 handshake message packets ice_iix 2021-01-22 19:18:44 -0800
  • 07fb3e965a protocol/forge: add fml2 handshake packets ice_iix 2021-01-22 19:08:03 -0800
  • 39f5cc8da8 Get inner packet channel ice_iix 2021-01-22 18:19:12 -0800
  • 13e4fccade server: begin parsing fml:loginwrapper inner packets ice_iix 2021-01-22 18:00:02 -0800
  • 167483c782 protocol: factor out read_raw_packet_from() ice_iix 2021-01-22 17:43:16 -0800
  • 1a257e2e90
    build(deps): bump glow from 0.7.1 to 0.7.2 (#493) dependabot-preview[bot] 2021-01-21 19:32:43 -0800
  • 20cc6e12c1 cargo fmt ice_iix 2021-01-21 18:54:28 -0800
  • 1a8b743232 protocol: send FML2 on fmlNetworkVersion: 2 ice_iix 2021-01-21 18:53:22 -0800
  • 24e6e7436f protocol: update Cargo.lock ice_iix 2021-01-21 18:52:41 -0800
  • b8ab20213c
    build(deps): bump glow from 0.7.1 to 0.7.2 dependabot-preview[bot] 2021-01-21 05:16:48 +0000
  • b929d055fa protocol: more gracefully handle no with ice_iix 2021-01-20 17:25:51 -0800
  • 2f7faf47ff protocol: update Cargo.lock ice_iix 2021-01-20 17:25:33 -0800
  • 317debb7eb Merge branch 'master' into chat ice_iix 2021-01-20 17:10:02 -0800
  • 72aec0c6a2
    blocks: fix hier block shift (#489), add tests (#492) iceiix 2021-01-20 17:07:27 -0800
  • b1ca345a7b blocks: add unit tests for #467 #469 #474 ice_iix 2021-01-20 16:51:18 -0800
  • eae327acb2 blocks: fix soul fire/soil, exclude from <1.13 ice_iix 2021-01-20 16:14:06 -0800
  • 50fa42f9de Merge branch 'master' into chat ice_iix 2021-01-20 15:53:26 -0800
  • d60a495425 deps: update getrandom, serde (#491, #490) ice_iix 2021-01-20 15:29:06 -0800
  • 3daa9c0b83
    console: configurable log levels, file logging (#359) (#488) iceiix 2021-01-20 15:22:28 -0800
  • 30429e9871
    build(deps): bump getrandom from 0.2.1 to 0.2.2 dependabot-preview[bot] 2021-01-20 05:51:00 +0000
  • 12bae77eee
    build(deps): bump serde from 1.0.119 to 1.0.120 dependabot-preview[bot] 2021-01-20 05:50:25 +0000
  • 76ab3951f3 console: configurable log levels ice_iix 2021-01-19 20:24:04 -0800
  • d1775c67d3 Refactor variable registration to console::register_vars ice_iix 2021-01-19 20:07:59 -0800
  • 324b05a25a Add log level configuration variables ice_iix 2021-01-19 20:03:40 -0800
  • b1b42f3698 console: change to log only Info and more important to terminal (but all to file) ice_iix 2021-01-19 19:50:37 -0800
  • f12c02219f Fix clippy new_without_default ice_iix 2021-01-19 19:35:25 -0800
  • f37a7b7645 console: write to log file (configdir/client.log) ice_iix 2021-01-19 19:32:36 -0800
  • 86160eeb58 Remove simplelog ice_iix 2021-01-19 19:25:06 -0800
  • 0f6e554d3b cargo fmt ice_iix 2021-01-19 08:25:39 -0800
  • 883a3d8a98 Reduce terminal log level to Info; file remains at Trace ice_iix 2021-01-18 19:55:46 -0800
  • 96810620e2 Use simplelog, combined terminal and file logging (#359) ice_iix 2021-01-18 19:43:59 -0800
  • c7bdb60d85
    CI enhancements: .app bundling, build .wasm (#486) iceiix 2021-01-18 19:05:29 -0800
  • c3a5fbab43 Fix double zipping ice_iix 2021-01-18 18:31:14 -0800
  • 0148b1a9a7 Fix windows exe path ice_iix 2021-01-18 18:24:31 -0800
  • 672c4d90fe macos: add Cmd-Q to quit ice_iix 2021-01-18 18:21:57 -0800
  • 76669c6b76 Try to remove the 'Move binary' step ice_iix 2021-01-18 18:05:02 -0800
  • edab45b449 Only run wasm-pack in web ice_iix 2021-01-18 18:01:08 -0800
  • 3ec2483644 ci: add www ice_iix 2021-01-18 17:46:14 -0800
  • 77e0d82b6d Fix clippy::redundant_clone ice_iix 2021-01-18 17:39:49 -0800
  • 7ef7c9fadc Add icons based on screenshotted logo ice_iix 2021-01-18 17:38:43 -0800
  • 780a581b2f caps ice_iix 2021-01-18 17:27:55 -0800
  • d5f6452268 main: use config from current working directory if it already exists, preserving compatibility with existing installations, but use OS config directories otherwise ice_iix 2021-01-18 17:24:35 -0800
  • 0a0a1d7a3a main: simplify startup ice_iix 2021-01-18 17:17:56 -0800
  • fa5bf49b3e main: switch to using dirs::config_dir(), on all platforms ice_iix 2021-01-18 17:02:07 -0800
  • 1dd8f21289 macos: set working directory ice_iix 2021-01-18 16:53:46 -0800
  • 9e6d445f3c Change bundle to more similar to example ice_iix 2021-01-18 15:06:31 -0800
  • ce3287d2ce macOS app bundle packaging using cargo-bundle, based on https://github.com/EndlessSkyCommunity/ESLauncher2/blob/master/Cargo.toml ice_iix 2021-01-18 14:39:52 -0800