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

fix: resize columns on hide ^& uniform heights

Signed-off-by: Rachel Powers <[email protected]>

github.com/PrismLauncher/PrismLauncher - 470518eb3a3e0e43d67b7a15823c060755ad3284 authored over 1 year ago
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into visit_mod_page

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

github.com/PrismLauncher/PrismLauncher - ba609f3600e17704f358b28dd3d5ee14319cc98c authored over 1 year ago
Merge pull request #1119 from Trial97/mods_txt

Added dynamic page extra info

github.com/PrismLauncher/PrismLauncher - ca659136e2dc5f987bb5646eff0d8a7dd1b90774 authored over 1 year ago
Merge pull request #1184 from clickdevin/develop

Fix bugs when updating curseforge modpacks

github.com/PrismLauncher/PrismLauncher - f1a6dc5332e0cecf07650d3611c780f013bc495f authored over 1 year ago
Merge pull request #1234 from Szowisz/develop

Fix compiling on FreeBSD

github.com/PrismLauncher/PrismLauncher - 4eaa7dc8b1839b1ae88c5a0f5080a47358bb52c0 authored over 1 year ago
Rework icons (Fabric is blurry now but looks better)

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

github.com/PrismLauncher/PrismLauncher - 94510edd722b72e375011c6d4a6629c478728c72 authored over 1 year ago
Remove extra spaces in one more Java checker debug

Signed-off-by: Chris Lane <[email protected]>

github.com/PrismLauncher/PrismLauncher - 9ad29e8d85d66b9008892bd3298cc7d709c2ad17 authored over 1 year ago
Clean up 'Running java checker' debug msg code

Signed-off-by: Chris Lane <[email protected]>

github.com/PrismLauncher/PrismLauncher - 07f3d27fb89e1e5a32ca25e7111c98a29ab12e8c authored over 1 year ago
Add missing space in java checker debug message

Signed-off-by: Chris Lane <[email protected]>

github.com/PrismLauncher/PrismLauncher - f2692e60f3b7f1281750c4e97268830b9db30e95 authored over 1 year ago
Modrinth: use default icon for non-managed packs

Fixes: #317
Signed-off-by: James Beddek <[email protected]>

github.com/PrismLauncher/PrismLauncher - 009623823d6036ea22b34b21812758666fb8f7ba authored over 1 year ago
Fix compiling on FreeBSD

Signed-off-by: Jakub Wroński <[email protected]>

github.com/PrismLauncher/PrismLauncher - a32a3e25adbb20e31749828cca84a3ff3878f094 authored over 1 year ago
Added fallback for quilt if the API or Kotilin is not present

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

github.com/PrismLauncher/PrismLauncher - 3e3be9ae6f902cc292ee26e4d330b078ddbb2a46 authored over 1 year ago
Merge pull request #1233 from p2js/ui-consistency-fix

Remove inconsistent/unneeded question marks in UI

github.com/PrismLauncher/PrismLauncher - 3c648ff9fdbed9ed84774b45a3a7a99ccad3792d authored over 1 year ago
Remove inconsistent/unneeded question marks in UI

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

github.com/PrismLauncher/PrismLauncher - f769b0b4c63888ac95416a4cc834aad2395f9b74 authored over 1 year ago
Screenshots: do not retry image thumbnailing on null result

This causes the thumbnailing thread pool to spend a lot of time attempting to
retry an image tha...

github.com/PrismLauncher/PrismLauncher - 75bd626f33a5182facff2ef1f9938f60553c3352 authored over 1 year ago
Screenshots: clear the thumbnailing pool on page delete

Removes pending QThreadPool jobs which linger after page delete.
May help with #1201 by allowing...

github.com/PrismLauncher/PrismLauncher - f2471f0f68e436d25d27ccc750e6668c07a29070 authored over 1 year ago
Screenshots: remove path from watcher if it no longer exists

Signed-off-by: James Beddek <[email protected]>

github.com/PrismLauncher/PrismLauncher - d9b24f770561e3bb139955854ac7f3ca4d92a122 authored over 1 year ago
Just use the old ordering

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

