Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-09 | Reorganize logic code. | Petr Mrázek | |
2014-06-09 | Much change, very jarmod. | Petr Mrázek | |
2014-06-09 | Begin the transformation! | Petr Mrázek | |
Nuke all the things. | |||
2014-05-23 | Still trying to fix FTB | Jan Dalheimer | |
2014-05-23 | Attempt at fixing FTB | Jan Dalheimer | |
2014-05-23 | Fix FTB? | Jan Dalheimer | |
2014-05-23 | More FTB debug stuff | Jan Dalheimer | |
2014-05-23 | Some more FTB related debug info | Jan Dalheimer | |
2014-05-22 | QDir::exists is not static in Qt 5.1.1 | Petr Mrázek | |
2014-05-22 | FTB paths changed on windows. Fixes #255 | Jan Dalheimer | |
2014-05-21 | Merge branch 'feature_crashreport' into develop | Jan Dalheimer | |
2014-05-17 | Add static data path for ... static data. Like translations. Move ↵ | Petr Mrázek | |
translations there. | |||
2014-05-09 | Implement crash handling on Linux | Forkk | |
This will allow us to generate crash dumps and have users report crashes. | |||
2014-04-21 | Merge remote-tracking branch 'origin/feature_raise_console' into develop | 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-04-17 | Make the console window raise itself after minecraft closes (#193) | Taeyeon Mori | |
This needs further testing: http://stackoverflow.com/questions/6087887/bring-window-to-front-raise-show-activatewindow-dont-work | |||
2014-04-06 | Workaround for dirty build folders. | Petr Mrázek | |
My disgust just turned into barely contained rage :< | |||
2014-04-06 | Get rid of long rebuilds because of minor cmake config changes | Petr Mrázek | |
2014-03-09 | Merge remote-tracking branch 'origin/fix_ftb_again' into integration_butchery | Petr Mrázek | |
2014-03-05 | Use a constant for the buffer size. | robotbrain | |
2014-03-05 | Fix it - it did it even if the op failed. | robotbrain | |
2014-03-05 | Use windows api to prevent encoding problems. | robotbrain | |
2014-03-03 | Fix ftb locations on old windows... again. | robotbrain | |
2014-03-02 | Gather and store liteloader metadata. | Petr Mrázek | |
2014-02-24 | Merge branch 'feature_profiling' into integration_json_and_tools | Petr Mrázek | |
2014-02-19 | New, better, liteloader support | Jan Dalheimer | |
2014-02-16 | Restructure | Jan Dalheimer | |
2014-02-16 | Fix more stuff. Detached tools, only MCEdit for now. | Jan Dalheimer | |
2014-02-15 | Underp. Don't depend on OneSix. Nicer "menu" style choosing. | Jan Dalheimer | |
2014-02-15 | Profiler support. Currently JProfiler and JVisualVM are implemented. | Jan Dalheimer | |
2014-02-13 | Fix FTB paths on Windows XP | robotbrain | |
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 | Merge branch 'feature_localization' of https://github.com/02JanDal/MultiMC5 ↵ | Petr Mrázek | |
into develop Conflicts: gui/dialogs/SettingsDialog.cpp gui/dialogs/SettingsDialog.ui | |||
2014-01-12 | Show Mojang service statuses in status bar | Sky | |
2014-01-07 | Rework version numbering system. | Forkk | |
Again... | |||
2014-01-06 | Implement proxy settings | Forkk | |
2014-01-05 | Merge branch 'updater-tweak' into develop | Petr Mrázek | |
2014-01-05 | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Petr Mrázek | |
2014-01-05 | More updater fixage | Petr Mrázek | |
Preserve --dir parameter after updating Allow more than one copy of a command line parameter in MultiMC Linux runner script no longer changes current directory, which allows '--dir .' Fixed unit tests, removed the obsolete one (for some legacy updater command line params that were also removed) [fixes 63127704] | |||
2014-01-05 | Some more updater fixes | Petr Mrázek | |
Paths were wrong - still used work directory instead of root | |||
2014-01-04 | Implement changing update channels | Forkk | |
Allow the user to select which update channel they would like to download updates from. | |||
2014-01-05 | Mess with the updater again. | Petr Mrázek | |
2014-01-04 | Clean up/update translation code and made language selectable in the ↵ | Jan Dalheimer | |
settings dialog | |||
2014-01-03 | Notifications system. Mainly to be used in case the updater breaks. | Jan Dalheimer | |
2014-01-03 | Log version, work paths | Petr Mrázek | |
2014-01-02 | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into feature_news | Forkk | |
Conflicts: CMakeLists.txt gui/MainWindow.h | |||
2014-01-02 | Save/restore settings dialog (and instance specific settings) window geometry | Sky | |
2014-01-01 | Fix issue with PostExitCmd not translating to PostExitCommand | Petr Mrázek | |
2014-01-01 | Enable high-dpi QIcon logic | Petr Mrázek | |
2014-01-01 | Allow the use of synonyms in settings. Refactor settings. | Petr Mrázek | |
Remove a bunch of obsolete/unused code. |