summaryrefslogtreecommitdiffstats
path: root/logic/ModList.cpp
Commit message (Collapse)AuthorAgeLines
* 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.