summaryrefslogtreecommitdiffstats
path: root/logic/ModList.cpp
Commit message (Collapse)AuthorAgeLines
* SCRATCH move things to the right placesPetr Mrázek2015-04-12-611/+0
|
* SCRATCH nuke the overcomplicated logger, use a simple one.Petr Mrázek2015-04-12-9/+9
|
* Change copyright dates to 2015Greenphlem2015-02-06-1/+1
|
* NOISSUE Update and sort modlist after adding modsrobotbrain2015-01-06-4/+4
|
* Fix another bunch of copyright years, including fixing #397Jan Dalheimer2014-11-02-1/+1
|
* Fix #231: Enable translation for more stringsJan Dalheimer2014-11-02-5/+5
|
* Fix mod list sorting predicate, convert the changelog to markdown and ↵Petr Mrázek2014-07-08-2/+2
| | | | reverse it.
* [Clang Warnings] Remove unused variablesTaeyeon Mori2014-06-30-2/+2
|
* Add and implement pages and page dialog.Petr Mrázek2014-06-09-0/+1
|
* Small tweaks to make things better.Petr Mrázek2014-02-06-8/+19
|
* Fix mod list checkboxesPetr Mrázek2014-01-04-1/+1
|
* Litemod version info.robotbrainify2013-12-28-1/+1
|
* Handle the foo + foo.disabled jar mod corner case better.Petr Mrázek2013-12-27-4/+17
|
* Disable/enable mods with checkboxes. Needs testing.Petr Mrázek2013-12-26-54/+156
| | | | A lot of testing!
* Fix (hopefully) library dependency resolution.Petr Mrázek2013-12-01-1/+9
| | | | | | Installing libs is now enabled, hardcoded. Enable -Wall for all builds. Fix many warnings and latent bugs.
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-16/+15
|
* Fix MMC-15Petr Mrázek2013-10-09-123/+118
| | | | ``mod does not delete from jar''
* Added file loggerPetr Mrázek2013-10-06-8/+8
|
* All kinds of incremental improvementsPetr Mrázek2013-08-25-305/+37
| | | | | | | | | Redone the instance action toolbar: * Removed all the dead actions * Change icon and Rename are now morphed into a header * Added button for opening the config folder Implemented support for loose files and folders as legacy jar mods Added texture pack support
* Contiguous selection and keyboard input for mod lists.Petr Mrázek2013-08-21-17/+71
| | | | | Tweak console to take up the sides. You can reorder mods from the keyboard.
* Sync, removal of webkit as a dependency, removal of the web windows.Petr Mrázek2013-08-20-13/+17
|
* Drag and Drop, mod management.Petr Mrázek2013-08-18-17/+237
|
* Move all the things (YES. Move them.)Petr Mrázek2013-08-17-0/+472
Also, implemented some basic modlist logic, to be wired up.