Commit graph

27 commits

Author SHA1 Message Date
StackZ
aa58e23c13 Also add Custom Themes to this branch.
I mean, cause why not i guess. xD
2021-03-23 16:46:10 -05:00
Pk11
46b17521a7 Use system fonts for Chinese 2021-03-20 17:49:39 -05:00
Pk11
2d0e897dbc Use the correct font for args too 2021-03-19 16:48:04 -05:00
Pk11
60e29ddb90
Add queue system with background downloading and much more (#73)
* Do not build here until it is merged.

* WIP: Queue System.

Right now crashes randomly for whatever reason..

* Animate queue spinner more slowly

* Use LightLocks to prevent crashing in the queue

(I hope it's fixed at least)

* Build nightlies in queue-system

* Use version.h for version and specify 7 digits

* Remove unneeded $(CURDIR)

I put that these for testing, but it's not needed

* Multiple Changes, see desc for more.

1.) Theme Implementation.
2.) Show Battery + Time.
3.) Some more work on Queue-System (might still be broke).
4.) Update Copyright to 2021.
5.) Add `%FIRM%` to regex.
6.) Mass Add to Queue.
7.) Search with AND / OR filter.

* Gaaah, not again...

* Remove DoNothing, some LightLock changes, etc

aka
Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.

* See desc for more.

- Current Queue Entry can now be canceled.

- Fix installed list.

- Display Download Speed.

- BYE BYE Queue LightLock!

* Various adjustments to the queue menu

- Make cancel button slightly smaller
- Right align "Steps: ..." text
- Remove "Current Operation:" text
- Change KB/MB/GB to KiB/MiB/GiB
- Lots of little positioning tweaks
- Fix bug where you could get stuck in the prompt
- Make spinny thing have a ! when action is needed
- Make extracting file increment at the start instead of the end
- Delete dumb VS Code file and gitignore it

* Change to hollow full charge plugged in icon

* Fix the settings positions a bit

* Fix custom font download not having prompt

Also tweak the text positions, I forgot to change them

Co-authored-by: StackZ <47382115+SuperSaiyajinStackZ@users.noreply.github.com>
2021-03-13 01:28:23 -06:00
StackZ
0ac9d6f448 Slight changes. 2020-11-16 15:20:35 +01:00
StackZ
f08bed5813 WIP: Argument | Shortcut support. 2020-11-16 13:28:45 +01:00
StackZ
913475eabf
Universal-Updater Full Rewrite based of UniStore v3.0.0. (#51)
* No Nightlies for the Full-Rewrite.

* Initial push, i guess.

* Forgot to push the Test UniStore + T3X...

* Use C2D flags for wrapping and centering

* gitignore t3x correctly

* Remove Test Store and hardcode to `sdmc:/3ds/Universal-Updater/stores/Universal-DB.unistore` for now.

* Is functional now.

* *More special checks and work.*

* const <typename T> &.

* Universal-DB, not Universal DB.

* Derp.

* Make 3DSX, NDS & Archive path configurable.

* Last fixes + Fade out screen on exit.

* See Desc. for more.

- Add QR Code scan for downloading UniStores.
- Add new Graphics.
- Some fixes + improvements.

* Fix search filtering, re-sort after search

* Fix update check

* Clear search items with X, not just reset results

* The next progress.

* PLEASE tell me, this is the only error..

Co-authored-by: Pk11 <epicpkmn11@outlook.com>
2020-10-30 03:31:20 +01:00
StackZ
f68613ef06 Some, uhh.. changes? 2020-06-27 09:15:29 +02:00
StackZ
09be8e0b94
Switch over to Universal-Core. (#18)
* Don't build here.

* WIP: Switch to Universal-Core.

* Update Submodule repo & azure-pipelines.
2020-02-08 06:20:50 +01:00
StackZ
3121f82d61 Update Copyright Year. 2020-01-05 13:48:20 +01:00
StackZ
d28194d28c
Implement Universal-Store [UniStore] 3DS side. (#13)
* WIP App store. ;P

* Make the FileBrowse look like Scripts Screen.

* Add *all* Script Functions for the App Store.

* WIP; Store Selection & Store Screen.

To-Do: Big cleanup and remove of duplicate stuff.

* Some UniStore work.

* :bigBruh:.

* Add Spritesheet with Icon support.

* Add a Store Prepare message, just in case it takes longer.

* ~~Not really Camera stuff, just UniStore work.~~ (#12)

* We don't want Nightly builds here.

* Add UniStore Icon.

* New banner by https://github.com/TotallyNotGuy

* Add Buttons for a prompt & update icon.

* Update README.md to be more descriptive and stuff

* Update README.md

* Add updating the spritesheet too.

* Only update stores, if needed things exist!

* Make Storepath changeable.

* Change App Description.

* Display `Title` as well.

* You can now download .unistore files by entering a URL!

Co-authored-by: FlameKat53 <flame9804@yahoo.com>

* This should fix all warnings.

Also add posX and posY for the Icons in UniStore.

* Last changes for UniStore.

Co-authored-by: FlameKat53 <flame9804@yahoo.com>
2019-12-29 07:52:45 +01:00
StackZ
0a308c43e8
A little Script Creator work and little checks. (#9)
* No builds allowed here.

* Try something.

* Next work.

* Add some Logging stuff for testing purpose.

* Ok, this should log it priperly.

* Replace MainMenu with Screen Selection.

* Redo Screen Logic.

* Switch back to old MainMenu.

* Only access Scriptlist, when Scripts are found.

Hopefully avoid crashes with that.

* Remove unused String, because we use the MainMenu again.
2019-12-17 19:22:39 +01:00
SuperSaiyajinStackZ
5d80ec6111 It's StackZ now, not VoltZ. 2019-11-25 13:57:14 +01:00
VoltZ
f00de2807c Add a Fade in Effect for Startup. 2019-11-17 23:43:42 +01:00
VoltZ
5e5658cb75 Music Path can be changed in the JSON now. 2019-11-17 23:03:52 +01:00
VoltZ
5f5669678d Add Initial Music Playback, because I just feel like doing it. 😛
Put `Music.wav` to `sdmc:/3ds/Universal-Updater/`. **Warning**: The Wav File should not be larger than 13 / 14 MB, otherwise it will crash.
2019-11-17 22:34:04 +01:00
VoltZ
bb2cecc622 Add "VIEWMODE" to config. 2019-11-13 23:33:59 +01:00
VoltZ
ce426bb7bb Add Credits Screen and a Spritesheet. ;P 2019-11-12 10:24:38 +01:00
VoltZ
08b962b560 Switch to JSON.
Custom Path's and Colors needs to be redo for this.
2019-11-10 15:53:04 +01:00
VoltZ
a0ee0481ec Add FTP. 2019-11-08 03:20:30 +01:00
Epicpkmn11
330d3e43c5 Wait for a VBlank at the end of each frame 2019-11-06 14:28:28 -06:00
VoltZ
891195828b
Some changes. ;P 2019-11-03 20:54:03 +01:00
VoltZ
16e84aa412
The Language Screen should work properly now. 2019-11-03 07:16:46 +01:00
VoltZ
7b16ed5c77
I think the last missing work for v1.0.0? :) 2019-11-03 03:09:43 +01:00
VoltZ
7ee50d5418
Add Settings Stuff. :P 2019-11-02 04:32:23 +01:00
VoltZ
deaab6b9ed
Next work. 2019-11-01 02:20:47 +01:00
VoltZ
c548cca57a
UNIVERSAL-UPDATER IS BACK! Lmao. 2019-10-31 03:23:05 +01:00