Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust server #131

Merged
merged 70 commits into from
Nov 26, 2020
Merged

Rust server #131

merged 70 commits into from
Nov 26, 2020

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    1d4acf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55fbd77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0ef6af View commit details
    Browse the repository at this point in the history
  4. add yarn lock to gitignore

    Tarnadas committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    53e48a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50651de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    67d7e6f View commit details
    Browse the repository at this point in the history
  7. protobuf build rust

    Tarnadas committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    2182013 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. process player data

    Tarnadas committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    729fc98 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    0c7c502 View commit details
    Browse the repository at this point in the history
  2. fix todos

    Tarnadas committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    bc8c1e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    5d884c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. fix message receiving

    Tarnadas committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    2473b7e View commit details
    Browse the repository at this point in the history
  2. serve without node ws

    Tarnadas committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    fbeb916 View commit details
    Browse the repository at this point in the history
  3. fix compile issue

    Tarnadas committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    6c9ef2e View commit details
    Browse the repository at this point in the history
  4. cleanup dependencies

    Tarnadas committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    071ccfe View commit details
    Browse the repository at this point in the history
  5. update dependencies

    Tarnadas committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    b0f7d64 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #65 from Tarnadas/MMO_benchmark_websockets

    [WIP] Rust Websocket server
    sm64js committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    9c7a5a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. Configuration menu
    Copy the full SHA
    4cc0e4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f725fd0 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Merge branch 'MMO_benchmark_rust' of https://github.com/sm64js/sm64js

    …into MMO_benchmark_rust
    snuffysasa committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    4965406 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75bb9a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    566fc8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #111 from Tarnadas/master

    handle ping message and zlib deflation
    sm64js committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    c424f1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33f6ffe View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. setup permissive server

    snuffysasa committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    0723e65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f83ab98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be75e7e View commit details
    Browse the repository at this point in the history
  4. remove unused dependency

    snuffysasa committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    a0fef8c View commit details
    Browse the repository at this point in the history
  5. switched flate2 to zlib?

    snuffysasa committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    302519b View commit details
    Browse the repository at this point in the history
  6. docker publish

    Tarnadas committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    dfbb3e6 View commit details
    Browse the repository at this point in the history
  7. cargo fmt

    Tarnadas committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    e199ec6 View commit details
    Browse the repository at this point in the history
  8. fix docker username

    Tarnadas committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    7fc8299 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #117 from Tarnadas/master

    automatic Docker Hub publish for Rust server
    sm64js committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    318fbcb View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. ci: remove unused steps

    Tarnadas committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    eb28898 View commit details
    Browse the repository at this point in the history
  2. ci: set trigger

    Tarnadas committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    dd2cc11 View commit details
    Browse the repository at this point in the history
  3. serve static files via rust

    Tarnadas committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    9d777bf View commit details
    Browse the repository at this point in the history
  4. update dependencies

    Tarnadas committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    8ef38fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e5faa9 View commit details
    Browse the repository at this point in the history
  6. change port

    Tarnadas committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    c489be1 View commit details
    Browse the repository at this point in the history
  7. ci: add caching

    Tarnadas committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    198cf70 View commit details
    Browse the repository at this point in the history
  8. setup sccache

    Tarnadas committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    3c2c283 View commit details
    Browse the repository at this point in the history
  9. ci: run mount as sudo

    Tarnadas committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    f21abb3 View commit details
    Browse the repository at this point in the history
  10. ci: include self trigger

    Tarnadas committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    d8ebfaf View commit details
    Browse the repository at this point in the history
  11. ci: fix sccache

    Tarnadas committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    7c857cb View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. fix websocket address

    Tarnadas committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    cc419d6 View commit details
    Browse the repository at this point in the history
  2. ci: run always

    Tarnadas committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    655f45f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. slab parking lot and rayon

    Tarnadas committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    cbcd61e View commit details
    Browse the repository at this point in the history
  2. use dashmap

    Tarnadas committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    aace6b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb8380d View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    628b69f View commit details
    Browse the repository at this point in the history
  2. fix merge errors

    Tarnadas committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    8d04d5e View commit details
    Browse the repository at this point in the history
  3. remove cross env

    Tarnadas committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    8922516 View commit details
    Browse the repository at this point in the history
  4. fix line ending

    Tarnadas committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    62f8228 View commit details
    Browse the repository at this point in the history
  5. fix stats object

    Tarnadas committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    9b825b1 View commit details
    Browse the repository at this point in the history
  6. enable player interaction?

    Tarnadas committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    4c982c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    94d616d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. remove numonline

    Tarnadas committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    91b7f3f View commit details
    Browse the repository at this point in the history
  2. ping msg protobuf

    Tarnadas committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    3850503 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. chat via protobuf

    Tarnadas committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    cc8de56 View commit details
    Browse the repository at this point in the history
  2. fix chat bubbles

    Tarnadas committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    c3c677f View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. wip: skins via protobuf

    Tarnadas committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    18a4c12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee75b0d View commit details
    Browse the repository at this point in the history
  3. remove moment

    Tarnadas committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    d005ae6 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. fix skin condition

    Tarnadas committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    fcee6f2 View commit details
    Browse the repository at this point in the history
  2. fix cap state

    Tarnadas committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    d6d9233 View commit details
    Browse the repository at this point in the history
  3. add testdb to gitignore

    Tarnadas committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    df0f517 View commit details
    Browse the repository at this point in the history
  4. remove logging

    Tarnadas committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    9c62f52 View commit details
    Browse the repository at this point in the history
  5. fix rust server compilation

    Tarnadas committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    394888e View commit details
    Browse the repository at this point in the history
  6. handle chat messages

    Tarnadas committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    56c20f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    761ba28 View commit details
    Browse the repository at this point in the history