Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Prism Launcher

Making a free and open source Minecraft launcher
Collective - Host: opensource - https://opencollective.com/prismlauncher - Website: https://prismlauncher.org/ - Code: https://prismlauncher.org/github

Merge pull request #1014 from DioEgizio/downgrade-qt-macos

chore: downgrade to Qt 6.3.0 on macos

github.com/PrismLauncher/PrismLauncher - 293c1deee5aae673657205301373b812db4b90f6 authored over 2 years ago
Merge pull request #1006 from DioEgizio/appimage-ubuntu-moment

fix: work around ubuntu 22.04 openssl appimage issues by copying openssl libs

github.com/PrismLauncher/PrismLauncher - 4dee05a967ddcaa2678dce0317c75391c761227b authored over 2 years ago
Merge pull request #1019 from Scrumplex/fix-openbsd-root

Add root path detection on OpenBSD

github.com/PrismLauncher/PrismLauncher - 8d6414d74ad95038f60132f20f46a4af680b97b2 authored over 2 years ago
refactor+fix: use QSharedPointer for shared_qobject_ptr

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 362ecdb583293e09b55b95d270a72eae84510935 authored over 2 years ago
Merge pull request #994 from Scrumplex/fix-winget-releaser

Fix WinGet releaser

github.com/PrismLauncher/PrismLauncher - 058b9f927200ac84acc67ddfcb6bd30e7c78f01e authored over 2 years ago
fix: emit abort in LaunchController

Signed-off-by: Sefa Eyeoglu <[email protected]>

github.com/PrismLauncher/PrismLauncher - 355762aa303361819340cc2f8b92ada326a7e03d authored over 2 years ago
fix: Add root path detection on OpenBSD

Signed-off-by: Sefa Eyeoglu <[email protected]>

github.com/PrismLauncher/PrismLauncher - be4fb65470d2a005560e069f7e0969e974767b00 authored over 2 years ago
fix: allow user to interrupt launch after 3 tries

Signed-off-by: Sefa Eyeoglu <[email protected]>

github.com/PrismLauncher/PrismLauncher - 4ed296bad493f2cefbde275fea79a91a1849e886 authored over 2 years ago
Move large condition into a new lambda

Signed-off-by: Gingeh <[email protected]>

github.com/PrismLauncher/PrismLauncher - a8aa86291965ddd3cdfa2bb5f5fc7a34170559ed authored over 2 years ago
fix: remove orphaned metadata to avoid problems with auto-updating insts

Just as my master has taught me. :gun:

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 31ba1de53b2308cdaabda2fa94a7c1a259a8a078 authored over 2 years ago
chore: downgrade to Qt 6.3.0 on macos

seems to fix some emoji-related issues

Signed-off-by: DioEgizio <[email protected]...

github.com/PrismLauncher/PrismLauncher - bca1fef2b25587a30c05502cf0231d8d337487f4 authored over 2 years ago
Check for running instance when re-opening the mod folder page and when selecting mods

Signed-off-by: Gingeh <[email protected]>

github.com/PrismLauncher/PrismLauncher - f33b31e048affecf76083fbc56d02e883d0fffad authored over 2 years ago
Update launcher/ui/pages/instance/ModFolderPage.h

Co-authored-by: flow <[email protected]>
Signed-off-by: Gingeh <[email protected]...

github.com/PrismLauncher/PrismLauncher - 0d10ebb7caf7bb8292198af1933120c2c6e02cb8 authored over 2 years ago
fix: prevent segfault due to callbacks into deleted objects

Since network requests are, for the most part, asynchronous, there's a
chance a request only com...

github.com/PrismLauncher/PrismLauncher - 4a8abc948ef15664dbde196ba77daccdf3d623ad authored over 2 years ago
Merge pull request #1012 from DioEgizio/patch-10

fix: remove iconfix from libraries/README.MD

github.com/PrismLauncher/PrismLauncher - 6fd3672618f425bb539f4d554a5fda5d1236d042 authored over 2 years ago
fix: remove iconfix from libraries/README.MD

someone forgor (πŸ’€) to remove it

Signed-off-by: DioEgizio <[email protected]...

github.com/PrismLauncher/PrismLauncher - abd090bd48a3cbf50091e629c0174f8802f4eedf authored over 2 years ago
Merge pull request #1008 from DioEgizio/qt-version-issue-template

chore: update issue template to ask about Qt version

github.com/PrismLauncher/PrismLauncher - bd9140f1f37dc115c3ec0fd86eb11d3e3d6c117c authored over 2 years ago
Update .github/ISSUE_TEMPLATE/bug_report.yml

