Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-25 | GH-992 GH-997 Do not rewrite values when loading FTB packs | Petr Mrázek | |
name, icon and notes won't be overwritten when loading FTB packs this also eliminates the file saving delay from setting the values | |||
2015-05-24 | GH-991 implement wrapper commands | Petr Mrázek | |
2015-05-23 | GH-992 Add a transaction/locking mechanism to settings objects | Petr Mrázek | |
This can cut the FTB loading by ~66% - worth it, but not ideal. Real solution will have to be implemented later. | |||
2015-05-02 | NOISSUE do not propagate instance change events when nothing actually changed | Petr Mrázek | |
2015-04-13 | GH-228 do not recurse into reparse points when deleting instances | Petr Mrázek | |
2015-04-12 | NOISSUE move everything. | Petr Mrázek | |
2015-04-12 | NOISSUE fix overlap in instance settings registration | Petr Mrázek | |
2015-04-12 | SCRATCH remove remaining references to MultiMC.h and fix legacy LWJGL | Petr Mrázek | |
2015-04-12 | SCRATCH move icons over to Env, instance proxy model to gui | Petr Mrázek | |
2015-04-12 | SCRATCH eliminate InstanceFactory | Petr Mrázek | |
2015-04-02 | NOISSUE Refactors and moving of things | Petr Mrázek | |
2015-02-06 | Change copyright dates to 2015 | Greenphlem | |
2014-12-27 | NOISSUE Fix jar mods for OnesSix | Petr Mrázek | |
2014-11-02 | Fix another bunch of copyright years, including fixing #397 | Jan Dalheimer | |
2014-09-06 | Sync from quickmods | Petr Mrázek | |
2014-07-01 | Move settings lib into the main code, fixing error logging in it. | Petr Mrázek | |
2014-06-30 | Redo the console window. Log is now a page. Console window has relevant pages. | Petr Mrázek | |
Dirty fix for screenshot thumbnail generation. Needs more QTimer. | |||
2014-06-09 | Instance settings moved to a page. | Petr Mrázek | |
2014-06-09 | Reorganize logic code. | Petr Mrázek | |
2014-03-30 | Fix java checker crash, some memory leaks | Petr Mrázek | |
2014-03-10 | Merge branch 'develop' into feature_badges | Jan Dalheimer | |
Conflicts: logic/OneSixInstance.cpp | |||
2014-03-10 | Instance badges. Some easter eggs and one for broken so far. | Jan Dalheimer | |
2014-03-09 | Also reload the instance cfg | Jan Dalheimer | |
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 ^ | |||
2014-03-09 | Some pre/post related stuff | Jan Dalheimer | |
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) | |||
2014-02-17 | Instance flags. Currently used for marking instances as broken. Can later be ↵ | Jan Dalheimer | |
used for badges. | |||
2014-01-17 | Improve Console window output. | Orochimarufan | |
-> 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> | |||
2014-01-12 | Fix window title problem on OSX. | Petr Mrázek | |
2014-01-12 | Replace old launcher part with a shiny new one. No more garbage on the ↵ | Petr Mrázek | |
command line. | |||
2014-01-01 | Allow the use of synonyms in settings. Refactor settings. | Petr Mrázek | |
Remove a bunch of obsolete/unused code. | |||
2013-12-31 | Refactor icon lists heavily | Petr Mrázek | |
* Icon list now uses a filesystem watcher for updates * Icon folder is user-customizable * All the little details. ALL OF THEM. | |||
2013-12-16 | Remove obsolete auto login option. | Petr Mrázek | |
2013-12-01 | Fix (hopefully) library dependency resolution. | Petr Mrázek | |
Installing libs is now enabled, hardcoded. Enable -Wall for all builds. Fix many warnings and latent bugs. | |||
2013-11-04 | Reformat and (slightly) decruft all the things. | Petr Mrázek | |
2013-10-06 | Added file logger | Petr Mrázek | |
2013-09-22 | Working 1.6 modding (currently only forge) | Petr Mrázek | |
2013-09-16 | Forge version list implementation. Needs integration and testing. | Petr Mrázek | |
2013-09-07 | Move a good chunk of the singleton objects into a new QApplication subclass. | Petr Mrázek | |
2013-08-26 | Nuke the old instance model, LONG LIVE THE NEW ONE | Petr Mrázek | |
2013-08-25 | Many improvements | Petr Mrázek | |
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. | |||
2013-08-24 | Legacy jar reassembly, base of proper custom jar support | Petr Mrázek | |
2013-08-17 | Move all the things (YES. Move them.) | Petr Mrázek | |
Also, implemented some basic modlist logic, to be wired up. |