Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 | |||
| * | | Add tweaks to make things build on windows | Petr Mrázek | 2013-09-30 | -7/+12 |
| | | | ||||
| * | | ``Working'' forge unpackers. Needs a lot of hardening but good for alpha. | Petr Mrázek | 2013-09-30 | -36/+413 |
| | | | ||||
| * | | Turn pack200 into an actual library | Petr Mrázek | 2013-09-29 | -1352/+583 |
| | | | ||||
| * | | Replace lzma with xz. Tweaks to fix debug builds. | Petr Mrázek | 2013-09-28 | -7261/+3739 |
| | | | ||||
* | | | Fix stuff up some more | Petr Mrázek | 2013-09-28 | -10/+1 |
| | | | ||||
* | | | Merge branch 'develop' of https://github.com/hyperfang8/MultiMC5 into develop | Petr Mrázek | 2013-09-28 | -1/+1 |
|\ \ \ | |/ / |/| | | ||||
| * | | Disable pack200 and Enable MultiMCLauncher dep | hyperfang8 | 2013-09-28 | -2/+2 |
| | | | | | | | | | | | | | | | I disable pack200 in cmake because it fails to compile. I also renable MultiMCLauncher dep because resource file requires it. | |||
* | | | no unstable stuff. disable it. | Petr Mrázek | 2013-09-28 | -3/+3 |
|/ / | ||||
* | | Merge branch 'develop' of https://github.com/Drayshak/MultiMC5 into develop | Petr Mrázek | 2013-09-27 | -0/+7 |
|\ \ | ||||
| * | | Attempt fix for cmake warning spam on Windows | Sky | 2013-09-26 | -0/+7 |
| | | | ||||
* | | | Add license of PACK200 | Petr Mrázek | 2013-09-27 | -0/+347 |
|/ / | ||||
* | | Compression algo dependencies, still need hackery... | Petr Mrázek | 2013-09-26 | -40/+17769 |
| | | ||||
* | | Fixed small thing in german language file | Kilobyte | 2013-09-23 | -1/+1 |
| | | ||||
* | | Ignore KDE dir metadata files | Petr Mrázek | 2013-09-23 | -0/+1 |
| | | ||||
* | | Implement basic yggdrasil auth. | Petr Mrázek | 2013-09-23 | -271/+439 |
| | | | | | | | | No fancy login token saving involved. | |||
* | | Formatting/misc changes in BUILD.md | Sky | 2013-09-22 | -23/+25 |
| | | ||||
* | | Add build instructions, markdown-ify README.md | Sky | 2013-09-22 | -6/+14 |
| | | ||||
* | | Merge pull request #2 from Drayshak/develop | Sky | 2013-09-22 | -4/+52 |
|\ \ | | | | | | | Add Windows build instructions | |||
| * | | Add IRC location to build instructions | Sky | 2013-09-22 | -1/+1 |
| | | | ||||
| * | | Fix Windows link in build instructions | Sky | 2013-09-22 | -2/+2 |
| | | | ||||
| * | | Add Windows build instructions | Sky | 2013-09-22 | -1/+49 |
|/ / | ||||
* | | 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 |
| | | | |