9 Commits

Author SHA1 Message Date
Subhraman Sarkar
441b2bbfaa
network_download_file: replace spaces with tabs (#8999) 2024-06-14 09:05:12 -04:00
Subhraman Sarkar
c12bb8ef69
replace deprecated CURLOPT_PROTOCOLS with CURLOPT_PROTOCOLS_STR (#8958)
* replace deprecated CURLOPT_PROTOCOLS with CURLOPT_PROTOCOLS_STR
* use conditional compilation for curl 7.85.0
2024-06-08 14:15:06 +05:30
pentarctagon
970163813d 2024 copyright update 2024-01-20 22:22:23 -06:00
Celtic Minstrel
986fb4b471 The whitespace fixer wants to add blank lines there so whatever 2023-05-09 23:11:16 -04:00
Pentarctagon
c44cc2742e Copyright update.. 2023-04-29 10:48:11 -05:00
Pentarctagon
94dbccdd63 Add success/failure popups after attempting to download a replay. 2023-03-17 15:20:42 -05:00
Pentarctagon
d280485e91 Add confirmation dialog before overwriting existing file. 2023-03-15 18:08:33 -05:00
Pentarctagon
ccb700156c Add error message if curl init fails. 2023-03-15 17:54:05 -05:00
Pentarctagon
9315079389 Add curl-based functionality to download files from a URL.
This is a complement to #7416 where it replaces opening the replay's download URL in a browser with directly downloading it into the player's save folder.
2023-03-15 14:49:16 -05:00