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: fix Java Checker on Windows, again

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

github.com/PrismLauncher/PrismLauncher - 8fc1653b0c3dbc75f12127099b41182269bc3d8a authored over 2 years ago
fix(nix): only load stdenv.cc.cc.lib on NixOS

On non-NixOS, launching any external process from Minecraft (e.g.
clicking on links) will fail d...

github.com/PrismLauncher/PrismLauncher - 6841ebc31d1d2773f2d9997f877d05ef66494dc9 authored over 2 years ago
fix(nix): switch to PolyMC libnbtplusplus

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

github.com/PrismLauncher/PrismLauncher - 8757281467fef1dffcc348aa307a9aca5b5c6856 authored over 2 years ago
merge origin/develop

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

github.com/PrismLauncher/PrismLauncher - 20b1723e78149c1f2ac4072cbd46997e9c5160fa authored over 2 years ago
qtcreator moment

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

github.com/PrismLauncher/PrismLauncher - be78afeee54a19cd0115e1d2ec63f3a3201a3940 authored over 2 years ago
Add more Nix `meta` information

github.com/PrismLauncher/PrismLauncher - 3746a2566d7b0f758a1de7a3f78cb88bd28bb1e5 authored over 2 years ago
fix: dark placeholder text in dark background on dark theme

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

github.com/PrismLauncher/PrismLauncher - 0cb47cf7d77de4a1f0e440547818248c2586c581 authored over 2 years ago
Merge pull request #588 from flowln/mod_update

Implement mod updater (:sunglasses:)

github.com/PrismLauncher/PrismLauncher - dec81c4f274dd8388d442062cf9fa18600aa850d authored over 2 years ago
fix: raw-pointers and leaks in ModFolderLoadTask

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

github.com/PrismLauncher/PrismLauncher - 54b335711acac5e57e94bc9cb81c751c9b2872c5 authored over 2 years ago
fix: bogus returns in EnsureMetadataTask

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

github.com/PrismLauncher/PrismLauncher - 6bb8332b4b8efbb3f21f31d465fa907c3db0a7ce authored over 2 years ago
fix: std::list -> QList

Qt6 removed Qlist::toStdList() :sob:

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

github.com/PrismLauncher/PrismLauncher - de9e304236ac0c11dd2b6bfb8b6f55943349c0e9 authored over 2 years ago
fix: changelogs with too much space between lines

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

github.com/PrismLauncher/PrismLauncher - 2b65ee433fa594173205ceed104d5261052cac9a authored over 2 years ago
fix: try finding a good height for short changelogs

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

github.com/PrismLauncher/PrismLauncher - 79b0a16f7a74aa8184c41f0574865e1cf6db0519 authored over 2 years ago
fix: clean up execWithTask in Progress Dialog

This prevents weird problems, such as dialogs being non-modal when they
should be!

Signed-off-b...

github.com/PrismLauncher/PrismLauncher - 58dc3e93d375a36c3c8c82fbbb7dc6322a475869 authored over 2 years ago
feat: make second metadata pass concurrent

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

github.com/PrismLauncher/PrismLauncher - 47bdcb6050cc5eb106929f27115c9dd13f93d154 authored over 2 years ago
change: make Mod a QObject used as a pointer

Prevents problems when copying it around!

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

github.com/PrismLauncher/PrismLauncher - c4316e81e64ad4ac63b0b50106b324a73abdc150 authored over 2 years ago
feat: improve changelog and sort updatable mods

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

github.com/PrismLauncher/PrismLauncher - dfd6cb29be99ed9efb73a78eb7c31b6070c2d3c9 authored over 2 years ago
fix: work around HoeDown bug(?) in changelog line breaks

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

github.com/PrismLauncher/PrismLauncher - fac63541a4831414b052de6400e7543bbc611db0 authored over 2 years ago
change: use ModStatus as a simple member instead of a pointer

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

github.com/PrismLauncher/PrismLauncher - 650af5eb64d3c560044cf1e806159f1d64985aa6 authored over 2 years ago
fix: don't use shared_ptr for a background task T_T

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

github.com/PrismLauncher/PrismLauncher - 001bbef9eea845ec7b970c73e16d0f129fade18b authored over 2 years ago
feat: add some mod api calls

- Get Project: Already existed but required a specific caller type. This
is more general.
- Ge...

github.com/PrismLauncher/PrismLauncher - 52c45c2d32e6bb10b2ca5db9b73cb91fac57c943 authored over 2 years ago
fix: don't require non-essential items in mod index