github.com/PrismLauncher/PrismLauncher - a389983d7dfb78a2bf6c1b85e5837dcdac789070 authored over 1 year ago
License all the things

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

github.com/PrismLauncher/PrismLauncher - 82d3755e25fc01e3468e6940abab9dcc0a819e22 authored over 1 year ago
Basic, unfinished & broken impl

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

github.com/PrismLauncher/PrismLauncher - 6ccc7e77f918503125c363eb8ac9455aa9fc095e authored over 1 year ago
Fixed build

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

github.com/PrismLauncher/PrismLauncher - b62e4c0cc79d9d3074b37d879bb00df68c2973bc authored over 1 year ago
Fixed removeIf

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

github.com/PrismLauncher/PrismLauncher - f6f0fbbd9f16afad16b8a401f87d741eba4be677 authored over 1 year ago
Added overide for Quilt/Fabric

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

github.com/PrismLauncher/PrismLauncher - c13a90540cf782debddd63f1d2da46e43ed48c7a authored over 1 year ago
Fixed regresion regarding modrinth project_id in dependence array

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

github.com/PrismLauncher/PrismLauncher - 6fd729e285f67c74633d27575717070f3577a132 authored over 1 year ago
Changed qWarning to qDebug for raw data

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

github.com/PrismLauncher/PrismLauncher - 8ad9692daab303bba6f5337f6660d8437ec8f330 authored over 1 year ago
Fixes #1212

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

github.com/PrismLauncher/PrismLauncher - d02858040ef0d1f691b3456bb0ac271c484a7c57 authored over 1 year ago
Removed mods from lambda

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

github.com/PrismLauncher/PrismLauncher - 3ee0fec7298d467d5b8b48a5144794f58bc2ce28 authored over 1 year ago
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into mods_txt

github.com/PrismLauncher/PrismLauncher - ec063470d76890d865ea68406ebb1a3a40fa14b1 authored over 1 year ago
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into net_job_crash

github.com/PrismLauncher/PrismLauncher - b2ed2bf810eb32f96e143d235ba9c0931af3697b authored over 1 year ago
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into packaging/appimage-updates

github.com/PrismLauncher/PrismLauncher - f8a02a5c9b1b6121f1dd04c3286174f9b65b2128 authored over 1 year ago
packaging: sign appimages with gpg

Signed-off-by: Rachel Powers <[email protected]>

github.com/PrismLauncher/PrismLauncher - 66858100810fd9072237d22624efdce948ce46cf authored over 1 year ago
packaging: add appimage update capability

Signed-off-by: Rachel Powers <[email protected]>

packaging(linux): use vars ...

github.com/PrismLauncher/PrismLauncher - 53d40df292b5771bf6637704d948d441093aa2a4 authored over 1 year ago
Merge pull request #1224 from DioEgizio/add-appstream

github.com/PrismLauncher/PrismLauncher - af6bf11793fb463fe62c99695e56ff6599612d05 authored over 1 year ago
chore: install appstream in appimage

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

github.com/PrismLauncher/PrismLauncher - 555cb40efdec7edf6ea66d0177f3c77a6eb29063 authored over 1 year ago
chore: change xml name to what linuxdeploy wants

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

github.com/PrismLauncher/PrismLauncher - d5b5f0503cc8d88809f82afc9407f89a4af604c6 authored over 1 year ago
Merge pull request #1214 from PrismLauncher/renovate/cachix-install-nix-action-22.x

chore(deps): update cachix/install-nix-action action to v22

github.com/PrismLauncher/PrismLauncher - 9d22fce53fef7481ad6804aac62c63c4e5411dcc authored over 1 year ago
Merge pull request #1210 from getchoo/opengl-appimage

fix(appimage): bundle generic opengl lib

github.com/PrismLauncher/PrismLauncher - aee0999daaab4294ad9ee54fbdb843806da00816 authored over 1 year ago
Small fixes

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

github.com/PrismLauncher/PrismLauncher - 1bdde1f947f57801f2fcb1a0f881f19bd8e1e29d authored over 1 year ago
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into develop

github.com/PrismLauncher/PrismLauncher - 319ce8c19f801a4bec920c6778cf140e9f92ee32 authored over 1 year ago
Removed extra headers

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

