| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add clear overwrite option | Eran Mizrahi | 2017-12-27 | 1 | -0/+26 |
| | | |||||
| * | Default to sorting newest download first | Eran Mizrahi | 2017-12-26 | 1 | -1/+1 |
| | | |||||
| * | Show the newly added mod when creating an empty mod | Eran Mizrahi | 2017-12-26 | 1 | -0/+2 |
| | | |||||
| * | Tie moshortcuts to a specific instance | Eran Mizrahi | 2017-12-19 | 1 | -1/+2 |
| | | |||||
| * | Fix mod rename with custom profiles path | Eran Mizrahi | 2017-12-18 | 1 | -63/+1 |
| | | |||||
| * | Ensure all mostlist writing is done through the DelayedFileWriter | Eran Mizrahi | 2017-12-18 | 1 | -4/+4 |
| | | |||||
| * | Implement file priority for loose files > archives | Jeremy Rimpo | 2017-12-17 | 1 | -12/+12 |
| | | |||||
| * | Restore archive tab and partial functionality | Jeremy Rimpo | 2017-12-15 | 1 | -2/+189 |
| | | |||||
| * | Wait for injected processes on MO close | Eran Mizrahi | 2017-12-13 | 1 | -1/+19 |
| | | |||||
| * | Locked dialog fixes (fix mainwindow modalness; use normal window to fix ↵ | Eran Mizrahi | 2017-12-13 | 1 | -1/+2 |
| | | | | | parentless scenario) | ||||
| * | Run shortcuts using moshortcut:// to avoid command line problems | Eran Mizrahi | 2017-12-10 | 1 | -4/+3 |
| | | |||||
| * | Wait for processes run using command line shortcuts | Eran Mizrahi | 2017-12-10 | 1 | -18/+3 |
| | | |||||
| * | cycle crash dumps | Eran Mizrahi | 2017-12-10 | 1 | -0/+1 |
| | | |||||
| * | generate dumps using new diagnostics settings | Eran Mizrahi | 2017-12-10 | 1 | -1/+1 |
| | | |||||
| * | Fix lootcli sorting when temp dir contains a space (i.e. user name has a space) | Eran Mizrahi | 2017-12-07 | 1 | -1/+1 |
| | | |||||
| * | Final highlighting changes | Jeremy Rimpo | 2017-12-02 | 1 | -1/+1 |
| | | |||||
| * | Implement mod/plugin highlighting when pair is selected | Jeremy Rimpo | 2017-11-30 | 1 | -0/+15 |
| | | |||||
| * | Set the default WebEngineProfile settings to webcache | Jeremy Rimpo | 2017-11-30 | 1 | -0/+6 |
| | | |||||
| * | Close the handle that is created by FindFirstFileW correctly. | LePresidente | 2017-10-30 | 1 | -2/+3 |
| | | |||||
| * | Fixes | LePresidente | 2017-10-26 | 1 | -0/+1 |
| | | | | | https://github.com/LePresidente/modorganizer/issues/108 | ||||
| * | Fix minor ESL issues and set a useful URL for issue reporting | Jeremy Rimpo | 2017-10-24 | 1 | -1/+1 |
| | | |||||
| * | Fixed an issue with sort button | ZachHaber | 2017-01-25 | 1 | -1/+2 |
| | | | | | Sort button will now correctly create the new loadorder.txt. | ||||
| * | Fixed pluginListPath to allow spaces | ZachHaber | 2016-12-28 | 1 | -4/+2 |
| | | | | | lootcli was failing on FO4 b/c it was passing in a space. | ||||
| * | Got rid of some unnecesarry code | Zanoth | 2016-12-27 | 1 | -11/+7 |
| | | | | | | | Removed some parameters that were being sent to lootcli.exe that aren't relevant anymore, commented out the report viewing, and set the masterlist update boolean to switch only when there was no error. | ||||
| * | Added preliminary support for changes to lootcli project | ZachHaber | 2016-12-27 | 1 | -2/+8 |
| | | | | | | | | Hopefully re-enabled lootcli report. Added new argument for lootcli.exe: pluginListPath, so it can determine what to read and thus change. Need to figure out how to determine the current language in a format that's easily understood. | ||||
| * | Merge branch 'master' into new_vfs_library | Tannin | 2016-06-30 | 1 | -7/+38 |
| |\ | |||||
| | * | Some include-what-you-use suggested changes | Thomas Tanner | 2016-06-27 | 1 | -0/+1 |
| | | | |||||
| | * | Some refactoring of the spawn code and to make waitForApplication get the ↵ | Thomas Tanner | 2016-06-25 | 1 | -2/+22 |
| | | | | | | | | | | | | | | | right error code (usually) A note: It is possible for the executed program to completely exit before MO attempts to get hold of the pid from the job handle, in which case strangeness will happen (this has always been an issue) | ||||
| | * | Merge branch 'master' into issue/418 | Thomas Tanner | 2016-01-24 | 1 | -6/+6 |
| | |\ | | | | | | | | | | | | | | | | # Conflicts: # SConstruct # src/organizerproxy.cpp | ||||
| | | * | Removing the 'get' in all function names and making FO4 plugin build | Thomas Tanner | 2016-01-24 | 1 | -6/+6 |
| | | | | | | | | | | | | | Merge branch 'master' of https://github.com/TanninOne/modorganizer | ||||
| | * | | Remove savegameinfowidget from organizer core | Thomas Tanner | 2015-12-26 | 1 | -3/+0 |
| | | | | |||||
| | * | | Transferring the savegame widget into gamebryo + some cleanup | Thomas Tanner | 2015-12-25 | 1 | -26/+14 |
| | | | | |||||
| | * | | Managed to remove SaveGame and SaveGameGamebryo classes from organizer | Thomas Tanner | 2015-12-20 | 1 | -18/+14 |
| | | | | |||||
| | * | | Changes to support getting list of mods / esps to activate from game plugin | Thomas Tanner | 2015-12-19 | 1 | -74/+21 |
| | | | | |||||
| | * | | Makes iSaveGame responsible for returning all files involved in savegame. | Thomas Tanner | 2015-12-15 | 1 | -46/+40 |
| | | | | | | | | | | | | | Cleans up save deletion and save transfer dialogue somewhat | ||||
| | * | | Removes the SaveGame class from mainwindow. Using include what you use to ↵ | Thomas Tanner | 2015-12-14 | 1 | -39/+83 |
| | | | | | | | | | | | | | add/remove #includes | ||||
| | * | | Remove dependency of TransferSave on SaveGameBryo, part of fix for #418 | Thomas Tanner | 2015-12-13 | 1 | -1/+1 |
| | |/ | | | | | | | | | | | Added a method to Profile class to get location of save games for the profile. I haven't added this to IProfile as am in two minds. Aside from this have done cleanups of issues suggested by include-what-you-use, and some OCD sorting of #includes | ||||
| * | | fixed categories list didn't get updated on switching instance | Tannin | 2016-06-23 | 1 | -21/+39 |
| | | | |||||
| * | | fixed creation of data paths after changing paths in settings and update of ↵ | Tannin | 2016-06-23 | 1 | -0/+1 |
| | | | | | | | | | profile list after change | ||||
| * | | usvfs log level can now be changed without a restart | Tannin | 2016-06-19 | 1 | -0/+2 |
| | | | |||||
| * | | download list and data tree now also maintain their layout between sessions | Tannin | 2016-06-19 | 1 | -17/+45 |
| | | | |||||
| * | | moved button to switch instance (and to portable mode) to the main window | Tannin | 2016-05-27 | 1 | -0/+12 |
| | | | |||||
| * | | changes to primary category are now saved immediately instead of after the ↵ | Tannin | 2016-05-15 | 1 | -30/+10 |
| | | | | | | | | | menu is closed | ||||
| * | | fixed: after running an external application the plugin list was potentially ↵ | Tannin | 2016-05-15 | 1 | -4/+1 |
| | | | | | | | | | not updated correctly | ||||
| * | | fixed saves list wasn't updated after removing a save game | Tannin | 2016-05-15 | 1 | -0/+1 |
| | | | |||||
| * | | minor fixes | Tannin | 2016-05-07 | 1 | -6/+7 |
| | | | |||||
| * | | added option to use a mod as the target to create now files instead of ↵ | Tannin | 2016-05-07 | 1 | -17/+38 |
| | | | | | | | | | "overwrite" | ||||
| * | | cleanup | Tannin | 2016-05-07 | 1 | -7/+7 |
| | | | |||||
| * | | moved plugins.txt reading/writing to game plugin | Tannin | 2016-05-06 | 1 | -1/+1 |
| | | | |||||
| * | | profile- and group-dropdown no longer switch by mouse-wheel. Plus fixed ↵ | Tannin | 2016-03-02 | 1 | -7/+15 |
| | | | | | | | | | refreshing of right-hand side tabs | ||||