Also adds slug field.

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

github.com/PrismLauncher/PrismLauncher - a7648d60ce1d1567cd1c878aaa55dae3696a0210 authored over 2 years ago
fix: filter out opted-out mods in mod downloader

Maintains Pre-Updater behaviour

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

github.com/PrismLauncher/PrismLauncher - 9a07ede615869e3df87c41a689ebbba16a433849 authored over 2 years ago
feat: add metadata get/delete via mod id

This is, in many cases, more reliable than name comparisons, so it's
useful specially in cases w...

github.com/PrismLauncher/PrismLauncher - 91a5c4bdcbd3ae18139b85899f051fb3d9cbd1fc authored over 2 years ago
feat: improve metadata gen. networking and performance

This makes the metadata generation code a lot messier and harder to use,
but there's not really ...

github.com/PrismLauncher/PrismLauncher - 4e6978ff6f61777a2e2e989cba58a9f0c48d2782 authored over 2 years ago
fix: handling around disabled mods

Don't update disabled mods to prevent mod duplication. Also, chop
filename in the metadata with ...

github.com/PrismLauncher/PrismLauncher - 5f75e531e61e1f2cb5d602e084e9a0ddd1c85a5c authored over 2 years ago
change: mod metadata improvements

- Use slug instead of name
- Keep temporary status before having local details

Signed-off-by: f...

github.com/PrismLauncher/PrismLauncher - fd6755c93f3f3f7551f9b7c11d1bbbb48c22e210 authored over 2 years ago
fix: mod parsing of 'String-fied' version (i.e. OpenBlocks)

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

github.com/PrismLauncher/PrismLauncher - a53ee2e35cafd36964663d632877badcf53d8786 authored over 2 years ago
feat: remove existing mod when updating/redownloading it

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

github.com/PrismLauncher/PrismLauncher - dfab55112b783d191ac9b596df9c2972b5fe74cb authored over 2 years ago
fix: don't double add mods in mod downloader/updater

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

github.com/PrismLauncher/PrismLauncher - 1709b47bb7fd325c1b6dd482524fffa428b0f5a9 authored over 2 years ago
feat: add mod update check tasks

Those tasks take a list of mods and check on the mod providers for
updates. They assume that the...

github.com/PrismLauncher/PrismLauncher - b8b71c7dd29fbdc6c98d60ec54c57cff74f4cbfd authored over 2 years ago
feat: add mod update dialog

This subclasses the Review mods dialog to make a "Update review" one.
Also, all the necessary co...

github.com/PrismLauncher/PrismLauncher - 6e2869834f59ae4863e63a16de97aa3019723b26 authored over 2 years ago
feat: add update mods to the ui / mod model

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

github.com/PrismLauncher/PrismLauncher - 2d10c246a8e80a5af7535e2ff94442c6db178486 authored over 2 years ago
feat: add api call to flame

Call added:
- Get Fingerprints Matches
- Get Mod File Changelog

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

github.com/PrismLauncher/PrismLauncher - 4bcf8e6975d4f314654062dde01d627ed7495866 authored over 2 years ago
feat: add changelog to mod providers

The Modrinth changelog is fairly straight-forward, as it's given to us
directly with the API cal...

github.com/PrismLauncher/PrismLauncher - c3f6c3dd8228b23b403af6b091a888ea3cc436ca authored over 2 years ago
feat: add EnsureMetadataTask

This task is responsible for checking if the mod has metadata for a
specific provider, and creat...

github.com/PrismLauncher/PrismLauncher - 844b2457769d61131f97b5e82bb134568dfd42ed authored over 2 years ago
feat: add MultipleOptionsTask

This is a variation of a Sequential Task, in which a subtask failing
will prompt the next one to...

github.com/PrismLauncher/PrismLauncher - 9a44c9221139428fa4e3bdf560f6bfdc6fcbe75d authored over 2 years ago
feat: add ChooseProviderDialog

Allows you to prompt the user for choosing a (mod) provider. This should
be fairly independent o...

github.com/PrismLauncher/PrismLauncher - dd6aabf9ab2c974816aef4e889e059fa0cdad53b authored over 2 years ago
fix: always update global progress of sequential tasks

Previously, it would not update the global counter if the subTask didn't
update its progress, ev...

github.com/PrismLauncher/PrismLauncher - 882c82f82c0f5a3b634c5784d0968174cfdb8960 authored over 2 years ago
change: allow deleting mods while preserving their metadata

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