github.com/PrismLauncher/PrismLauncher - 4e66f55d8426559942d92e61556747528be03cdf authored over 1 year ago
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into net_job_crash

github.com/PrismLauncher/PrismLauncher - 6826f1d6051653bce8f670474d539a348b20e6d9 authored over 1 year ago
Fixed leaks

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

github.com/PrismLauncher/PrismLauncher - 0161520b332f485483f57acc305ad71a00d63fbc authored over 1 year ago
Merge pull request #1218 from flowln/bad_commit_string_in_bundled_package

Hide the Git commit entry on the About dialog when the build doesn't have git stuff support

github.com/PrismLauncher/PrismLauncher - 12cd8a7bea991c2a8d4b59b1cfc9f7c246819fc9 authored over 1 year ago
fix: hide git commit when the build doesn't have git stuff support

This fixes the Git commit string being "GITDIR-NOTFOUND" on the About
page when building a packa...

github.com/PrismLauncher/PrismLauncher - 2d00a727f6ea0ae8c39a1d915b6a9c4db2b84a30 authored over 1 year ago
chore(deps): update cachix/install-nix-action action to v22

github.com/PrismLauncher/PrismLauncher - b123f4f9484d0514b5b71c091f47200e5f182984 authored over 1 year ago
Merge pull request #1110 from TheKodeToad/version-search

Add a search bar to version lists

github.com/PrismLauncher/PrismLauncher - fd9a8d1551e5736aff6da10d8d00cc631c6d6ee0 authored over 1 year ago
Merge pull request #1187 from getchoo/rel-8.0

chore: bump to 8.0

github.com/PrismLauncher/PrismLauncher - 6bc1150ad0c154a8591aaaccf15309463f1d009d authored over 1 year ago
fix(appimage): bundle generic opengl lib

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

github.com/PrismLauncher/PrismLauncher - 45cce1d19a7e83dcb8db35ed1f203a175ce50635 authored over 1 year ago
Merge pull request #1135 from Trial97/installed_mods

github.com/PrismLauncher/PrismLauncher - 412349ac58be5729b72a80c2cc0b7f5342667fea authored over 1 year ago
Merge pull request #1192 from Trial97/pre-lauch

github.com/PrismLauncher/PrismLauncher - 000f4386a2416c8cc2ae4871ea4aeaedd9a65e1a authored over 1 year ago
Merge pull request #1198 from TheKodeToad/remove-a-space

github.com/PrismLauncher/PrismLauncher - 5d3329b1ef21fe3d317c8810f11181843401bbee authored over 1 year ago
Made ByteSynkArray to use shared_ptr

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

github.com/PrismLauncher/PrismLauncher - 147366bc0a905869f41bd8577337354bc7894e88 authored over 1 year ago
Fix trailing space in instance name

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

github.com/PrismLauncher/PrismLauncher - 13804f80de2cef845a917564adff9d9906c0eb5c authored over 1 year ago
Fix tests for window

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

github.com/PrismLauncher/PrismLauncher - 1d354df1f81e3c7f7f82d17bf3fd261eb2d98ee4 authored over 1 year ago
Fixed tests

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

github.com/PrismLauncher/PrismLauncher - 1b42b9a08e5777fcf0d2578f3ffa05e354e47f9a authored over 1 year ago
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into pre-lauch

github.com/PrismLauncher/PrismLauncher - 535fb2c4d6af12b5dc8d39770aee8769833a6199 authored over 1 year ago
Renamed variable

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

github.com/PrismLauncher/PrismLauncher - 98a07da39bbc41529b67cf515849d403280af07c authored over 1 year ago
Merge pull request #1195 from Scrumplex/fix-javavendor-instance

Add JavaVendor as an instance override

github.com/PrismLauncher/PrismLauncher - 8bf5ba2836f8bb2d0555527947e80ea873515d03 authored over 1 year ago
Merge pull request #1159 from getchoo/fix-devshell

github.com/PrismLauncher/PrismLauncher - 798e1abb581e5a73f9a0df12ae84e7dc33118db6 authored over 1 year ago
Merge pull request #1063 from RedsonBr140/feat/RootFolder

