422 Commits

Author SHA1 Message Date
Steveice10
b3370c97af Fix reused texture IDs not being reinitialized. 2017-07-15 12:35:56 -07:00
Steveice10
edf6a20618 Clean up texture functions. 2017-07-15 12:33:45 -07:00
Steveice10
0ee9186eae Fix camera on O3DS. 2017-07-13 23:31:39 -07:00
Steveice10
80179d059a Remove duplicate TitleDB entries based on update date. 2017-07-13 21:32:46 -07:00
Steven Smith
8d5b18dfa0 Remove citro3d notice as it is no longer needed. 2017-07-13 21:13:22 -07:00
Steveice10
5ba133f3ca Revert addition of Accept-Encoding header to HTTP requests.
Breaks checking for updates and doesn't seem to have any effect on
TitleDB.
2017-07-13 21:12:30 -07:00
Steveice10
0fad926688 Disable TitleDB features relying on version. 2017-07-13 13:34:42 -07:00
Steveice10
c636cab6b8 Fix QR code camera image. 2017-07-08 10:58:33 -07:00
Steven Smith
535a77aa47 Merge pull request #358 from speed47/dev/eta
add ETA in read/write tasks
2017-07-08 10:20:46 -07:00
Stéphane Lesimple
782605f2d1 add ETA in read/write tasks 2017-07-07 21:52:41 +02:00
Steveice10
fb67c9eab2 Revise texture loading functions. 2017-07-07 10:55:58 -07:00
Steven Smith
514fe0bd70 Add notice about citro3d "next" branch. 2017-06-30 18:31:35 -07:00
Steveice10
f7ac0c4020 Only add directory entry on paste if directory does not exist, fix servefiles on Python 3. 2017-06-06 11:30:37 -07:00
Steveice10
ddb18e3058 Always delete lasturls file when changing value. 2017-05-23 11:23:58 -07:00
Steven Smith
42dbb3bb5f Merge pull request #337 from miniskipper/master
reuse local bind address
2017-05-12 09:44:24 -07:00
Steveice10
6abc0ea401 Update buildtools. 2017-04-27 17:46:59 -07:00
Cayce House
79414ea1a3 Enabled gzip/deflate compression, issue #319 2017-04-27 17:36:36 -07:00
Steveice10
33a61872c0 Various fixes.
* Allow more than three choices in prompts.
* Allow specifying a title version when installing CDN titles outside of the ticket list.
* Fix titles displayed during TitleDB update.
* Update title version and install status after TitleDB install/update.
2017-04-27 17:35:34 -07:00
Steven Smith
a9c4e5fe85 Merge pull request #331 from Jerry-Shaw/master
Escape some characters in URL
2017-04-17 00:15:47 -07:00
Jerry
1203fda832 Escape some characters in URL 2017-04-17 11:48:38 +08:00
Steven Smith
847db7e035 Merge pull request #326 from ihaveamac/patch-1
create issue template
2017-03-29 15:07:23 -07:00
Ian Burgwin
d86eab938a create issue template
should hopefully reduce the amount of "can't install on 11.3" issues
2017-03-29 14:07:45 -07:00
Steveice10
ce26e53712 Fix HTTP downloading. 2017-03-19 15:35:41 -07:00
turboclear
023fec6f46 servefiles.py - interactive mode, explicit interpreter
This adds an interactive mode if no arguments are provided, prompting the user to enter the IP, file, etc.,
The 'help' display is instead shown if the standard 'help' flags are used (ex: --h, -h, --help, etc.,)t
This also allows the user to specify the path to the interpreter. The original version assumed only the script name was used as an argument, and the default interpreter for the environment was being used, so it would fail on "C:\python27\python.exe servefiles.py"
2017-03-19 14:19:10 -07:00
Steveice10
c319a07f29 Add HTTP timeout, use while loop for redirects, use constant for user agent. 2017-03-19 13:45:56 -07:00
Steveice10
dbe6b992e5 Remove unnecessary bounds check. 2017-03-08 15:13:17 -08:00
Sven Kocksch
8a937005d3 reuse local bind address
Don't need to wait 30 seconds after local address is reusable again.
2017-03-07 18:32:39 +01:00
Steveice10
c5b44683e6 Update license year. 2017-03-02 00:04:34 -08:00
Steveice10
0897b3ecde Display TitleDB app information during installation. 2017-03-01 10:08:53 -08:00
Steveice10
a62655d896 Free unused TitleDB entries. 2017-02-27 14:30:01 -08:00
Steveice10
fe0768885d Use TitleDB API version 1. 2017-02-27 00:03:04 -08:00
Steveice10
7e7375226f Update buildtools. 2017-02-26 09:45:46 -08:00
Cédric Connes
c57359f9f4 Add sendurls.py 2017-02-26 09:22:08 -08:00
Steveice10
e72c6c1cea Add action to update all TitleDB titles, make URL install buffer allocation use max constants. 2017-02-26 09:21:43 -08:00
Steveice10
39e1718c8d Fix servefiles Python 2 compatibility. 2017-02-22 22:40:21 -08:00
Steveice10
54572a02e1 Fix servefiles batch script when in directory with spaces. 2017-02-22 22:35:33 -08:00
Steveice10
adc5c2d347 Use already retrieved CIA info in installations from local files. 2017-02-16 10:22:11 -08:00
Steveice10
77625262fb Add .cetk to ticket filter. 2017-02-16 10:04:55 -08:00
Steveice10
6b5e4e1a54 Add .cetk to extensions supported by servefiles, minor string changes. 2017-02-16 09:57:37 -08:00
Steven Smith
1b5cc0a268 Merge pull request #304 from emeric254/patch-1
Update servefiles.py
2017-02-16 09:49:10 -08:00
Tosi Émeric
ca3b6a3f85 Update README.md 2017-02-16 16:50:26 +01:00
Tosi Émeric
2d8d5db210 Create drop cias or folder here.sh
equivalent of the *.bat script but for *nix OS
2017-02-16 16:43:48 +01:00
Tosi Émeric
f40d0038f2 Update servefiles.py
change file verification when a file is given as parameter
2017-02-16 16:32:53 +01:00
Tosi Émeric
07f69db677 Update servefiles.py
making parameter count verification strict
adding file extension verification when a file is given as parameter
adding output error to stderr
adding hostPort choice (for the HTTP server)
rename 'directory' into 'target_path'
rename 'payload' into 'file_list_payload'
adding comments
some small cleanups (indent, print(), ...)
2017-02-16 16:23:14 +01:00
Steven Smith
a71759d2df Merge pull request #296 from Remnence/patch-1
Patch 1
2017-02-05 18:17:51 -08:00
Remnence
2a55760eaf Rename drop cia or folder here.bat to drop cias or folder here.bat 2017-02-05 18:40:30 -06:00
Remnence
aac35f0ec0 Update drop cia or folder here.bat
Basic error checking to exclude non-cia files.
2017-02-05 18:39:23 -06:00
Remnence
cd14638920 Update drop cia or folder here.bat 2017-02-05 18:14:46 -06:00
Remnence
c461239191 Create drop cia or folder here.bat 2017-02-05 18:05:09 -06:00
Steveice10
b004685b7f Fall back to region-based language if SMDH title for language setting is empty. 2017-01-27 16:09:25 -08:00