aboutsummaryrefslogtreecommitdiff
path: root/logic/BaseInstance.cpp
AgeCommit message (Collapse)Author
2014-02-17Instance flags. Currently used for marking instances as broken. Can later be ↵Jan Dalheimer
used for badges.
2014-01-17Improve 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-12Fix window title problem on OSX.Petr Mrázek
2014-01-12Replace old launcher part with a shiny new one. No more garbage on the ↵Petr Mrázek
command line.
2014-01-01Allow the use of synonyms in settings. Refactor settings.Petr Mrázek
Remove a bunch of obsolete/unused code.
2013-12-31Refactor icon lists heavilyPetr 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-16Remove obsolete auto login option.Petr Mrázek
2013-12-01Fix (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-04Reformat and (slightly) decruft all the things.Petr Mrázek
2013-10-06Added file loggerPetr Mrázek
2013-09-22Working 1.6 modding (currently only forge)Petr Mrázek
2013-09-16Forge version list implementation. Needs integration and testing.Petr Mrázek
2013-09-07Move a good chunk of the singleton objects into a new QApplication subclass.Petr Mrázek
2013-08-26Nuke the old instance model, LONG LIVE THE NEW ONEPetr Mrázek
2013-08-25Many improvementsPetr 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-24Legacy jar reassembly, base of proper custom jar supportPetr Mrázek
2013-08-17Move all the things (YES. Move them.)Petr Mrázek
Also, implemented some basic modlist logic, to be wired up.