| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | first work on interfacing with usvfs | Tannin | 2015-11-17 | 1 | -27/+33 |
| | | |||||
| * | code cleanup | Tannin | 2015-08-31 | 1 | -4/+2 |
| | | |||||
| * | Fix nasty message when starting MO for first time | Tom Tanner | 2015-08-22 | 1 | -5/+7 |
| | | |||||
| * | Clean up of fixes for custom executable window | Tom Tanner | 2015-08-13 | 1 | -6/+5 |
| | | |||||
| * | Merge | Tom Tanner | 2015-08-13 | 1 | -5/+6 |
| |\ | |||||
| | * | Fix the executable configuration flags going awry from Customise window | Tom Tanner | 2015-08-13 | 1 | -7/+7 |
| | | | |||||
| | * | Fix up merge mess | Tom Tanner | 2015-08-11 | 1 | -9/+10 |
| | | | |||||
| * | | some fixes after reverting changes in c361167b9b75 | Tannin | 2015-08-12 | 1 | -9/+10 |
| |/ | |||||
| * | Merge | Tom Tanner | 2015-08-09 | 1 | -10/+10 |
| |\ | |||||
| | * | More work on the executables list | Tom Tanner | 2015-08-05 | 1 | -10/+10 |
| | | | | | | | | | | | | | Apart from an off by one in the popup list which had crept back in, reworked the underlying code even more, which now seems to get the list behaving in a predictable way. | ||||
| * | | added some (currently unused) functionality to dump the list of file mappings | Tannin | 2015-08-09 | 1 | -0/+40 |
| | | | | | | | | | from real to virtual location | ||||
| * | | - MO now validates session cookie on startup | Tannin | 2015-08-09 | 1 | -18/+33 |
| |/ | | | | | - It also retrieves account status - rewrote how MO decides when to log-in/when to give up on logging in | ||||
| * | - changed the way flags on executables are stored in memory | Tannin | 2015-08-02 | 1 | -9/+7 |
| | | | | | - some coding style fixes | ||||
| * | Merge | Tannin | 2015-08-02 | 1 | -5/+13 |
| |\ | |||||
| | * | Reworked executable lists to not use 3 bools in addExecutable | Tom Tanner | 2015-07-18 | 1 | -7/+13 |
| | | | | | | | | | Think it's more readable | ||||
| | * | Allow user to select app icon or mo icon for generated shortcuts | Tom Tanner | 2015-07-18 | 1 | -1/+3 |
| | | | | | | | | | | | Also fixes 'x' for toolbar not disappearing when it should Issue 701 | ||||
| * | | bugfix: archive list wasn't saved after enabling/disabling a mod. | Tannin | 2015-07-31 | 1 | -0/+3 |
| |/ | |||||
| * | bugfix: invalidation bsa wasn't created when switching to a profile that ↵ | Tannin | 2015-07-07 | 1 | -0/+6 |
| | | | | | | | needed it invalidation bsa is now always placed as the first bsa | ||||
| * | bugfix: dialog-memory wasn't initialized when starting through a desktop link so | Tannin | 2015-06-15 | 1 | -0/+2 |
| | | | | | access (in case steam wasn't running) caused a crash | ||||
| * | bugfix: potential null-pointer access when something goes wrong enabling a mod | Tannin | 2015-06-08 | 1 | -0/+4 |
| | | |||||
| * | - bugfix: bsa order wasn't correctly restored. | Tannin | 2015-05-24 | 1 | -8/+10 |
| | | |||||
| * | - some code cleanup and modernization trying to fix "dr memory" reports | Tannin | 2015-05-17 | 1 | -1/+1 |
| | | | | | | | (though they were almost certainly false positives) - there is now a 50ms timeout on logging messages - bugfix: leaked handles after directory searches | ||||
| * | slight cleanup regarding steam log-in settings | Tannin | 2015-05-12 | 1 | -3/+3 |
| | | |||||
| * | Merge | Tannin | 2015-05-12 | 1 | -1/+12 |
| |\ | |||||
| | * | Merge from master | Tom Tanner | 2015-05-10 | 1 | -1/+12 |
| | |\ | |||||
| | | * | Add in a tab to allow saving of steam username and password. | Tom Tanner | 2015-05-09 | 1 | -1/+12 |
| | | | | |||||
| * | | | - bugfix: moving a mod didn't properly update conflict highlighting | Tannin | 2015-05-11 | 1 | -0/+1 |
| | | | | |||||
| * | | | bugfix: upon closing the profiles dialog, the profile was changed to the | Tannin | 2015-05-11 | 1 | -0/+4 |
| | | | | | | | | | | | | | top-most profile and back | ||||
| * | | | esp list refresh is now delayed if the directory-structure is being updated. ↵ | Tannin | 2015-05-10 | 1 | -0/+5 |
| |/ / | | | | | | | | | | | This may have been causing the lists to be cleared. | ||||
| * | | dropped redundant report.h/report.cpp | Tannin | 2015-05-09 | 1 | -1/+1 |
| | | | |||||
| * | | - operations not possible during directory refresh can now be delayed unit after | Tannin | 2015-04-12 | 1 | -2/+11 |
| | | | | | | | | | | | | | | | the refresh. - will now rewrite the plugin list(s) immediately after running external application - changes missing from changeset 9f522a324341 | ||||
| * | | missing changes that belong into changeset 5eaf1e439403 | Tannin | 2015-04-12 | 1 | -1/+2 |
| | | | |||||
| * | | if overwriting the ModOrganizer.ini file fails, another attempt to store | Tannin | 2015-04-08 | 1 | -43/+61 |
| | | | | | | | | | settings is made, writing to the ini file directly. | ||||
| * | | avoid saving plugin list during directory updates as they may be invalid | Tannin | 2015-03-31 | 1 | -0/+4 |
| | | | |||||
| * | | cleanup | Tannin | 2015-03-27 | 1 | -3/+2 |
| |/ | |||||
| * | - when activating/deactivating a mod the contained esps are only ↵ | Tannin | 2015-03-09 | 1 | -6/+7 |
| | | | | | | | activated/deactivated if no other active mod provides the same plugins | ||||
| * | - some fixes to how file changes are signaled and delayed | Tannin | 2015-03-01 | 1 | -12/+14 |
| | | |||||
| * | extended the game-plugin interface | Tannin | 2015-01-29 | 1 | -47/+28 |
| | | |||||
| * | - bugfixes | Tannin | 2015-01-06 | 1 | -112/+86 |
| | | | | | | | | - moved more functionality to game-plugins - further decoupled management functionality from the UI - created another "tutorial" which is only a single page with relevant parts of the ui highlighted with info as tooltips | ||||
| * | Merge | Tannin | 2015-01-04 | 1 | -41/+165 |
| |\ | |||||
| | * | replaced all uses of NULL with nullptr | Tannin | 2014-11-28 | 1 | -11/+11 |
| | | | | | | | | | fixed a few placed where NULL was used as a number or boolean | ||||
| | * | cleanup und bugfixes after refactoring | Tannin | 2014-11-28 | 1 | -32/+207 |
| | | | |||||
| * | | - fixes after merge | Tannin | 2015-01-04 | 1 | -22/+151 |
| | | | |||||
| * | | re-integrated changes missing from the merge | Tannin | 2015-01-03 | 1 | -22/+44 |
| |/ | |||||
| * | - started on a refactoring moving functionality out of the MainWindow class | Tannin | 2014-11-21 | 1 | -0/+1249 |
| - started on support for game-plugins | |||||
