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

Change to use future

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

github.com/PrismLauncher/PrismLauncher - e0380960fda706a70bef6f63610bcfa68775e21d authored almost 2 years ago
Merge pull request #833 from Ryex/advanced_copy_instance

github.com/PrismLauncher/PrismLauncher - 64ba5e4ed1456bed159cfe7b41ed9175b8baf5c4 authored almost 2 years ago
fix: no need to loop all sub tasks

pathc by flowin

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

github.com/PrismLauncher/PrismLauncher - d7032d975cb71bbf69d1dcd6a916db85ceb7619c authored almost 2 years ago
refactor: logging.h -> Logging.h

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

github.com/PrismLauncher/PrismLauncher - fe36471b8dfad6156b735f9393072b9111a12547 authored almost 2 years ago
refactor: propogate only only one StepProgress at a time

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

github.com/PrismLauncher/PrismLauncher - 0fb6a2836be2fe51e27a47595950923dca329006 authored almost 2 years ago
feat: default qtlogging.ini file

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

github.com/PrismLauncher/PrismLauncher - 96decbac27b364e0ffdcb20c40b08a79b827be00 authored almost 2 years ago
refactor: Qt can handle const& in signals and slots

While most Qt types cna use implicit data sharing
pasing our own structs means copies. const& en...

github.com/PrismLauncher/PrismLauncher - 236764adf6cb985dfc6d00b9cbcba8eb176510ed authored almost 2 years ago
fix: clean up license headers for Tasks

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

github.com/PrismLauncher/PrismLauncher - 6b28af6cc5cc935bff47fcf8f4534827c958dbc3 authored almost 2 years ago
feat: add UID to debug lines of upload tasks

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

github.com/PrismLauncher/PrismLauncher - 6306fb564b8f9fcc3ef0078c55850d6acb2507cf authored almost 2 years ago
fix: prevent logspam, fix MacOS theme artifacts

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

github.com/PrismLauncher/PrismLauncher - 9f9c829bc5db1c5a643e709d701b929af8194deb authored almost 2 years ago
fix: no need for const bool

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

github.com/PrismLauncher/PrismLauncher - a80b4255515b1f3e61d12aeefcef6bf16ac4ee6b authored almost 2 years ago
feat: add download size to download details alongside speed

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

github.com/PrismLauncher/PrismLauncher - cdccb25fe30cdf772ffdbf73b6c283c98f152075 authored almost 2 years ago
feat: estimate remining time on downloads

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

github.com/PrismLauncher/PrismLauncher - 733619ca741336ba9999af43f4eddd9371462325 authored almost 2 years ago
feat: add `details` signal to `Task`

