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
/
modplatform
Age
Commit message (
Collapse
)
Author
2018-12-10
NOISSUE model Task states as one enum instead of multiple flags
Petr Mrázek
This adds Task::State::AbortedByUser as a possibility
2018-11-02
NOISSUE use https more widely
Chris Lane
2018-08-02
NOISSUE fix build on linux?
Petr Mrázek
2018-08-02
NOISSUE FTB pack code implementation, cleaned up
Jannis Lübke
2018-07-31
NOISSUE set groups for instances by not setting groups for instances
Petr Mrázek
So simple. Better in every way.
2018-07-28
NOISSUE simplify.
Petr Mrázek
2018-07-15
NOISSUE tabs -> spaces
Petr Mrázek
2018-06-28
NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic`
Petr Mrázek
2018-06-28
NOISSUE do not keep downloads in memory, add (some) missing virtual dtors
Petr Mrázek
2018-05-19
Catch C++ exceptions by const reference
Charles Milette
Fixes #2277
2018-04-07
NOISSUE and even more bad includes
Petr Mrázek
2018-04-07
NOISSUE add more missing includes
Petr Mrázek
2018-04-02
NOISSUE Added FTB Pack logos to chooser and fixed some missing includes
Janrupf
2018-03-29
GH-2208 fix FTB pack download caching
Petr Mrázek
2018-03-27
NOISSUE redo new instance dialog
Petr Mrázek
2018-03-16
NOISSUE move modpack platform related files to 'modplatform' subfolders
Petr Mrázek
2018-03-12
NOISSUE Fixed code for PR
Janrupf
2018-03-11
GH-2124 First complete implementation, installing is working now! GH-2172 ↵
Janrupf
Added sorting
2018-02-28
Added FTB pack selection ad download, WIP
Janrupf