github.com/PrismLauncher/PrismLauncher - 43b9db6e45a2ea74384f7851722952b9a1547213 authored over 2 years ago
feat: add some helping methods to WideBar

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

github.com/PrismLauncher/PrismLauncher - 032ceefa1d4c147477fd432cea64f6cab88b8699 authored over 2 years ago
feat: add some api calls to modrinth

Calls added:
- Get version from hash
- Get versions from hashes
- Latest version of a project fr...

github.com/PrismLauncher/PrismLauncher - 0e52112016fe9942f7448cd83914f6266904c311 authored over 2 years ago
libs: add murmur2 library

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

github.com/PrismLauncher/PrismLauncher - 32a9545360b10058cf84b951ee88959adf3bf374 authored over 2 years ago
fix: allow aborting upload tasks

This maintains the same behaviour as the Download task.

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

github.com/PrismLauncher/PrismLauncher - 91776311c7faa5062bdfa0e543b513119d903002 authored over 2 years ago
fix: provide default value to is_indexed in ModDownloadTask

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

github.com/PrismLauncher/PrismLauncher - 05fa266e6b423ce5cdd5da2ed9035917777459b0 authored over 2 years ago
Merge pull request #913 from Gingeh/cape-without-skin

github.com/PrismLauncher/PrismLauncher - 56085310cb066c7b3899684c3e3f39fe9fd311c4 authored over 2 years ago
Restore ScrollMessageBox

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

github.com/PrismLauncher/PrismLauncher - 6a1d611fd1db1b1ef6cc54178a8564c13ed4d2ab authored over 2 years ago
fix: add missing HttpMetaCache entry for CF mods

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

github.com/PrismLauncher/PrismLauncher - c8a72c876da69de669d5616dd7ff755f157baf99 authored over 2 years ago
fix: add expiration time to cache entries

This is to prevent problems where the cache entry would still be used
way after the remote resou...

github.com/PrismLauncher/PrismLauncher - ec87a8ddfc2e6c23ab4c1003f6cafa685ce233d8 authored over 2 years ago
Add "Open All" button to blocked mods dialog

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

github.com/PrismLauncher/PrismLauncher - 33e34ebb83bdf423a4a60b373559f5923929c216 authored over 2 years ago
Merge pull request #917 from Scrumplex/fix-translations-2

github.com/PrismLauncher/PrismLauncher - dce435c882b3370d04ff9c0af9e690a703007628 authored over 2 years ago
fix: add missing full-stop to message

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

github.com/PrismLauncher/PrismLauncher - 396b3c3952295c8ce0cedb1bf2f77525cff0dbce authored over 2 years ago
Merge pull request #902 from Scrumplex/fix-unicode-windows

github.com/PrismLauncher/PrismLauncher - 8cf42f4e152333eb216d24c33a095d05dc0499d4 authored over 2 years ago
fix: fix memory leak on Windows

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

github.com/PrismLauncher/PrismLauncher - 17ea51ce276a1ad639fb7f62724230de25983d4c authored over 2 years ago
Merge pull request #914 from DioEgizio/cacheqt

github.com/PrismLauncher/PrismLauncher - 04818ca626930fa6723bb73f5d7246a71ed352a1 authored over 2 years ago
chore(actions): Remove superfluous whitespace

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

github.com/PrismLauncher/PrismLauncher - 6732b77594f67906de556448b0b941a25b2aa73d authored over 2 years ago
feat(actions): bring back qt caching

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

github.com/PrismLauncher/PrismLauncher - 3e4346e3210c2afec776d02be820c613685c4e2d authored over 2 years ago
Make skin upload optional

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

github.com/PrismLauncher/PrismLauncher - 4dfc01899a94ce365284ee1ba57c11afa823c55a authored over 2 years ago
Merge pull request #911 from Scrumplex/fix-release-workflow-2

github.com/PrismLauncher/PrismLauncher - b0b8ccfd4a2f1868ed20c7f502af8b341984c635 authored over 2 years ago
fix(actions): fix release workflow

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

github.com/PrismLauncher/PrismLauncher - 4d35c66af34395b6aaf365c10579d0d943f98936 authored over 2 years ago
fix: move time record overrides to BaseInstance

This is needed so that we can show time stats in the UI without having
to load all type-specific...

github.com/PrismLauncher/PrismLauncher - 509f7bd018f48c289526dc7a7be7009aed14f6b9 authored over 2 years ago
Merge pull request #905 from DioEgizio/fix-copying

