| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Basic ESL updates | Jeremy Rimpo | 2017-10-20 | 1 | -2/+16 |
| | | |||||
| * | Fixing overwrite problems | ZachHaber | 2017-01-17 | 1 | -0/+10 |
| | | | | | | Changes the organizerproxy to pull from the settings rather than try and figure it out on its own. | ||||
| * | Fixes the error code 5/6 issues | Brian Munro | 2017-01-11 | 1 | -3/+3 |
| | | |||||
| * | Reverted Change | Brian Munro | 2016-12-21 | 1 | -1/+1 |
| | | | | Reverted silly edit. | ||||
| * | Update organizercore.cpp | Brian Munro | 2016-12-21 | 1 | -1/+1 |
| | | | | Shoud be an "or" query instead of "and", | ||||
| * | Migrate to version numbers with buildnumber. | LePresidente | 2016-12-21 | 1 | -0/+1 |
| | | | | | Added Comment for removal of ModBase::isOneof | ||||
| * | Reverted use of MOBase::isOneOf was causing the lock to fail. | LePresidente | 2016-12-20 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' into new_vfs_library | Tannin | 2016-06-30 | 1 | -157/+103 |
| |\ | |||||
| | * | 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 |
| | |/ | |||||
| * | | fixed creation of data paths after changing paths in settings and update of ↵ | Tannin | 2016-06-23 | 1 | -2/+33 |
| | | | | | | | | | profile list after change | ||||
| * | | usvfs log level can now be changed without a restart | Tannin | 2016-06-19 | 1 | -0/+5 |
| | | | |||||
| * | | bugfix: unnecessary repeat of delayed operations | Tannin | 2016-06-05 | 1 | -0/+1 |
| | | | |||||
| * | | minor cleanup | Tannin | 2016-06-01 | 1 | -2/+3 |
| | | | |||||
| * | | fixed: after running an external application the plugin list was potentially ↵ | Tannin | 2016-05-15 | 1 | -12/+13 |
| | | | | | | | | | not updated correctly | ||||
| * | | added option to use a mod as the target to create now files instead of ↵ | Tannin | 2016-05-07 | 1 | -13/+72 |
| | | | | | | | | | "overwrite" | ||||
| * | | cleanup | Tannin | 2016-05-07 | 1 | -7/+5 |
| | | | |||||
| * | | now using github for self updater | Tannin | 2016-05-06 | 1 | -8/+0 |
| | | | |||||
| * | | merged master into new_vfs_library | Tannin | 2016-02-12 | 1 | -6/+30 |
| | | | |||||
| * | | fixed display of process name in unlock-widget | Tannin | 2016-02-09 | 1 | -21/+40 |
| | | | |||||
| * | | fixed cleanup on restart | Tannin | 2016-02-09 | 1 | -1/+1 |
| | | | |||||
| * | | code formatting (clang_format) | Tannin | 2016-02-09 | 1 | -255/+412 |
| | | | |||||
| * | | made instance-switching usable | Tannin | 2016-01-10 | 1 | -12/+10 |
| | | | | | | | | | | | this includes tons and tons of changes to how paths are determined. the profiles-dir can now also be configured | ||||
| * | | Merge branch 'new_vfs_library' of https://github.com/TanninOne/modorganizer ↵ | Tannin | 2015-12-28 | 1 | -3/+28 |
| |\ \ | | | | | | | | | | into new_vfs_library | ||||
| | * | | executables installed as mods are now run through a proxy (not working yet) | TanninOne | 2015-12-28 | 1 | -3/+28 |
| | | | | |||||
| * | | | removed get-prefix from many getters. removed const from managed_game variable. | Tannin | 2015-12-28 | 1 | -5/+5 |
| |/ / | | | | | | | other fixes | ||||
| * | | support for adding directories to the vfs that will act as create target for ↵ | Tannin | 2015-12-18 | 1 | -5/+13 |
| | | | | | | | | | new files | ||||
| * | | removed close-mo feature | Tannin | 2015-12-18 | 1 | -48/+36 |
| | | | |||||
| * | | Merge branch 'master' into new_vfs_library | Tannin | 2015-12-07 | 1 | -33/+39 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gameinfoimpl.cpp src/installationmanager.cpp src/mainwindow.cpp src/organizercore.cpp src/organizercore.h src/organizerproxy.cpp src/organizerproxy.h src/savegamegamebryo.cpp src/savegamegamebyro.h src/selfupdater.h src/shared/fallout3info.cpp src/shared/fallout3info.h src/shared/falloutnvinfo.cpp src/shared/falloutnvinfo.h src/shared/gameinfo.cpp src/shared/gameinfo.h src/shared/oblivioninfo.cpp src/shared/oblivioninfo.h src/shared/skyriminfo.cpp src/shared/skyriminfo.h src/spawn.cpp src/transfersavesdialog.cpp | ||||
| | * | 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 | ||||
| * | | - no longer displaying "not logged in". This was too confusing for some | Tannin | 2015-12-07 | 1 | -6/+34 |
| | | | | | | | | | | | | | | | | | | | - fixed files missing from vfs if parent directory exists in real destination dir - implemented plugin api to access current profile - steam game detection now also works for 64-bit games - removed reference to archive tab from tutorial - usvfs log level is now taken from config - some cleanup | ||||
| * | | added interface for file mapping plugins | Tannin | 2015-11-23 | 1 | -1/+9 |
| | | | |||||
| * | | first work on interfacing with usvfs | Tannin | 2015-11-17 | 1 | -27/+33 |
| |/ | |||||
