Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Restore manage screenshots in main window. | Petr Mrázek | 2014-05-18 | -0/+2 |
| | ||||
* | Screenshot upload dialog(s) now have the console window as parent. | Petr Mrázek | 2014-05-18 | -2/+0 |
| | ||||
* | Finish status pills. | Petr Mrázek | 2014-05-17 | -1/+1 |
| | ||||
* | Status pills. This doesn't build yet. | Petr Mrázek | 2014-05-15 | -9/+0 |
| | ||||
* | Add Patreon button. Needs an icon (used I for now). | Sky | 2014-04-11 | -0/+2 |
| | ||||
* | Fix many memory leaks. | Petr Mrázek | 2014-03-30 | -3/+6 |
| | ||||
* | Merge branch 'feature_screenshots' into integration_json_and_tools | Petr Mrázek | 2014-02-25 | -4/+6 |
|\ | | | | | | | | | | | | | Conflicts: logic/net/URLConstants.h Resolve issues with multiple definitions of URL constants by moving them to their own object file. | |||
| * | Screenshot fixes, move some code around, fix some stuff | Jan Dalheimer | 2014-02-24 | -2/+0 |
| | | ||||
| * | Close to finished. Need to fix the upload part. Viewing works (in grayscale) | robotbrain | 2014-02-23 | -2/+0 |
| | | ||||
| * | Initial stuff. It doesnt work. | robotbrain | 2014-02-23 | -4/+10 |
| | | ||||
* | | Fix for windows and update tool menu after closing settings dialog | Jan Dalheimer | 2014-02-16 | -0/+2 |
| | | ||||
* | | Underp. Don't depend on OneSix. Nicer "menu" style choosing. | Jan Dalheimer | 2014-02-15 | -5/+4 |
| | | ||||
* | | Profiler support. Currently JProfiler and JVisualVM are implemented. | Jan Dalheimer | 2014-02-15 | -3/+5 |
|/ | ||||
* | Pave. | Petr Mrázek | 2014-02-04 | -5/+1 |
| | ||||
* | Offline mode can be used even when online. | Petr Mrázek | 2014-01-27 | -10/+5 |
| | | | | | | Allow the user to pick a player name for offline mode. Big auth refactor. Now using session objects instead of the accounts themselves. Sessions only last for one instance start and hold all the auth and player data. | |||
* | Show Mojang service statuses in status bar | Sky | 2014-01-12 | -0/+11 |
| | ||||
* | Fix instances getting deselected after FTB instances are loaded (or whenever ↵ | Jan Dalheimer | 2014-01-06 | -0/+2 |
| | | | | the model is reset) | |||
* | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Sky | 2014-01-05 | -0/+2 |
|\ | ||||
| * | Notifications system. Mainly to be used in case the updater breaks. | Jan Dalheimer | 2014-01-03 | -0/+2 |
| | | ||||
* | | Implement the beloved right click context menu. Just a copy of the instance ↵ | Sky | 2014-01-05 | -0/+2 |
|/ | | | | toolbar | |||
* | Clean out old assets stuff, fix button hitbox regression | Sky | 2014-01-02 | -7/+0 |
| | ||||
* | Implement the news button | Forkk | 2014-01-02 | -0/+2 |
| | | | | | | | | | Make the news button open the latest news post in the user's web browser. Also remove the webkit dependency. I was planning on using it to display the news in a custom window, but we'll just use the user's browser for now. | |||
* | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into feature_news | Forkk | 2014-01-02 | -0/+6 |
|\ | | | | | | | | | | | Conflicts: CMakeLists.txt gui/MainWindow.h | |||
| * | Move assets migration to a task. Needs threading. | Sky | 2014-01-01 | -0/+1 |
| | | ||||
| * | Refactor icon lists heavily | Petr Mrázek | 2013-12-31 | -1/+5 |
| | | | | | | | | | | | | * Icon list now uses a filesystem watcher for updates * Icon folder is user-customizable * All the little details. ALL OF THEM. | |||
* | | Add news checking system and news toolbar | Forkk | 2014-01-02 | -1/+4 |
|/ | ||||
* | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Petr Mrázek | 2013-12-10 | -0/+7 |
|\ | | | | | | | | | | | Conflicts: CMakeLists.txt gui/MainWindow.cpp | |||
| * | Merge branch 'feature_updater' into develop | Andrew | 2013-12-09 | -0/+7 |
| |\ | ||||
| | * | Finish implementing update installation. | Andrew | 2013-12-06 | -0/+5 |
| | | | | | | | | | | | | Also add the option to update on exit. | |||
| | * | Rework the update checking system | Andrew | 2013-12-04 | -1/+1 |
| | | | ||||
| | * | Renew the updater branch | Petr Mrázek | 2013-12-02 | -0/+2 |
| | | | | | | | | | | | | Now with some actual consensus on what the updater will do! | |||
* | | | Finish assets update for 1.7.3 | Petr Mrázek | 2013-12-10 | -2/+0 |
|/ / | ||||
* / | Finish preliminary offline support | Petr Mrázek | 2013-12-08 | -7/+2 |
|/ | | | | | | | | | * ProgressProvider now has an abort() call * Abort button support added to the progress dialog * YggdrasilTask and MojangAccount adapted to support abort YggdrasilTask will time out after 10 seconds of no network activity, or when the user pushes the Play Offline button. In offline mode, all instance update tasks are skipped! This will need further work. | |||
* | Fixed compilation errors. | Andrew | 2013-11-28 | -1/+0 |
| | | | | Yeah... Forgot to recompile everything after deleting those files. | |||
* | Verify access tokens before launching Minecraft | Andrew | 2013-11-28 | -1/+17 |
| | | | | Kind of an important thing to do... Heh... | |||
* | Dropdown for account switching | Sky | 2013-11-27 | -1/+7 |
| | ||||
* | Move "manage accounts" to right, use player skin when available | Sky | 2013-11-27 | -0/+4 |
| | ||||
* | Merge branch 'feature_yggdrasil' into develop | Petr Mrázek | 2013-11-24 | -12/+14 |
|\ | | | | | | | | | | | | | | | Conflicts: gui/MainWindow.cpp logic/OneSixInstance.h Fix missing session id functionality for legacy and old onesix. | |||
| * | Properly implement launching and downloading | Andrew | 2013-11-22 | -8/+4 |
| | | | | | | | | Also added a system to select an active account to log in with. | |||
| * | Nuke and pave the old login system | Andrew | 2013-11-20 | -4/+8 |
| | | | | | | | | Also, account list now saves profile lists. | |||
| * | Add a button to open the account list. | Andrew | 2013-11-20 | -0/+2 |
| | | | | | | | | Also fix the account list dialog's close button. | |||
* | | Fix console window (now not a QDialog) | Petr Mrázek | 2013-11-23 | -1/+1 |
| | | | | | | | | | | | | It now opens and coloses as expected, depending on user preferences and the status of the various processes involved. Console window geometry and state are remembered between runs. | |||
* | | Fix console not staying open on minecraft crash | Petr Mrázek | 2013-11-12 | -1/+2 |
|/ | ||||
* | Reformat and (slightly) decruft all the things. | Petr Mrázek | 2013-11-04 | -0/+167 |