summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeLines
* Made the run script look for missing dependencies.Andrew2013-12-13-5/+20
| | | | | On Linux, MultiMC's startup script will now look for plugins with missing depenedencies and warn the user about them if they are missing.
* Prepare for rework of instance launch/updatePetr Mrázek2013-11-24-3/+9
| | | | | | | | | | 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.
* 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-1/+2
| | | | Also fixed a small bug with the run script.
* Add run script to install.Andrew2013-10-01-3/+5
| | | | | Also renamed "translations_target" to "translations". The old name was dumb and annoying.
* Fixed Linux install / package support in CMakeLists. Fixed Linux start script.Andrew Okin2013-02-12-1/+2
|
* Linux packaging stuff.Andrew Okin2013-02-12-0/+8