feat: add details to mod pack downloading
feat: add logging rule sloading form `ligging.ini at da...

github.com/PrismLauncher/PrismLauncher - b6452215c16f6b1ee45fea746f9498767e48d049 authored almost 2 years ago
fix: properly map progress range

- doument PCRE used for URL compacting

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

github.com/PrismLauncher/PrismLauncher - f1028fa66d556b024765ba4e21ac76d4510a3e3e authored almost 2 years ago
feat: Propogated subtask progress

Oh boy this is big.

> TaskStepProgress struct is now QMetaObject compatabile and can be sent th...

github.com/PrismLauncher/PrismLauncher - 9d2f0e4dc8fc3995052770c6a7948cb0372fdcbb authored almost 2 years ago
feat: better task tracking

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

github.com/PrismLauncher/PrismLauncher - f997529cd4fb077b06d05da9c6ff0c23b85b4ebb authored almost 2 years ago
fix: set `x-xbl-contract-version` header during xbox auth step

Refrencing GDlauncher and ATLauncher code for auth as well as https://learn.microsoft.com/en-us/...

github.com/PrismLauncher/PrismLauncher - 495103f72e85e3664458e6425172bfeb8acf7a97 authored almost 2 years ago
refactor: pass instance ptr to resource models. use it to find instance root.

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

github.com/PrismLauncher/PrismLauncher - d80dee2a54a172fa19c0bc21486ee43ef2e3514d authored almost 2 years ago
refactor: Move ini to use QSettings && drop get/setList functions

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

github.com/PrismLauncher/PrismLauncher - 788fa40c2ae0e9786c070f4593a4e7ff6efc77d3 authored almost 2 years ago
Merge pull request #1040 from Scrumplex/remove-modpacksch

Remove FTB modpack support

github.com/PrismLauncher/PrismLauncher - ae75585b52078ca6d89b4014668c08d9aea4a17b authored almost 2 years ago
chore: remove FTB modpack support

We have been contacted by Feed the Beast to drop support for the FTB
modpack browser from Prism ...

github.com/PrismLauncher/PrismLauncher - ff07714e8c955003bb3deec84ec6cce6fc3ef5e6 authored almost 2 years ago
Merge pull request #1025 from japa4551/lastLaunchTimeDate

github.com/PrismLauncher/PrismLauncher - f54fc167180cffa9277c1d93eb8cf887af5671e4 authored almost 2 years ago
Removed formated but not used files

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

github.com/PrismLauncher/PrismLauncher - 61a235561896fc82a19da00126e361bb56d61c69 authored almost 2 years ago
Removed extra code

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

github.com/PrismLauncher/PrismLauncher - 248920a2211db0c55d01273cc36c735a629b0325 authored almost 2 years ago
Fixed typo

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

github.com/PrismLauncher/PrismLauncher - 7298f9c273bbfe31bf6c81af7fb6405b8baaeb13 authored almost 2 years ago
Merge branch 'Fix_Assert' of github.com:Trial97/PrismLauncher into develop

github.com/PrismLauncher/PrismLauncher - b2ecb9ac09573d13c6edf8f6ea0924c1f7006b4b authored almost 2 years ago
Fixed code qulity

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

github.com/PrismLauncher/PrismLauncher - f738d7566e45f618634c4d40ec45f78f96fac588 authored almost 2 years ago
Update launcher/minecraft/MinecraftInstance.cpp

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

github.com/PrismLauncher/PrismLauncher - 672f5cf160b8630210f07d250989278f99c4e0ad authored almost 2 years ago
Merge branch 'Fix_Assert' of github.com:Trial97/PrismLauncher into develop

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

github.com/PrismLauncher/PrismLauncher - 1d167f8fda8df1b0ded22b8a7dde2cb1a5612542 authored almost 2 years ago
Fixed removeIf for Qt version

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

github.com/PrismLauncher/PrismLauncher - 460e83207f9ae087846fc9ca210799e41f51a326 authored almost 2 years ago
Small Cleanup

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

github.com/PrismLauncher/PrismLauncher - 75116364c6daea5affb029038d2a7d20bc601beb authored almost 2 years ago
Better version handling

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

github.com/PrismLauncher/PrismLauncher - f7931c2ee202025740caf424fa00ffb76743a1d2 authored almost 2 years ago
thanks flowln! :P

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

github.com/PrismLauncher/PrismLauncher - dfc2b9c76ac0dfeae55759665033539df3f27c2f authored almost 2 years ago
Merge branch 'Fix_Assert' of github.com:Trial97/PrismLauncher into develop

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

github.com/PrismLauncher/PrismLauncher - 22bbf1bd1fb789d2542b07fc6bb4140ef7226e36 authored almost 2 years ago
Fixed assert

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

github.com/PrismLauncher/PrismLauncher - 10aac4fe1721c3e1cf83bacefddc086918ca03da authored almost 2 years ago
Updated links

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

github.com/PrismLauncher/PrismLauncher - 42bc91463e8dc7c078476c8606937552ce623c62 authored almost 2 years ago
Merge branch 'develop' of github.com:Trial97/PrismLauncher into develop

github.com/PrismLauncher/PrismLauncher - 63c4469475da76f1c0ac27b965edbff8a13dbbef authored almost 2 years ago
Small cleanup

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

github.com/PrismLauncher/PrismLauncher - ffaa47bf54bc5b320049064a897c8ad0737574ee authored almost 2 years ago
Merge branch 'PrismLauncher:develop' into develop

github.com/PrismLauncher/PrismLauncher - 1a390b6043b58395152bc074e31bfa580ae0435a authored almost 2 years ago
Made some copy by reference

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

github.com/PrismLauncher/PrismLauncher - fac33498dbd50fd9af60164e786534615586d6ac authored almost 2 years ago
Refator task to work with multiple providers

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

github.com/PrismLauncher/PrismLauncher - c1490cd62703975c5478aea1156d0bbefcc37bc8 authored almost 2 years ago
More cleanup

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

github.com/PrismLauncher/PrismLauncher - 2c744da9f7352073e744015a4c1da42794bcd004 authored almost 2 years ago
Fixed tipo

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

github.com/PrismLauncher/PrismLauncher - b4fa6e120a98fde89443b262f351412f36de7566 authored almost 2 years ago
Hope to fix windows build errors

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

github.com/PrismLauncher/PrismLauncher - 31e84780a882622385dda0c574c128046d625eba authored almost 2 years ago
First working version with curseforge mods

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

github.com/PrismLauncher/PrismLauncher - 4fe497cd682258ca80501be2ad616de7a40043d9 authored almost 2 years ago
Fixed headers

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

github.com/PrismLauncher/PrismLauncher - 5079ce8d64d68d3fd2925baf18976385e44ebdc2 authored almost 2 years ago
Tried to fix codeQL

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

github.com/PrismLauncher/PrismLauncher - bcea19b957bb0db4270b7573540af40143cca7de authored almost 2 years ago
Semi fixed the Modrinth dependency implementation

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

github.com/PrismLauncher/PrismLauncher - 7bd26ce4687b498fb91d42594da07fea1eca5552 authored almost 2 years ago
Added Dependency API

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

github.com/PrismLauncher/PrismLauncher - 5655a3351551aa36aeeba79b0ac7f2474ca74352 authored almost 2 years ago
Small headers removal

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

github.com/PrismLauncher/PrismLauncher - f3f8f3574af20e279e41d3a02f337d5d59fc4a7e authored almost 2 years ago
Merge branch 'PrismLauncher:develop' into develop

github.com/PrismLauncher/PrismLauncher - f231a33f6eabdc64c6af3a752db826cb6446614b authored almost 2 years ago
Update launcher/minecraft/MinecraftInstance.cpp

Co-authored-by: Rachel Powers <[email protected]>
Signed-off-by: Japa <japa45...

github.com/PrismLauncher/PrismLauncher - 92cda68480f3f9bd5b5184314a2dfcdbdda7543b authored almost 2 years ago
Instance Description displays the last launch date

Initial Draft using the Standard C++ Library, still requires testing.

Signed-off-by: Japa <japa...

github.com/PrismLauncher/PrismLauncher - f41426f3945ff60a26b34935bb1b0b43d8de800b authored almost 2 years ago
add global .editorconfig for doxygen comment style

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

github.com/PrismLauncher/PrismLauncher - 87db723008727b32681f5a2a39b20497bc5fb34e authored almost 2 years ago
Merge pull request #994 from PrismLauncher/renovate/hendrikmuhs-ccache-action-1.x

github.com/PrismLauncher/PrismLauncher - 8dc3267925537d58a1e9418863b78e4cc55bd1c1 authored almost 2 years ago
Make response const

I don't think the segfault fix was ideal :P
Signed-off-by: TheKodeToad <[email protected]>

github.com/PrismLauncher/PrismLauncher - 709736d3f9a77206b5b6f809e5e45495f1db1315 authored almost 2 years ago
Fix: signal/slot macro -> func pointer & network fixes

- convert qt connect calls to use function pointers instead of the signal/slot macros wherever pr...

github.com/PrismLauncher/PrismLauncher - 12f0d51c0cd03d660425566264b502736b104310 authored almost 2 years ago
This was moved

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

github.com/PrismLauncher/PrismLauncher - 2e9403a324bf7a62fd61b4df78d6c9cc13f65d01 authored almost 2 years ago
Smol fixes

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

github.com/PrismLauncher/PrismLauncher - ba17efa3816f13a6c986f2b9223f71fa1d560aac authored almost 2 years ago
Boring changes

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

github.com/PrismLauncher/PrismLauncher - b8e0c8ebc62ce22d5dcaf4295d80c6070eb45f49 authored almost 2 years ago
Merge pull request #946 from Ryex/subfolder-watch

github.com/PrismLauncher/PrismLauncher - 1b053032506afc3b7ad9734aea461dc39101ba64 authored almost 2 years ago
chore(deps): update hendrikmuhs/ccache-action action to v1.2.9

github.com/PrismLauncher/PrismLauncher - 51095c5a2722ed693c3ac3e2ec597601d00f491e authored almost 2 years ago
refactor: rename watch_subdirectories -> watch_recurisve (prevent confusion of behavior)

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

github.com/PrismLauncher/PrismLauncher - a02f67ed0e9716a9dc2540b1353e7f25fb056d4b authored almost 2 years ago
Added missing character

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

github.com/PrismLauncher/PrismLauncher - 11f8d25d94296aab13f885fde14ff26767082600 authored almost 2 years ago
Added task to load dependencies

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

github.com/PrismLauncher/PrismLauncher - 4fbd5abe41ac10ecd28974ff857e9bce35c7d264 authored almost 2 years ago
Added task to load local mod information

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

github.com/PrismLauncher/PrismLauncher - d524935b6726c1a8d589d01abad4d262a55af149 authored almost 2 years ago
Added dependencies to the APIs

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

github.com/PrismLauncher/PrismLauncher - 6d5c629b4316fb37b1ca0705c17867d6d9c771bd authored almost 2 years ago
Remove `seek`

Don't need it if the data is already in a byte array.

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

github.com/PrismLauncher/PrismLauncher - 3a7961834abbd28014de89799514510e74f365ab authored almost 2 years ago
Merge pull request #983 from DioEgizio/update-qt650-win

github.com/PrismLauncher/PrismLauncher - 95842ee25f3f495915f3956296bbcb90686e1658 authored almost 2 years ago
chore: update Qt to 6.5.0 on Windows

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

github.com/PrismLauncher/PrismLauncher - 371c8395731152ba198849d03e491760256c3232 authored almost 2 years ago
Merge pull request #982 from Scrumplex/fix-theming-style

github.com/PrismLauncher/PrismLauncher - 1b8b044b52bb7f4073ae366a703bec080f12f57e authored almost 2 years ago
fix: do not apply system theme on launch

Closes PrismLauncher/PrismLauncher#490

Regression introduced by PrismLauncher/PrismLauncher#249...

github.com/PrismLauncher/PrismLauncher - a9881115073cc73e668f14b23851914ddfa9b4e7 authored almost 2 years ago
fix: load setting state with page. don't translate "..."

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

github.com/PrismLauncher/PrismLauncher - c56db0408bc7bb01e9807fd02858f27328ca6b79 authored almost 2 years ago
fix: canonical*File*Path()

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

github.com/PrismLauncher/PrismLauncher - 2321d9c065c363dac8304ab6c826289adb9c86a7 authored almost 2 years ago
Merge pull request #968 from Scrumplex/nix/sync-2023-04-02

github.com/PrismLauncher/PrismLauncher - ed085630db63401ac50d26403d953f5d9993b9ce authored almost 2 years ago
Merge pull request #972 from DioEgizio/update-qt650

github.com/PrismLauncher/PrismLauncher - 74d5c7c1a4cdfc8462c04524c84dc35b7d7fa2f2 authored almost 2 years ago
How did i-

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

github.com/PrismLauncher/PrismLauncher - 813ccc1381f8cb128d0bdcaac1e62d76e8b74289 authored almost 2 years ago
Better collectFileListRecursively error

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

github.com/PrismLauncher/PrismLauncher - b65f4c9536691096d44ae427ff71bfe971592747 authored almost 2 years ago
Revert concurrent syntax

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

github.com/PrismLauncher/PrismLauncher - 012d8bb4680b54bedd9b58fb6102c768002cf0ed authored almost 2 years ago
Remove more prototype not good code

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

github.com/PrismLauncher/PrismLauncher - d7a137ad13854d008de438786d6a97b4092bac99 authored almost 2 years ago
Remove "prototype" field

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

github.com/PrismLauncher/PrismLauncher - 073aaf9b3bbe4edb763dfeb1a5b3d22473e59e41 authored almost 2 years ago
Use local metadata

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

github.com/PrismLauncher/PrismLauncher - 871d647c93944b7dabd070ed49a6eeaa8745d55a authored almost 2 years ago
fix: sysinfo libs needed too

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

github.com/PrismLauncher/PrismLauncher - 0ce30495796627e7591587ca1e977be98178f225 authored almost 2 years ago
fix: filelink needs network for local socket

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

github.com/PrismLauncher/PrismLauncher - de20258aa7b846e7c7e5c7ef5abf9613157cb4a0 authored almost 2 years ago
fix: add back QT::Widgets link

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

github.com/PrismLauncher/PrismLauncher - 41c5e523b294501ca96f0c283fe8e837f01e13a3 authored almost 2 years ago
fix: remove fixed datastream version

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

github.com/PrismLauncher/PrismLauncher - 197be9cfd0299edba57fe6fe1d7a7841ed0bb771 authored almost 2 years ago
refactor: remove data duplication in statis FS Names

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

github.com/PrismLauncher/PrismLauncher - 5b50b806ec5954aa3822443969d22ea79faa07c5 authored almost 2 years ago
fix: harden watchPath. NO DUPLICATES! >:(

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

github.com/PrismLauncher/PrismLauncher - 62c59820cf21d35f97d79bd75c946cfd282be5b8 authored almost 2 years ago
chore: update to qt 6.5.0 on macos

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

github.com/PrismLauncher/PrismLauncher - 0cf1fc72a37f6c46e0e3fd2b3dd7a62e78a58574 authored almost 2 years ago
fix: no loops in watch paths! >:(

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

github.com/PrismLauncher/PrismLauncher - 5ce7874280f648e1db240ad922a2e62a7ccedea2 authored almost 2 years ago
fix: Apply suggestions from code review

-expand columspan on new UI element
-improve tooltip

Co-authored-by: flow <[email protected]...

github.com/PrismLauncher/PrismLauncher - ba2b5c3a65089e3807ebd57a1504591f8dab4049 authored almost 2 years ago
Merge pull request #965 from getchoo/update-manoghud-detection

github.com/PrismLauncher/PrismLauncher - 0a9081cb878044ec70f40f46082a23c5e821b101 authored almost 2 years ago
Merge pull request #967 from PrismLauncher/renovate/flatpak-flatpak-github-actions-6.x

github.com/PrismLauncher/PrismLauncher - eea1e3b80090994171f26b416dfb79dc7604121e authored almost 2 years ago
feat(nix): add support for GameMode

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

github.com/PrismLauncher/PrismLauncher - 70364884a963d35234711c750fd6abdc6ebfb635 authored almost 2 years ago
refactor(nix): use qtWrapperArgs

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

github.com/PrismLauncher/PrismLauncher - ea7f03770c86076751ddea96d9b7b89358a2d746 authored almost 2 years ago
Merge pull request #966 from getchoo/use-ninja

use ninja in nix builds

github.com/PrismLauncher/PrismLauncher - bc1a7d2890cc4b1915c53c508bfc8508116c0b5f authored almost 2 years ago
chore(deps): update flatpak/flatpak-github-actions action to v6

github.com/PrismLauncher/PrismLauncher - 732bc536926d86015ff702c2ec46606787432009 authored almost 2 years ago
chore: use system architecture to detect vulkan layers

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

github.com/PrismLauncher/PrismLauncher - 4055e34320e738753a6e8f5431790f078daf974b authored almost 2 years ago
feat(nix): use ninja for builds

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

github.com/PrismLauncher/PrismLauncher - 81b140629070c96853ccdc50fe30256ffe1c0636 authored almost 2 years ago