Signed-off-by: DioEgizio <[email protected]>
Co-authored-by: flow <flo...

github.com/PrismLauncher/PrismLauncher - 9d78b2d259288c3cc863ccf698c0ecc00b273ced authored over 2 years ago
chore: update issue template to ask about Qt version

Signed-off-by: DioEgizio <[email protected]>

github.com/PrismLauncher/PrismLauncher - 9c9528838a514b26243d69b81018afc6fb5cfe91 authored over 2 years ago
Disable "Check for Updates" if all mods are removed

Signed-off-by: Gingeh <[email protected]>

github.com/PrismLauncher/PrismLauncher - a8dfe98b1a0a887175579e2a57dd8a00837de9fa authored over 2 years ago
Disable "Check for Updates" and "Download Mods" while the game is running

Signed-off-by: Gingeh <[email protected]>

github.com/PrismLauncher/PrismLauncher - 77b640b76b5ca4948763e3c260ac1c832c72b0f2 authored over 2 years ago
feat(ui): remember mod download dialog's geometry

Makes it consistent with other modal dialogs.

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 7a95314e424a0da203c9202c048f0cba0adfc8a6 authored over 2 years ago
fix(ui): force redraw of mod list when (de)selecting a mod

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - cee41b87f728e79d7e1ec0e67c24dc23a5dde9d0 authored over 2 years ago
feat: lazy-load CF mod descriptions

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 6aaf1f4f213bb258bc565d4085da13158abf4520 authored over 2 years ago
refactor: use function cb instead of class cb in getVersions

I've discovered even more functional programming! :^)

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 6f052baa94f6f758cb18b81e2cf5e28cdc5bd367 authored over 2 years ago
feat: cache mod versions

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 0808a10b7b9b9cde808a62b7d617b5c7010c24cf authored over 2 years ago
refactor: use function cb instead of class cb in getModInfo

I've discovered functional programming :^)
This makes this route more fit for general use.

Sign...

github.com/PrismLauncher/PrismLauncher - 74c6c5cfbc9f588052d8423c03c30f2c547bd5c9 authored over 2 years ago
feat: add mod descriptions to CF mods

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 368a0ddd4489705ac4823d8d9dbb2409fa1d0fa4 authored over 2 years ago
feat: add (semi) instant searching in mod downloader

It has a delay of 350ms from the last typed character to search, in
order to cache small changes...

github.com/PrismLauncher/PrismLauncher - c3f647dc962a0da6e96e54f472ee764370ed4f66 authored over 2 years ago
feat: cache extra mod info (like links and body)

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 5bc67d3f6b03bae6ff861d6641d22bbddefe2202 authored over 2 years ago
feat+refactor: clean up ProgressWidget and add progress indicatior to

mod downloader

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 158b7fd166f6be76b4e6c0e3f7cf14d6a4b43a17 authored over 2 years ago
change: preserve search term across different mod providers

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 5936c7b65ceef28fb569e966f2bcbe3aed3fa999 authored over 2 years ago
feat: create delegate for project item views

This allows us to define custom painting for list view items. In
particular, this is applied to ...

github.com/PrismLauncher/PrismLauncher - 4a13dbe3bb22ba47cf1ea5dfe0e9ffc9688b048a authored over 2 years ago
feat: display the 'body' of a MR mod on the mod downloader

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 6e9a27f40faa00719f7cfd680edc5e16c86a9da7 authored over 2 years ago
change: change button names to be more user-friendly

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 127b558f9573daece14fe7140bc2242010fbaa9e authored over 2 years ago
fix(ui): missing tr() in mod download dialog's title

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 0f61f5ba0376a5ad115bcc9eba64cbc452ecde78 authored over 2 years ago
feat+refactor: add shortcuts to mod downloader and clean up

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - a8bcd85c93ad1e5af277652862f773413c255c47 authored over 2 years ago
fix: work around ubuntu 22.04 openssl appimage issues by copying openssl libs

terrible hack but it worksℒ️

Signed-off-by: DioEgizio <[email protected]....

github.com/PrismLauncher/PrismLauncher - 5f1efbeb67c1b150a317b99484bf63888a05b78a authored over 2 years ago
use BlockedModsDialog for ftb packs as well

Signed-off-by: kumquat-ir <[email protected]>

github.com/PrismLauncher/PrismLauncher - 9c105914f0ffa4517b8777c77bf27ca3dfac5492 authored over 2 years ago
Merge remote-tracking branch 'origin/develop' into download-all-blocked

Signed-off-by: kumquat-ir <[email protected]>