github.com/PrismLauncher/PrismLauncher - 90a4f622d2bc3eb78a0cb535ad4d8d7fdbcdc8e0 authored over 1 year ago
fix: simplify resolving of data path

Co-authored-by: TheKodeToad <[email protected]>
Signed-off-by: Sefa Eyeoglu <contact@scrumpl...

github.com/PrismLauncher/PrismLauncher - 6812823b55678230dd1fcd14973abc8d9a5d7245 authored over 1 year ago
fix: add JavaVendor as an instance override

This should suppress a critical error that gets printed every time an
instance gets launched, as...

github.com/PrismLauncher/PrismLauncher - 7ad9abf9bce2f2d7ec0e9e6848673753fefba3dd authored over 1 year ago
Made the installed mods more apparent

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

github.com/PrismLauncher/PrismLauncher - cb52be433d2a55338df2205d2cebbf3e4d2f5eb5 authored over 1 year ago
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into installed_mods

github.com/PrismLauncher/PrismLauncher - 1f2b0ad698a892f0d1c163d3181655205636a8a0 authored over 1 year ago
Updated text and fixed mod page text update

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

github.com/PrismLauncher/PrismLauncher - 6667ff9330cc080ca3c5fc2dd90af6b8420bf3fc authored over 1 year ago
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into mods_txt

github.com/PrismLauncher/PrismLauncher - 5bf091149df363ccea7d6226c7917e03168a5eda authored over 1 year ago
Added tooltip for name label

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

github.com/PrismLauncher/PrismLauncher - be0df38453977c37ae8b6b241e82ace41149fdcc authored over 1 year ago
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into visit_mod_page

github.com/PrismLauncher/PrismLauncher - fcfb3d2df786c94ded97778fa241f9c05e73a7cf authored over 1 year ago
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into scale_cat

github.com/PrismLauncher/PrismLauncher - 1ff8136f98cf3bb2983043fcaaf3e65366b4e6d4 authored over 1 year ago
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into develop

github.com/PrismLauncher/PrismLauncher - 182e19eae3e2aa9f50dde140d10db858b5bf6076 authored over 1 year ago
Merge pull request #1067 from RedsonBr140/feat/dont-hide-settings

feat: Don't hide the settings tab when an instance is running

github.com/PrismLauncher/PrismLauncher - 9908e115aa6bdfcceefd1425406d1b6d1c1bdec4 authored over 1 year ago
Fixed version comparation

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

github.com/PrismLauncher/PrismLauncher - 811c79423fa048c5f4dd567b1121630d16aa3b0c authored over 1 year ago
Fixed qt5 build

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

github.com/PrismLauncher/PrismLauncher - cf4c1605ebe2f1db302928f847398e23236aed16 authored over 1 year ago
Added new migration for special characters

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

github.com/PrismLauncher/PrismLauncher - e0b901169aaa5ebc7b74c15cd3f01f08ee98c4f1 authored over 1 year ago
Merge pull request #1099 from Trial97/logdir

store logs in seperate directory

github.com/PrismLauncher/PrismLauncher - 3f1548ae0e4b021a9e9a6307b0566ad3f819ecc6 authored over 1 year ago
Merge branch 'develop' into feat/dont-hide-settings

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

github.com/PrismLauncher/PrismLauncher - 3526d00a2330aad7d01f345816505c4d1cd5b096 authored over 1 year ago
chore: bump to 8.0

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

github.com/PrismLauncher/PrismLauncher - e8b0a7c6f02772dbe3fc1a205595f5fa30003ec3 authored over 1 year ago
Fix bugs when updating curseforge modpacks

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

github.com/PrismLauncher/PrismLauncher - d4f2059b78bd53fccb20657d11b3386e427ec795 authored over 1 year ago
Merge pull request #1145 from Trial97/net_job_crash

github.com/PrismLauncher/PrismLauncher - a4502f44c291fad2174e84bf883cdb754aa08e28 authored over 1 year ago
Merge pull request #1174 from Trial97/pre-lauch

