index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
downloadmanager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Changed "Remove Installed" and "Delete Installed" Downloads menu options to...
Al12rs
2018-02-12
1
-12
/
+30
*
Revert "Fixed nexus link handling to use gameNexusName() instead of gameShort...
Al12rs
2018-01-27
1
-2
/
+2
*
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 improvem...
Tannin
2016-01-10
1
-14
/
+9
*
Merge branch 'new_vfs_library' of https://github.com/TanninOne/modorganizer i...
Tannin
2015-12-28
1
-3
/
+2
|
\
|
*
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
|
/
*
Merge branch 'master' of https://github.com/ThosRTanner/modorganizer into Tho...
TanninOne
2015-12-06
1
-1
/
+0
|
\
|
*
Merge remote-tracking branch 'TanninOne/master'
Thomas Tanner
2015-12-05
1
-3
/
+10
|
|
\
|
*
|
Added support for include-what-you-use in a very simplistic fashion to the Sc...
Thomas Tanner
2015-10-17
1
-1
/
+0
*
|
|
Merge remote-tracking branch 'remotes/TanninOne/master' into issue/356
Thomas Tanner
2015-12-05
1
-3
/
+10
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fixes for quotes in module names:
Thomas Tanner
2015-10-11
1
-3
/
+10
|
|
/
*
|
Renamed getNexusName to getGameShortName as previously because it hopefully i...
Thomas Tanner
2015-11-26
1
-1
/
+1
*
|
Bunch of const correctness changes. There shouldn't be any update of plugin g...
Thomas Tanner
2015-11-25
1
-1
/
+1
*
|
Removes all uses of GameInfo::getShortName, replaced by IPluginGame::getNexus...
Thomas Tanner
2015-11-24
1
-2
/
+9
*
|
Remove most instances of GameInfo::getname, and transfer getDLCPlugins to the...
Thomas Tanner
2015-11-23
1
-1
/
+2
|
/
*
cleaned up warning messages from the download manager in case of download pro...
Tannin
2015-05-25
1
-2
/
+7
*
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
|
*
- moved the hook-recursion-protection to tls
Tannin
2014-09-29
1
-31
/
+19
|
*
- archive library can now query for password during extraction (seems to be n...
Tannin
2014-11-05
1
-1
/
+1
|
*
- re-enabled building of loot_cli and started developing against the new api
Tannin
2014-09-08
1
-1
/
+1
|
*
- download-list will no longer show a file as having incomplete data if there...
Tannin
2014-07-21
1
-2
/
+1
|
*
normalized eol style (all files should now have windows line endings)
Tannin
2014-07-17
1
-1471
/
+1471
*
|
replaced all uses of NULL with nullptr
Tannin
2014-11-28
1
-16
/
+16
*
|
cleanup und bugfixes after refactoring
Tannin
2014-11-28
1
-1
/
+1
*
|
Merge
Tannin
2014-11-06
1
-1
/
+1
|
\
\
|
*
|
- archive library can now query for password during extraction (seems to be n...
Tannin
2014-11-05
1
-1
/
+1
*
|
|
- workaround for GetModuleFileName-calls that supply wrong buffer size
Tannin
2014-11-06
1
-1
/
+2
*
|
|
- moved the hook-recursion-protection to tls
Tannin
2014-09-29
1
-31
/
+19
|
/
/
*
|
- re-enabled building of loot_cli and started developing against the new api
Tannin
2014-09-08
1
-1
/
+1
*
|
- download-list will no longer show a file as having incomplete data if there...
Tannin
2014-07-21
1
-2
/
+1
*
|
normalized eol style (all files should now have windows line endings)
Tannin
2014-07-17
1
-1471
/
+1471
|
/
*
Merge
Tannin
2014-06-23
1
-2
/
+5
|
\
|
*
- changed the url used to login on nexus (the previous page was disabled)
Tannin
2014-06-21
1
-2
/
+5
*
|
- download read buffer is now limited to 1MB. Might prevent out-of-memory err...
Tannin
2014-06-17
1
-3
/
+1
|
/
*
- added a new mod type that represents files handled externally (i.e. DLCs) a...
Tannin
2014-05-31
1
-1
/
+1
*
- files in bsas are now only displayed in the data tab if they are managed by mo
Tannin
2014-05-25
1
-73
/
+110
*
- mod list context menu split into two menus (one for whole list, one for sel...
Tannin
2014-05-13
1
-4
/
+4
*
- main window now has a small view displaying log messages
Tannin
2014-05-04
1
-1
/
+2
*
- added an option to show meta info on downloads instead of filenames
Tannin
2014-04-23
1
-5
/
+33
*
- loot integration now displays the report
Tannin
2014-04-05
1
-16
/
+22
*
Merge with branch1.1
Tannin
2014-04-05
1
-34
/
+165
|
\
|
*
- bugfix: if resuming a download failed with the server sending a textual err...
Tannin
2014-03-18
1
-1
/
+1
|
*
- when a download server returns a text file, it's assumed to be an error and...
Tannin
2014-01-18
1
-17
/
+16
[next]