github.com/PrismLauncher/PrismLauncher - 42b9b3d72a07089459283bcaaef1a070491c486f authored over 2 years ago
chore(COPYING): update COPYING.MD a bit

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

github.com/PrismLauncher/PrismLauncher - e280f9fe3ee96adefd1b77da88ec822370c9e7c2 authored over 2 years ago
Merge pull request #904 from virchau13/add-stdenv-lib

fix(nix): add stdenv.cc.cc.lib to GAME_LIBRARY_PATH

github.com/PrismLauncher/PrismLauncher - 89493a2f1d7353559a3e0a1e5650941ed7261dd5 authored over 2 years ago
Merge pull request #810 from Scrumplex/refactor-launcher-version

Hide channel from version for tagged commits

github.com/PrismLauncher/PrismLauncher - e259bffca655b343b413a060482f550494b0090e authored over 2 years ago
fix(nix): add stdenv.cc.cc.lib to GAME_LIBRARY_PATH

Some mods (like DiscordRichPresence) require libstdc++.
This commit adds stdenv.cc.cc.lib to $GA...

github.com/PrismLauncher/PrismLauncher - ba9164022d489be54bccf2d1a2cb56a0123ebc25 authored over 2 years ago
fix: remove unnecessary code for Windows

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

github.com/PrismLauncher/PrismLauncher - a4672ba00ff03620bcbd9d43ee924cb6a81c79b4 authored over 2 years ago
fix: fix unicode issue with JavaChecker on Windows

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

github.com/PrismLauncher/PrismLauncher - c0bf267baeb14f86e5391f712f578b81c9cad383 authored over 2 years ago
Merge pull request #901 from txtsd/scdoc

github.com/PrismLauncher/PrismLauncher - 1a26a5365913787e051a7c6518f051bb71ba5cd5 authored over 2 years ago
Merge pull request #678 from Scrumplex/improvements-around-proprietary-services

github.com/PrismLauncher/PrismLauncher - 8f4d7ac655d3815605422c9fc620d5a0f97e41ef authored over 2 years ago
Merge pull request #847 from EliteTK/switch-to-scdoc

github.com/PrismLauncher/PrismLauncher - c5625d8d32f45b6ecb71cf7293176dfe7c6579a3 authored over 2 years ago
Merge pull request #900 from DioEgizio/CI/fix

fix(actions): fix ccache on windows

github.com/PrismLauncher/PrismLauncher - 548a2a1d64412062300a58aa761a4c9e28b57af5 authored over 2 years ago
feat(ci): Install scdoc to build manpage

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

github.com/PrismLauncher/PrismLauncher - df01a58099decb21625048331e5593cd5ba60ba6 authored over 2 years ago
Merge pull request #479 from kthchew/feature/sparkle-mac

github.com/PrismLauncher/PrismLauncher - ac8ee9f981ea509c04ce64d70a47429a1207e18e authored over 2 years ago
fix(actions): fix ccache on windows

Also removes some unnecessary dependencies for the generic Linux package

Signed-off-by: DioEg...

github.com/PrismLauncher/PrismLauncher - b1805b70eae7b55df834206300d229dca7153c1f authored over 2 years ago
Remove use of obsolete method

Fixes Qt 6 build

Signed-off-by: Kenneth Chew <[email protected]>

github.com/PrismLauncher/PrismLauncher - eae8a2914e99f6e9a6db042a0bc0f984fd890227 authored over 2 years ago
Switch to production Sparkle appcast

DCO Remediation Commit for Kenneth Chew <[email protected]>

I, Kenneth Chew <kenneth.c0...

github.com/PrismLauncher/PrismLauncher - 03429db5285db3d988e42665de3f718afb99d51c authored over 2 years ago
DCO Remediation Commit for bf560f4

I, Jamie Mansfield <[email protected]>, hereby add my
Signed-off-by to this commit: bf560f...

github.com/PrismLauncher/PrismLauncher - 10f27250eea76931293a9345f75059239526e4f9 authored over 2 years ago
DCO Remediation Commit for a7fc23d

I, Jamie Mansfield <[email protected]>, hereby add my
Signed-off-by to this commit: a7fc23...

github.com/PrismLauncher/PrismLauncher - aed7963d11cf2fda255cffb3eb7a379fb09a040d authored over 2 years ago
DCO Remediation Commit for 9e69b8f

