4520 Commits

Author SHA1 Message Date
Fintan Martin
ad80b88fd1 Second attempt to fix GHA 2022-07-23 16:57:44 +01:00
Fintan Martin
b45daf14d2 Attempt to fix GHA 2022-07-23 16:57:44 +01:00
fn2006
17c638835d Remove PolyMC website and screenshots from metainfo 2022-07-23 16:57:44 +01:00
Fintan Martin
b3bdf1a7d3 Fix header svgs 2022-07-23 16:57:44 +01:00
Fintan Martin
fe03e6e1a6 Rebrand to PollyMC 2022-07-23 16:57:44 +01:00
fn2006
6c2de6530f Delete FUNDING.yml 2022-07-23 16:57:44 +01:00
fn2006
204c8be3d0 Update rfc.yml 2022-07-23 16:57:44 +01:00
fn2006
4bce3692e0 Update bug_report.yml 2022-07-23 16:57:44 +01:00
fn2006
68124312f1 Update suggestion.yml 2022-07-23 16:57:44 +01:00
fn2006
aaf2dfe1d0 Remove PolyMC Matrix room from config.yml 2022-07-23 16:57:44 +01:00
Fintan Martin
8e158b83de Fix hardcoded copyright year 2022-07-23 16:57:44 +01:00
Fintan Martin
3b61a9aa05 Add myself and other contributors to AboutDialog.cpp 2022-07-23 16:57:44 +01:00
Fintan Martin
9d3580b345 Change binary name from "polymc" to "pollymc" 2022-07-23 16:57:44 +01:00
fn2006
dce0f95fdf
Merge branch 'PolyMC:develop' into develop 2022-07-23 16:55:07 +01:00
Sefa Eyeoglu
ba7dfb360c
fix: actually substitute variables in pre/post launch
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-23 17:51:58 +02:00
timoreo
6aad750fe0
Merge pull request #893 from Scrumplex/refactor-env-handling 2022-07-23 14:08:10 +02:00
Sefa Eyeoglu
5e443ae347
fix(nix): change license to gpl3Only
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-23 14:00:11 +02:00
Sefa Eyeoglu
c65f5f7728
Merge pull request #877 from Scrumplex/refactor-offline-accounts 2022-07-23 13:54:36 +02:00
timoreo
74b62727af
Merge pull request #947 from flowln/unicode_uhh 2022-07-23 13:38:48 +02:00
Sefa Eyeoglu
2e94562f79
fix: treat accounts as offline, if auth servers are down
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-23 12:38:01 +02:00
txtsd
061ea5648e
Merge pull request #922 from DioEgizio/qt6-tarballs
feat(actions): package and deliver qt6 tarballs
2022-07-23 14:18:00 +05:30
flow
439e7bbf4e
change: unicode chars for folders and disabled mods in mod list
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-22 17:45:27 -03:00
Sefa Eyeoglu
0f1d51f866
Update .github/workflows/build.yml
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-22 22:11:53 +02:00
txtsd
75cfaf0672
Merge pull request #938 from Scrumplex/fix-i18n3 2022-07-22 22:45:53 +05:30
txtsd
ceaa732e5f
Merge pull request #932 from Scrumplex/fix-nix 2022-07-22 22:43:57 +05:30
txtsd
deb2a2bd14
Merge pull request #930 from TheOPtimal/develop 2022-07-22 22:43:00 +05:30
flow
33853b6107
fix: use single-space unicode char for checkmark in mod list
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-22 11:48:08 -03:00
Jacob Gogichaishvili
220e823c8d DCO Remediation Commit for Jacob Gogichaishvili <iakob.gogichaishvili@gmail.com>
I, Jacob Gogichaishvili <iakob.gogichaishvili@gmail.com>, hereby add my Signed-off-by to this commit: 3746a2566d7b0f758a1de7a3f78cb88bd28bb1e5

