Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | remove dupe newlines from trimmed mod description. whoo | robotbrainify | 2013-10-11 | -1/+15 |
| | ||||
* | Fix auth for 13w41a | Petr Mrázek | 2013-10-11 | -2/+4 |
| | ||||
* | Improved Build.md - linux section (again) | Kilobyte22 | 2013-10-10 | -1/+2 |
| | ||||
* | Updated german language file | Kilobyte22 | 2013-10-10 | -87/+244 |
| | ||||
* | HOTFIX: Redid about dialog stuff - working this time. Sorry again | Kilobyte22 | 2013-10-10 | -48/+59 |
| | ||||
* | Improved ccmake section a bit | Kilobyte | 2013-10-10 | -1/+2 |
| | ||||
* | Meh | Petr Mrázek | 2013-10-10 | -2/+13 |
| | ||||
* | Version changing removes any existing version json. | Petr Mrázek | 2013-10-10 | -103/+124 |
| | ||||
* | Fix MMC-15 | Petr Mrázek | 2013-10-09 | -194/+183 |
| | | | | ``mod does not delete from jar'' | |||
* | Fall back to mod ID if name is missing for some reason | Sky | 2013-10-09 | -2/+6 |
| | ||||
* | Clean up mcmod panel massively. Keep it simple - name (optionally linked), ↵ | Sky | 2013-10-09 | -245/+87 |
| | | | | optional authors and description. Needs cut-off handling, frame looking at on Windows | |||
* | Mod info, with less HTML! | Petr Mrázek | 2013-10-09 | -207/+168 |
| | | | | And responding to keyboard events too. | |||
* | Merge branch 'feature_mcmod_info' into develop | Petr Mrázek | 2013-10-09 | -218/+712 |
|\ | ||||
| * | Show defaults if mod type is 'folder' | Sky | 2013-10-08 | -0/+11 |
| | | ||||
| * | Licenses, cleanup | Sky | 2013-10-08 | -66/+55 |
| | | ||||
| * | Move mod info frame and handler to MCModInfoFrame, use on all instances | Sky | 2013-10-08 | -425/+595 |
| | | ||||
| * | Start mcmod.info panel. Needs to be its own widget and included in legacy ↵ | Sky | 2013-10-08 | -53/+377 |
|/ | | | | mod edit window, text labels need eliding | |||
* | Add mod website button thing feature widget. It is super effective. | Petr Mrázek | 2013-10-08 | -134/+270 |
| | ||||
* | Basic version changing (OneSix only for now) | Petr Mrázek | 2013-10-08 | -3/+15 |
| | ||||
* | Misc version dialog changes | Petr Mrázek | 2013-10-08 | -25/+25 |
| | ||||
* | Set offline player name to "Player" to prevent a crash on world loading in ↵ | Sky | 2013-10-07 | -1/+1 |
| | | | | an offline session | |||
* | Tweak about dialog to match website | Sky | 2013-10-07 | -1/+1 |
|\ | ||||
| * | Merge pull request #3 from Drayshak/develop | Sky | 2013-10-07 | -50/+140 |
| |\ | | | | | | | Fix window size setting for 1.6+, improve Windows Java detection | |||
* | | | Fix About logo, inflate ego | Sky | 2013-10-07 | -11/+20 |
| |/ |/| | ||||
* | | Make starting window size set properly on 1.6 instances | Sky | 2013-10-07 | -0/+4 |
| | | ||||
* | | Automatically try to set the Java path on first start | Sky | 2013-10-06 | -1/+14 |
| | | ||||
* | | Fix non-Windows naming derp | Sky | 2013-10-06 | -6/+6 |
| | | ||||
* | | First draft of multiple Java installation detection on Windows | Sky | 2013-10-06 | -49/+122 |
|/ | ||||
* | Don't use SSL for lib downloads | Petr Mrázek | 2013-10-06 | -5/+6 |
| | ||||
* | Log failure reasons of cache downloads | Petr Mrázek | 2013-10-06 | -7/+7 |
| | ||||
* | Log java util stuff using the new logging method | Petr Mrázek | 2013-10-06 | -5/+5 |
| | ||||
* | Get rid of junky timestamps, along with some select pointless log messages | Petr Mrázek | 2013-10-06 | -62/+54 |
| | ||||
* | Merge branch 'develop' of https://github.com/Drayshak/MultiMC5 into develop | Petr Mrázek | 2013-10-06 | -14/+202 |
|\ | ||||
| * | Merge branch 'develop' of github.com:Drayshak/MultiMC5 into develop | Sky | 2013-10-06 | -4/+8 |
| |\ | ||||
| | * | Fix Linux CMake issues arising from Windows workaround | Sky | 2013-10-06 | -4/+8 |
| | | | ||||
| * | | Merge branch 'develop' of https://github.com/MultiMC/MultiMC5 into develop | Sky | 2013-10-06 | -827/+1375 |
| |\ \ | |/ / |/| / | |/ | ||||
* | | Added file logger | Petr Mrázek | 2013-10-06 | -827/+1375 |
| | | ||||
| * | Fix Java detection button sizes | Sky | 2013-10-05 | -0/+12 |
| | | ||||
| * | Add "browse" button using Qt's file browser to settings dialog | Sky | 2013-10-05 | -8/+26 |
| | | ||||
| * | Add naive Windows Java detection - JavaUtils for finding it on other systems ↵ | Sky | 2013-10-05 | -2/+156 |
|/ | | | | (incomplete) | |||
* | Add user agent header to most MultiMC download requests. | Petr Mrázek | 2013-10-02 | -15/+33 |
| | ||||
* | Added a make target that prints the version name. | Andrew | 2013-10-01 | -1/+4 |
| | ||||
* | Set run script to load libs from bin folder. | Andrew | 2013-10-01 | -1/+1 |
| | | | | | I'd really like to put them in a separate "lib" folder, but CMake doesn't want to. | |||
* | Fixed an issue with the run script on Debian. | Andrew | 2013-10-01 | -1/+1 |
| | ||||
* | Made run script instal as executable. | Andrew | 2013-10-01 | -2/+3 |
| | | | | Also fixed a small bug with the run script. | |||
* | Add run script to install. | Andrew | 2013-10-01 | -4/+7 |
| | | | | | Also renamed "translations_target" to "translations". The old name was dumb and annoying. | |||
* | Merge branch 'master' into develop | Andrew | 2013-10-01 | -25/+34 |
|\ | | | | | | | This pulls in some changes I made to the CMakeLists file earlier. | |||
| * | Fixed CMakeLists install target on Linux. | Andrew | 2013-09-19 | -25/+34 |
| | | ||||
* | | Add missing include | Petr Mrázek | 2013-10-01 | -0/+1 |
| | | ||||
* | | Implemented xz and pack200 unpackers required for proper forge installation. | Petr Mrázek | 2013-09-30 | -8621/+4720 |
|\ \ | | | | | | | | | | | | | | | | | | | Merge branch 'feature_forge_unpackers' into develop Conflicts: CMakeLists.txt |