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

Implemented beds #606

Open
wants to merge 63 commits into
base: master
Choose a base branch
from
Open

Implemented beds #606

wants to merge 63 commits into from

Commits on Jul 12, 2022

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

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    800702d View commit details
    Browse the repository at this point in the history
  2. "Explodable" api

    T14Raptor committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    b172c4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11882b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    61f945c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a3db7d View commit details
    Browse the repository at this point in the history
  3. improvements

    T14Raptor committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    c8c1965 View commit details
    Browse the repository at this point in the history
  4. 3 Configuration menu
    Copy the full SHA
    fd081cf View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/feature/explosions' into feature…

    …/explosions
    
    # Conflicts:
    #	server/block/block.go
    #	server/block/explosion.go
    JustTalDevelops committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    4da01aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0886fb View commit details
    Browse the repository at this point in the history
  7. Update server/block/explosion.go

    Co-authored-by: Raptor <t14raptor@gmail.com>
    JustTalDevelops and T14Raptor committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    a134491 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    489570f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b982885 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    97b9cf6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    83e7e71 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    294f673 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    020bf23 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c026aa5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    011b7f4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9cd90fe View commit details
    Browse the repository at this point in the history
  17. 1 Configuration menu
    Copy the full SHA
    7a9f47a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d6fabcc View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Configuration menu
    Copy the full SHA
    659a0ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c01f45 View commit details
    Browse the repository at this point in the history
  3. Fixes

    T14Raptor committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    e5e5fa9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    cc79531 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into feature/explosions

    # Conflicts:
    #	server/block/block.go
    #	server/block/stone_bricks.go
    T14Raptor committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    cb9b588 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    3a4180a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4f7ec8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb209b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c29385b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2c0bfd View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    3d79496 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7657f9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0066e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32dfed3 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

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

Commits on Jul 30, 2022

  1. Merge branch 'master' into feature/beds

    # Conflicts:
    #	server/block/explosion.go
    #	server/entity/arrow.go
    #	server/entity/ender_pearl.go
    #	server/entity/experience_orb.go
    #	server/entity/falling_block.go
    #	server/entity/item.go
    #	server/entity/snowball.go
    #	server/entity/splash_potion.go
    #	server/player/player.go
    #	server/session/entity_metadata.go
    DaPigGuy committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    700621a View commit details
    Browse the repository at this point in the history
  2. fix post merge issues

    DaPigGuy committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    2f738e4 View commit details
    Browse the repository at this point in the history
  3. fix post merge issues pt II

    DaPigGuy committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    2833785 View commit details
    Browse the repository at this point in the history
  4. Update server/block/bed.go

    Co-authored-by: DaPigGuy <mcpepig123@gmail.com>
    JustTalDevelops and DaPigGuy committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    9267c86 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Configuration menu
    Copy the full SHA
    7c9edbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed4d6aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fda1e53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fa633d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    742e8f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b80371 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4370276 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf846ef View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Update server/block/bed.go

    Co-authored-by: DaPigGuy <mcpepig123@gmail.com>
    JustTalDevelops and DaPigGuy committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    d531be3 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into feature/beds

    # Conflicts:
    #	server/session/entity_metadata.go
    JustTalDevelops committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    ccc2a0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b931883 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c20ff84 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Merge branch 'master' into feature/beds

    # Conflicts:
    #	server/block/register.go
    #	server/player/player.go
    #	server/session/entity_metadata.go
    DaPigGuy committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    5159a59 View commit details
    Browse the repository at this point in the history
  2. fix formatting

    DaPigGuy committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    1162229 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    09abef4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d31e87 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into feature/beds

    # Conflicts:
    #	server/player/player.go
    #	server/session/entity_metadata.go
    #	server/session/handler_player_action.go
    #	server/session/session.go
    #	server/session/world.go
    JustTalDevelops committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    c6983cf View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

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

Commits on Aug 21, 2022

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

Commits on Dec 16, 2022

  1. Merge branch 'master' into feature/beds

    # Conflicts:
    #	server/player/player.go
    #	server/session/entity_metadata.go
    #	server/session/handler_player_action.go
    DaPigGuy committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    2f24392 View commit details
    Browse the repository at this point in the history
  2. fix merge issues

    DaPigGuy committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    7c00325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29b63a9 View commit details
    Browse the repository at this point in the history