summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeLines
* Fix java checker crash, some memory leaksPetr Mrázek2014-03-30-0/+3
|
* More updater fixagePetr Mrázek2014-01-05-1/+0
| | | | | | | | 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]
* Fix linux runner script.Petr Mrázek2013-12-25-9/+9
|
* BASH!Petr Mrázek2013-12-22-1/+1
|
* Prevent running as root on linuxPetr Mrázek2013-12-21-7/+15
|
* Merge branch 'feature_runner_symlink' of ↵Petr Mrázek2013-12-17-1/+1
|\ | | | | | | https://github.com/02JanDal/MultiMC5 into develop
| * Fix running the runner script using a symlinkJan Dalheimer2013-12-16-1/+1
| |
* | Make the linux runner script more helpful and add dialogsJan Dalheimer2013-12-15-5/+42
|/
* 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