Commit Graph

405 Commits

Author SHA1 Message Date
Sky
50035e9aa1 Set offline player name to "Player" to prevent a crash on world loading in an offline session 2013-10-07 22:42:14 +01:00
Sky
24f6f3059b Tweak about dialog to match website 2013-10-07 20:16:09 +01:00
Sky
ecc5153efe Fix About logo, inflate ego 2013-10-07 19:55:49 +01:00
Sky
0bf8d9df5c Merge pull request #3 from Drayshak/develop
Fix window size setting for 1.6+, improve Windows Java detection
2013-10-07 08:02:59 -07:00
Sky
b30a97d4c9 Make starting window size set properly on 1.6 instances 2013-10-07 14:56:14 +01:00
Sky
58547d3867 Automatically try to set the Java path on first start 2013-10-06 23:44:34 +01:00
Sky
8450807c06 Fix non-Windows naming derp 2013-10-06 22:05:16 +01:00
Sky
17c98655f8 First draft of multiple Java installation detection on Windows 2013-10-06 19:54:52 +01:00
Petr Mrázek
d5e4802ade Don't use SSL for lib downloads 2013-10-06 10:37:39 +02:00
Petr Mrázek
651bed91a0 Log failure reasons of cache downloads 2013-10-06 03:47:41 +02:00
Petr Mrázek
77d5ea36ae Log java util stuff using the new logging method 2013-10-06 03:20:19 +02:00
Petr Mrázek
8b18af0515 Get rid of junky timestamps, along with some select pointless log messages 2013-10-06 03:07:57 +02:00
Petr Mrázek
9cef16a47d Merge branch 'develop' of https://github.com/Drayshak/MultiMC5 into develop 2013-10-06 02:22:18 +02:00
Sky
b5816f976e Merge branch 'develop' of github.com:Drayshak/MultiMC5 into develop 2013-10-06 01:15:43 +01:00
Sky
7aeea14a02 Merge branch 'develop' of https://github.com/MultiMC/MultiMC5 into develop 2013-10-06 01:13:20 +01:00
Sky
d48aae7a16 Fix Linux CMake issues arising from Windows workaround 2013-10-06 01:09:21 +01:00
Petr Mrázek
f83119ce7e Added file logger 2013-10-06 01:13:40 +02:00
Sky
2398acc9e4 Fix Java detection button sizes 2013-10-05 02:07:19 +01:00
Sky
932376c6e0 Add "browse" button using Qt's file browser to settings dialog 2013-10-05 02:02:47 +01:00
Sky
1dee4bb60d Add naive Windows Java detection - JavaUtils for finding it on other systems (incomplete) 2013-10-05 01:08:13 +01:00
Petr Mrázek
eba9b3d759 Add user agent header to most MultiMC download requests. 2013-10-02 23:35:45 +02:00
Andrew
48bd3add29 Added a make target that prints the version name. 2013-10-01 17:01:41 -05:00
Andrew
7b863f97f7 Set run script to load libs from bin folder.
I'd really like to put them in a separate "lib" folder, but CMake
doesn't want to.
2013-10-01 16:47:59 -05:00
Andrew
349553349c Fixed an issue with the run script on Debian. 2013-10-01 16:40:51 -05:00
Andrew
1ed822d6e8 Made run script instal as executable.
Also fixed a small bug with the run script.
2013-10-01 16:30:30 -05:00
Andrew
02a7d147ef Add run script to install.
Also renamed "translations_target" to "translations". The old name was
dumb and annoying.
2013-10-01 16:13:21 -05:00
Andrew
22bdf67bf7 Merge branch 'master' into develop
This pulls in some changes I made to the CMakeLists file earlier.
2013-10-01 03:31:20 -05:00
Petr Mrázek
751c532175 Add missing include 2013-10-01 09:05:58 +02:00
Petr Mrázek
c05a39147a Implemented xz and pack200 unpackers required for proper forge installation.
Merge branch 'feature_forge_unpackers' into develop

Conflicts:
	CMakeLists.txt
2013-09-30 03:29:12 +02:00
Petr Mrázek
e45b444242 Add tweaks to make things build on windows 2013-09-30 03:26:23 +02:00
Petr Mrázek
8b0f8b9e59 ``Working'' forge unpackers. Needs a lot of hardening but good for alpha. 2013-09-30 02:34:46 +02:00
Petr Mrázek
604162acdf Turn pack200 into an actual library 2013-09-29 21:11:30 +02:00
Petr Mrázek
d267d86f6e Replace lzma with xz. Tweaks to fix debug builds. 2013-09-28 18:43:30 +02:00
Petr Mrázek
2173abb9a8 Fix stuff up some more 2013-09-28 18:27:34 +02:00
Petr Mrázek
071ac45925 Merge branch 'develop' of https://github.com/hyperfang8/MultiMC5 into develop 2013-09-28 18:25:55 +02:00
Petr Mrázek
d903b0f0ea no unstable stuff. disable it. 2013-09-28 14:01:57 +02:00
hyperfang8
5c8def4ecc Disable pack200 and Enable MultiMCLauncher dep
I disable pack200 in cmake because it fails to compile.
I also renable MultiMCLauncher dep because resource file requires it.
2013-09-28 11:00:34 +02:00
Petr Mrázek
6f1278b607 Merge branch 'develop' of https://github.com/Drayshak/MultiMC5 into develop 2013-09-27 08:20:20 +02:00
Petr Mrázek
33b95c6a38 Add license of PACK200 2013-09-27 08:18:32 +02:00
Sky
8c36e69b06 Attempt fix for cmake warning spam on Windows 2013-09-26 12:49:58 +01:00
Petr Mrázek
2c8dc0b855 Compression algo dependencies, still need hackery... 2013-09-26 02:59:56 +02:00
Kilobyte
af234f3502 Fixed small thing in german language file 2013-09-23 12:46:03 +02:00
Petr Mrázek
b1249e35fe Ignore KDE dir metadata files 2013-09-23 00:30:51 +02:00
Petr Mrázek
984c36e571 Implement basic yggdrasil auth.
No fancy login token saving involved.
2013-09-23 00:29:40 +02:00
Sky
eb4ed3734f Formatting/misc changes in BUILD.md 2013-09-22 20:26:10 +01:00
Sky
2eff2effd6 Add build instructions, markdown-ify README.md 2013-09-22 20:00:58 +01:00
Sky
e3cdab3ab5 Merge pull request #2 from Drayshak/develop
Add Windows build instructions
2013-09-22 08:04:55 -07:00
Sky
7016cb9a97 Add IRC location to build instructions 2013-09-22 16:03:33 +01:00
Sky
f9601395fa Fix Windows link in build instructions 2013-09-22 16:02:01 +01:00
Sky
3a1d2baedd Add Windows build instructions 2013-09-22 15:56:14 +01:00