summaryrefslogtreecommitdiffstats
path: root/logic/Mod.cpp
Commit message (Collapse)AuthorAgeLines
* SCRATCH move things to the right placesPetr Mrázek2015-04-12-377/+0
|
* SCRATCH nuke the overcomplicated logger, use a simple one.Petr Mrázek2015-04-12-4/+4
|
* Change copyright dates to 2015Greenphlem2015-02-06-1/+1
|
* Fix another bunch of copyright years, including fixing #397Jan Dalheimer2014-11-02-1/+1
|
* Fix #361Petr Mrázek2014-07-13-2/+2
|
* Move settings lib into the main code, fixing error logging in it.Petr Mrázek2014-07-01-1/+1
|
* Fix for #257Petr Mrázek2014-05-08-0/+5
|
* Try to read 'authorList' in mcmod.info for authors first, fall back to ↵Sky2014-03-30-1/+4
| | | | deprecated 'authors' if nothing is found.
* Small tweaks to make things better.Petr Mrázek2014-02-06-5/+16
|
* Fix various LiteLoader related bugs.Petr Mrázek2013-12-29-1/+8
|
* Litemod version info.robotbrainify2013-12-28-13/+54
|
* Disable/enable mods with checkboxes. Needs testing.Petr Mrázek2013-12-26-10/+77
| | | | A lot of testing!
* Read mcmod.info first, forgeversion.properties secondSky2013-11-05-18/+18
|
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-19/+19
|
* Start mcmod.info panel. Needs to be its own widget and included in legacy ↵Sky2013-10-08-0/+12
| | | | mod edit window, text labels need eliding
* Add mod website button thing feature widget. It is super effective.Petr Mrázek2013-10-08-50/+52
|
* Added file loggerPetr Mrázek2013-10-06-4/+3
|
* Read mod files to get versions... and stuff.Petr Mrázek2013-08-27-133/+97
|
* Contiguous selection and keyboard input for mod lists.Petr Mrázek2013-08-21-0/+2
| | | | | Tweak console to take up the sides. You can reorder mods from the keyboard.
* Drag and Drop, mod management.Petr Mrázek2013-08-18-1/+1
|
* Move all the things (YES. Move them.)Petr Mrázek2013-08-17-0/+264
Also, implemented some basic modlist logic, to be wired up.