I, Jamie Mansfield <[email protected]>, hereby add my
Signed-off-by to this commit: 9e69b8...

github.com/PrismLauncher/PrismLauncher - 2810413112002acdb7114f8038c7102f3203d554 authored over 2 years ago
DCO Remediation Commit for e0ae631

I, Jamie Mansfield <[email protected]>, hereby add my
Signed-off-by to this commit: e0ae63...

github.com/PrismLauncher/PrismLauncher - 31fd92e071888ed25f254b204e2f969b028c1927 authored over 2 years ago
Merge branch 'develop' into feature/sparkle-mac

# Conflicts:
# .github/workflows/build.yml

github.com/PrismLauncher/PrismLauncher - b3b76d5d56f9b6849464a6df2031058c98359fbc authored over 2 years ago
Merge pull request #575 from Scrumplex/qt6

github.com/PrismLauncher/PrismLauncher - cd948dceaed4625e7a876f680d3dc028e6cfe6de authored over 2 years ago
fix: remove TODOs

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

github.com/PrismLauncher/PrismLauncher - eb33a87ff5ba01d05f6a96d4d06a0d00fdd85647 authored over 2 years ago
ATLauncher: Move the UI support implementation into it's own class

This will allow it to be used in multiple locations.

github.com/PrismLauncher/PrismLauncher - bf560f4594e4c17b493725f1ac98f0becfff5c2e authored over 2 years ago
fix: set UNICODE and _UNICODE for Qt 5 builds

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

github.com/PrismLauncher/PrismLauncher - eb5ed508248d922edd8f516b90d38b55841f0695 authored over 2 years ago
refactor(actions): switch to system QuaZip on Windows

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

github.com/PrismLauncher/PrismLauncher - 211d596fddaf75ccd8faf1040bef583b0d6c0bfa authored over 2 years ago
refactor(actions): rename Windows builds

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

github.com/PrismLauncher/PrismLauncher - d77237ca5d717b7e00e8b6517cd2c32d7c21fa74 authored over 2 years ago
fix: fix slots for Qt 6

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

github.com/PrismLauncher/PrismLauncher - 15c5bbcf222e9baa705ec0dfe5504b9db2d030ae authored over 2 years ago
Revert "fix: ignore deprecation again"

We want to see deprecation warnings now

This reverts commit 47d0da2d96bc375410f5d494ac9371d47ad...

github.com/PrismLauncher/PrismLauncher - 3562e94650f603c35c52e5d88071314a53b8f0ab authored over 2 years ago
refactor: fix deprecation up to Qt 6

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

github.com/PrismLauncher/PrismLauncher - c36342371819a4983b5ac2b928acc6a78b857ed8 authored over 2 years ago
fix: include TLS plugins in bundle

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

github.com/PrismLauncher/PrismLauncher - 3e4d1c04de8b38078929caaaff06258c05b9a12b authored over 2 years ago
chore: update license headers

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

github.com/PrismLauncher/PrismLauncher - 3b4539de797b28bdeaa407194e961648f18efb7e authored over 2 years ago
refactor: query Qt variables using ECM

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

github.com/PrismLauncher/PrismLauncher - 4e99da7b6212fdba121d93892f48f6bce158e2a6 authored over 2 years ago
feat(actions): enable Windows-i686 Qt 6 builds

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

github.com/PrismLauncher/PrismLauncher - e2a74dfc307ef89e7b365f89f3ab8f54a6772293 authored over 2 years ago
refactor(actions): speed up package installations for Windows

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

github.com/PrismLauncher/PrismLauncher - 203c3ec233ee8a1c4cf1a838087666d0128500ee authored over 2 years ago
fix: install TLS plugins for release builds

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

github.com/PrismLauncher/PrismLauncher - f464b347b2f55884cd614f91da5a83b3dda2fb68 authored over 2 years ago
feat(actions): use Qt 6 on macOS and AppImage

Co-authored-by: DioEgizio <[email protected]>
Signed-off-by: Sefa Eyeo...

github.com/PrismLauncher/PrismLauncher - fdf574802972bc48ab9d1954a4868f73c3b1c139 authored over 2 years ago
feat: add Qt 6 support to CMake

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

github.com/PrismLauncher/PrismLauncher - e58158c3cd629717a9742fe08da9b09ed39bc198 authored over 2 years ago
refactor: fix deprecation up to Qt 5.15

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

github.com/PrismLauncher/PrismLauncher - 984692dc629ca3712d482b174a67557dd9e635a8 authored over 2 years ago