Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | depctrl global config: remove debug library import | garret | 2022-07-12 | 1 | -3/+1 |
| | | | | oops | ||||
* | order layers: add script_namespace | garret | 2022-07-11 | 1 | -1/+2 |
| | | | | note to self: dont forget this or depctrl will see it as itself | ||||
* | add depctrl global config macro | garret | 2022-07-11 | 1 | -0/+173 |
| | |||||
* | add syl splitter | garret | 2022-06-19 | 1 | -0/+44 |
| | |||||
* | fix the fix that i did not check | garret | 2022-06-17 | 1 | -7/+3 |
| | | | | oops | ||||
* | add timings copier | garret | 2022-06-17 | 1 | -0/+54 |
| | | | | for copying song timings, so eng+romaji+moonrunes all line up | ||||
* | nuke old and bad config stuff | garret | 2022-06-17 | 4 | -117/+8 |
| | | | | | | | 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 | ||||
* | use syntactic sugar (thing:func vs func(thing, etc)) | garret | 2022-06-17 | 1 | -7/+7 |
| | |||||
* | new script | garret | 2021-12-23 | 3 | -0/+103 |
| | |||||
* | new script | garret | 2021-12-22 | 2 | -0/+43 |
| | |||||
* | use -ss and -to "properly" | garret | 2021-12-15 | 1 | -2/+2 |
| | | | | | | | | 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 | ||||
* | add depctrl thing | garret | 2021-10-09 | 9 | -79/+182 |
| | | | | no feed yet, will get round to it eventuallyâ„¢ | ||||
* | finally add config stuff | garret | 2021-10-09 | 2 | -0/+97 |
| | |||||
* | macro folder | garret | 2021-09-30 | 10 | -0/+0 |
| | | | | the beginning of becoming like every other cartel-aproved script repo in existence | ||||
* | remove bad from readme | garret | 2021-09-08 | 1 | -8/+0 |
| | |||||
* | remove bad | garret | 2021-09-07 | 1 | -45/+0 |
| | |||||
* | add message | garret | 2021-09-07 | 1 | -1/+4 |
| | |||||
* | more stuff | garret | 2021-09-07 | 2 | -3/+3 |
| | |||||
* | stuff | garret | 2021-09-07 | 2 | -1/+4 |
| | |||||
* | remove log after generating chapters | garret | 2021-08-21 | 1 | -8/+6 |
| | | | | | if they've been saved, it's pretty obvious if we've pressed cancel, we probably don't want the chapters | ||||
* | rename cr restyler -> restyler | garret | 2021-08-21 | 2 | -15/+14 |
| | |||||
* | remove stuff that shouldntve been there in the first place | garret | 2021-08-19 | 1 | -19/+2 |
| | |||||
* | update readme | garret | 2021-08-16 | 1 | -12/+3 |
| | |||||
* | cr restyler v2 | garret | 2021-08-15 | 1 | -20/+32 |
| | | | | | | | 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 | ||||
* | fix incorrect wildcards | garret | 2021-08-11 | 1 | -1/+1 |
| | | | | caused by incorrect documentation | ||||
* | compatibility with significance (same things can go in fx field) | garret | 2021-08-11 | 1 | -6/+7 |
| | | | | also changed some wording | ||||
* | get path with aegi save dialogue | garret | 2021-08-11 | 1 | -6/+12 |
| | |||||
* | use lfs | garret | 2021-08-11 | 1 | -3/+4 |
| | | | | as opposed to os.execute(mkdir) lol | ||||
* | a -> aegi | garret | 2021-08-11 | 1 | -18/+18 |
| | |||||
* | add gitignore | garret | 2021-08-10 | 1 | -0/+12 |
| | |||||
* | remove comments | garret | 2021-08-10 | 1 | -17/+1 |
| | | | | ironic, i know | ||||
* | improve readme | garret | 2021-08-09 | 1 | -16/+53 |
| | |||||
* | improve script description | garret | 2021-08-09 | 1 | -1/+1 |
| | | | | probably committing several war crimes by not bumping the version number but oh well | ||||
* | minor bugfix, add comments, improve (?) code readability, semver | garret | 2021-08-09 | 1 | -25/+28 |
| | |||||
* | normal edit would be better i think | garret | 2021-07-24 | 1 | -3/+3 |
| | | | | prevents newline fuckery | ||||
* | new ones that do stuff with comments | garret | 2021-07-21 | 3 | -0/+91 |
| | | | | each script is a different type of comment tho | ||||
* | add reporting of amount of bleeds | garret | 2021-07-14 | 1 | -1/+4 |
| | |||||
* | remove tagstrip | garret | 2021-07-11 | 2 | -32/+0 |
| | | | | literally exactly the same as the one that comes with aegi | ||||
* | update readme | garret | 2021-07-10 | 1 | -5/+13 |
| | |||||
* | improve a-b | garret | 2021-07-10 | 1 | -10/+23 |
| | |||||
* | add k->a | garret | 2021-07-10 | 2 | -0/+71 |
| | |||||
* | fix thing left from when writing it | garret | 2021-07-07 | 1 | -1/+1 |
| | |||||
* | add scenebleed detector | garret | 2021-07-06 | 2 | -0/+36 |
| | |||||
* | find -> match | garret | 2021-06-15 | 1 | -4/+4 |
| | | | | does the same thing that i was trying to do, but properly | ||||
* | update readme | garret | 2021-06-13 | 1 | -0/+14 |
| | |||||
* | make it work with adding 2 tags at same time | garret | 2021-06-13 | 1 | -5/+7 |
| | |||||
* | new ones | garret | 2021-06-13 | 2 | -0/+67 |
| | |||||
* | [README] add chapter gen | garret | 2021-04-25 | 1 | -0/+7 |
| | |||||
* | [Dupe and Comment] put the menu items in sub-menu | garret | 2021-04-25 | 1 | -6/+3 |
| | |||||
* | add chapter-maker | garret | 2021-04-25 | 1 | -0/+75 |
| |