aboutsummaryrefslogtreecommitdiff
path: root/api/logic/Env.cpp
AgeCommit message (Collapse)Author
2016-11-07NOISSUE fix horrible globals crashPetr Mrázek
FIXME: remove all globals.
2016-11-06NOISSUE Refactor and sanitize MultiMC startup/shutdownPetr Mrázek
* Always create main window. * Properly handle netowrk manager - it was created twice, leading to potential crashes.
2016-05-03GH-1559 Fix FTB iconsPetr Mrázek
This was caused by separation of GUI and logic. Now logic has an interface that GUI implements. It should be expanded upon later.
2016-05-01NOISSUE reorganize and document librariesPetr Mrázek