Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE dissolve util library | Petr Mrázek | 2015-10-05 | -4/+4 |
| | ||||
* | GH-1217 reset time played on zip pack import | Petr Mrázek | 2015-09-22 | -1/+6 |
| | ||||
* | GH-1217 add simple instance play time tracking | Petr Mrázek | 2015-09-22 | -0/+23 |
| | | | | Not reliable in the face of crashes... but what is? | |||
* | GH-1223 fix override settings | Petr Mrázek | 2015-09-04 | -8/+8 |
| | | | | They now work more like passthrough settings, except not passing through set and reset | |||
* | GH-1053 explode launch task into many small steps, each a Task | Petr Mrázek | 2015-07-21 | -0/+15 |
| | ||||
* | GH-992 GH-997 Do not rewrite values when loading FTB packs | Petr Mrázek | 2015-05-25 | -0/+12 |
| | | | | | name, icon and notes won't be overwritten when loading FTB packs this also eliminates the file saving delay from setting the values | |||
* | GH-991 implement wrapper commands | Petr Mrázek | 2015-05-24 | -0/+1 |
| | ||||
* | GH-992 Add a transaction/locking mechanism to settings objects | Petr Mrázek | 2015-05-23 | -3/+3 |
| | | | | | This can cut the FTB loading by ~66% - worth it, but not ideal. Real solution will have to be implemented later. | |||
* | NOISSUE do not propagate instance change events when nothing actually changed | Petr Mrázek | 2015-05-02 | -0/+6 |
| | ||||
* | GH-228 do not recurse into reparse points when deleting instances | Petr Mrázek | 2015-04-13 | -1/+1 |
| | ||||
* | NOISSUE move everything. | Petr Mrázek | 2015-04-12 | -5/+5 |
| | ||||
* | NOISSUE fix overlap in instance settings registration | Petr Mrázek | 2015-04-12 | -19/+0 |
| | ||||
* | SCRATCH remove remaining references to MultiMC.h and fix legacy LWJGL | Petr Mrázek | 2015-04-12 | -1/+0 |
| | ||||
* | SCRATCH move icons over to Env, instance proxy model to gui | Petr Mrázek | 2015-04-12 | -2/+1 |
| | ||||
* | SCRATCH eliminate InstanceFactory | Petr Mrázek | 2015-04-12 | -6/+3 |
| | ||||
* | NOISSUE Refactors and moving of things | Petr Mrázek | 2015-04-02 | -23/+1 |
| | ||||
* | Change copyright dates to 2015 | Greenphlem | 2015-02-06 | -1/+1 |
| | ||||
* | NOISSUE Fix jar mods for OnesSix | Petr Mrázek | 2014-12-27 | -126/+57 |
| | ||||
* | Fix another bunch of copyright years, including fixing #397 | Jan Dalheimer | 2014-11-02 | -1/+1 |
| | ||||
* | Sync from quickmods | Petr Mrázek | 2014-09-06 | -9/+25 |
| | ||||
* | Move settings lib into the main code, fixing error logging in it. | Petr Mrázek | 2014-07-01 | -3/+3 |
| | ||||
* | Redo the console window. Log is now a page. Console window has relevant pages. | Petr Mrázek | 2014-06-30 | -0/+12 |
| | | | | Dirty fix for screenshot thumbnail generation. Needs more QTimer. | |||
* | Instance settings moved to a page. | Petr Mrázek | 2014-06-09 | -0/+2 |
| | ||||
* | Reorganize logic code. | Petr Mrázek | 2014-06-09 | -1/+1 |
| | ||||
* | Fix java checker crash, some memory leaks | Petr Mrázek | 2014-03-30 | -1/+1 |
| | ||||
* | Merge branch 'develop' into feature_badges | Jan Dalheimer | 2014-03-10 | -0/+5 |
|\ | | | | | | | | | Conflicts: logic/OneSixInstance.cpp | |||
| * | Also reload the instance cfg | Jan Dalheimer | 2014-03-09 | -2/+1 |
| | | | | | | | | | | While this should work, there don't seem to be any places where the signals are listened for, so changes probably will only be available when calling Setting::get TODO: Fix that ^ | |||
| * | Some pre/post related stuff | Jan Dalheimer | 2014-03-09 | -0/+6 |
| | | | | | | | | | | Reload the onesix version config after the commands (addresses https://www.pivotaltracker.com/story/show/60360652) Add a few more variables and also substitute them in the command (fixes https://www.pivotaltracker.com/story/show/66994828) | |||
* | | Instance badges. Some easter eggs and one for broken so far. | Jan Dalheimer | 2014-03-10 | -5/+4 |
|/ | ||||
* | Instance flags. Currently used for marking instances as broken. Can later be ↵ | Jan Dalheimer | 2014-02-17 | -0/+23 |
| | | | | used for badges. | |||
* | Improve Console window output. | Orochimarufan | 2014-01-17 | -0/+1 |
| | | | | | | | | | -> Log Pre- and Post-Launch command happenings -> Enable the java part to specify the level TODO: fix logging with mc 1.7's log4j logging infrastructure Signed-off-by: Orochimarufan <orochimarufan.x3@gmail.com> | |||
* | Fix window title problem on OSX. | Petr Mrázek | 2014-01-12 | -0/+5 |
| | ||||
* | Replace old launcher part with a shiny new one. No more garbage on the ↵ | Petr Mrázek | 2014-01-12 | -0/+7 |
| | | | | command line. | |||
* | Allow the use of synonyms in settings. Refactor settings. | Petr Mrázek | 2014-01-01 | -35/+23 |
| | | | | Remove a bunch of obsolete/unused code. | |||
* | Refactor icon lists heavily | Petr Mrázek | 2013-12-31 | -0/+10 |
| | | | | | | * Icon list now uses a filesystem watcher for updates * Icon folder is user-customizable * All the little details. ALL OF THEM. | |||
* | Remove obsolete auto login option. | Petr Mrázek | 2013-12-16 | -5/+0 |
| | ||||
* | Fix (hopefully) library dependency resolution. | Petr Mrázek | 2013-12-01 | -1/+1 |
| | | | | | | 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ázek | 2013-11-04 | -67/+73 |
| | ||||
* | Added file logger | Petr Mrázek | 2013-10-06 | -1/+1 |
| | ||||
* | Working 1.6 modding (currently only forge) | Petr Mrázek | 2013-09-22 | -1/+1 |
| | ||||
* | Forge version list implementation. Needs integration and testing. | Petr Mrázek | 2013-09-16 | -2/+3 |
| | ||||
* | Move a good chunk of the singleton objects into a new QApplication subclass. | Petr Mrázek | 2013-09-07 | -0/+3 |
| | ||||
* | Nuke the old instance model, LONG LIVE THE NEW ONE | Petr Mrázek | 2013-08-26 | -0/+8 |
| | ||||
* | Many improvements | Petr Mrázek | 2013-08-25 | -1/+10 |
| | | | | | | | | | | | 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 support | Petr Mrázek | 2013-08-24 | -0/+54 |
| | ||||
* | Move all the things (YES. Move them.) | Petr Mrázek | 2013-08-17 | -0/+181 |
Also, implemented some basic modlist logic, to be wired up. |