Ecosyste.ms: OpenCollective

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

github.com/PrismLauncher/PrismLauncher

A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC)
https://github.com/PrismLauncher/PrismLauncher

Update org.polymc.PolyMC.metainfo.xml.in

Should fix Flatpak/Flathub build

67c5aa0be9c20e67bb96e917cb881a9d953b9ce4 authored over 2 years ago
feat: add links to curseforge modpacks

e64438016040c1a7ad1834a5735d34d6d1ea0cdb authored over 2 years ago
feat: add links for curseforge mods

NOT DOWNLOAD LINKS! (someone would ask it i'm sure :p)

c5eb6fe6fb733c62c071473a8d1102c44e133c17 authored over 2 years ago
feat: add remaining links to modrinth mods

ae2ef324f297adee33968b50e70d9cf5d8ed72fb authored over 2 years ago
feat: add remaining links to modrinth modpacks

d0337da8ea54c272aadfe30bfe0474ae82011109 authored over 2 years ago
clean up .clang-format

17b30b2ae25a6138f7d0452805998dfd24cd683e authored over 2 years ago
fix: missing tr() and update donate message

5e17d53c7f2e19b6911645d68e0e8a68b6e07d1d authored over 2 years ago
feat: add donate info to modrinth modpacks

22e0527502683a625c5963ec8155e07d9ec06d28 authored over 2 years ago
feat: add donate links for modrinth mods

ca3c6c5e8a5151ea50e51f09938b894e6a610626 authored over 2 years ago
chore: remove unused GH Workflows

4bd30f5e72d585ad6c34ef96d768eb7969ec4901 authored over 2 years ago
Merge pull request #631 from kthchew/fix/quazip-warn

3cc26b15a1a99860b1c2a9c69bc434479b4627bb authored over 2 years ago
add more `#ifdef`s

9673dac22b0ff81a54847d5db5438c099a6df587 authored over 2 years ago
standard macOS app behavior

0426149580feaca188c7f34b268411ffeb8787b0 authored over 2 years ago
Silence CMake QuaZip not found warnings

These are expected most of the time, and thus just noise.

fce5c575480c88f81f325f3759889d0cde9a28e0 authored over 2 years ago
ATLauncher: Delete files from configs if they conflict with a mod

4ee5264e24e21d89185d424072dc39cb6b2dd10f authored over 2 years ago
ATLauncher: Handle extra arguments depends

101ca60b2bb1d3c3047bc5842461c68d05708e39 authored over 2 years ago
ATLauncher: Handle main class depends

f28a0aa666565354e657dec59249aa1fd237cdb0 authored over 2 years ago
Add desktop shortcut to Windows installer

997bf9144258c89f4c1e5fb23d7f3218790ac5ea authored over 2 years ago
fix: use a more robust method of finding metadata indexes

Often times, mods can have their name in different forms, changing one
letter to caps or the oth...

5a1de15332bcfbeafff7d0c678d7286ca85cfe18 authored over 2 years ago
fix: use correct hash_type when creating metadata

also fix: wrong parameter name in LocalModUpdateTask's constructor
also fix: correct hash_format...

3a923060ceee142987e585d7ab4d78642f3506da authored over 2 years ago
chore: add license headers

Prevents a massive inload of Scrumplex ditto's :)

I didn't add it to every file modified in thi...

2fc1b999117ceebc3ebf05d96b0a749e3a0f9e98 authored over 2 years ago
fix: do modrinth changes on flame too

Also fix a dumb moment

42f8ec5b1489c2073adf9d3526080c434dbddd90 authored over 2 years ago
change: support newest changes with packwiz regarding CF

0985adfd74758891c2e61c2de7f930119cab1386 authored over 2 years ago
refactor: move individual pack version parsing to its own function

5c5699bba5ed2a5befb7c3f8d9fbcd679a8698ab authored over 2 years ago
feat: allow trying to use multiple hash types

59d628208b403bfb2442291cbca139cbdfcd325f authored over 2 years ago
fix: don't try to delete mods multiple times

Shows a more helpful message if there's a parsing error when reading the
index file.

Also fixes...

67e0214fa5c1ff36d3718c3fb68107bf0dfe7e5d authored over 2 years ago
fix: implement PR suggestions

Some stylistic changes, and get hashes from the mod providers when
building the metadata.

e17b6804a7424dd5161662c4ef92972f3311675c authored over 2 years ago
refactor: make mod metadata presence (or lack of) easier to find out

96e36f060443cbfa6d58df2adca3c8605851b4a3 authored over 2 years ago
refactor: move code out of ModIndex.h

Now it's in ModIndex.cpp

a99858c64d275303a9f91912a2732746ef6a3c8a authored over 2 years ago
feat: cache metadata in ModDetails

Allows for more easy access to the metadata by outside entities

23febc6d94bcc5903a9863ba7b854b5091b0813b authored over 2 years ago
feat: add support for converting builtin -> packwiz mod formats

Also adds more documentation.

092d2f8917271264871d69239ecb8836b34d0994 authored over 2 years ago
refactor: abstract metadata handling and clarify names

fab4a7a6029beb60bade312ee89e649202d178de authored over 2 years ago
tidy: apply clang-tidy to some files

Mostly the ones created in this PR + Mod.h / Mod.cpp / ModDetails.h

ba50765c306d2907e411bc0ed9a10d990cf42fd3 authored over 2 years ago
test+fix: add basic tests and fix issues with it

d7f6b3699074b268fd554bd1eb9da68f1e533355 authored over 2 years ago
feat: allow disabling mod metadata usage

4439666e67573a6a36af981fdc68410fdf9e4f9f authored over 2 years ago
feat: add mod index updating to ModDownloadTask

This makes ModDownloadTask into a SequentialTask with 2 subtasks:
Downloading the mod files and ...

c86c719e1a09be2dc25ffd26278076566672e3b5 authored over 2 years ago
feat: add method to delete mod metadata

Also moves indexDir setting from LocalModUpdateTask -> ModFolderModel

e93b9560b5137a5ee7acdc34c0f74992aa02aad6 authored over 2 years ago
feat: use mod metadata for getting mod information

For now this doesn't mean much, but it will help when we need data
exclusive from the metadata, ...

fcfb2cfc3da9a8f897063db05fdf3aebc41a59ae authored over 2 years ago
refactor: move mod tasks to their own subfolder

Makes the launcher/minecraft/mod/ folder a little more organized.

5a34e8fd7c913bc138e1606baf9df2cd1a64baed authored over 2 years ago
refactor: remove unused mod info and organize some stuff

e9fb566c0797865a37e5b59a49163258b3adb328 authored over 2 years ago
feat(ui): adapt SequentialTask to nested SequentialTasks

eaa5ce446765ef4305a1462d68e278b0797966ee authored over 2 years ago
feat: add parser for current impl of packwiz mod.toml

This reads a local mod.toml file and extract information from it. Using
C libs in C++ is kind of...

8e4438b375ee904aa8225b569899355372e5987c authored over 2 years ago
feat: add very early mod.toml packwiz support

Also use it as a on-disk format for storing mod metadata. This will be
used later on to make bet...

b30b88716e67de93ea1c97d9dfd02a41af5428f3 authored over 2 years ago
use light bigsur icon

c3e6b1aa8acdb7818bb678780f04ace0b68efad0 authored over 2 years ago
make JVM args `PlainTextEdit`

6d0ea13f97570f837f11022e3ef0fbfb6d0482f5 authored over 2 years ago
Merge pull request #621 from Scrumplex/remove-curseforge-workarounds

dca4ea5ceaa30f1285570d2bf32ea112118b9204 authored over 2 years ago
Merge pull request #622 from Scrumplex/chore-bump-1.3.0

Bump version to 1.3.0

be1e2c07ecb9bda084995b86ec1b562cbc8dfbdf authored over 2 years ago
add a .clang-format

2a0018e730a382a0d5dc963f30bf46cc0a240291 authored over 2 years ago
Merge pull request #605 from jamierocks/h-atl-improv

ATLauncher: Various work to improve the platform support

ac4497a1f232de78b3efc5e2ff0d5ca9ed224ad1 authored over 2 years ago
chore: bump version

d72c75db239dbff7e41c0d4a20df5337b9685a16 authored over 2 years ago
Merge pull request #620 from Scrumplex/update-cxxflags

6821a45b7fb59c5523373a3c8fc98fdaa41fdc29 authored over 2 years ago
Merge pull request #425 from dada513/dynamic_meta

f24cdd6564c0abf39b10b31d3896b939b4dbd7d3 authored over 2 years ago
revert: remove CurseForge workaround

We have been asked by CurseForge to remove this workaround as it
violates their terms of service...

cb69869836d2b4ed4b50a43694e95c4a801332f7 authored over 2 years ago
fix: more generous optimizations for debug builds

0b85051a2363f4fad29477e3a0ccd3fda18fee01 authored over 2 years ago
feat: add trailing slash to meta URL if it is missing

f2e205313485e458e2f5186f743d527d28609c5e authored over 2 years ago
fix: improve spacing in APIPage

b181f4bc30f36778f9680eb54e6f3514739161e8 authored over 2 years ago
Make Metaserver changable in settings

Co-authored-by: Sefa Eyeoglu <[email protected]>
Co-authored-by: flow <[email protected]>

f00dbdc215c2de3b6906d8182388c27bbc657e24 authored over 2 years ago
Revert "fix: temporarily ignore stringop-overflow warning"

This reverts commit 90007e2d9d4f63cfc9dc73888af34a17657b5102.

309dcc82cade6aee1af04534c8e307b56fcac848 authored over 2 years ago
refactor: use -O2 for release and -O1 for debug builds

0922a7f410d8675778bcf4720438efaa128b662b authored over 2 years ago
Merge pull request #554 from PolyMC/more_paste_services

7d91db607f4dff3c398af85b999344db8338e729 authored over 2 years ago
Merge branch 'PolyMC:develop' into patch-6

2be583ad4de0a8b85c1d7592c944c75481e9fad9 authored over 2 years ago
Merge pull request #616 from Scrumplex/fix-windows-crap

fix: temporarily ignore stringop-overflow warning

efcba698ac3846019db1947f986c64aa477170af authored over 2 years ago
Merge pull request #577 from PolyMC/fix/toolbar_🦀_fix

b19129173707e1ff4a9e28b4020519ad5ef188fb authored over 2 years ago
fix appimage not having imageformats

fixes stuff like the iris icon

c988b4d213b4125d298c893637a2362a7f192fce authored over 2 years ago
fix: temporarily ignore stringop-overflow warning

90007e2d9d4f63cfc9dc73888af34a17657b5102 authored over 2 years ago
Merge pull request #597 from Scrumplex/refactor-modloader-modapi

29ef1e2c4b46c762e79a2bbe9f4a5a0033bc92ca authored over 2 years ago
Merge pull request #614 from txtsd/ccache_release_fix

Avoid invoking ccache on Release builds

fbe84f9e4799596a41802489085f6d9067cdd745 authored over 2 years ago
Merge pull request #576 from kthchew/feature/win-installer

Create Windows installer

b036d95bab817e080f8ff9ec50123a5e5d3986e0 authored over 2 years ago
fix(workflow): Avoid invoking ccache on Release builds

bfffcb3910b7f8429da16ae503fc79722d32ded6 authored over 2 years ago
Fix Sparkle signing step

3bc02b9662b84c2ab86b5de1b08b4537177fde90 authored over 2 years ago
Merge pull request #612 from DioEgizio/update-cf-logo-real

change cf icon to a more fancy one

bc450e4cee04f164e2adcf35bd2c5940f35aa36d authored over 2 years ago
Make if statement condition more readable

Co-authored-by: Sefa Eyeoglu <[email protected]>

de02deac989cc5efc135dc3c817fe72cc2499eca authored over 2 years ago
Add migration wizard, fix migration from custom paste instance

- Very basic wizard just to allow the user to choose whether to keep
their old paste settings ...

e2ad3b01837e52a55e859412474978fa8a1e9625 authored over 2 years ago
Change paste settings and add copyright headers

- There's now a notice reminding people to change the base URL if they
had a custom base URL a...

caf6d027282392a58b935185d787c4c22a861409 authored over 2 years ago
Support paste.gg, hastebin, and mclo.gs

35f71f5793ee91a71e00464932ff95eb5e5e4d5e authored over 2 years ago
change cf icon to a more fancy one

taken from QuiltMC/art in the emoji folder, so it's licensed under CC0

b2a89ee4b99f1d89dddee2918195f73b6b92c9db authored over 2 years ago
ATLauncher: Display warnings when selecting optional mods

b84d52be3d1109efc2c9e35304831314050bd398 authored over 2 years ago
ATLauncher: Display install messages if applicable

305973c0e7c07693a8b08d1908e64fc4986e13e0 authored over 2 years ago
ATLauncher: Display mod colours in optional mod dialog

7c251efc473ee90069d1e87a056bde64f1d6fbf7 authored over 2 years ago
fix: various issues with ProgressDialog and SequentialTasks

- Fix aborting sequential tasks
- Fix displaying wrong number of tasks concluded
- Fix text cutt...

166f8727121399f7604d25580ced39472e9a3034 authored over 2 years ago
feat(ui): make selected mods in downloader bold with underline

Makes it easier to find which mods are selected in case you want to
change those.

8f2c485c926e53f8b31f420f3d5caec090982498 authored over 2 years ago
feat: allow deselecting mods from the mod confirmation dialog

This adds a checkbox to each mod on the dialog that shows up when
confirming the mods to downloa...

613f2fc4479dbfc3cf3149b0a2ceb0df1f26095f authored over 2 years ago
Merge pull request #609 from timoreo22/feature/fix-blocked-modpacks

9a0d6124f3f6ec6d68fb25aa7df6eb9e226bc201 authored over 2 years ago
Merge pull request #520 from icelimetea/refactor-java-launcher-v2

2646ae29f0e14464f3a879bce04887eb17f3f566 authored over 2 years ago
Merge pull request #500 from flowln/net_refactor

Refactor a little the code in `launcher/net/` files

b4707f46ad0e2381c4dc9477abf3229ebc4cad49 authored over 2 years ago
Merge pull request #606 from jamierocks/h-launch-version

482e049ac7eb4d77c5c7a655b28820a2a643785d authored over 2 years ago
Do the url trick on initial modpack download too

c04adf74521127bc50c67f3e2ddd1edfe2330358 authored over 2 years ago
Merge pull request #608 from timoreo22/feature/curseforge-fix

Very Temporary Fix for curseforge

92e8aaf36f72b7527322add169b253d0698939d0 authored over 2 years ago
Use GitHub Actions to get signature for Sparkle

Requires a secret called `SPARKLE_ED25519_KEY`, in the format of a private key file

b1f486518e3db19cca8ea9f33eb1d8d1afa247e7 authored over 2 years ago
Fix default install location

3cab0e69f1c299e385330d97ab5159a0c8c904ec authored over 2 years ago
Add `/NoShortcuts` parameter for Windows installer

1ec7878c07a8ba7d04a9fe860761872547fd5a0d authored over 2 years ago
Remove portable option in Windows installer

cdd83c279cafdacee6c863d7fb0ae94a6bf34e3e authored over 2 years ago
Add `/NoUninstaller` parameter for Windows installer

12cadf3af0a4e3a01330283fae2d6267d3c3f525 authored over 2 years ago
Add installer to release workflow

2bc6da038dea701699ba9fc46eb68b3a74d5f488 authored over 2 years ago
fix(ui): make CF and MR modpack dialogs more consistent

3b4b34b3695e655f591347754a724804bea96d71 authored over 2 years ago
Apply suggestions

6542f5f15af31e493c9b46afb3a5b4b330cc9cee authored over 2 years ago
Port temp fix to mods too

30b56dbcbd3bb7d61210405a469c7efb28581904 authored over 2 years ago
Use consistent naming scheme

Co-authored-by: Sefa Eyeoglu <[email protected]>

cbc8c1aed63e9cd106b468ae720aa650beec646a authored over 2 years ago
Very Temporary Fix for curseforge

6afe59e76b6a5d44b8706e8e030ecd0396dc8801 authored over 2 years ago
Merge pull request #607 from dada513/curse_set

88a93945d4c9a11bf53016133335d359b819585e authored over 2 years ago