Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | disable that upgrade page | Petr Mrázek | 2014-07-03 | -1/+2 |
| | ||||
* | Move settings lib into the main code, fixing error logging in it. | Petr Mrázek | 2014-07-01 | -1/+1 |
| | ||||
* | Redo the console window. Log is now a page. Console window has relevant pages. | Petr Mrázek | 2014-06-30 | -3/+3 |
| | | | | Dirty fix for screenshot thumbnail generation. Needs more QTimer. | |||
* | Turn screenshot management into a page. | Petr Mrázek | 2014-06-28 | -0/+2 |
| | ||||
* | No more disabling of actions in the instance toolbar. It makes no sense. | Petr Mrázek | 2014-06-20 | -13/+0 |
| | ||||
* | Replace notes dialog with a page. | Petr Mrázek | 2014-06-18 | -0/+2 |
| | ||||
* | More github wiki friendly help page names | Petr Mrázek | 2014-06-10 | -4/+4 |
| | ||||
* | Add close button to page dialog. Add help button to page dialog. | Petr Mrázek | 2014-06-10 | -3/+5 |
| | | | | Smile. | |||
* | Instance settings moved to a page. | Petr Mrázek | 2014-06-09 | -0/+2 |
| | ||||
* | Version revert logic improvements, colorful icons for mod lists and resource ↵ | Petr Mrázek | 2014-06-09 | -2/+2 |
| | | | | | | pack list. Icons are from Oxygen. | |||
* | Show texture/resource packs when appropriate. | Petr Mrázek | 2014-06-09 | -1/+2 |
| | ||||
* | Page dialog for legacy instances. | Petr Mrázek | 2014-06-09 | -1/+19 |
| | ||||
* | Add and implement pages and page dialog. | Petr Mrázek | 2014-06-09 | -5/+0 |
| | ||||
* | Add back legacy mod edit, add checksums for all legacy jars | Petr Mrázek | 2014-06-09 | -1/+2 |
| | ||||
* | Begin the transformation! | Petr Mrázek | 2014-06-09 | -8/+3 |
| | | | | Nuke all the things. | |||
* | Screenshot upload dialog(s) now have the console window as parent. | Petr Mrázek | 2014-05-18 | -10/+2 |
| | ||||
* | Download and cache FML libs for legacy minecraft versions. | Petr Mrázek | 2014-04-19 | -0/+5 |
| | | | | | | * minor fix for version filtering (1.5 no longer shows forge for 1.5.1 and 1.5.2) * FML libs are downloaded to mods/minecraftforge/libs and cached * FML libs are copied to instances which contain FML or forge | |||
* | Instance badges. Some easter eggs and one for broken so far. | Jan Dalheimer | 2014-03-10 | -2/+2 |
| | ||||
* | Merge branch 'fix_json_version' into integration_json_and_tools | Petr Mrázek | 2014-02-24 | -0/+10 |
|\ | | | | | | | | | | | | | | | Conflicts: logic/OneSixInstance.cpp logic/OneSixVersionBuilder.cpp Some fixage. Yay for conflicts. | |||
| * | Instance flags. Currently used for marking instances as broken. Can later be ↵ | Jan Dalheimer | 2014-02-17 | -0/+10 |
| | | | | | | | | used for badges. | |||
* | | Fix a few bugs in profilers. | Petr Mrázek | 2014-02-16 | -1/+1 |
|/ | | | | | | * Legacy was launching before the profiler. * Some clarity changes. * Report problem with empty strings as profiler paths. | |||
* | Offline mode can be used even when online. | Petr Mrázek | 2014-01-27 | -7/+8 |
| | | | | | | Allow the user to pick a player name for offline mode. Big auth refactor. Now using session objects instead of the accounts themselves. Sessions only last for one instance start and hold all the auth and player data. | |||
* | Fix window title problem on OSX. | Petr Mrázek | 2014-01-12 | -1/+1 |
| | ||||
* | Replace old launcher part with a shiny new one. No more garbage on the ↵ | Petr Mrázek | 2014-01-12 | -44/+13 |
| | | | | command line. | |||
* | Deploy jars instead of extracting them at runtime, remove non-working nvidia fix | Petr Mrázek | 2014-01-08 | -4/+2 |
| | ||||
* | Allow the use of synonyms in settings. Refactor settings. | Petr Mrázek | 2014-01-01 | -5/+5 |
| | | | | Remove a bunch of obsolete/unused code. | |||
* | Refactor icon lists heavily | Petr Mrázek | 2013-12-31 | -1/+1 |
| | | | | | | * Icon list now uses a filesystem watcher for updates * Icon folder is user-customizable * All the little details. ALL OF THEM. | |||
* | Disable/enable mods with checkboxes. Needs testing. | Petr Mrázek | 2013-12-26 | -0/+1 |
| | | | | A lot of testing! | |||
* | Fix offline mode bugs | Petr Mrázek | 2013-12-08 | -2/+2 |
| | ||||
* | Finish preliminary offline support | Petr Mrázek | 2013-12-08 | -2/+2 |
| | | | | | | | | | * ProgressProvider now has an abort() call * Abort button support added to the progress dialog * YggdrasilTask and MojangAccount adapted to support abort YggdrasilTask will time out after 10 seconds of no network activity, or when the user pushes the Play Offline button. In offline mode, all instance update tasks are skipped! This will need further work. | |||
* | Offline mode support, part 1 | Petr Mrázek | 2013-12-05 | -1/+1 |
| | | | | | Refactor MojangAccount so it exposes a less generic interface and supports login. Hide the ugly details. Yggdrasil tasks are now only used from MojangAccount. | |||
* | Fix (hopefully) library dependency resolution. | Petr Mrázek | 2013-12-01 | -1/+0 |
| | | | | | | Installing libs is now enabled, hardcoded. Enable -Wall for all builds. Fix many warnings and latent bugs. | |||
* | Detect java bitness on launch, use appropriate libraries | Petr Mrázek | 2013-11-25 | -8/+4 |
| | | | | Fixes problems with latest snapshot | |||
* | Merge branch 'feature_yggdrasil' into develop | Petr Mrázek | 2013-11-24 | -3/+3 |
|\ | | | | | | | | | | | | | | | Conflicts: gui/MainWindow.cpp logic/OneSixInstance.h Fix missing session id functionality for legacy and old onesix. | |||
| * | Nuke and pave the old login system | Andrew | 2013-11-20 | -3/+3 |
| | | | | | | | | Also, account list now saves profile lists. | |||
* | | Prepare for rework of instance launch/update | Petr Mrázek | 2013-11-24 | -44/+11 |
|/ | | | | | | | | | | Added missing licenses Added a Java functionality checker (detects 32/64bit java) Refactor of *Update - no longer based on BaseUpdate, but Task directly Fixed runner script to not derp up on 32bit linux. Could add more detection and error reporting there. Resources are now split into graphics and generated. Generated resources are placed in the build tree and included from there. Used the Java checker in the main settings dialog (TODO: instance settings). Partial support for ${arch}-using libraries - both 32 and 64 variants of ${arch} are downloaded. | |||
* | Reformat and (slightly) decruft all the things. | Petr Mrázek | 2013-11-04 | -10/+29 |
| | ||||
* | Hack for Intel graphics drivers on Windows. | Petr Mrázek | 2013-10-31 | -0/+9 |
| | ||||
* | Fix MMC-15 | Petr Mrázek | 2013-10-09 | -65/+60 |
| | | | | ``mod does not delete from jar'' | |||
* | Basic version changing (OneSix only for now) | Petr Mrázek | 2013-10-08 | -0/+2 |
| | ||||
* | Added file logger | Petr Mrázek | 2013-10-06 | -4/+4 |
| | ||||
* | Implement basic yggdrasil auth. | Petr Mrázek | 2013-09-23 | -3/+3 |
| | | | | No fancy login token saving involved. | |||
* | Move a good chunk of the singleton objects into a new QApplication subclass. | Petr Mrázek | 2013-09-07 | -4/+4 |
| | ||||
* | Speed up the downloads. Massively. | Petr Mrázek | 2013-09-02 | -1/+1 |
| | ||||
* | Basic 1.6 mod management (no jar mods) | Petr Mrázek | 2013-08-28 | -8/+7 |
| | ||||
* | Slight refactor of the mod edit dialog constructor | Petr Mrázek | 2013-08-27 | -2/+2 |
| | | | | Also some other insignificant refactors | |||
* | Save icon for the legacy launcher | Petr Mrázek | 2013-08-27 | -2/+5 |
| | ||||
* | Many improvements | Petr Mrázek | 2013-08-25 | -0/+1 |
| | | | | | | | | | | | 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. | |||
* | All kinds of incremental improvements | Petr Mrázek | 2013-08-25 | -0/+36 |
| | | | | | | | | | Redone the instance action toolbar: * Removed all the dead actions * Change icon and Rename are now morphed into a header * Added button for opening the config folder Implemented support for loose files and folders as legacy jar mods Added texture pack support | |||
* | Legacy jar reassembly, base of proper custom jar support | Petr Mrázek | 2013-08-24 | -9/+16 |
| |