- 26 May, 2020 1 commit
-
-
David Revoy authored
Thanks to a long effort to find a way to remove this duplication (having two time to enter the title; on cover + on top title). And special thanks to Ctk and Midgard for starting the investigation, and mainly thanks to @gunchleoc for the creation of all the tools and all the tests for making this big change possible. Bravo! Goodbye to 6 years of covers... Note: the cover that required special translation will be replaced with new artworks as mentionned on the issue. Ref: #86
-
- 18 May, 2020 1 commit
-
-
- 01 May, 2020 1 commit
-
-
GunChleoc authored
-
- 05 Apr, 2020 1 commit
-
-
GunChleoc authored
-
- 24 Jul, 2019 7 commits
-
-
Gleki Arxokuna authored
-
Gleki Arxokuna authored
-
Gleki Arxokuna authored
-
Gleki Arxokuna authored
-
Gleki Arxokuna authored
This reverts commit 21bc8ea7.
-
Gleki Arxokuna authored
This reverts commit ffa6c33b.
-
Gleki Arxokuna authored
This reverts commit 6dbc92ed.
-
- 23 Jul, 2019 3 commits
-
-
Gleki Arxokuna authored
-
Gleki Arxokuna authored
-
Gleki Arxokuna authored
-
- 04 Sep, 2018 2 commits
-
-
David Revoy authored
Issue: My system reinstall under Kubuntu 18.04 hit a bug: my font symlink sounds no more welcome into my .local/share/fonts folder. A symlink into the ~/.fonts works. Meanwhile; it mean I rendered all SVG with missing fonts. = EPIC FAIL = Thanks @Alkarex for the review and finding the issue. And sorry. Ref: !109 Method used to clean up a full day of rendering: $ find /home/deevad/peppercarrot/webcomics/ -mmin -840 -not -path "*/cache/*" -name '*.svg' | xargs geany Then use the search/replace to alterate the SVG so renderfarm catch a new change and re-render. I choosed to capitalize a comment generated by Inkscape; so it doesn't affect the fileweight. A cheap tip for triggering a re-render!
-
-
- 24 Aug, 2018 1 commit
-
-
- 01 Aug, 2018 1 commit
-
-
- 21 Jul, 2018 1 commit
-
-
M1dgard authored
-
- 04 Jul, 2018 1 commit
-
-
M1dgard authored
-
- 29 Jun, 2018 2 commits
- 31 Dec, 2017 1 commit
-
-
David Revoy authored
It was done with the command line: find /home/deevad/peppercarrot/webcomics/ -name '*.svg' -not -path "*cache/*" -exec sed -i "s%Alex Brush%Cursivah%g" {} \; I tested 5 sample files randomly, all were OK so far, I hope all render will be fine as it needs to re-render all episodes affected ( for single page only strip ). 81 files are affected. It's a big step (2) on the way to solve issue #5
-
- 07 Nov, 2017 1 commit
-
-
David Revoy authored
This give me room to paste my Krita files at the root of each episode directories and manage other working subdirectories per episode.
-