aboutsummaryrefslogtreecommitdiff
path: root/package/linux/MultiMC
AgeCommit message (Collapse)Author
2013-12-21Prevent running as root on linuxPetr Mrázek
2013-12-17Merge branch 'feature_runner_symlink' of ↵Petr Mrázek
https://github.com/02JanDal/MultiMC5 into develop
2013-12-16Fix running the runner script using a symlinkJan Dalheimer
2013-12-15Make the linux runner script more helpful and add dialogsJan Dalheimer
2013-12-13Made the run script look for missing dependencies.Andrew
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-11-24Prepare for rework of instance launch/updatePetr Mrázek
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-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-02-12Fixed Linux install / package support in CMakeLists. Fixed Linux start script.Andrew Okin
2013-02-12Linux packaging stuff.Andrew Okin