1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-11-08 21:21:50 +00:00
Commit graph

7 commits

Author SHA1 Message Date
suchmememanyskill
d27832effb [script] Fix <= and >= 2021-01-10 23:19:51 +01:00
suchmememanyskill
3f80693d9e Save bytes, add screenshots into main and more
- Also run script on bootup if a script called startup.te is found on the root of the sd
- Saved bytes by just disabling making exfat partitions, lol
2021-01-10 00:10:28 +01:00
suchmememanyskill
7e2a672753 [script] fix == not working 2021-01-04 18:27:17 +01:00
suchmememanyskill
e0c62cbec4 [script] add bitshifting 2021-01-02 11:39:14 +01:00
suchmememanyskill
e1f292fe0d [script] vector slicing, basic file functions
new operators:
vector(int, byte) - int -> works like py's list[0:-int]
vector(int, byte) : int -> works like py's list[int:]

new functions:
fileRead, fileWrite, fileExists, bytesToStr
2021-01-01 18:30:51 +01:00
suchmememanyskill
a39b3b2460 [script] add 2 new operators
- Str : Int ->  works like py's [Int:]
- Str - Int -> subtracts x amount of characters from the end of the string
2020-12-31 21:20:48 +01:00
suchmememanyskill
b0dd71bd4f implement TScript v2.5 2020-12-28 14:51:59 +01:00