| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add UA to resume and fix edge case for hung download check | Silarn | 2018-05-16 | 1 | -1/+3 |
| | | |||||
| * | Add the MO user agent string to the download requests (fixes EU#1) | Silarn | 2018-05-16 | 1 | -0/+1 |
| | | |||||
| * | Fixes for download errors and retrying with alternate mirrors | Silarn | 2018-05-15 | 1 | -14/+12 |
| | | |||||
| * | Download resume fixes for restarting MO, hung downloads | Silarn | 2018-05-13 | 1 | -1/+18 |
| | | |||||
| * | Fix issue with resuming a download that was already complete. | Silarn | 2018-05-08 | 1 | -1/+12 |
| | | |||||
| * | Small compat fix for Qt 5.11 | Silarn | 2018-05-08 | 1 | -1/+1 |
| | | |||||
| * | Fixes for downloads and installs | Silarn | 2018-05-06 | 1 | -22/+27 |
| | | |||||
| * | Rework the existing file download dialog to pause the download while waiting | Silarn | 2018-05-05 | 1 | -17/+34 |
| | | | | | - Also fixes direct calls to downloadFinished | ||||
| * | Use a five second delta to calculate speed for more responsive display | Silarn | 2018-05-03 | 1 | -2/+16 |
| | | |||||
| * | Fix MO endorsement check and add game to ModInfo s_ModsByModID | Silarn | 2018-05-02 | 1 | -0/+8 |
| | | |||||
| * | Allow downloads to display speed and complete % | Silarn | 2018-05-01 | 1 | -7/+23 |
| | | |||||
| * | A couple download header-based fixes | Silarn | 2018-04-30 | 1 | -7/+8 |
| | | | | | | * If an unknown content error, only fail if the filesize is off * If a text content type, output a warning but do not retry the download | ||||
| * | Need to check if the file is in the download directory for creating meta | Silarn | 2018-04-23 | 1 | -4/+5 |
| | | |||||
| * | Don't create meta files if they don't exist | Silarn | 2018-04-21 | 1 | -2/+3 |
| | | |||||
| * | Fix issues with download query | Silarn | 2018-04-17 | 1 | -4/+16 |
| | | |||||
| * | Support for multi-game downloads | Silarn | 2018-04-16 | 1 | -32/+44 |
| | | |||||
| * | Fix both remove and reinstall updating hidden downloads | Silarn | 2018-04-11 | 1 | -2/+19 |
| | | |||||
| * | Prep for Qt 5.11 (backward-compatible) | Silarn | 2018-04-10 | 1 | -1/+1 |
| | | |||||
| * | Minor improvements to download hiding | Silarn | 2018-04-10 | 1 | -18/+2 |
| | | |||||
| * | Also mark hidden downloads as uninstalled; refresh plugins after files | Silarn | 2018-04-08 | 1 | -0/+20 |
| | | |||||
| * | Prevent redownloading a mod if the download is still in progress | Silarn | 2018-04-07 | 1 | -4/+19 |
| | | |||||
| * | Fix for re-downloading a mod already downloading | Silarn | 2018-04-07 | 1 | -0/+7 |
| | | |||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -1050/+1155 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -1155/+1050 |
| | | |||||
| * | - Changed "Remove Installed" and "Delete Installed" Downloads menu options ↵ | Al12rs | 2018-02-12 | 1 | -12/+30 |
| | | | | | | | to not consider the Downloads of Mods that were uninstalled. - Changed Downloads menu options to say "Hide all..." instead of "Remove all...". | ||||
| * | Revert "Fixed nexus link handling to use gameNexusName() instead of ↵ | Al12rs | 2018-01-27 | 1 | -2/+2 |
| | | | | | | | gameShortName()." This reverts commit ca54760c13fbbb6ff685e04ef11ed5592823680c. | ||||
| * | Fixed nexus link handling to use gameNexusName() instead of gameShortName(). | matzman666 | 2018-01-06 | 1 | -2/+2 |
| | | |||||
| * | fixed some filename/modname handling for names received from nexus | Tannin | 2016-06-02 | 1 | -9/+12 |
| | | |||||
| * | cleanup | Tannin | 2016-05-07 | 1 | -23/+24 |
| | | |||||
| * | fixed a potential crash-cause when querying download info and slight ↵ | Tannin | 2016-01-10 | 1 | -14/+9 |
| | | | | | improvement (?) to the regex that extracts the modid | ||||
| * | Merge branch 'new_vfs_library' of https://github.com/TanninOne/modorganizer ↵ | Tannin | 2015-12-28 | 1 | -3/+2 |
| |\ | | | | | | | into new_vfs_library | ||||
| | * | Restore start download file method (2 of 3) | Thomas Tanner | 2015-12-20 | 1 | -3/+2 |
| | | | |||||
| * | | removed get-prefix from many getters. removed const from managed_game variable. | Tannin | 2015-12-28 | 1 | -1/+1 |
| |/ | | | | other fixes | ||||
| * | Merge branch 'master' of https://github.com/ThosRTanner/modorganizer into ↵ | TanninOne | 2015-12-06 | 1 | -1/+0 |
| |\ | | | | | | | ThosRTanner-master | ||||
| | * | Merge remote-tracking branch 'TanninOne/master' | Thomas Tanner | 2015-12-05 | 1 | -3/+10 |
| | |\ | | | | | | | | | | | | | | | | | | | # Conflicts: # SConstruct # src/modinfo.cpp # src/modinfo.h | ||||
| | * | | Added support for include-what-you-use in a very simplistic fashion to the ↵ | Thomas Tanner | 2015-10-17 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | Scons build. This isn't exactly production ready because the qt headers are a nightmarish web of interdependencies but it's useful for checking. I've also removed a few unused include files it detected and corrected some things that upset clang in a big way. | ||||
| * | | | Merge remote-tracking branch 'remotes/TanninOne/master' into issue/356 | Thomas Tanner | 2015-12-05 | 1 | -3/+10 |
| |\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | | Fixes for quotes in module names: | Thomas Tanner | 2015-10-11 | 1 | -3/+10 |
| | |/ | | | | | | | | | | | Treat the module name from Nexus as HTML and convert into plain text. Allow ' in a module name Also removed the ::tr1:: namespace in the regexs | ||||
| * | | Renamed getNexusName to getGameShortName as previously because it hopefully ↵ | Thomas Tanner | 2015-11-26 | 1 | -1/+1 |
| | | | | | | | | | isn't too nexus related. | ||||
| * | | Bunch of const correctness changes. There shouldn't be any update of plugin ↵ | Thomas Tanner | 2015-11-25 | 1 | -1/+1 |
| | | | | | | | | | games once MO has started | ||||
| * | | Removes all uses of GameInfo::getShortName, replaced by ↵ | Thomas Tanner | 2015-11-24 | 1 | -2/+9 |
| | | | | | | | | | IPluginGame::getNexustName | ||||
| * | | Remove most instances of GameInfo::getname, and transfer getDLCPlugins to ↵ | Thomas Tanner | 2015-11-23 | 1 | -1/+2 |
| |/ | | | | | | the plugingame interface Also commented out startDownloadNexusFile as it doesn't appear to be used anywhere | ||||
| * | cleaned up warning messages from the download manager in case of download ↵ | Tannin | 2015-05-25 | 1 | -2/+7 |
| | | | | | problems | ||||
| * | dropping an url on the download widget now attempts to download the url | Tannin | 2015-05-11 | 1 | -5/+2 |
| | | |||||
| * | dropped redundant report.h/report.cpp | Tannin | 2015-05-09 | 1 | -1/+1 |
| | | |||||
| * | Merge with branch1.2 | Tannin | 2015-01-24 | 1 | -2/+4 |
| |\ | |||||
| | * | cleanup (mostly removing unused includes) | Tannin | 2015-01-22 | 1 | -2/+4 |
| | | | |||||
| | * | - workaround for GetModuleFileName-calls that supply wrong buffer size | Tannin | 2014-11-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | - removed obsoleted calls to GetVersionEx - bugfix: download urls were potentially not encoded correctly - bugfixes to tls-based recursion protection | ||||
| | * | - moved the hook-recursion-protection to tls | Tannin | 2014-09-29 | 1 | -31/+19 |
| | | | | | | | | | | | | | | | | | | | - some code cleanup and consolidation - hook.dll will now report all of its own exceptions - some more logging during startup - changed the way urls are encoded for download requests - now displaying (one of the) process name(s) while waiting for a program to end - bugfix: spawned processes were forced to leave the job | ||||
| | * | - archive library can now query for password during extraction (seems to be ↵ | Tannin | 2014-11-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | necessary for rars) - process blacklist is now taken from a file if there is one, not hardcoded - removed workaround for the papyrus compiler - updated loot client to work with the actual api - loot client now links with loot32.dll at runtime - loot client now produces its output in a (json-)file which includes all plugin messages and dirty flags - fomod installer now tries to parse the xml with several encodings - fomod installer will now display a diagnostics warning if the jpg imageformat isn't supported - base preview plugin now tries to be a bit smarter about resizing images to fit the screen - bugfix: fomod installer no longer tries to open an image even after detecting its invalid - bugfix: potential null-pointer dereferentiation in getprivateprofile... hooks - bugfix: potential null-pointer dereferentiation in download manager - bugfix: internal origin name showed up in one more place - bugfix: ToString function produced strings that were one (zero-termination-)character too long | ||||
