Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-18 | Merge pull request #903 from jopejoe1/demo-launch | Sefa Eyeoglu | |
2022-09-15 | fix: allow demo for older versions | flow | |
We were not propagating the '--demo' flag in the legacy launcher, unconditionally setting the 'demo' parameter to false. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-15 | fix: allow starting rd- versions | Sefa Eyeoglu | |
Using `Collections.emptyList()` doesn't allow us to later append stuff into that list. Use an empty `ArrayList` instead. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-05 | Revert "Move classpath definition into NewLaunch itself" | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-08-31 | Merge pull request #1067 from Scrumplex/classpath-epicness | flow | |
Move classpath definition into NewLaunch itself | |||
2022-08-28 | Merge pull request #965 from flowln/fat_files_in_memory | Sefa Eyeoglu | |
Refactor a bit EnsureMetadataTask and calculate hashes in a incremental manner | |||
2022-08-19 | fix(COPYING): fix COPYING.md by adding some missing copyright notices | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-08-18 | refactor: move classpath definition into NewLaunch itself | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-08-06 | chore(markdown): MD001 Heading levels should only increment by one level at ↵ | txtsd | |
a time Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): MD037 Spaces inside emphasis markers | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): MD010 Hard tabs | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): MD031 Fenced code blocks should be surrounded by blank lines | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): MD032 Lists should be surrounded by blank lines | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): MD009 Trailing spaces | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): MD007 Unordered list indentation | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): MD025 Multiple top-level headings in the same document | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): MD040 Fenced code blocks should have a language specified | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): MD012 Multiple consecutive blank lines | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): MD022 Headings should be surrounded by blank lines | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-01 | fix: remove iconfix from libraries/README.MD | DioEgizio | |
someone forgor (💀) to remove it Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-07-24 | change(libs): use a 4MiB buffer by default in murmur2 hashing | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-24 | feat(libs): add incremental version of murmurhash2 calculation | flow | |
This does two passes for a given file, which is kinda slow, but I don't know how else to get the size excluding the filtered ones :< Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-20 | refactor!: bump to C++17 and C17 | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-17 | libs: add murmur2 library | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-10 | feat: add Qt 6 support to CMake | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | refactor: fix deprecation up to Qt 5.15 | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-09 | Merge pull request #808 from Scrumplex/fix-lgtm-warnings | Sefa Eyeoglu | |
2022-07-06 | Merge pull request #707 from Jan200101/PR/gamemode | Sefa Eyeoglu | |
Add Performance related settings | |||
2022-07-06 | chore(readme): Reword and place entry in alphabetical order | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-07-06 | Add Performance related settings | Jan200101 | |
Integrates support for Feral Gamemode, discrete GPU support for Mesa and the proprietary Nvidia driver and MangoHud support Signed-off-by: Jan200101 <sentrycraft123@gmail.com> | |||
2022-07-02 | Merge pull request #784 from Scrumplex/refactor-cmake | flow | |
Refactor tests | |||
2022-07-01 | Merge pull request #800 from Scrumplex/refactor-newlaunch-package | flow | |
Rename NewLaunch package | |||
2022-06-17 | fix: fix warnings reported by LGTM.com | Sefa Eyeoglu | |
2022-06-16 | fix: add classpath exception to launcher library | Sefa Eyeoglu | |
Signed-off-by: icelimetea <fr3shtea@outlook.com> | |||
2022-06-15 | chore: update COPYING.md | Sefa Eyeoglu | |
2022-06-15 | refactor: rename NewLaunch package | Sefa Eyeoglu | |
2022-06-14 | refactor: move away from UnitTest.cmake | Sefa Eyeoglu | |
2022-06-12 | Compile JavaCheck for Java 7 | icelimetea | |
2022-06-12 | Change formatting of JavaCheck | icelimetea | |
2022-06-05 | Make Launcher class to look more like original | icelimetea | |
2022-06-05 | Fix launching process for some legacy Forge versions | icelimetea | |
2022-05-14 | Refactor script parsing | icelimetea | |
2022-05-14 | Fix the license header | icelimetea | |
2022-05-13 | Add the license header to EntryPoint | icelimetea | |
2022-05-13 | Add the license header to LauncherFactory | icelimetea | |
2022-05-13 | Fix formatting | icelimetea | |
2022-05-05 | Make line count check more lenient | icelimetea | |
2022-05-05 | Fix typo | icelimetea | |
2022-05-05 | Improve mpticket file parsing code | icelimetea | |
2022-05-03 | More minor fixes | icelimetea | |