summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2Silarn2019-01-181-1/+12
|\
| * Fix or ignore a number of compiler warnings.Al2019-01-111-1/+12
| |
| * Improve ToLower() performance significally.Al2019-01-051-4/+8
| |
* | Change find_if to remove_ifLostDragonist2019-01-011-1/+1
| |
* | Merge branch 'Develop' into archive_conflicts_2Project5792018-12-291-1/+1
|\| | | | | | | Updating to 2.1.7alpha1
| * Fix version reporting to allow non-alpha buildsLostDragonist2018-12-201-1/+1
| |
* | Fixed mainwindow.cpp so that Qt Creator does not break it anymore.Al12rs2018-12-121-5/+26
| | | | | | | | | | | | | | | | | | | | | | We should be able to normally use Creator now without having to worry about breaking the build. Partial fix for conflict information getting messd up after opening infodialog or disabling a mod. Icons still get messed up but conflict tab remains consistent at first inspection. Reverted main tab to plugins Changed version of Archive conflicts branch to 2.2.0 pre-alpha.
* | Improved refresh performance by replacing std::transform() with ↵Al12rs2018-12-121-4/+8
| | | | | | | | | | | | CharLowerBuffer(). Fixed padding to four spaces and removed references to FLAG_ARCHIVE_LOOSE_CONFLICTS_MIXED that isn't used.
* | Initial archive conflict parsingSilarn2018-12-122-47/+93
|/ | | | | | | | | Squashed commit: Basic archive conflict parsing - pass 1 Merge fixes for archive parsing Basic archive conflict parsing - pass 1 Merge fixes for archive parsing Should fix conflict detection for archive files
* Move improved version parsing to util.h and use it everywhere.AnyOldName32018-05-162-0/+49
|
* Change how the VersionInfo object is created from version.rc such that ↵AnyOldName32018-05-152-0/+29
| | | | non-release builds are possible and get labelled as such
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-2313-1095/+1318
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-2213-1318/+1095
|
* Fix rare crash when deactiving modsEran Mizrahi2017-12-241-3/+3
|
* Implement file priority for loose files > archivesJeremy Rimpo2017-12-172-35/+39
|
* Move crash dumps to instance-dependant data folderEran Mizrahi2017-12-121-0/+1
|
* Reimplement ScriptExtender handling by detecting USVFS archJeremy Rimpo2017-10-291-0/+2
|
* minor cleanupTannin2016-06-011-2/+3
|
* removed obsolete stuffTannin2016-05-1612-945/+0
|
* removed obsolete inject codeTannin2016-05-162-178/+0
|
* cleanupTannin2016-05-071-2/+6
|
* merged master into new_vfs_libraryTannin2016-02-121-10/+0
|
* replaced boost&qt foreach-implementations by the c++11 variantTannin2016-02-091-3/+2
|
* Merge branch 'master' into new_vfs_libraryTannin2015-12-0714-502/+64
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Merge branch 'master' of https://github.com/ThosRTanner/modorganizer into ↵TanninOne2015-12-061-2/+3
| |\ | | | | | | | | | ThosRTanner-master
| | * Merge remote-tracking branch 'TanninOne/master'Thomas Tanner2015-12-0511-184/+134
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # SConstruct # src/modinfo.cpp # src/modinfo.h
| | * | Yet more changes for include what you use, including a moderate hack for ↵Thomas Tanner2015-11-091-1/+2
| | | | | | | | | | | | | | | | compiling stackdata with clang
| | * | Improve diagnostics if IWYU is enabledThomas Tanner2015-10-311-1/+1
| | | | | | | | | | | | | | | | Few small cleanups from clang
| * | | Gets rid of last vestiges of GameInfo apart from startup and hookdllThomas Tanner2015-12-0510-59/+6
| | | | | | | | | | | | | | | | Working on sorting out savegame stuff
| * | | Merge remote-tracking branch 'remotes/TanninOne/master' into issue/356Thomas Tanner2015-12-0511-65/+50
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/downloadmanager.cpp src/mainwindow.cpp src/modinfo.cpp src/modinfo.h src/selfupdater.cpp src/shared/fallout3info.cpp src/shared/fallout3info.h src/shared/falloutnvinfo.cpp src/shared/falloutnvinfo.h src/shared/gameinfo.h src/shared/oblivioninfo.cpp src/shared/oblivioninfo.h src/shared/skyriminfo.cpp src/shared/skyriminfo.h
| | * | Fix for some nexus fomods having the old version of the mod link and not the ↵Thomas Tanner2015-10-1511-184/+134
| | |/ | | | | | | | | | | | | | | | new version. Also fixed a lot of const correctness things
| * | Most of work for savegameThomas Tanner2015-12-055-20/+0
| | |
| * | Another cleanup and make the program not crash when looking at saves for the ↵Thomas Tanner2015-11-291-5/+5
| | | | | | | | | | | | nonce
| * | Reworked startup considerably so now no longer dependant on GameInfoThomas Tanner2015-11-285-13/+2
| | | | | | | | | | | | Did some const correctness to the "managed_game" property as you shouldn't really be altering the plugin details whilst MO is running
| * | This removes getNexusPage from GameInfo and is currently in the game plugin.Thomas Tanner2015-11-269-56/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm looking to move it to the nexus interface though as it doesn't really relate to the game plugin. I've also removed the MananagementURL as - you can log into nexus without needing to specify the game - See above - it doesn't belong with the game plugin This gets rid of all dependencies bar game saving and logging in
| * | Replace last occurrence of GameInfo::getNexusGameID and remove a whole load ↵Thomas Tanner2015-11-265-24/+13
| | | | | | | | | | | | of gameinfo.h includes
| * | Replace GameInfo::getNexusInfoUrl with IPluginGame::getNexusManagementUrlThomas Tanner2015-11-259-39/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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 Tanner2015-11-251-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::getNexusModID with IPluginGame::getNexusModOrganizerID()Thomas Tanner2015-11-248-24/+1
| | | | | | | | | | | | Also implement IPluginGame::getNexusGameID() but not hooked it in yet.
| * | Replace GameInfo::getLoadorderMechanism with IPluginGame::getLoadOrderMechanismThomas Tanner2015-11-243-24/+0
| | |
| * | Updated comments so I can see where I'm goingThomas Tanner2015-11-241-4/+6
| | |
| * | Removes all uses of GameInfo::getShortName, replaced by ↵Thomas Tanner2015-11-245-5/+1
| | | | | | | | | | | | IPluginGame::getNexustName
| * | Remove most instances of GameInfo::getname, and transfer getDLCPlugins to ↵Thomas Tanner2015-11-239-133/+0
| | | | | | | | | | | | | | | | | | 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 Tanner2015-11-232-7/+0
| | | | | | | | | | | | not be game related
| * | Removal of (get)BinaryNameThomas Tanner2015-11-215-5/+0
| | |
| * | Member variable unused so removed it.Thomas Tanner2015-11-2010-26/+25
| | | | | | | | | | | | Leaves one asking *why* the datapath can be inside the game directory.
| * | Get rid of `GameIfo::getOrganizerDirectory` and associated member variableThomas Tanner2015-11-2010-26/+30
| |/ | | | | | | 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 someTannin2015-12-0712-80/+2
| | | | | | | | | | | | | | | | | | - 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
* | some fixes/disabled code required since hook.dll is goneTannin2015-11-191-1/+0
| |
* | added fallout 4 supportTannin2015-11-194-0/+201
| |