Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Space stations #26

Open
wants to merge 20 commits into
base: dev/0.4
Choose a base branch
from
Open

Space stations #26

wants to merge 20 commits into from

Commits on May 28, 2022

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

Commits on May 30, 2022

  1. fix: send satellites on world join

    add hook for setting sky/weather/etc. providers for the world
    marcus8448 committed May 30, 2022
    Configuration menu
    Copy the full SHA
    8dda947 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

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

Commits on Jun 27, 2022

  1. fix: basic implementation of space station dimension effects

    update to DynWorlds 0.2.0
    marcus8448 committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    acea630 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Merge branch 'dev/0.4' into dev/0.4+satellites

    # Conflicts:
    #	build.gradle.kts
    #	gradle.properties
    #	src/main/java/dev/galacticraft/api/satellite/Satellite.java
    #	src/main/java/dev/galacticraft/api/satellite/SpaceStationRecipe.java
    #	src/main/java/dev/galacticraft/api/universe/celestialbody/landable/Landable.java
    #	src/main/java/dev/galacticraft/api/universe/celestialbody/satellite/Orbitable.java
    #	src/main/java/dev/galacticraft/api/universe/display/CelestialDisplay.java
    #	src/main/java/dev/galacticraft/api/universe/display/CelestialDisplayType.java
    #	src/main/java/dev/galacticraft/impl/internal/client/fabric/GalacticraftAPIClient.java
    #	src/main/java/dev/galacticraft/impl/internal/command/GCApiCommands.java
    #	src/main/java/dev/galacticraft/impl/internal/mixin/MinecraftServerAccessor.java
    #	src/main/java/dev/galacticraft/impl/internal/mixin/MinecraftServerMixin.java
    #	src/main/java/dev/galacticraft/impl/internal/mixin/PlayerManagerMixin.java
    #	src/main/java/dev/galacticraft/impl/internal/mixin/client/ClientPlayNetworkHandlerMixin.java
    #	src/main/java/dev/galacticraft/impl/internal/world/gen/SatelliteChunkGenerator.java
    #	src/main/java/dev/galacticraft/impl/universe/celestialbody/type/DecorativePlanet.java
    #	src/main/java/dev/galacticraft/impl/universe/celestialbody/type/PlanetType.java
    #	src/main/java/dev/galacticraft/impl/universe/celestialbody/type/SatelliteType.java
    #	src/main/java/dev/galacticraft/impl/universe/display/type/EmptyCelestialDisplayType.java
    #	src/main/java/dev/galacticraft/impl/universe/display/type/IconCelestialDisplayType.java
    marcus8448 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    554f796 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0239c2c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Merge branch 'dev/0.4' into dev/0.4+satellites

    # Conflicts:
    #	src/main/java/dev/galacticraft/impl/universe/celestialbody/type/SatelliteType.java
    marcus8448 committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    c7632e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. chore: update to 1.19.2

    marcus8448 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    e08d91e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev/0.4' into dev/0.4+satellites

    # Conflicts:
    #	build.gradle.kts
    marcus8448 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    5fbfe8e View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. chore: satellite -> space station

    update to dynamic dimensions 0.4.0-SNAPSHOT
    marcus8448 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    5423c34 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev/0.4' into dev/0.4+satellites

    # Conflicts:
    #	src/main/java/dev/galacticraft/impl/universe/position/config/SpaceStationConfig.java
    marcus8448 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    7424e15 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Merge branch 'dev/0.4' into dev/0.4+satellites

    # Conflicts:
    #	src/main/java/dev/galacticraft/impl/internal/command/GCApiCommands.java
    marcus8448 committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    34302f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8b853c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4581b1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e23ee59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fe80c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

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

Commits on Aug 22, 2022

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

Commits on Nov 4, 2022

  1. Merge remote-tracking branch 'origin/dev/0.4' into dev/0.4+satellites

    # Conflicts:
    #	build.gradle.kts
    #	gradle.properties
    #	src/main/java/dev/galacticraft/api/accessor/ChunkSectionOxygenAccessor.java
    #	src/main/java/dev/galacticraft/api/accessor/GearInventoryProvider.java
    #	src/main/java/dev/galacticraft/impl/rocket/RocketDataImpl.java
    #	src/main/resources/fabric.mod.json
    marcus8448 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    c64a4b2 View commit details
    Browse the repository at this point in the history