A launcher for the OpenGOAL Project to simplify usage and installation
Go to file
dependabot[bot] 1721f47351
Some checks failed
🔨 Build / App (macos-12) (push) Has been cancelled
🔨 Build / App (ubuntu-20.04) (push) Has been cancelled
🔨 Build / App (windows-latest) (push) Has been cancelled
📝 Linter / Frontend (push) Has been cancelled
📝 Linter / Backend Formatting (push) Has been cancelled
📝 Linter / Backend Linter (push) Has been cancelled
🧪 Tests / Frontend (push) Has been cancelled
build(deps-dev): bump the frontend-deps group with 4 updates (#535)
Bumps the frontend-deps group with 4 updates:
[postcss](https://github.com/postcss/postcss),
[tailwindcss](https://github.com/tailwindlabs/tailwindcss),
[unplugin-icons](https://github.com/unplugin/unplugin-icons) and
[vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).

Updates `postcss` from 8.4.40 to 8.4.41
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/postcss/postcss/releases">postcss's
releases</a>.</em></p>
<blockquote>
<h2>8.4.41</h2>
<ul>
<li>Fixed types (by <a
href="https://github.com/nex3"><code>@​nex3</code></a> and <a
href="https://github.com/querkmachine"><code>@​querkmachine</code></a>).</li>
<li>Cleaned up RegExps (by <a
href="https://github.com/bluwy"><code>@​bluwy</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's
changelog</a>.</em></p>
<blockquote>
<h2>8.4.41</h2>
<ul>
<li>Fixed types (by <a
href="https://github.com/nex3"><code>@​nex3</code></a> and <a
href="https://github.com/querkmachine"><code>@​querkmachine</code></a>).</li>
<li>Cleaned up RegExps (by <a
href="https://github.com/bluwy"><code>@​bluwy</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="57e02115e4"><code>57e0211</code></a>
Release 8.4.41 version</li>
<li><a
href="f27134f472"><code>f27134f</code></a>
Update dependencies</li>
<li><a
href="146d31c451"><code>146d31c</code></a>
Merge pull request <a
href="https://redirect.github.com/postcss/postcss/issues/1952">#1952</a>
from nex3/rule-props</li>
<li><a
href="3707c3bac5"><code>3707c3b</code></a>
Merge remote-tracking branch 'origin/main' into rule-props</li>
<li><a
href="9ab36195ee"><code>9ab3619</code></a>
Declare <code>Input.toJSON()</code></li>
<li><a
href="be59ad419c"><code>be59ad4</code></a>
Remove dead website</li>
<li><a
href="165154b65a"><code>165154b</code></a>
Update dependencies</li>
<li><a
href="6127a44c27"><code>6127a44</code></a>
Declaration#variable do not have setter</li>
<li><a
href="536726db42"><code>536726d</code></a>
Fix type</li>
<li><a
href="58fa0ef50b"><code>58fa0ef</code></a>
Sort keys</li>
<li>Additional commits viewable in <a
href="https://github.com/postcss/postcss/compare/8.4.40...8.4.41">compare
view</a></li>
</ul>
</details>
<br />

Updates `tailwindcss` from 3.4.7 to 3.4.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's
releases</a>.</em></p>
<blockquote>
<h2>v3.4.9</h2>
<h3>Fixed</h3>
<ul>
<li>No longer warns when broad glob patterns are detecting
<code>vendor</code> folders</li>
</ul>
<h2>v3.4.8</h2>
<h3>Fixed</h3>
<ul>
<li>Fix minification when using nested CSS (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14105">#14105</a>)</li>
<li>Warn when broad glob patterns are used in the content configuration
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14140">#14140</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.9/CHANGELOG.md">tailwindcss's
changelog</a>.</em></p>
<blockquote>
<h2>[3.4.9] - 2024-08-08</h2>
<h3>Fixed</h3>
<ul>
<li>No longer warns when broad glob patterns are detecting
<code>vendor</code> folders</li>
</ul>
<h2>[3.4.8] - 2024-08-07</h2>
<h3>Fixed</h3>
<ul>
<li>Fix minification when using nested CSS (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14105">#14105</a>)</li>
<li>Warn when broad glob patterns are used in the content configuration
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14140">#14140</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f65023efb9"><code>f65023e</code></a>
3.4.9</li>
<li><a
href="702ba6aaee"><code>702ba6a</code></a>
Don't warn about broad globs in vendor folders (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14147">#14147</a>)</li>
<li><a
href="1676118af9"><code>1676118</code></a>
3.4.8</li>
<li><a
href="69c81f2583"><code>69c81f2</code></a>
rename <code>master</code> to <code>main</code></li>
<li><a
href="858696a8bc"><code>858696a</code></a>
Warn when broad glob patterns are used in the content configuration (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14140">#14140</a>)</li>
<li><a
href="1f23c2e842"><code>1f23c2e</code></a>
Bump to latest cssnano v6 (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14105">#14105</a>)</li>
<li><a
href="28bd90eefb"><code>28bd90e</code></a>
Automate checksum generation for standalone CLI (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14081">#14081</a>)</li>
<li>See full diff in <a
href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.9">compare
view</a></li>
</ul>
</details>
<br />

Updates `unplugin-icons` from 0.19.1 to 0.19.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/unplugin/unplugin-icons/releases">unplugin-icons's
releases</a>.</em></p>
<blockquote>
<h2>v0.19.2</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Support multiple node resolve path  -  by <a
href="https://github.com/KermanX"><code>@​KermanX</code></a> in <a
href="https://redirect.github.com/unplugin/unplugin-icons/issues/371">unplugin/unplugin-icons#371</a>
<a href="https://github.com/unplugin/unplugin-icons/commit/4b58883"><!--
raw HTML omitted -->(4b588)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/unplugin/unplugin-icons/compare/v0.19.1...v0.19.2">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5321606076"><code>5321606</code></a>
chore: release v0.19.2</li>
<li><a
href="b54ba4fd45"><code>b54ba4f</code></a>
chore: lint</li>
<li><a
href="ddbb461475"><code>ddbb461</code></a>
docs: add Astro + Vue docs and example (<a
href="https://redirect.github.com/unplugin/unplugin-icons/issues/343">#343</a>)</li>
<li><a
href="4b588834f0"><code>4b58883</code></a>
feat: support multiple node resolve path (<a
href="https://redirect.github.com/unplugin/unplugin-icons/issues/371">#371</a>)</li>
<li>See full diff in <a
href="https://github.com/unplugin/unplugin-icons/compare/v0.19.1...v0.19.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite` from 5.3.5 to 5.4.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/releases">vite's
releases</a>.</em></p>
<blockquote>
<h2>create-vite@5.4.0</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/create-vite@5.4.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2>5.4.0 (2024-08-07)</h2>
<ul>
<li>fix(build): windows platform build output path error (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17818">#17818</a>)
(<a
href="6ae0615416">6ae0615</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17818">#17818</a></li>
<li>fix(deps): update launch-editor to consume fix for windows paths (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17828">#17828</a>)
(<a
href="cf2f90d4b9">cf2f90d</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17828">#17828</a></li>
<li>fix(ssr): fix <code>global</code> variable name conflict (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17809">#17809</a>)
(<a
href="6aa220607b">6aa2206</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17809">#17809</a></li>
<li>fix(worker): fix <code>importScripts</code> injection breaking iife
code (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17827">#17827</a>)
(<a
href="bb4ba9f448">bb4ba9f</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17827">#17827</a></li>
<li>chore: bump typescript-eslint to v8 (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17624">#17624</a>)
(<a
href="d1891fda02">d1891fd</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17624">#17624</a></li>
<li>chore(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17820">#17820</a>)
(<a
href="bb2f8bb55f">bb2f8bb</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17820">#17820</a></li>
<li>perf(ssr): do a single-pass over AST with node cache arrays (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17812">#17812</a>)
(<a
href="81327eb980">81327eb</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17812">#17812</a></li>
</ul>
<h2>5.4.0-beta.1 (2024-08-01)</h2>
<ul>
<li>fix: handle encoded base paths (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17577">#17577</a>)
(<a
href="720447ee72">720447e</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17577">#17577</a></li>
<li>fix: opt-in server.fs.cachedChecks (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17807">#17807</a>)
(<a
href="4de659c351">4de659c</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17807">#17807</a></li>
<li>feat(css): support sass compiler api and sass-embedded package (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17754">#17754</a>)
(<a
href="1025bb6d8f">1025bb6</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17754">#17754</a></li>
</ul>
<h2>5.4.0-beta.0 (2024-07-30)</h2>
<ul>
<li>fix: specify own Node version as target when bundling config files
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17307">#17307</a>)
(<a
href="bbf001f0ec">bbf001f</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17307">#17307</a></li>
<li>fix(build): handle invalid JSON in import.meta.env (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17648">#17648</a>)
(<a
href="659b720693">659b720</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17648">#17648</a></li>
<li>fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17780">#17780</a>)
(<a
href="e408542748">e408542</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17780">#17780</a></li>
<li>fix(mergeConfig): don't recreate server.hmr.server instance (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17763">#17763</a>)
(<a
href="5c55b291cf">5c55b29</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17763">#17763</a></li>
<li>feat(css): support sass modern api (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17728">#17728</a>)
(<a
href="73a3de01d2">73a3de0</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17728">#17728</a></li>
<li>feat(types): support custom VitePreloadErrorEvent (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17615">#17615</a>)
(<a
href="116e37acf1">116e37a</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17615">#17615</a></li>
<li>perf: improve regex performance (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17789">#17789</a>)
(<a
href="952bae3efc">952bae3</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17789">#17789</a></li>
<li>chore: minor config.logger refactor (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17770">#17770</a>)
(<a
href="b947fdcc9d">b947fdc</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17770">#17770</a></li>
<li>chore: update eslint config (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17788">#17788</a>)
(<a
href="796eef3af1">796eef3</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17788">#17788</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7c06ef07f8"><code>7c06ef0</code></a>
refactor(optimizer): use early continues (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17551">#17551</a>)</li>
<li><a
href="a8e2f6fafc"><code>a8e2f6f</code></a>
fix(client): uniform variable <code>location</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17528">#17528</a>)</li>
<li><a
href="6c10662281"><code>6c10662</code></a>
chore(deps): update dependency eslint to v9 (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16661">#16661</a>)</li>
<li><a
href="bf123f2c62"><code>bf123f2</code></a>
fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17494">#17494</a>)</li>
<li><a
href="ec16a5efc0"><code>ec16a5e</code></a>
chore: fix some comments (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17495">#17495</a>)</li>
<li><a
href="c608e6ac74"><code>c608e6a</code></a>
release: v5.3.1</li>
<li><a
href="6ced135c6f"><code>6ced135</code></a>
fix(build): preload treeshaking ignore equal (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17480">#17480</a>)</li>
<li><a
href="d355568e8d"><code>d355568</code></a>
fix(build): handle preload treeshaking for braces (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17479">#17479</a>)</li>
<li><a
href="1f09344b57"><code>1f09344</code></a>
chore: consolidate changelog for 5.3 (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17476">#17476</a>)</li>
<li><a
href="3e27071220"><code>3e27071</code></a>
fix(build): handle preload treeshaking for commas (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17472">#17472</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitejs/vite/commits/create-vite@5.4.0/packages/vite">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-13 14:25:58 -04:00
.github ci: move up a directory before handling metadata (#511) 2024-06-28 02:30:53 -04:00
.tauri release: update release metadata to latest 2024-07-26 00:20:10 +00:00
.vscode ci: update to macos-12 and node-20 (#466) 2024-04-14 15:25:58 -04:00
docs New Crowdin updates - Dutch / German / Italian / Polish / Romanian / Spanish (#213) 2023-05-08 21:50:00 -04:00
fixtures Add mod support to the launcher (#476) 2024-04-28 15:27:34 -04:00
metadata release: bump to version - v2.4.9 2024-07-26 00:02:46 +00:00
public/images/jak1 Dynamically change game background based on user's game completion (#298) 2023-08-29 22:01:56 -04:00
scripts release: fix appimage release asset link 2023-07-31 17:03:32 -04:00
src New Crowdin updates (#528) 2024-07-31 16:32:40 -04:00
src-tauri build(deps): bump the backend-deps group in /src-tauri with 2 updates (#536) 2024-08-13 14:25:47 -04:00
.gitignore Add mod support to the launcher (#476) 2024-04-28 15:27:34 -04:00
.prettierignore frontend: fix frontend styling (#269) 2023-07-08 18:01:47 -04:00
.prettierrc.json build(deps): bump the frontend-deps group with 16 updates (#427) 2024-01-30 21:58:48 -05:00
crowdin.yml i18n: make the app translatable (#196) 2023-05-06 13:10:54 -04:00
index.html build(deps-dev): bump the frontend-deps group with 8 updates (#289) 2023-07-24 18:38:03 -04:00
LICENSE Add mod support to the launcher (#476) 2024-04-28 15:27:34 -04:00
package-lock.json Add mod support to the launcher (#476) 2024-04-28 15:27:34 -04:00
package.json build(deps-dev): bump the frontend-deps group with 4 updates (#535) 2024-08-13 14:25:58 -04:00
postcss.config.cjs UI Overhaul (#35) 2022-09-27 20:40:13 -04:00
README.md Add mod support to the launcher (#476) 2024-04-28 15:27:34 -04:00
svelte.config.js UI Overhaul (#35) 2022-09-27 20:40:13 -04:00
tailwind.config.cjs UI Overhaul (#35) 2022-09-27 20:40:13 -04:00
tsconfig.json build(deps): bump the frontend-deps group with 5 updates (#435) 2024-02-10 15:48:48 -05:00
tsconfig.node.json renamed files and updated config files accordingly 2022-05-30 10:20:24 -04:00
vite.config.ts build(deps-dev): bump the frontend-deps group with 8 updates (#289) 2023-07-24 18:38:03 -04:00
vitest.config.ts tests: Start writing tests, Splash and some of the lib/ functions (#280) 2023-07-22 00:07:23 -04:00
yarn.lock build(deps-dev): bump the frontend-deps group with 4 updates (#535) 2024-08-13 14:25:58 -04:00

OpenGOAL Launcher

Crowdin

Our attempt at distributing the OpenGOAL releases in a cross-platform and easy to use and update way. It also is a place for features involving the games, such as texture pack or mod management.

The launcher uses the Tauri framework.

Usage

See the documentation on our website for hopefully up to date instructions on how to use it.

Asking for help

When asking for help, please download the support package which includes logs to help someone diagnose the problem.

If you cannot do this (for example, the bug relates to making the package / the application won't launch) then you can find the application logs in the following folders:

  • Windows C://Users/<YOUR_USER_NAME>/AppData/Roaming/OpenGOAL-Launcher/logs
  • Linux /home/<YOUR_USER_NAME>/.config/OpenGOAL-Launcher/logs

Note that both AppData and .config are hidden folders.

Development

Tauri requires a valid Rust installation, as well as a valid NodeJS installation.

For installing Rust, it's recommended to follow the instructions here https://www.rust-lang.org/tools/install

Windows

scoop install nodejs
npm install -g yarn

Linux (Ubuntu 22.04)

sudo apt install libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev # tauri deps, see - https://tauri.app/v1/guides/getting-started/prerequisites#setting-up-linux
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash # installs Node Version Manager (ubuntus package is woefully out of date)
source ~/.bashrc
nvm install lts/hydrogen # installs latest nodejs 18.X
npm install -g yarn

Building and Running

To build and run the application locally, all you have to do is run:

yarn install
yarn tauri dev