summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Basic version changing (OneSix only for now)Petr Mrázek2013-10-08-3/+15
|
* Misc version dialog changesPetr Mrázek2013-10-08-25/+25
|
* Set offline player name to "Player" to prevent a crash on world loading in ↵Sky2013-10-07-1/+1
| | | | an offline session
* Tweak about dialog to match websiteSky2013-10-07-1/+1
|\
| * Merge pull request #3 from Drayshak/developSky2013-10-07-50/+140
| |\ | | | | | | Fix window size setting for 1.6+, improve Windows Java detection
* | | Fix About logo, inflate egoSky2013-10-07-11/+20
| |/ |/|
* | Make starting window size set properly on 1.6 instancesSky2013-10-07-0/+4
| |
* | Automatically try to set the Java path on first startSky2013-10-06-1/+14
| |
* | Fix non-Windows naming derpSky2013-10-06-6/+6
| |
* | First draft of multiple Java installation detection on WindowsSky2013-10-06-49/+122
|/
* Don't use SSL for lib downloadsPetr Mrázek2013-10-06-5/+6
|
* Log failure reasons of cache downloadsPetr Mrázek2013-10-06-7/+7
|
* Log java util stuff using the new logging methodPetr Mrázek2013-10-06-5/+5
|
* Get rid of junky timestamps, along with some select pointless log messagesPetr Mrázek2013-10-06-62/+54
|
* Merge branch 'develop' of https://github.com/Drayshak/MultiMC5 into developPetr Mrázek2013-10-06-14/+202
|\
| * Merge branch 'develop' of github.com:Drayshak/MultiMC5 into developSky2013-10-06-4/+8
| |\
| | * Fix Linux CMake issues arising from Windows workaroundSky2013-10-06-4/+8
| | |
| * | Merge branch 'develop' of https://github.com/MultiMC/MultiMC5 into developSky2013-10-06-827/+1375
| |\ \ | |/ / |/| / | |/
* | Added file loggerPetr Mrázek2013-10-06-827/+1375
| |
| * Fix Java detection button sizesSky2013-10-05-0/+12
| |
| * Add "browse" button using Qt's file browser to settings dialogSky2013-10-05-8/+26
| |
| * Add naive Windows Java detection - JavaUtils for finding it on other systems ↵Sky2013-10-05-2/+156
|/ | | | (incomplete)
* Add user agent header to most MultiMC download requests.Petr Mrázek2013-10-02-15/+33
|
* Added a make target that prints the version name.Andrew2013-10-01-1/+4
|
* Set run script to load libs from bin folder.Andrew2013-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.Andrew2013-10-01-1/+1
|
* Made run script instal as executable.Andrew2013-10-01-2/+3
| | | | Also fixed a small bug with the run script.
* Add run script to install.Andrew2013-10-01-4/+7
| | | | | Also renamed "translations_target" to "translations". The old name was dumb and annoying.
* Merge branch 'master' into developAndrew2013-10-01-25/+34
|\ | | | | | | This pulls in some changes I made to the CMakeLists file earlier.
| * Fixed CMakeLists install target on Linux.Andrew2013-09-19-25/+34
| |
* | Add missing includePetr Mrázek2013-10-01-0/+1
| |
* | Implemented xz and pack200 unpackers required for proper forge installation.Petr Mrázek2013-09-30-8621/+4720
|\ \ | | | | | | | | | | | | | | | | | | Merge branch 'feature_forge_unpackers' into develop Conflicts: CMakeLists.txt
| * | Add tweaks to make things build on windowsPetr Mrázek2013-09-30-7/+12
| | |
| * | ``Working'' forge unpackers. Needs a lot of hardening but good for alpha.Petr Mrázek2013-09-30-36/+413
| | |
| * | Turn pack200 into an actual libraryPetr Mrázek2013-09-29-1352/+583
| | |
| * | Replace lzma with xz. Tweaks to fix debug builds.Petr Mrázek2013-09-28-7261/+3739
| | |
* | | Fix stuff up some morePetr Mrázek2013-09-28-10/+1
| | |
* | | Merge branch 'develop' of https://github.com/hyperfang8/MultiMC5 into developPetr Mrázek2013-09-28-1/+1
|\ \ \ | |/ / |/| |
| * | Disable pack200 and Enable MultiMCLauncher dephyperfang82013-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ázek2013-09-28-3/+3
|/ /
* | Merge branch 'develop' of https://github.com/Drayshak/MultiMC5 into developPetr Mrázek2013-09-27-0/+7
|\ \
| * | Attempt fix for cmake warning spam on WindowsSky2013-09-26-0/+7
| | |
* | | Add license of PACK200Petr Mrázek2013-09-27-0/+347
|/ /
* | Compression algo dependencies, still need hackery...Petr Mrázek2013-09-26-40/+17769
| |
* | Fixed small thing in german language fileKilobyte2013-09-23-1/+1
| |
* | Ignore KDE dir metadata filesPetr Mrázek2013-09-23-0/+1
| |
* | Implement basic yggdrasil auth.Petr Mrázek2013-09-23-271/+439
| | | | | | | | No fancy login token saving involved.
* | Formatting/misc changes in BUILD.mdSky2013-09-22-23/+25
| |
* | Add build instructions, markdown-ify README.mdSky2013-09-22-6/+14
| |
* | Merge pull request #2 from Drayshak/developSky2013-09-22-4/+52
|\ \ | | | | | | Add Windows build instructions