Commit Graph

15 Commits

Author SHA1 Message Date
Petr Mrázek
0dcf694c87 More updater fixage
Preserve --dir parameter after updating
Allow more than one copy of a command line parameter in MultiMC
Linux runner script no longer changes current directory, which allows '--dir .'
Fixed unit tests, removed the obsolete one (for some legacy updater command line params that were also removed)
[fixes 63127704]
2014-01-05 16:47:12 +01:00
Petr Mrázek
449f55c3e6 Fix linux runner script. 2013-12-25 14:43:51 +01:00
Petr Mrázek
42bc02dc8a BASH! 2013-12-22 20:53:35 +01:00
Petr Mrázek
0f6ad12fd8 Prevent running as root on linux 2013-12-21 09:36:12 +01:00
Petr Mrázek
20e86801b3 Merge branch 'feature_runner_symlink' of https://github.com/02JanDal/MultiMC5 into develop 2013-12-17 00:42:21 +01:00
Jan Dalheimer
7353908fd6 Fix running the runner script using a symlink 2013-12-16 13:47:27 +01:00
Jan Dalheimer
e8dff0b99e Make the linux runner script more helpful and add dialogs 2013-12-15 22:27:32 +01:00
Andrew
e6e63307fd Made the run script look for missing dependencies.
On Linux, MultiMC's startup script will now look for plugins with
missing depenedencies and warn the user about them if they are missing.
2013-12-13 09:38:17 -06:00
Petr Mrázek
ca297fca79 Prepare for rework of instance launch/update
Added missing licenses
Added a Java functionality checker (detects 32/64bit java)
Refactor of *Update - no longer based on BaseUpdate, but Task directly
Fixed runner script to not derp up on 32bit linux. Could add more detection and error reporting there.
Resources are now split into graphics and generated. Generated resources are placed in the build tree and included from there.
Used the Java checker in the main settings dialog (TODO: instance settings).
Partial support for ${arch}-using libraries - both 32 and 64 variants of ${arch} are downloaded.
2013-11-24 06:36:16 +01: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 Okin
4c5d19a62a Fixed Linux install / package support in CMakeLists. Fixed Linux start script. 2013-02-12 12:49:13 -06:00
Andrew Okin
5a4b2ad000 Linux packaging stuff. 2013-02-12 10:14:23 -06:00