pollymc/launcher/minecraft
flow 6131346e2f
refactor: change the way instance names are handled
While working on pack updating, instance naming always gets in the way,
since we need both way of respecting the user's name choice, and a
standarized way of getting the original pack name / version.

This tries to circunvent such problems by abstracting away the naming
schema into it's own struct, holding both the original name / version,
and the user-defined name, so that everyone can be happy and world peace
can be achieved! (at least that's what i'd hope :c).

Signed-off-by: flow <flowlnlnln@gmail.com>
2022-09-20 18:36:08 -03:00
..
auth refactor+fix: use QSharedPointer for shared_qobject_ptr 2022-08-04 15:33:51 -03:00
gameoptions
launch Merge pull request #1111 from PolyMC/revert-1067-classpath-epicness 2022-09-05 20:06:33 +02:00
mod fix: ensure all resource folders exist 2022-09-20 10:39:05 +02:00
services chore: update license headers 2022-07-10 12:19:15 +02:00
update fix: make FML libraries cache eternal 2022-08-21 13:47:49 -03:00
Agent.h
AssetsUtils.cpp
AssetsUtils.h
Component.cpp
Component.h
ComponentUpdateTask_p.h
ComponentUpdateTask.cpp fix: add missing connections to the abort signal 2022-06-22 20:20:39 -03:00
ComponentUpdateTask.h
GradleSpecifier.h chore: update license headers 2022-07-10 12:19:15 +02:00
LaunchProfile.cpp
LaunchProfile.h
Library.cpp fix: make libraries cache eternal 2022-08-21 13:47:49 -03:00
Library.h
MinecraftInstance.cpp Merge pull request #1150 from flowln/fix_crash_on_game_quit 2022-09-20 09:41:59 +05:30
MinecraftInstance.h fix: enable demo launch only on supported instances 2022-09-15 19:27:42 -03:00
MinecraftLoadAndCheck.cpp fix: add missing connections to the abort signal 2022-06-22 20:20:39 -03:00
MinecraftLoadAndCheck.h
MinecraftUpdate.cpp refactor+fix: use QSharedPointer for shared_qobject_ptr 2022-08-04 15:33:51 -03:00
MinecraftUpdate.h refactor+fix: use QSharedPointer for shared_qobject_ptr 2022-08-04 15:33:51 -03:00
MojangDownloadInfo.h fix: remove old reference to launchermeta 2022-06-22 20:47:47 +02:00
MojangVersionFormat.cpp
MojangVersionFormat.h
OneSixVersionFormat.cpp chore: update license headers 2022-07-10 12:19:15 +02:00
OneSixVersionFormat.h
OpSys.cpp
OpSys.h
PackProfile_p.h
PackProfile.cpp chore: update license headers 2022-07-10 12:19:15 +02:00
PackProfile.h
ParseUtils.cpp
ParseUtils.h
ProfileUtils.cpp chore: update license headers 2022-07-10 12:19:15 +02:00
ProfileUtils.h chore: update license headers 2022-07-10 12:19:15 +02:00
Rule.cpp
Rule.h
VanillaInstanceCreationTask.cpp refactor: change the way instance names are handled 2022-09-20 18:36:08 -03:00
VanillaInstanceCreationTask.h refactor: add instance creation abstraction and move vanilla 2022-09-20 18:32:36 -03:00
VersionFile.cpp refactor: replace QRegExp with QRegularExpression 2022-07-10 12:17:52 +02:00
VersionFile.h
VersionFilterData.cpp
VersionFilterData.h
World.cpp refactor!: bump to C++17 and C17 2022-07-20 14:22:10 +02:00
World.h refactor!: bump to C++17 and C17 2022-07-20 14:22:10 +02:00
WorldList.cpp chore: update license headers 2022-07-10 12:19:15 +02:00
WorldList.h