| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
>write function specifically to help do a thing
>time passes
>have to do the thing again
>dont use function i wrote
genius
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
better than finding a file that's probably the config, parsing the json, and writing it back in,
for obvious reasons
turns out no i wasnt thinning out the soup too much
twas just right
Reason for adding values one by one in key-pair loop instead of just config = new_config:
> [01:31] arch1t3cht: oh, I think you can't assign entire tables to DependencyControl.config.c
> [01:31] arch1t3cht: like, you can't do DependencyControl.config.c = <my new config>,
> you should do DependencyControl.config.myfield = <my new value> and whatnot
> [01:32] arch1t3cht: because behind the scenes it uses metatable magic to track what field changes
> so it can merge its own changes with ones that other scripts made in the meantime
Co-Authored-By: arch1t3cht <arch1t3cht@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
no longer rewrites the entire config below the existing one(!)
added forgotten local variables, removed unnecessary ones
fixed a typo
|
| |
|
|
|
|
| |
hm perhaps i should not have this running on every script load lol
|
| |
|
|
|
|
|
| |
holy recursion
also, "cleaned" up a bit
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
apparently people actually use it
This reverts commit 7876e626d73b8010ed63a2423c354f2412f318be.
|
| |
|
|
|
|
|
|
| |
newlines start new comments
"type it yourself" message has been removed
local variables have been remembered this time
|
|
|
|
|
|
|
| |
I'm sure there are better layer orderers out there.
I'm not a typesetter, so I'll never actually use mine enough that I fix the glaring issues.
I don't even remember what inverse glow was for any more
|
| |
|
|
|
|
| |
i have discovered that i actually do have an em-dash key
|
|
|
|
| |
oops
|
|
|
|
| |
note to self: dont forget this or depctrl will see it as itself
|
| |
|
| |
|
|
|
|
| |
oops
|
|
|
|
| |
for copying song timings, so eng+romaji+moonrunes all line up
|
|
|
|
|
|
|
| |
This reverts commit 52f3a086f2ad7a3bbc9b8f8225a99e9e99120613.
It also manually bandages over the places where it was ripped out.
it was never a good idea in the first place
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
this way just seeks to the bit you need and _then_
extracts it, instead of decoding everything and
chucking away the bits we didn't ask for.
massive performance increase, should've rtfm'd
earlier
|
|
|
|
| |
no feed yet, will get round to it eventually™
|
| |
|
|
|
|
| |
the beginning of becoming like every other cartel-aproved script repo in existence
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
if they've been saved, it's pretty obvious
if we've pressed cancel, we probably don't want the chapters
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
original made lots of assumptions about the default style (and cr's styles, to some extent)
v2 copies the values from the styles themselves, and only tags if the value is actually different.
works with _all_ styles, not just the 4 i put in v1. still can't help if the cr script doesn't use styles properly.
not quite done yet, still need to sort out the handling of inline tags, but very much usable
|