Signed-off-by: Jacob Gogichaishvili <iakob.gogichaishvili@gmail.com>
2022-07-20 23:27:07 +04:00
Sefa Eyeoglu
c666c3e251
refactor!: bump to C++17 and C17
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-20 14:22:10 +02:00
Sefa Eyeoglu
9cc1773fa7
fix: move HTML code outside of translation
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-20 10:15:21 +02:00
Sefa Eyeoglu
e78c7af715
Merge pull request #936 from Scrumplex/fix-windows-crap-2 2022-07-20 10:07:10 +02:00
Sefa Eyeoglu
b96e76134a
fix(nix): switch to LD_LIBRARY_PATH
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-19 18:09:48 +02:00
Sefa Eyeoglu
fd2b206997
fix: support LD_* for OpenBSD
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-19 18:07:58 +02:00
Sefa Eyeoglu
2d53c7c5b2
refactor: filter values in environment variables
Before this change, you had to specify custom LD_* variables using the
prefix GAME_LD_*. Now instead of dropping all LD_* variables by default,
we should just filter them and remove the values we *know* are from our
start script.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-19 18:07:58 +02:00
Sefa Eyeoglu
28ae5d710e
fix: fix translations for mod updater
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-19 18:03:45 +02:00
DioEgizio
7a13412ec7 feat(actions): package and deliver qt6 tarballs
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-07-19 17:07:34 +02:00
flow
c86610b917
Merge pull request #934 from virchau13/fix-non-nixos-libraries
fix(nix): only load stdenv.cc.cc.lib on NixOS
2022-07-19 11:28:08 -03:00
Sefa Eyeoglu
502750492c
Merge pull request #929 from flowln/dark_theme_dark_font 2022-07-19 11:17:40 +02:00
Sefa Eyeoglu
8fc1653b0c
fix: fix Java Checker on Windows, again
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-19 11:12:11 +02:00
Vir Chaudhury
6841ebc31d
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 due to a conflict between the system
libraries and the Nix stdenv.cc.cc.lib. This works around that issue by
only loading stdenv.cc.cc.lib on NixOS.

Signed-off-by: Vir Chaudhury <virchau13@hexular.net>
2022-07-19 09:03:54 +08:00
Sefa Eyeoglu
8757281467
fix(nix): switch to PolyMC libnbtplusplus
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-18 20:34:36 +02:00
Fintan Martin
3b0d85b6da Revert "Revert "fix: initialize accountIsOnline to fix build""
This reverts commit df836f6356c37dc795fc95f377f832e48e42e85a.
2022-07-18 19:12:32 +01:00
Fintan Martin
de19007420 Revert "Revert "don't censor offline access token""
This reverts commit 3c54d2f27d967a156e0a2434ab782ac76451db67.
2022-07-18 19:12:08 +01:00
Fintan Martin
48785193f1 Revert "Revert "Disable the refresh button for offline accounts""
This reverts commit 6ade2c72c465a1774d51632a86c23a344ed4caa1.
2022-07-18 19:11:40 +01:00
Fintan Martin
95ea601fcf Revert "Revert "add tr() to offline account name""
This reverts commit bc0890063067e8229fcd1bb9cd2a3b8c2d3a0134.
2022-07-18 19:11:14 +01:00
Fintan Martin
e41db33cf2 Revert "Revert "Disable skin buttons for offline accounts""
This reverts commit a388dcf128f2c9e4b3f92db2f501421c0517b510.
2022-07-18 19:10:48 +01:00
Fintan Martin
00468a8230 Revert "Revert "Don't show account name for offline accounts""
This reverts commit 9e9f38142000bc4eb7b923be9c78da29006f39a1.
2022-07-18 19:10:20 +01:00
Fintan Martin
3dc1988c50 Revert "Revert "Limit offline username to 16 characters with override""
This reverts commit bbe0090f9e430abe9d8dd77e9bd71c9f0aa3c0b5.
2022-07-18 19:09:31 +01:00
Fintan Martin
ed74188be0 Revert "Revert "Add offline mode support""
This reverts commit 93767d188cdba0b3ecafc96b8a1e3ec05602b4c4.
2022-07-18 19:08:44 +01:00
Fintan Martin
e644b1f34e Merge branch 'refactor-offline-accounts' of https://github.com/Scrumplex/PolyMC into develop 2022-07-18 19:07:40 +01:00