-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix/update from master (#28) * Bump vue-tsc from 1.8.27 to 2.0.3 in /frontend (#27) Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) from 1.8.27 to 2.0.3. - [Release notes](https://github.com/vuejs/language-tools/releases) - [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/language-tools/commits/v2.0.3/packages/tsc) --- updated-dependencies: - dependency-name: vue-tsc dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump quarkus.platform.version from 3.7.4 to 3.8.1 in /backend (#26) Bumps `quarkus.platform.version` from 3.7.4 to 3.8.1. Updates `io.quarkus.platform:quarkus-bom` from 3.7.4 to 3.8.1 - [Commits](quarkusio/quarkus-platform@3.7.4...3.8.1) Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.7.4 to 3.8.1 - [Commits](quarkusio/quarkus-platform@3.7.4...3.8.1) --- updated-dependencies: - dependency-name: io.quarkus.platform:quarkus-bom dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump vue from 3.4.20 to 3.4.21 in /frontend (#25) Bumps [vue](https://github.com/vuejs/core) from 3.4.20 to 3.4.21. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.4.20...v3.4.21) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump vue-i18n from 9.9.1 to 9.10.1 in /frontend (#24) Bumps [vue-i18n](https://github.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n) from 9.9.1 to 9.10.1. - [Release notes](https://github.com/intlify/vue-i18n-next/releases) - [Changelog](https://github.com/intlify/vue-i18n-next/blob/master/CHANGELOG.md) - [Commits](https://github.com/intlify/vue-i18n-next/commits/v9.10.1/packages/vue-i18n) --- updated-dependencies: - dependency-name: vue-i18n dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Server & game status detection (#21) * Feature/focus and macro (#37) * Add alert system & Patches (#39) * Clean and refacto backend socket message system (#45) * Config page (#41) * Add real time game status update in session (#46) * Feature/port listening fix (#47) * Add auto updater to app (#49) * Session run research (#50) * Fix IP fetching (#51) * Add SotServer user workflow (#48) * Add cached actions Closes #53 * README.md (#23) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dadodasyra <44753923+dadodasyra@users.noreply.github.com> Co-authored-by: Zelytra <contact@zelytra.fr>
- Loading branch information
1 parent
65a2296
commit 5c9f907
Showing
73 changed files
with
3,064 additions
and
1,794 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
deployement/psql-data/ | ||
deployment/psql-data/ | ||
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,76 @@ | ||
![banner](/frontend/src/assets/banners/banner.png) | ||
# BetterFleet | ||
![image](/frontend/src/assets/banners/banner.png) | ||
|
||
# BetterFleet | ||
|
||
## About BetterFleet | ||
|
||
BetterFleet is a free open source application designed to enhance the gaming experience in Sea Of Thieves by | ||
facilitating the creation of alliances among players. With BetterFleet, you can organize game sessions and invite your | ||
friends to join in a simple and intuitive manner. | ||
|
||
:warning: BetterFleet is not an official application of Sea Of Thieves. It was developed by the community for | ||
players looking to improve their gaming experience. | ||
--- | ||
|
||
## Features | ||
|
||
- **Automatic Session Management:** Facilitates joining the same server with your friends by providing real-time in-game status and server information. | ||
|
||
- **Increase likelihood of finding a server:** Includes an automatic "Set sail" feature so that everyone clicks at the same time. | ||
|
||
- **Self-Hosted Backend:** The open-source nature of the application allows users to host the backend, offering greater control over deployment and maintenance. | ||
|
||
- **Statistics Tracking:** Provides statistical insights to help users assess their server-finding success rate. | ||
--- | ||
|
||
## Comparison of Fleet Management Applications: BetterFleet vs. FleetCreator | ||
|
||
| Feature | BetterFleet | FleetCreator | | ||
|---------------------------------------|-----------------------------|-----------------------------| | ||
| Speed | :question: (Need benchmark) | :question: (Need benchmark) | | ||
| Ad free | :white_check_mark: | :x: | | ||
| Complete free access | :white_check_mark: | :x: | | ||
| UX friendly | :white_check_mark: | :x: | | ||
| Open source | :white_check_mark: | :x: | | ||
| IPv6 support | :white_check_mark: | :x: | | ||
| Automatic click between the same crew | :white_check_mark: | :x: | | ||
| Size of file | <20MB | >200MB | | ||
| No memory leak | :white_check_mark: | :warning:* | | ||
|
||
\* FleetCreator has been observed to consume 8GB of RAM after 10 hours of usage, indicating a possible memory leak. | ||
|
||
--- | ||
|
||
## OS Compatibility | ||
|
||
| Operating System | Compatible | | ||
|------------------|--------------------| | ||
| Windows 11 | :white_check_mark: | | ||
| Windows 10 | :white_check_mark: | | ||
| macOS | :x: | | ||
| Linux | :x: | | ||
|
||
--- | ||
|
||
## Credits 👥 | ||
|
||
- **Development:** [Zelytra](https://zelytra.fr) & [dadodasyra](https://github.com/dadodasyra) | ||
- **Design/Graphics:** [ZeTro](https://zetro.fr) | ||
- **Translator/proofreader:** [Ichabodt](https://github.com/Ichabodt) | ||
|
||
We thank everyone who contributes to making BetterFleet better every day. If you would like to contribute to the | ||
project, feel free to fork the repository and submit your pull requests. | ||
|
||
--- | ||
|
||
## License 📄 | ||
|
||
BetterFleet is distributed under the MIT license. See the [LICENSE](/LICENSE) file for more information. | ||
|
||
--- | ||
|
||
## Support | ||
|
||
If you have any questions or encounter problems with the app, please open an issue. | ||
|
||
We hope you enjoy using BetterFleet as much as we enjoyed developing it! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.