Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update BUILD.md | Kilobyte | 2013-09-22 | -1/+2 |
| | ||||
* | Added Build instructions | Stiepen22 | 2013-09-22 | -0/+62 |
| | ||||
* | Merge branch 'feature_onesix_forge' into develop | Petr Mrázek | 2013-09-22 | -740/+1200 |
|\ | ||||
| * | Cache forge version list (it's huge) | Petr Mrázek | 2013-09-22 | -97/+118 |
| | | ||||
| * | Working 1.6 modding (currently only forge) | Petr Mrázek | 2013-09-22 | -669/+992 |
| | | ||||
| * | Things... and stuff... with 1.6 modding. Maybe. | Petr Mrázek | 2013-09-20 | -8/+124 |
|/ | ||||
* | Merge branch 'feature_library_model' into develop | Petr Mrázek | 2013-09-18 | -684/+1388 |
|\ | ||||
| * | Implement legacy forge button! | Petr Mrázek | 2013-09-18 | -235/+295 |
| | | | | | | | | | | Many refactors of the task system. Progress dialog now accepts generic ProgressProvider objects | |||
| * | Forge version list implementation. Needs integration and testing. | Petr Mrázek | 2013-09-16 | -218/+834 |
| | | ||||
| * | Split OneSixVersion into parts. | Petr Mrázek | 2013-09-11 | -259/+287 |
| | | ||||
* | | Changed about source code link to reflect the new organization | TakSuyu | 2013-09-15 | -46/+54 |
|/ | ||||
* | Progress works for null downloads (header checks) | Petr Mrázek | 2013-09-10 | -0/+4 |
| | ||||
* | Fix download progress (bars) | Petr Mrázek | 2013-09-10 | -1/+21 |
| | ||||
* | Merge branch 'feature_localization' of github.com:MultiMC/MultiMC5 into develop | Stiepen22 | 2013-09-09 | -1/+1355 |
|\ | ||||
| * | Fixed a small spelling mistake in german translation | Stiepen22 | 2013-09-09 | -1/+1 |
| | | ||||
| * | Renamed german lang file | Stiepen22 | 2013-09-09 | -0/+51 |
| | | ||||
| * | Fix translation initialization (and loading). | Petr Mrázek | 2013-09-09 | -10/+60 |
| | | ||||
| * | Filed attempt on making localization work | Stiepen22 | 2013-09-08 | -1/+1235 |
| | | ||||
| * | Added lang file - derp | Stiepen22 | 2013-09-08 | -0/+0 |
| | | ||||
| * | Changed CMakeList.txt to support translations | Stiepen22 | 2013-09-08 | -1/+20 |
| | | ||||
* | | Merge branch 'test' into develop | Petr Mrázek | 2013-09-08 | -1/+2 |
|\ \ | ||||
| * | | Fix up QuaZip zlib header lookup on Windows. | Petr Mrázek | 2013-09-08 | -6/+2 |
| | | | ||||
| * | | Merge branch 'develop' of https://github.com/Drayshak/MultiMC5 into test | Petr Mrázek | 2013-09-08 | -1/+6 |
|/| | | ||||
| * | | Attempt to fix quazip build error on Windows | Sky | 2013-09-08 | -1/+6 |
| | | | ||||
* | | | Fix one more legacy update bug | Petr Mrázek | 2013-09-08 | -3/+3 |
| | | | ||||
* | | | Fix legacy instance update segfault | Petr Mrázek | 2013-09-08 | -1/+1 |
| | | | ||||
* | | | Merge pull request #1 from Drayshak/develop | Petr Mrázek | 2013-09-08 | -1/+1 |
|\| | | |/ |/| | Fix typo | |||
| * | Fix typo | Sky | 2013-09-08 | -1/+1 |
|/ | ||||
* | Changed all strings displayed to end user to use qts localization system | Stiepen22 | 2013-09-08 | -36/+47 |
| | ||||
* | Fix build | Petr Mrázek | 2013-09-08 | -1/+1 |
| | ||||
* | Merge branch 'master' of https://github.com/Stiepen22/MultiMC5 into develop | Petr Mrázek | 2013-09-08 | -16/+119 |
|\ | | | | | | | | | | | | | Conflicts: AppSettings.cpp MultiMC.pro main.cpp | |||
| * | Added console coloring and made the log not contain any usernames/session ids | Stiepen22 | 2013-09-08 | -10/+34 |
| | | ||||
| * | Enough main window hiding magic for now | Stiepen22 | 2013-09-07 | -1/+2 |
| | | ||||
| * | Made main window hide on instace exit | Stiepen22 | 2013-09-06 | -0/+1 |
| | | ||||
| * | Made main window hide on instace exit | Stiepen22 | 2013-09-06 | -3/+31 |
| | | ||||
| * | Made Offline user name default to 'Offline' if the textbox is left empty | Stiepen22 | 2013-09-06 | -1/+4 |
| | | ||||
| * | Made instace killing actually work | Stiepen22 | 2013-09-06 | -7/+43 |
| | | ||||
| * | started kill instance feature | Stiepen22 | 2013-09-06 | -0/+9 |
| | | ||||
* | | Use youtrack for bugs | Petr Mrázek | 2013-09-08 | -7/+8 |
| | | ||||
* | | Use HttpMetaCache to minimize network use. | Petr Mrázek | 2013-09-08 | -269/+693 |
| | | ||||
* | | Move a good chunk of the singleton objects into a new QApplication subclass. | Petr Mrázek | 2013-09-07 | -631/+491 |
| | | ||||
* | | Nuke the qmake .pro file | Petr Mrázek | 2013-09-06 | -46/+0 |
| | | ||||
* | | Merge https://github.com/Stiepen22/MultiMC5 | Petr Mrázek | 2013-09-06 | -9/+53 |
|\| | ||||
| * | Implemented basic offline mode | Stiepen22 | 2013-09-06 | -9/+53 |
| | | ||||
* | | Untested ETag cache class. | Petr Mrázek | 2013-09-06 | -8/+174 |
|/ | | | | Yep. | |||
* | Eh, Derp. | Petr Mrázek | 2013-09-05 | -1/+0 |
| | ||||
* | Speed up the downloads. Massively. | Petr Mrázek | 2013-09-02 | -321/+264 |
| | ||||
* | Misc tweaks | Petr Mrázek | 2013-08-28 | -9/+25 |
| | | | | | * Do not nuke forge META-INF * Disable inner DnD in mod lists on linux. | |||
* | Enable drag and drop for testing | Petr Mrázek | 2013-08-28 | -2/+0 |
| | ||||
* | Basic 1.6 mod management (no jar mods) | Petr Mrázek | 2013-08-28 | -396/+321 |
| |