Commit Graph

  • 0d830e56e9 replace std::runtime_exception with PrismLauncher Exception + add try/catch iTrooz 2024-11-17 18:56:08 +01:00
  • 8cf0c2029c No need to close the socket, it is done automatically iTrooz 2024-11-17 18:51:57 +01:00
  • cba7e2dc36 use std::optional<> to signify when there is no value iTrooz 2024-11-17 00:02:24 +01:00
  • 6a7678a6e9 Actually show online players when clicking on the button iTrooz 2024-11-16 23:54:44 +01:00
  • 0a379a05ff replace my printf calls with qDebug iTrooz 2024-11-16 23:47:43 +01:00
  • fe28a051d5 make MCResolver a dynamic object so it doesnt get deleted before the callback iTrooz 2024-11-16 23:37:20 +01:00
  • 87c9066a2b run the code in tasks iTrooz 2024-11-16 22:41:50 +01:00
  • ea2a2349f8 make splitAddress() const iTrooz 2024-11-16 22:24:45 +01:00
  • 2f70115be5 add debug print iTrooz 2024-11-16 22:06:53 +01:00
  • 8fa1dff17d remove space iTrooz 2024-11-15 20:26:50 +01:00
  • 99ac11bc40 add my classes to CMakeLists iTrooz 2024-11-15 20:26:10 +01:00
  • ee35ac5afd add method queryStatus() to servers and use it on click iTrooz 2024-11-15 20:07:14 +01:00
  • 43a54cafef add my classes iTrooz 2024-11-15 19:52:06 +01:00
  • fac521a312 Add dummy UI button iTrooz 2024-11-13 17:44:54 +01:00
  • 3c88eccf17 Merge branch 'PrismLauncher:develop' into develop Awqre 2024-11-17 08:19:35 +00:00
  • 48235f5b71 Merge pull request #3083 from Trial97/fix_resource_search TheKodeToad 2024-11-15 23:09:28 +00:00
  • 736ecf266d Merge pull request #3019 from Trial97/task_parent timoreo 2024-11-15 06:19:40 +01:00
  • b2a37452be Merge pull request #3024 from Trial97/leak timoreo 2024-11-15 06:18:33 +01:00
  • 54f2e75b9d Merge pull request #3070 from TheKodeToad/general-scrollbar timoreo 2024-11-15 06:16:54 +01:00
  • f7620a43aa Merge pull request #3094 from Trial97/remove_resource_warning timoreo 2024-11-15 06:15:55 +01:00
  • bcbe5da87f Merge pull request #3096 from Trial97/dangling_file timoreo 2024-11-15 06:14:25 +01:00
  • e735ea7e63 Merge pull request #3003 from PrismLauncher/update_flake_lock_action Alexandru Ionut Tripon 2024-11-14 22:50:53 +02:00
  • ce61ed2f86 Fix file remaingin open after program closure Trial97 2024-11-14 13:17:52 +02:00
  • 172e43cd3f Fix warnings regarding Resource static cast Trial97 2024-11-13 23:11:33 +02:00
  • 9f0b2bafd8 Further additional even better(er) compression Awqre 2024-11-13 14:31:20 -05:00
  • 03b34e39f8 feat: Compression script with compressed images txtsd 2024-11-13 19:04:31 +05:30
  • 885fc66c14 Lossless image compression Awqre 2024-11-12 20:02:50 -05:00
  • f41380d91c chore(nix): update lockfile github-actions[bot] 2024-11-10 00:24:54 +00:00
  • 66883db645 Fix removed signal handler for filter resource Trial97 2024-11-09 00:11:30 +02:00
  • df45e5518f Merge pull request #3081 from Trial97/fix_markdown Tayou 2024-11-09 22:19:41 +01:00
  • 4c8c6e543e fix contrributing Trial97 2024-11-08 00:18:12 +02:00
  • 1d9508c268 Merge pull request #3074 from Trial97/lock Alexandru Ionut Tripon 2024-11-07 23:45:44 +02:00
  • 7d03cb114d Merge pull request #3031 from Trial97/lambda Alexandru Ionut Tripon 2024-11-07 23:45:31 +02:00
  • 2fcf03ead3 Merge pull request #3036 from Trial97/typo4 Tayou 2024-11-07 17:30:47 +01:00
  • 012bbca197 JavaSettingsWidget -> JavaWizardWidget TheKodeToad 2024-11-07 14:51:43 +00:00
  • 8132828ad7 Phrasing fix TheKodeToad 2024-11-07 13:36:30 +00:00
  • 9601fbf2d5 Close the window using the invokeMethod to not block Trial97 2024-11-07 14:45:14 +02:00
  • 6e55239cec Merge pull request #3073 from TheKodeToad/fix-formatting-guidelines-oversight TheKodeToad 2024-11-07 13:01:15 +00:00
  • 900235642c Fix formatting oversight TheKodeToad 2024-11-07 12:16:22 +00:00
  • f667f56fb7 Merge pull request #3067 from TheKodeToad/updated-formatting-guidelines TheKodeToad 2024-11-07 11:43:12 +00:00
  • e06b3e7a7a Implement open global settings TheKodeToad 2024-11-07 00:47:32 +00:00
  • 223b6b3b2b Fix non-Linux build TheKodeToad 2024-11-07 00:22:22 +00:00
  • 71e55f8829 Add scrollbar to Settings -> Launcher -> Features TheKodeToad 2024-11-06 23:57:24 +00:00
  • e6d4e5d78d Unify instance and global settings pt.1 TheKodeToad 2024-11-06 23:46:30 +00:00
  • 8ecc21c093 Make Ryex's suggested change TheKodeToad 2024-11-06 22:12:22 +00:00
  • 0a80da28fa chore: update Nix readme Sefa Eyeoglu 2024-11-06 19:29:57 +01:00
  • b67d400f60 Update formatting guidelines TheKodeToad 2024-11-06 15:56:10 +00:00
  • 1ab10bdd84 Merge pull request #3060 from Ryex/ci/bump_linux_qt timoreo 2024-11-05 11:25:27 +01:00
  • ba6743d134 ci: libxcb-curcsor_dev ? Rachel Powers 2024-11-05 01:30:55 -07:00
  • d63a336411 ci: bump linux qt version Rachel Powers 2024-11-05 01:10:38 -07:00
  • 4a92573235 Merge pull request #3042 from Trial97/isportable Alexandru Ionut Tripon 2024-11-03 11:55:55 +02:00
  • db3d796275 Merge pull request #3045 from Trial97/ask_retry3 Alexandru Ionut Tripon 2024-11-03 11:55:37 +02:00
  • 6f2f3c2d3b disable retry for modrinth currentVersions API Trial97 2024-11-01 17:34:29 +02:00
  • f77f0207f7 fix the flame loaders match Trial97 2024-11-01 13:44:06 +02:00
  • 99cfb62370 use isPortable to determine if the MSAStep should check for url handler Trial97 2024-11-01 11:03:47 +02:00
  • 2b590f24ed remove task parent from constuctor Trial97 2024-10-28 19:13:14 +02:00
  • 670c932f32 Fix installed typo Trial97 2024-10-31 14:51:18 +02:00
  • ba07a136dc Merge pull request #3035 from PrismLauncher/remove-BasicFolderLoadTask TheKodeToad 2024-10-31 09:17:27 +00:00
  • 9ae16921bc Remove BasicFolderLoadTask TheKodeToad 2024-10-30 21:10:43 +00:00
  • 887e4a964a Merge pull request #3010 from Trial97/lock3 Tayou 2024-10-30 21:56:17 +01:00
  • 8faff9ac6a Merge pull request #3030 from Trial97/sys seth 2024-10-30 15:16:38 -04:00
  • 0e80aae1b8 Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into lambda Trial97 2024-10-30 19:35:25 +02:00
  • c142d38f08 Merge pull request #1588 from TheKodeToad/resource-meta TheKodeToad 2024-10-30 17:03:54 +00:00
  • 82bffabb69 do not capture by default all values in lambdas Trial97 2024-10-30 17:55:02 +02:00
  • 14c95b9d37 fix macos system detection Trial97 2024-10-30 17:15:42 +02:00
  • b7598c6a41 Merge pull request #2331 from michaeltyson/develop Alexandru Ionut Tripon 2024-10-30 09:49:33 +02:00
  • ced2f9d1a0 Applied clang formatting Michael Tyson 2024-10-30 12:51:34 +11:00
  • 5661444414 Removed “--name” flag in favour of specifying offline player name via “--offline” flag Michael Tyson 2024-04-23 16:53:29 +10:00
  • afa1e0599a Improved formatting Michael Tyson 2024-04-23 16:05:26 +10:00
  • 43e4481b70 Support for launching from command line in offline mode Michael Tyson 2024-04-23 14:23:53 +10:00
  • 65b0fdf08d Merge pull request #3027 from benthetechguy/metadata Tayou 2024-10-29 23:06:01 +01:00
  • f6511c601e Fix some typos Ben Westover 2024-10-29 18:24:19 +00:00
  • fd109c4740 Shorten metainfo.xml app summary Ben Westover 2024-10-29 18:20:00 +00:00
  • 2368521a9a Add missing semicolon TheKodeToad 2024-10-29 17:53:57 +00:00
  • d49e6187cd Make requested changes TheKodeToad 2024-10-29 17:14:59 +00:00
  • c1c198b84b Combine if statements TheKodeToad 2024-10-29 15:45:30 +00:00
  • e7ff3146fe Merge pull request #1953 from Trial97/account2 TheKodeToad 2024-10-29 14:08:50 +00:00
  • 8e7d84d05b fix leak on resource search Trial97 2024-10-29 00:40:13 +02:00
  • d157159106 Fix license headers and formatting TheKodeToad 2024-10-28 22:29:43 +00:00
  • bd8b30c606 Implement link for InfoFrame::updateWithResource TheKodeToad 2024-10-28 22:17:16 +00:00
  • f56a8feade Merge pull request #2986 from Trial97/bump_10.x TheKodeToad 2024-10-28 21:12:53 +00:00
  • f3cae427f1 Fix tests (make them green) TheKodeToad 2024-10-28 21:09:45 +00:00
  • 51b7abec24 Merge pull request #3005 from Trial97/installed Alexandru Ionut Tripon 2024-10-28 22:55:40 +02:00
  • d90ed89a30 Merge pull request #2989 from Trial97/what Alexandru Ionut Tripon 2024-10-28 22:55:21 +02:00
  • ad1d5ddcdf Revert unwise refactor TheKodeToad 2024-10-28 20:42:59 +00:00
  • 2dee936246 Merge pull request #2837 from Trial97/translate_standeard_butons Alexandru Ionut Tripon 2024-10-28 22:31:47 +02:00
  • a0a74612e1 Merge pull request #1894 from Trial97/maximize Alexandru Ionut Tripon 2024-10-28 22:30:09 +02:00
  • fbd3aa36c4 Merge pull request #3006 from Trial97/relase_type Alexandru Ionut Tripon 2024-10-28 22:29:38 +02:00
  • 94f65f8727 add qassert Trial97 2024-10-28 22:27:40 +02:00
  • 2b22a1aebe Reimplement View Homepage TheKodeToad 2024-10-28 20:14:56 +00:00
  • 354a0ed46e Fix column sizes TheKodeToad 2024-10-28 18:01:01 +00:00
  • 9cdda4377b remove message box Trial97 2024-10-28 19:19:06 +02:00
  • 49044e23de Fix Export List placement TheKodeToad 2024-10-28 16:21:00 +00:00
  • f57ca1e79e Add Change Version action to all pages TheKodeToad 2024-10-28 16:07:41 +00:00
  • 0f42f3cc5c Added warning regarding maximized option Trial97 2023-11-25 16:48:51 +02:00
  • 81c5866fa9 Made sure that the qt version check is in place Trial97 2023-11-25 16:08:12 +02:00
  • 1be29076ea When java disappoints try C++ Trial97 2023-11-25 16:01:36 +02:00
  • 3c17f606ed Patched the maximized option on the newer Minecraft versions Trial97 2023-11-25 10:55:47 +02:00
  • 09a118e85e expand env from wrapped cmd Trial97 2023-11-18 11:18:50 +02:00
  • c12beb43a0 correctly expand env vars Trial97 2023-08-21 19:47:47 +03:00