github.com/PrismLauncher/PrismLauncher - 18c436c2bc15358e15209dfbbbc68855e8895f64 authored over 1 year ago
Added back the INIFile read function

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

github.com/PrismLauncher/PrismLauncher - b77fb059083ba04a3ccbc1b6e9ce4f5353b200ad authored over 1 year ago
Merge pull request #1140 from guihkx/ci-exclude-git-folder-from-sources-tarball

CI: Exclude `.git` directory from the source code tarball

github.com/PrismLauncher/PrismLauncher - 703f7698c1f7b2ae7f6d1db4e9a5aa30b859afbd authored over 1 year ago
Merge pull request #1166 from TheKodeToad/mrpack-export-oops

github.com/PrismLauncher/PrismLauncher - 69bfb55397517e875d293d1d6c1f6d7fc9f20ee0 authored over 1 year ago
Merge branch 'PrismLauncher:develop' into skinfix

github.com/PrismLauncher/PrismLauncher - 180ed0cc1adbaafa4cc95e1f91f191ea99462975 authored over 1 year ago
Merge pull request #1162 from leo78913/i-hate-naming-branches

github.com/PrismLauncher/PrismLauncher - b174f8226132a5484aa3b1421352a929372ed2b0 authored over 1 year ago
Merge pull request #1151 from TayouVR/rainbow-konami

github.com/PrismLauncher/PrismLauncher - 9406022e701af113414f4683b1cc658c566510dd authored over 1 year ago
Remove unnecessary code

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

github.com/PrismLauncher/PrismLauncher - f4a814b5e639641bad40bcea6abaf34f9c253046 authored over 1 year ago
Could this work?

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

github.com/PrismLauncher/PrismLauncher - 94ddc8bbf7a65f08079c4cf42deb4eea86b1e53b authored over 1 year ago
add icons to export menu

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

github.com/PrismLauncher/PrismLauncher - d6c7b4e813a254a2fb78547a7947aa913d80dbbb authored over 1 year ago
fix(nix): use prismlauncher-unwrapped in devShell

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

github.com/PrismLauncher/PrismLauncher - ad0493390b051c27ee8d16b323a9c71b9d697097 authored over 1 year ago
rainbow konami & toggle

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

github.com/PrismLauncher/PrismLauncher - 5aa1c340dc6c353e34d0fbcac84fb89798a06481 authored over 1 year ago
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into installed_mods

github.com/PrismLauncher/PrismLauncher - 47372c2fbd2592c6841f4f456d656d8915d3598b authored over 1 year ago
Removed const specification

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

github.com/PrismLauncher/PrismLauncher - ae9e8dbafd457ef5be2b02529647c8b974488f7a authored over 1 year ago
[ci skip] License headers!! (yay)

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

github.com/PrismLauncher/PrismLauncher - b7d82354cbf4d13c428555c5625db183dffd15d7 authored over 1 year ago
Updated the messages

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

github.com/PrismLauncher/PrismLauncher - b3d743635c86aac583fb802c1e3c7aa25e12dc88 authored over 1 year ago
Fixed some crashes

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

github.com/PrismLauncher/PrismLauncher - f2932c6d0387c41bd876d4af4148a7ffb5c83154 authored over 1 year ago
ci: exclude .git directory from the source code tarball

Reduces the its final size from 17.1 MiB down to 7.9 MiB.

Signed-off-by: guihkx <626206+guihkx@...

github.com/PrismLauncher/PrismLauncher - 93436b09401b7f425cffaac49e03756526d04cb3 authored over 1 year ago
Higlight installed mods

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

github.com/PrismLauncher/PrismLauncher - f96b135ef72a762220941681cf1b314a3b2db266 authored over 1 year ago
Merge pull request #1133 from DioEgizio/bump-mac-11.0

github.com/PrismLauncher/PrismLauncher - bfe7e3afed286de02dfc1ec4cc2b39f31972d295 authored over 1 year ago
chore: bump macOS requirement to 11.0

Noticed only now that Qt 6.5 bumps the macOS requirement to macOS 11.
This was basically alread...

github.com/PrismLauncher/PrismLauncher - 75b1eaed0c71147398788d127df8240936ec72dc authored over 1 year ago