| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Restore commented out code | Thomas Tanner | 2016-06-26 | 1 | -1/+41 |
| | | |||||
| * | Extra question box functionality | Thomas Tanner | 2016-06-25 | 1 | -1/+1 |
| | | |||||
| * | Some refactoring of the spawn code and to make waitForApplication get the ↵ | Thomas Tanner | 2016-06-25 | 1 | -102/+55 |
| | | | | | | | | 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 | -4/+4 |
| |\ | | | | | | | | | | | # Conflicts: # SConstruct # src/organizerproxy.cpp | ||||
| | * | Removing the 'get' in all function names and making FO4 plugin build | Thomas Tanner | 2016-01-24 | 1 | -4/+4 |
| | | | | | | | | | Merge branch 'master' of https://github.com/TanninOne/modorganizer | ||||
| * | | Changes to support getting list of mods / esps to activate from game plugin | Thomas Tanner | 2015-12-19 | 1 | -6/+29 |
| |/ | |||||
| * | Reworked startup considerably so now no longer dependant on GameInfo | Thomas Tanner | 2015-11-28 | 1 | -13/+5 |
| | | | | | Did some const correctness to the "managed_game" property as you shouldn't really be altering the plugin details whilst MO is running | ||||
| * | Renamed getNexusName to getGameShortName as previously because it hopefully ↵ | Thomas Tanner | 2015-11-26 | 1 | -2/+2 |
| | | | | | isn't too nexus related. | ||||
| * | Replace last occurrence of GameInfo::getNexusGameID and remove a whole load ↵ | Thomas Tanner | 2015-11-26 | 1 | -0/+1 |
| | | | | | of gameinfo.h includes | ||||
| * | Replace GameInfo::getNexusInfoUrl with IPluginGame::getNexusManagementUrl | Thomas Tanner | 2015-11-25 | 1 | -4/+22 |
| | | | | | | | | | also added getNexusDisplayUrl for the other variant of getNexusPage Removed skyrim static versions note that Nexusinterface is now passed a game plugin rather than a URL and a game ID if you want to override the current game | ||||
| * | Removes all references to GameInfo::getGameDirectory apart from one during ↵ | Thomas Tanner | 2015-11-25 | 1 | -1/+1 |
| | | | | | | | | | startup Did some const correctness improvements Also may have fixed a potential crash as the Profile copy constructor didn't copy the m_GamePlugin membber | ||||
| * | Replace GameInfo::getLoadorderMechanism with IPluginGame::getLoadOrderMechanism | Thomas Tanner | 2015-11-24 | 1 | -2/+3 |
| | | |||||
| * | Removes all uses of GameInfo::getShortName, replaced by ↵ | Thomas Tanner | 2015-11-24 | 1 | -0/+1 |
| | | | | | IPluginGame::getNexustName | ||||
| * | Remove most instances of GameInfo::getname, and transfer getDLCPlugins to ↵ | Thomas Tanner | 2015-11-23 | 1 | -4/+4 |
| | | | | | | | the plugingame interface Also commented out startDownloadNexusFile as it doesn't appear to be used anywhere | ||||
| * | Removed 'requiresSteam' which is only used in one place and might or might ↵ | Thomas Tanner | 2015-11-23 | 1 | -1/+4 |
| | | | | | not be game related | ||||
| * | Final eradication of igameinfo and adding python wrappers for IPluginGame | Thomas Tanner | 2015-11-22 | 1 | -9/+1 |
| | | |||||
| * | Removes igameinfo.h from everywhere apart from (sort of) the pythonrunner ↵ | Thomas Tanner | 2015-11-22 | 1 | -1/+2 |
| | | | | | | | plugin. Also comment out the filemapping function because it's large and doesn't appear to be used anywhere | ||||
| * | Replace some instances of qApp->property("managed_game") with the saved pointer. | Thomas Tanner | 2015-11-21 | 1 | -2/+1 |
| | | | | | Pedantic note: This doesn't help the possibility of supporting multiple executables greatly, we'd have to have a lot of register-for-change events. | ||||
| * | Removal of (get)BinaryName | Thomas Tanner | 2015-11-21 | 1 | -6/+2 |
| | | |||||
| * | Get rid of `GameIfo::getOrganizerDirectory` and associated member variable | Thomas Tanner | 2015-11-20 | 1 | -0/+1 |
| | | | | | qApp->getProperty("dataPath") can be used instead (and is pretty much everywhere else) so it's unnecessary | ||||
| * | 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 | ||||
