Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Don't assume forge for FTB instances. Fix FTB related stuff. | Jan Dalheimer | 2014-02-21 | -2/+0 |
| | ||||
* | Blacklist the FTB voxel pack. | Petr Mrázek | 2014-02-09 | -0/+2 |
| | ||||
* | Fix crash bug related to messageboxes interrupting model resets in the ↵ | Petr Mrázek | 2014-02-08 | -50/+58 |
| | | | | instance list. | |||
* | Pave. | Petr Mrázek | 2014-02-04 | -5/+3 |
| | ||||
* | Fix FTB. | Petr Mrázek | 2014-01-15 | -33/+40 |
| | | | | | Add support of private packs. Fix instance ID problems related to FTB instances. | |||
* | DEBUG: Add some logging for instance loading. | Petr Mrázek | 2014-01-03 | -5/+17 |
| | ||||
* | Refactor icon lists heavily | Petr Mrázek | 2013-12-31 | -3/+4 |
| | | | | | | * Icon list now uses a filesystem watcher for updates * Icon folder is user-customizable * All the little details. ALL OF THEM. | |||
* | Make FTB instances behave better | Petr Mrázek | 2013-12-22 | -68/+128 |
| | | | | | | | * Do not re-create on every reload * Use the version.json/custom.json logic properly * Should be offline-friendly * FTB instances can be copied, turn into normal instances | |||
* | Initial FTB support. Allows "tracking" of FTB instances. | Jan Dalheimer | 2013-12-21 | -38/+113 |
| | ||||
* | Improve group changing, update instance on version change | Petr Mrázek | 2013-12-15 | -1/+13 |
| | | | | | Gives a list of existing groups to choose from. Instances are updated as long as there is at least one valid account. | |||
* | Fix some bugs that surfaced | Jan Dalheimer | 2013-12-02 | -0/+5 |
| | ||||
* | Unit testing | Jan Dalheimer | 2013-12-02 | -1/+1 |
| | ||||
* | Fix (hopefully) library dependency resolution. | Petr Mrázek | 2013-12-01 | -8/+0 |
| | | | | | | Installing libs is now enabled, hardcoded. Enable -Wall for all builds. Fix many warnings and latent bugs. | |||
* | Fix crash when no instances are available | Jan Dalheimer | 2013-11-30 | -0/+5 |
| | ||||
* | Remember the last selected instance and select it on startup | Jan Dalheimer | 2013-11-30 | -2/+7 |
| | ||||
* | Fix Sourceforge lwjgl version index download. | Petr Mrázek | 2013-11-06 | -11/+11 |
| | ||||
* | Reformat and (slightly) decruft all the things. | Petr Mrázek | 2013-11-04 | -2/+2 |
| | ||||
* | Implement instance sorting options. | Petr Mrázek | 2013-11-04 | -3/+9 |
| | ||||
* | Fix problem with instance list not using the instance folder path | Petr Mrázek | 2013-10-28 | -5/+11 |
| | ||||
* | Get rid of junky timestamps, along with some select pointless log messages | Petr Mrázek | 2013-10-06 | -1/+1 |
| | ||||
* | Added file logger | Petr Mrázek | 2013-10-06 | -105/+113 |
| | ||||
* | Move a good chunk of the singleton objects into a new QApplication subclass. | Petr Mrázek | 2013-09-07 | -7/+4 |
| | ||||
* | Nuke the old instance model, LONG LIVE THE NEW ONE | Petr Mrázek | 2013-08-26 | -7/+122 |
| | ||||
* | Ehh... things. | Petr Mrázek | 2013-08-26 | -1/+1 |
| | ||||
* | Many improvements | Petr Mrázek | 2013-08-25 | -1/+71 |
| | | | | | | | | | | | 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. | |||
* | Move all the things (YES. Move them.) | Petr Mrázek | 2013-08-17 | -0/+232 |
Also, implemented some basic modlist logic, to be wired up. |