summaryrefslogtreecommitdiffstats
path: root/depends/util
Commit message (Collapse)AuthorAgeLines
* NOISSUE dissolve util libraryPetr Mrázek2015-10-05-1543/+0
|
* GH-1262 fix relative paths for java binariesPetr Mrázek2015-09-30-1/+31
|
* NOISSUE clean up some old cmake messesPetr Mrázek2015-09-28-78/+36
|
* GH-1227: World import using drag and drop - zip files and foldersPetr Mrázek2015-09-09-7/+20
|
* GH-1052 switch over to C++14 everywherePetr Mrázek2015-06-06-1/+1
|
* GH-228 do not recurse into reparse points when deleting instancesPetr Mrázek2015-04-13-0/+67
|
* GH-228 do not follow symlinks during instance copy on unixPetr Mrázek2015-04-13-11/+31
| | | | Windows will need a more complex solution.
* GH-881 Include a top-level directory in exported instancesPetr Mrázek2015-04-12-0/+4
|
* NOISSUE Refactors and moving of thingsPetr Mrázek2015-04-02-24/+67
|
* Change copyright dates to 2015Greenphlem2015-02-06-6/+6
|
* Fix another bunch of copyright years, including fixing #397Jan Dalheimer2014-11-02-2/+2
|
* Update copyright year (finally...)Jan Dalheimer2014-11-02-4/+4
|
* Sync from quickmodsPetr Mrázek2014-09-06-121/+84
|
* Show a warning if the instance path contains a '!'Loetkolben2014-07-30-0/+12
| | | | The checks and warnings happen the time MMC loads (via QLOG_INFO), the time the GUI starts (via a dialog) and when the user changes the instance path via the settings window.
* Fix liteloader, some cleanups.Petr Mrázek2014-07-06-2/+0
|
* Turn screenshot management into a page.Petr Mrázek2014-06-28-2/+2
|
* Only use tabs for intendentionJan Dalheimer2014-04-09-10/+10
|
* Merge remote-tracking branch 'origin/develop' into feature_cmake_styleJan Dalheimer2014-04-07-22/+2
|\ | | | | | | | | Conflicts: CMakeLists.txt
| * .cmake files to reduce "code" duplicateJan Dalheimer2014-04-06-22/+2
| |
* | Use the same style of CMake files everywhereJan Dalheimer2014-04-06-15/+13
|/
* Add a MMC-depend field (soft/hard) for version checkingJan Dalheimer2014-02-02-0/+251
|
* More updater fixagePetr Mrázek2014-01-05-5/+6
| | | | | | | | 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]
* Some test madnessPetr Mrázek2013-12-20-4/+1
|
* Unit testingJan Dalheimer2013-12-02-0/+8
|
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-550/+229
|
* Add instance copying, fix instance creation (with identical names)Petr Mrázek2013-11-03-0/+2
|
* BLIND CODE, BLIND CODE HERE! WHERE IS THE COMPILER!?!?!Petr Mrázek2013-10-28-0/+1
| | | | It choked on missing headers, maybe?
* Valgrind-checked early application startPetr Mrázek2013-10-28-21/+2
|
* Fix problem with instance list not using the instance folder pathPetr Mrázek2013-10-28-0/+34
|
* Get rid of junky timestamps, along with some select pointless log messagesPetr Mrázek2013-10-06-2/+0
|
* Ehh... things.Petr Mrázek2013-08-26-1/+1
|
* OS compatibility and generic cleanup.Petr Mrázek2013-08-26-8/+15
| | | | | Removed bspatch/patchlib Now builds and runs on Windows
* Many improvementsPetr Mrázek2013-08-25-1/+1
| | | | | | | | | | | PermGen can be tweaked from the settings menu Groups are saved on change/exit Install target is no longer completely broken All the deplibs are now static Added notes dialog Fixed ini file format support (can save strings with newlines, tabs. UTF-8 is explicitly used!) Rename button now uses line breaks so it doesn't grow ever wider (Added a custom tool button subclass) There is now a CAT button. Meow.
* Legacy jar reassembly, base of proper custom jar supportPetr Mrázek2013-08-24-5/+30
|
* Drag and Drop, mod management.Petr Mrázek2013-08-18-4/+29
|
* Move all the things (YES. Move them.)Petr Mrázek2013-08-17-0/+1448
Also, implemented some basic modlist logic, to be wired up.