Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OctoAwesome/octoawesome
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: OctoAwesome/octoawesome
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refactor/baseclient
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 26 files changed
  • 3 contributors

Commits on Oct 6, 2022

  1. Improved multiplayer a bit

    * removed comas, as it is not maintained anymore
    * use pooled memory streams for less gcs
    * register IMapGenerator as it is required for the complex planet
    * fixed wrong nullability on package payload, as it  is nullable and shouldn't use the nullability helper
    
    Co-authored-by: Marcus Aurelius <[email protected]>
    susch19 and Gallimathias committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    8ee72ec View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Started implementation of command line for server

    * so that we can have support for starting params and also commands
    susch19 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    4101c25 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Continued work on server command line functions

    * implemented start command
    * did a bit of cleanup in server main
    susch19 committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    0e4290c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Refactor baseclient started

    * use tcp listener and tcpclient instead of sockets
    * moved to valuetask for less allocations
    * more or less removed some unrequired code
    * removed sync of packages in baseclient, because the async might not need this (atleast in our tests)
    
    Co-authored-by: jvbsl <[email protected]>
    susch19 and jvbsl committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    0091b1f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

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