github.com/PrismLauncher/PrismLauncher - 579582740e9efd5a054b02a8b0e1d8999abfa6fa authored over 2 years ago
Trash instances instead of deleting (when possible) (#549)

Squashed because of :pofat: commit history

github.com/PrismLauncher/PrismLauncher - b15544c163ccbca08ea498b3b3a51c82d7fb3e12 authored over 2 years ago
Merge pull request #941 from Scrumplex/bump-cxx-standard

Bump to C++17

github.com/PrismLauncher/PrismLauncher - 94a63e3859e576658d832c62cffacbb6963ad1e6 authored over 2 years ago
use c11 instead

c17 dont work properly with lgtm's build system and c11 is already almost identical to c17 at le...

github.com/PrismLauncher/PrismLauncher - 842b7e6c3974c16adddf3cccda4e0008d8c64597 authored over 2 years ago
fix(winget): strictly match non-Legacy setup

Signed-off-by: Sefa Eyeoglu <[email protected]>

github.com/PrismLauncher/PrismLauncher - 22f5011451088857d470733aed4b47952eb2887a authored over 2 years ago
Merge pull request #699 from Scrumplex/resolve-ftb-mods-cf

github.com/PrismLauncher/PrismLauncher - 74120fe1f3b072b78298dce68aedb397efb522a2 authored over 2 years ago
feat: win32 enable dark titlebar for dark theme

Signed-off-by: DavidoTek <[email protected]>

github.com/PrismLauncher/PrismLauncher - b4e8abd0adfd5de300fba3b22f58a2a937f9a5f1 authored over 2 years ago
Merge pull request #974 from flowln/accounts_qt6

Fix adding multiple accounts in Qt6

github.com/PrismLauncher/PrismLauncher - 336f1f4f5067cf45bc34031f376baafef9934e45 authored over 2 years ago
Merge pull request #958 from jopejoe1/readme

github.com/PrismLauncher/PrismLauncher - 1c256d8876b216c41815bf60691b75769694bddd authored over 2 years ago
fix: progress dialog going away even if the task was not aborted

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 1ce0f0e7a5059527cea3c6da84c19eb3599d2eff authored over 2 years ago
refactor: shuffle some things around to improve readability

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - fbf1901d86e67425cd8404c77508395349d80743 authored over 2 years ago
chore: clean up FTBPackInstallTask a bit and connect missing signals

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 13372f3f993efcf72c93af5f3169cc01d445f46e authored over 2 years ago
fix(ui): pump events to show "Copying modpack files..." text

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 0382f33c46b26b6286d45622c97732c4329ddf7d authored over 2 years ago
fix: add abort handlign in Flame's FileResolvingTask

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - e741cb7f0aa651b4f7245aed988ff510c7f8e2f9 authored over 2 years ago
chore: add license headers

Signed-off-by: Sefa Eyeoglu <[email protected]>

github.com/PrismLauncher/PrismLauncher - fb289c6b1770f43aaeca79df435d72332ad237c3 authored over 2 years ago
feat: implement mod resolving for FTB

Signed-off-by: Sefa Eyeoglu <[email protected]>

github.com/PrismLauncher/PrismLauncher - 75a7ea55d433a38c2e14f8be67a7e3fc27bba092 authored over 2 years ago
Merge pull request #961 from flowln/fix_resource_filter

github.com/PrismLauncher/PrismLauncher - 86573a5ccd82513330f02695c1556e555a82b8c6 authored over 2 years ago
chore: add some debugging prints in AccountList

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 1a6cb9ee99a35c0edd2b2bd1041daab895b90182 authored over 2 years ago
fix: use const qualifier for operator==() and allow other comparisons

This fixes an implicit behavior changed by C++17.

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 6fe55a79f18ac03c919c1ecbadde19fb2c82681b authored over 2 years ago
chore: Normalize sentence in readme

Signed-off-by: txtsd <[email protected]>

github.com/PrismLauncher/PrismLauncher - a495d9eca51ff23b771c60c36ebbc554f8d06836 authored over 2 years ago
Merge pull request #956 from flowln/jar_mods_aa

Fix segmentation fault when using jar mods

github.com/PrismLauncher/PrismLauncher - 65a945f968459786bc235d37bf1302d03ccd07d6 authored over 2 years ago
fix: pump events and do a queued start for concurrent tasks

Heavy workloads can consume a ton of time doing their stuff, and starve
the event loop out of ev...

github.com/PrismLauncher/PrismLauncher - a9e8ed5087fb559352d3ef14b575718181ffaa32 authored over 2 years ago
refactor: add a HashUtils place for hashing stuff

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 631a93bcd83272b3e59ca6a06aaa18a1a6b03167 authored over 2 years ago
change(libs): use a 4MiB buffer by default in murmur2 hashing

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 24c034ff6a15ed8fb8321f410e2003d83deead46 authored over 2 years ago
refactor+feat: improve code separation in ensure metadata

... and avoid calculating the same hash multiple times

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - e6f2a3893a6c9b3c0a2b94ffde41a7dbee1accb0 authored over 2 years ago
feat: add hashing tasks to the sequential task in ModUpdateDialog

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 00520b6a0e0ca3987cd4f7eef6e712c61fbb89f8 authored over 2 years ago
feat: do incremental calculation of CF's hash

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - b1763353ea0fd2d1924e3560f0a674cb6260721b authored over 2 years ago
feat: use QIODevice for calcuating the JAR hash on Modrinth

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 15ec1abb6a3acb77b36f14d3ddccc97a8df8c8e1 authored over 2 years ago
refactor: use QIODevice instead of a whole QByteArray for hash calc.

This allows Qt to do its thing and optimize the data gathering from the
JAR.

Signed-off-by: flo...

github.com/PrismLauncher/PrismLauncher - cfda8dbb2b0aeded851d45465cc3ea4b6901229c authored over 2 years ago
feat(libs): add incremental version of murmurhash2 calculation

This does two passes for a given file, which is kinda slow, but I don't
know how else to get the...

github.com/PrismLauncher/PrismLauncher - f95bcf45ad0e537a124f5aa0c7b9e97a78811289 authored over 2 years ago
fix: filter in external resource pages not working

For some reason, using setFilterFixedString() doesn't seem to update the
QRegularExpression obje...

github.com/PrismLauncher/PrismLauncher - 3aa2003951eee6a25a43fc8a78480f1512306429 authored over 2 years ago
Merge pull request #951 from flowln/performace_tab_fix

Hide the entire performance tab on the instance settings in non-Linux OSes

github.com/PrismLauncher/PrismLauncher - 0e473f4570f49ba212459365c7971b5d3988a3ff authored over 2 years ago
Fix broken url in readme

Signed-off-by: jopejoe1 <[email protected]>

github.com/PrismLauncher/PrismLauncher - bfa824ee71cc1a2221106cb884fcb16a0d997cd9 authored over 2 years ago
fix: sigsegv when trying to use jar mods

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 1157436a24cc219295512bbcf6b14f590969510d authored over 2 years ago
Merge pull request #952 from Scrumplex/fix-pre-post-launch

Fix variable substitution in pre launch/post exit hooks

github.com/PrismLauncher/PrismLauncher - 4596e78df0bc85cd1cffab01c973f6d4cb490319 authored over 2 years ago
fix: hide the entire performance tab on instance settings in non-Linux

"just woke up after a major release has just been made" coding style

Signed-off-by: flow <flowl...

github.com/PrismLauncher/PrismLauncher - 813dfbd2d38e910ef018927c58662db1e4c45e52 authored over 2 years ago
fix: actually substitute variables in pre/post launch

Signed-off-by: Sefa Eyeoglu <[email protected]>

github.com/PrismLauncher/PrismLauncher - ba7dfb360c53b717b76ba7197ae40d2f9f59a659 authored over 2 years ago
Merge pull request #893 from Scrumplex/refactor-env-handling

github.com/PrismLauncher/PrismLauncher - 6aad750fe037cfdc46db846e6cc507f112f745ed authored over 2 years ago
fix(nix): change license to gpl3Only

Signed-off-by: Sefa Eyeoglu <[email protected]>

github.com/PrismLauncher/PrismLauncher - 5e443ae34709f5a5659f482057564d3a004017fd authored over 2 years ago
Merge pull request #877 from Scrumplex/refactor-offline-accounts

github.com/PrismLauncher/PrismLauncher - c65f5f772887bb0751e1c3996a5a1739435e3284 authored over 2 years ago
Merge pull request #947 from flowln/unicode_uhh

github.com/PrismLauncher/PrismLauncher - 74b62727af0819b63174e02873908fb3e4d34c11 authored over 2 years ago
fix: treat accounts as offline, if auth servers are down

Signed-off-by: Sefa Eyeoglu <[email protected]>

github.com/PrismLauncher/PrismLauncher - 2e94562f79d45eb746c54b3ffc9776afdb499096 authored over 2 years ago
Merge pull request #922 from DioEgizio/qt6-tarballs

feat(actions): package and deliver qt6 tarballs

github.com/PrismLauncher/PrismLauncher - 061ea5648eb767a2d3807185da8dbf29a60a5cbf authored over 2 years ago
change: unicode chars for folders and disabled mods in mod list

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 439e7bbf4ede9e563cc8b9be1ad0ddafda2e59b9 authored over 2 years ago
Update .github/workflows/build.yml

Signed-off-by: Sefa Eyeoglu <[email protected]>

github.com/PrismLauncher/PrismLauncher - 0f1d51f866de15bfca1afc26fa04d54fd8667920 authored over 2 years ago
Merge pull request #938 from Scrumplex/fix-i18n3

github.com/PrismLauncher/PrismLauncher - 75cfaf0672d27b953dd79505baf7ab3097a66309 authored over 2 years ago
Merge pull request #932 from Scrumplex/fix-nix

github.com/PrismLauncher/PrismLauncher - ceaa732e5f3b43d8a43d6387509a209cbdefe9b3 authored over 2 years ago
Merge pull request #930 from TheOPtimal/develop

github.com/PrismLauncher/PrismLauncher - deb2a2bd14deceb337b73f88cebc2f24f51e2303 authored over 2 years ago
fix: use single-space unicode char for checkmark in mod list

Signed-off-by: flow <[email protected]>

github.com/PrismLauncher/PrismLauncher - 33853b610736299d5a1b172dcb39df03740ebd26 authored over 2 years ago
change(cache): use cache-specific http headers for their lifetime

This uses the 'Age', 'Cache-Control' and 'Expires' HTTP headers to more
accurately set up the ca...

github.com/PrismLauncher/PrismLauncher - ab6e1b112b05a1fcad962d15c087ed9ae746bf87 authored over 2 years ago
DCO Remediation Commit for Jacob Gogichaishvili <[email protected]>

I, Jacob Gogichaishvili <[email protected]>, hereby add my Signed-off-by to this co...

github.com/PrismLauncher/PrismLauncher - 220e823c8d776bf507dc9c3dbaebd8f6842ad676 authored over 2 years ago
refactor!: bump to C++17 and C17

Signed-off-by: Sefa Eyeoglu <[email protected]>

github.com/PrismLauncher/PrismLauncher - c666c3e2513c47552e91142925b2edabf1fd04ee authored over 2 years ago
fix: move HTML code outside of translation

Signed-off-by: Sefa Eyeoglu <[email protected]>

github.com/PrismLauncher/PrismLauncher - 9cc1773fa7b91a0c7ff24ec28e6fff94600f7ed5 authored over 2 years ago
Merge pull request #936 from Scrumplex/fix-windows-crap-2

github.com/PrismLauncher/PrismLauncher - e78c7af7158846decae06959d6b4ffe327438ee9 authored over 2 years ago
fix(nix): switch to LD_LIBRARY_PATH

Signed-off-by: Sefa Eyeoglu <[email protected]>

github.com/PrismLauncher/PrismLauncher - b96e76134ae55f83ddd51ef7bc9080db2ce797f7 authored over 2 years ago
refactor: filter values in environment variables

Before this change, you had to specify custom LD_* variables using the
prefix GAME_LD_*. Now ins...

github.com/PrismLauncher/PrismLauncher - 2d53c7c5b2dfb4e7172d105a54dcdbc723e7cda0 authored over 2 years ago
fix: support LD_* for OpenBSD

Signed-off-by: Sefa Eyeoglu <[email protected]>

github.com/PrismLauncher/PrismLauncher - fd2b2069972569c52d74e8626de8583c778bbb94 authored over 2 years ago
fix: fix translations for mod updater

Signed-off-by: Sefa Eyeoglu <[email protected]>

github.com/PrismLauncher/PrismLauncher - 28ae5d710e757a7672b7c8e4c3451349a20e2bd1 authored over 2 years ago
feat(actions): package and deliver qt6 tarballs

Signed-off-by: DioEgizio <[email protected]>

github.com/PrismLauncher/PrismLauncher - 7a13412ec762d8fe342445d13f57482637f294eb authored over 2 years ago
Merge pull request #934 from virchau13/fix-non-nixos-libraries

fix(nix): only load stdenv.cc.cc.lib on NixOS

github.com/PrismLauncher/PrismLauncher - c86610b917d2935426c0813bead01b610b913fae authored over 2 years ago
Merge pull request #929 from flowln/dark_theme_dark_font

github.com/PrismLauncher/PrismLauncher - 502750492c0d9b31400228c53d86787c2f2a15ac authored over 2 years ago