Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Do not use QFont without Xorg | Petr Mrázek | 2014-11-09 | -12/+21 |
| | ||||
* | Allow changing the console font family | Petr Mrázek | 2014-11-09 | -0/+9 |
| | ||||
* | Implement #545 | Petr Mrázek | 2014-11-08 | -0/+3 |
| | | | | | | * Instance group can be selected when creating and copying instances * Original group is pre-selected when copying * Last used group is pre-selected when creating new instances | |||
* | Fix another bunch of copyright years, including fixing #397 | Jan Dalheimer | 2014-11-02 | -1/+1 |
| | ||||
* | Fix translations path for the meta cache | Petr Mrázek | 2014-10-01 | -1/+1 |
| | ||||
* | Translation downloading! | robotbrain | 2014-09-30 | -0/+7 |
| | ||||
* | Sync from quickmods | Petr Mrázek | 2014-09-06 | -2/+2 |
| | ||||
* | Show a warning if the instance path contains a '!' | Loetkolben | 2014-07-30 | -48/+59 |
| | | | | The checks and warnings happen the time MMC loads (via QLOG_INFO), the time the GUI starts (via a dialog) and when the user changes the instance path via the settings window. | |||
* | Make forge work. | Petr Mrázek | 2014-07-19 | -0/+3 |
| | | | | Using classifiers FTW. | |||
* | Move settings lib into the main code, fixing error logging in it. | Petr Mrázek | 2014-07-01 | -4/+4 |
| | ||||
* | Merge branch 'feature_theme_support' into develop | Petr Mrázek | 2014-06-30 | -0/+1 |
|\ | | | | | | | | | Conflicts: main.cpp | |||
| * | New flat icon themes from pexner | Petr Mrázek | 2014-05-25 | -0/+1 |
| | | | | | | | | Squash and rework of commits from robotbrain | |||
* | | Merge branch 'feature/fix_intel' into develop | Petr Mrázek | 2014-06-28 | -0/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt changelog.yaml gui/MainWindow.cpp | |||
| * | | Fix issues with intel drivers. Forced java re-detection on Windows. | Petr Mrázek | 2014-06-28 | -0/+1 |
| | | | ||||
* | | | Tweaks to page dialog and version page. | Petr Mrázek | 2014-06-09 | -0/+2 |
| | | | ||||
* | | | Reduce startup logging verbosity | Petr Mrázek | 2014-06-09 | -1/+1 |
| | | | ||||
* | | | Reorganize logic code. | Petr Mrázek | 2014-06-09 | -4/+4 |
| | | | ||||
* | | | Much change, very jarmod. | Petr Mrázek | 2014-06-09 | -0/+12 |
| | | | ||||
* | | | Begin the transformation! | Petr Mrázek | 2014-06-09 | -2/+3 |
|/ / | | | | | | | Nuke all the things. | |||
* | | Still trying to fix FTB | Jan Dalheimer | 2014-05-23 | -0/+4 |
| | | ||||
* | | Attempt at fixing FTB | Jan Dalheimer | 2014-05-23 | -36/+17 |
| | | ||||
* | | Fix FTB? | Jan Dalheimer | 2014-05-23 | -5/+6 |
| | | ||||
* | | More FTB debug stuff | Jan Dalheimer | 2014-05-23 | -1/+1 |
| | | ||||
* | | Some more FTB related debug info | Jan Dalheimer | 2014-05-23 | -8/+26 |
| | | ||||
* | | QDir::exists is not static in Qt 5.1.1 | Petr Mrázek | 2014-05-22 | -1/+1 |
| | | ||||
* | | FTB paths changed on windows. Fixes #255 | Jan Dalheimer | 2014-05-22 | -5/+28 |
| | | ||||
* | | Merge branch 'feature_crashreport' into develop | Jan Dalheimer | 2014-05-21 | -0/+3 |
|\ \ | |/ |/| | ||||
| * | Implement crash handling on Linux | Forkk | 2014-05-09 | -0/+3 |
| | | | | | | | | | | This will allow us to generate crash dumps and have users report crashes. | |||
* | | Add static data path for ... static data. Like translations. Move ↵ | Petr Mrázek | 2014-05-17 | -1/+14 |
|/ | | | | translations there. | |||
* | Merge remote-tracking branch 'origin/feature_raise_console' into develop | Petr Mrázek | 2014-04-21 | -0/+1 |
|\ | ||||
| * | Make the console window raise itself after minecraft closes (#193) | Taeyeon Mori | 2014-04-17 | -0/+1 |
| | | | | | | | | | | This needs further testing: http://stackoverflow.com/questions/6087887/bring-window-to-front-raise-show-activatewindow-dont-work | |||
* | | Download and cache FML libs for legacy minecraft versions. | Petr Mrázek | 2014-04-19 | -0/+1 |
|/ | | | | | | * 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 | |||
* | Workaround for dirty build folders. | Petr Mrázek | 2014-04-06 | -1/+1 |
| | | | | My disgust just turned into barely contained rage :< | |||
* | Get rid of long rebuilds because of minor cmake config changes | Petr Mrázek | 2014-04-06 | -9/+9 |
| | ||||
* | Merge remote-tracking branch 'origin/fix_ftb_again' into integration_butchery | Petr Mrázek | 2014-03-09 | -2/+15 |
|\ | ||||
| * | Use a constant for the buffer size. | robotbrain | 2014-03-05 | -3/+4 |
| | | ||||
| * | Fix it - it did it even if the op failed. | robotbrain | 2014-03-05 | -3/+6 |
| | | ||||
| * | Use windows api to prevent encoding problems. | robotbrain | 2014-03-05 | -1/+10 |
| | | ||||
| * | Fix ftb locations on old windows... again. | robotbrain | 2014-03-03 | -1/+1 |
| | | ||||
* | | Gather and store liteloader metadata. | Petr Mrázek | 2014-03-02 | -0/+1 |
| | | ||||
* | | Merge branch 'feature_profiling' into integration_json_and_tools | Petr Mrázek | 2014-02-24 | -2/+22 |
|\ \ | ||||
| * | | Restructure | Jan Dalheimer | 2014-02-16 | -3/+3 |
| | | | ||||
| * | | Fix more stuff. Detached tools, only MCEdit for now. | Jan Dalheimer | 2014-02-16 | -0/+7 |
| | | | ||||
| * | | Underp. Don't depend on OneSix. Nicer "menu" style choosing. | Jan Dalheimer | 2014-02-15 | -8/+0 |
| | | | ||||
| * | | Profiler support. Currently JProfiler and JVisualVM are implemented. | Jan Dalheimer | 2014-02-15 | -2/+23 |
| |/ | ||||
* / | New, better, liteloader support | Jan Dalheimer | 2014-02-19 | -0/+10 |
|/ | ||||
* | Fix FTB paths on Windows XP | robotbrain | 2014-02-13 | -2/+2 |
| | ||||
* | Improve Console window output. | Orochimarufan | 2014-01-17 | -0/+1 |
| | | | | | | | | | -> 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> | |||
* | Merge branch 'feature_localization' of https://github.com/02JanDal/MultiMC5 ↵ | Petr Mrázek | 2014-01-12 | -13/+17 |
|\ | | | | | | | | | | | | | | | into develop Conflicts: gui/dialogs/SettingsDialog.cpp gui/dialogs/SettingsDialog.ui | |||
| * | Clean up/update translation code and made language selectable in the ↵ | Jan Dalheimer | 2014-01-04 | -13/+17 |
| | | | | | | | | settings dialog |