summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge branch 'develop'Sky2013-10-21-3027/+22893
|\
| * Merge branch 'feature_skins' into developSky2013-10-21-5/+129
| |\
| | * Clean up skins, remove wrapper, save to accounts/skinsSky2013-10-21-106/+8
| | |
| | * First draft of player faces in the login dialogSky2013-10-19-5/+227
| | |
| * | Add contributing section to READMESky2013-10-21-0/+3
| | |
| * | Local libs that won't get replaced/redownloadedPetr Mrázek2013-10-20-0/+2
| | |
| * | Ask for java path when hostname changes from the last run.Petr Mrázek2013-10-20-10/+32
| |/
| * Change Organization and App name, might invalidate some configs? Add Tak to ↵MMC5-tb9Orochimarufan2013-10-18-53/+51
| | | | | | | | credits screen
| * Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developSky2013-10-18-3/+169
| |\
| | * Derp - typo in platform_other.cppOrochimarufan2013-10-18-1/+1
| | |
| | * Fix MainWindow Icon; Fix WM_CLASS issue; now links QX11Extras and libxcb on ↵Orochimarufan2013-10-18-3/+169
| | | | | | | | | | | | linux
| * | Use player username if offline, or "Player" if blankSky2013-10-18-2/+2
| |/
| * Support version format 9, fix version-related segfault, (maybe) fix forge lists.Petr Mrázek2013-10-18-10/+27
| |
| * Use Yggdrasil error response when available, or fall back to legacy HTTP ↵Sky2013-10-17-19/+54
| | | | | | | | error codes
| * Un-copy-pasta the login response handler using std::function magicSky2013-10-17-84/+63
| |
| * Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developSky2013-10-16-7/+7
| |\
| | * Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developPetr Mrázek2013-10-15-0/+6
| | |\
| | * | Make permgen limit ridiculously high.Petr Mrázek2013-10-15-7/+7
| | | |
| * | | Trim console output (fixes excessive whitespace in Windows console output)Sky2013-10-16-0/+5
| | |/ | |/|
| * | Improve error message for invalid login details using yggdrasil, add debug ↵Sky2013-10-15-0/+6
| |/ | | | | | | log for unknown codes
| * Fix non-Windows derpSky2013-10-15-6/+15
| |
| * Change "News" URL to new websiteSky2013-10-15-1/+1
| |
| * Huge Java detection refactor, version dialogs on first run (no JavaPath set) ↵Sky2013-10-14-51/+422
| | | | | | | | and "auto detect" button
| * Fix instance settings tab orderSky2013-10-13-2/+3
| |
| * Fix tab ordering in settings dialogSky2013-10-13-0/+29
| |
| * Update MCModInfoFrame.hrobotbrain2013-10-12-2/+2
| | | | | | fix moar indents :)
| * Indent fixing!robotbrainify2013-10-12-34/+34
| |
| * cleanuprobotbrainify2013-10-12-2/+2
| |
| * It works...robotbrainify2013-10-12-2/+5
| | | | | | | | yeehaa!
| * switch from tooltip to messageboxrobotbrainify2013-10-12-4/+16
| |
| * tool tip bugfixesrobotbrainify2013-10-12-3/+2
| |
| * mod description size limiter donerobotbrainify2013-10-12-1/+14
| |
| * remove dupe newlines from trimmed mod description. whoorobotbrainify2013-10-11-1/+15
| |
| * Fix auth for 13w41aPetr Mrázek2013-10-11-2/+4
| |
| * Improved Build.md - linux section (again)Kilobyte222013-10-10-1/+2
| |
| * Updated german language fileKilobyte222013-10-10-87/+244
| |
| * HOTFIX: Redid about dialog stuff - working this time. Sorry againKilobyte222013-10-10-48/+59
| |
| * Improved ccmake section a bitKilobyte2013-10-10-1/+2
| |
| * MehPetr Mrázek2013-10-10-2/+13
| |
| * Version changing removes any existing version json.Petr Mrázek2013-10-10-103/+124
| |
| * Fix MMC-15Petr Mrázek2013-10-09-194/+183
| | | | | | | | ``mod does not delete from jar''
| * Fall back to mod ID if name is missing for some reasonSky2013-10-09-2/+6
| |
| * Clean up mcmod panel massively. Keep it simple - name (optionally linked), ↵Sky2013-10-09-245/+87
| | | | | | | | optional authors and description. Needs cut-off handling, frame looking at on Windows
| * Mod info, with less HTML!Petr Mrázek2013-10-09-207/+168
| | | | | | | | And responding to keyboard events too.
| * Merge branch 'feature_mcmod_info' into developPetr Mrázek2013-10-09-218/+712
| |\
| | * Show defaults if mod type is 'folder'Sky2013-10-08-0/+11
| | |
| | * Licenses, cleanupSky2013-10-08-66/+55
| | |
| | * Move mod info frame and handler to MCModInfoFrame, use on all instancesSky2013-10-08-425/+595
| | |
| | * Start mcmod.info panel. Needs to be its own widget and included in legacy ↵Sky2013-10-08-53/+377
| |/ | | | | | | mod edit window, text labels need eliding
| * Add mod website button thing feature widget. It is super effective.Petr Mrázek2013-10-08-134/+270
| |