Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-12 | SCRATCH move things to the right places | Petr Mrázek | |
2015-04-12 | SCRATCH remove remaining references to MultiMC.h and fix legacy LWJGL | 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 | Update copyright year (finally...) | Jan Dalheimer | |
2014-06-20 | No more disabling of actions in the instance toolbar. It makes no sense. | Petr Mrázek | |
2014-06-09 | Show texture/resource packs when appropriate. | Petr Mrázek | |
2014-06-09 | Page dialog for legacy instances. | Petr Mrázek | |
2014-06-09 | Add and implement pages and page dialog. | Petr Mrázek | |
2014-05-18 | Screenshot upload dialog(s) now have the console window as parent. | Petr Mrázek | |
2014-04-19 | Download and cache FML libs for legacy minecraft versions. | Petr Mrázek | |
* 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 | |||
2014-01-27 | Offline mode can be used even when online. | Petr Mrázek | |
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. | |||
2013-12-08 | Fix offline mode bugs | Petr Mrázek | |
2013-12-08 | Finish preliminary offline support | Petr Mrázek | |
* 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. | |||
2013-11-25 | Detect java bitness on launch, use appropriate libraries | Petr Mrázek | |
Fixes problems with latest snapshot | |||
2013-11-24 | Merge branch 'feature_yggdrasil' into develop | Petr Mrázek | |
Conflicts: gui/MainWindow.cpp logic/OneSixInstance.h Fix missing session id functionality for legacy and old onesix. | |||
2013-11-24 | Prepare for rework of instance launch/update | Petr Mrázek | |
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. | |||
2013-11-20 | Nuke and pave the old login system | Andrew | |
Also, account list now saves profile lists. | |||
2013-11-04 | Reformat and (slightly) decruft all the things. | Petr Mrázek | |
2013-10-10 | Version changing removes any existing version json. | Petr Mrázek | |
2013-10-06 | Added file logger | Petr Mrázek | |
2013-09-23 | Implement basic yggdrasil auth. | Petr Mrázek | |
No fancy login token saving involved. | |||
2013-08-28 | Basic 1.6 mod management (no jar mods) | Petr Mrázek | |
2013-08-27 | Slight refactor of the mod edit dialog constructor | Petr Mrázek | |
Also some other insignificant refactors | |||
2013-08-25 | All kinds of incremental improvements | Petr Mrázek | |
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 | |||
2013-08-24 | Legacy jar reassembly, base of proper custom jar support | Petr Mrázek | |
2013-08-20 | Sync, removal of webkit as a dependency, removal of the web windows. | Petr Mrázek | |
2013-08-18 | Drag and Drop, mod management. | 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. |