index
:
github/PrismLauncher.git
develop
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
api
/
logic
/
minecraft
/
ComponentList.cpp
Age
Commit message (
Collapse
)
Author
2017-12-31
NOISSUE add button for creating empty, properly registered, components
Petr Mrázek
2017-12-29
NOISSUE add versioning to component metadata format and use it
Petr Mrázek
2017-12-14
NOISSUE fix a bunch of warnings thrown by Qt internals
Petr Mrázek
Badly connected signals/slots and similar things.
2017-12-03
NOISSUE force saving of any outstanding instance component state on exit
Petr Mrázek
2017-12-03
NOISSUE watch added Component for changes in order to trigger ComponentList ↵
Petr Mrázek
saves
2017-12-03
GH-1082 allow disabling components
Petr Mrázek
Currently only ones that are removable and aren't dep-only
2017-12-03
GH-2026 implement changes necessary to support 1.13 snapshots
Petr Mrázek
2017-11-17
NOISSUE split out the LaunchProfile out of the ComponentList
Petr Mrázek
2017-11-04
NOISSUE rename MinecraftProfile to ComponentList
Petr Mrázek
It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug.