aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-10Updated german language fileKilobyte22
2013-10-10HOTFIX: Redid about dialog stuff - working this time. Sorry againKilobyte22
2013-10-10Improved ccmake section a bitKilobyte
2013-10-10MehPetr Mrázek
2013-10-10Version changing removes any existing version json.Petr Mrázek
2013-10-09Fix MMC-15Petr Mrázek
``mod does not delete from jar''
2013-10-09Fall back to mod ID if name is missing for some reasonSky
2013-10-09Clean up mcmod panel massively. Keep it simple - name (optionally linked), ↵Sky
optional authors and description. Needs cut-off handling, frame looking at on Windows
2013-10-09Mod info, with less HTML!Petr Mrázek
And responding to keyboard events too.
2013-10-09Merge branch 'feature_mcmod_info' into developPetr Mrázek
2013-10-08Show defaults if mod type is 'folder'Sky
2013-10-08Licenses, cleanupSky
2013-10-08Move mod info frame and handler to MCModInfoFrame, use on all instancesSky
2013-10-08Start mcmod.info panel. Needs to be its own widget and included in legacy ↵Sky
mod edit window, text labels need eliding
2013-10-08Add mod website button thing feature widget. It is super effective.Petr Mrázek
2013-10-08Basic version changing (OneSix only for now)Petr Mrázek
2013-10-08Misc version dialog changesPetr Mrázek
2013-10-07Set offline player name to "Player" to prevent a crash on world loading in ↵Sky
an offline session
2013-10-07Tweak about dialog to match websiteSky
2013-10-07Fix About logo, inflate egoSky
2013-10-07Merge pull request #3 from Drayshak/developSky
Fix window size setting for 1.6+, improve Windows Java detection
2013-10-07Make starting window size set properly on 1.6 instancesSky
2013-10-06Automatically try to set the Java path on first startSky
2013-10-06Fix non-Windows naming derpSky
2013-10-06First draft of multiple Java installation detection on WindowsSky
2013-10-06Don't use SSL for lib downloadsPetr Mrázek
2013-10-06Log failure reasons of cache downloadsPetr Mrázek
2013-10-06Log java util stuff using the new logging methodPetr Mrázek
2013-10-06Get rid of junky timestamps, along with some select pointless log messagesPetr Mrázek
2013-10-06Merge branch 'develop' of https://github.com/Drayshak/MultiMC5 into developPetr Mrázek
2013-10-06Merge branch 'develop' of github.com:Drayshak/MultiMC5 into developSky
2013-10-06Merge branch 'develop' of https://github.com/MultiMC/MultiMC5 into developSky
2013-10-06Fix Linux CMake issues arising from Windows workaroundSky
2013-10-06Added file loggerPetr Mrázek
2013-10-05Fix Java detection button sizesSky
2013-10-05Add "browse" button using Qt's file browser to settings dialogSky
2013-10-05Add naive Windows Java detection - JavaUtils for finding it on other systems ↵Sky
(incomplete)
2013-10-02Add user agent header to most MultiMC download requests.Petr Mrázek
2013-10-01Added a make target that prints the version name.Andrew
2013-10-01Set run script to load libs from bin folder.Andrew
I'd really like to put them in a separate "lib" folder, but CMake doesn't want to.
2013-10-01Fixed an issue with the run script on Debian.Andrew
2013-10-01Made run script instal as executable.Andrew
Also fixed a small bug with the run script.
2013-10-01Add run script to install.Andrew
Also renamed "translations_target" to "translations". The old name was dumb and annoying.
2013-10-01Merge branch 'master' into developAndrew
This pulls in some changes I made to the CMakeLists file earlier.
2013-10-01Add missing includePetr Mrázek
2013-09-30Implemented xz and pack200 unpackers required for proper forge installation.Petr Mrázek
Merge branch 'feature_forge_unpackers' into develop Conflicts: CMakeLists.txt
2013-09-30Add tweaks to make things build on windowsPetr Mrázek
2013-09-30``Working'' forge unpackers. Needs a lot of hardening but good for alpha.Petr Mrázek
2013-09-29Turn pack200 into an actual libraryPetr Mrázek
2013-09-28Replace lzma with xz. Tweaks to fix debug builds.Petr Mrázek