Skip to content

Commit

Permalink
Merge pull request #261 from Kaetram/game-content
Browse files Browse the repository at this point in the history
Kaetram v2.4.1
  • Loading branch information
lemueldls authored Mar 22, 2023
2 parents a53a249 + 69414f6 commit 865bf58
Show file tree
Hide file tree
Showing 355 changed files with 14,485 additions and 9,649 deletions.
10 changes: 5 additions & 5 deletions .env.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ PORT=9001
# Use HTTPS
SSL=false


# API Configuration
API_ENABLED=false
API_PORT=9003

# Server ID (increment with each server hosted)
SERVER_ID=1
ACCESS_TOKEN=''
Expand All @@ -20,9 +20,9 @@ ACCESS_TOKEN=''
HUB_ENABLED=false
# Defaults to `HOST` if empty
HUB_HOST=''
HUB_WS_HOST=''
HUB_PORT=9526
# Ping every 15 seconds
HUB_PING=15000
HUB_WS_PORT=9527
# The host sent to the hub, if empty string, hub will try to find the IP.
# Not recommended to have as empty string for production environments.
REMOTE_SERVER_HOST=''
Expand All @@ -38,7 +38,7 @@ HUB_ACCESS_TOKEN=''
# Overrides where the client connects to
# Defaults to `HOST` for the client if empty
CLIENT_REMOTE_HOST=''
# Defaults to `SOCKETIO_PORT` for the client if empty
# Defaults to `PORT` for the client if empty
CLIENT_REMOTE_PORT=

# Server List Configs
Expand Down Expand Up @@ -78,7 +78,7 @@ MAX_PLAYERS=200
# Update time to parse packets in milliseconds (update every 300ms)
UPDATE_TIME=300
# Game version
GVER='alpha-2.4.0'
GVER='alpha-2.4.1'
# Used for hotfixes and minor updates that do not require a full update.
MINOR=''
# If to load regions from cache.
Expand Down
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
"unicorn/prefer-number-properties": "off",
"unicorn/prevent-abbreviations": "off",

"unicorn/prefer-at": "warn",
// TODO: Enable on ES2022
"unicorn/prefer-string-replace-all": "off",

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'yarn'

- name: Enable Corepack
run: corepack enable

- name: Install Dependencies
run: yarn install

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ jobs:
node-version: 18.5.0
cache: 'yarn'

- name: Enable Corepack
run: corepack enable

- name: Run Cypress
uses: cypress-io/github-action@v4
with:
command: yarn workspace @kaetram/e2e test:run:record
command: yarn workspace @kaetram/e2e test:record
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
546 changes: 0 additions & 546 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

14 changes: 0 additions & 14 deletions .yarn/plugins/@yarnpkg/plugin-stage.cjs

This file was deleted.

9 changes: 0 additions & 9 deletions .yarn/plugins/@yarnpkg/plugin-typescript.cjs

This file was deleted.

550 changes: 0 additions & 550 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

This file was deleted.

Loading

0 comments on commit 865bf58

Please sign in to comment.