- Apr 22, 2017
-
-
Master-Fate authored
Unique lines and pose count are consolidated into a single "Stats" credit box that is placed below the Writer box. Subject to change depending on feedback.
-
Master-Fate authored
-
Dilettante authored
-
Dilettante authored
-
Dilettante authored
-
- Apr 21, 2017
-
-
Dilettante authored
By request of her creator
-
Dilettante authored
-
Dilettante authored
-
- Apr 20, 2017
-
-
Master-Fate authored
-
Master-Fate authored
Design subject to change.
-
- Apr 19, 2017
-
-
Dilettante authored
-
Dilettante authored
Also renames the tables to avoid some confusion seen on Reddit
-
- Apr 18, 2017
-
-
Dilettante authored
Will this fix the Zone/Zone-tan name problem? See merge request !101
-
Patrickisdom authored
-
Arndress authored
Also updated Ruby's targeted lines Credit: throwaway927263 & BB
-
- Apr 17, 2017
-
-
Master-Fate authored
-
- Apr 16, 2017
-
-
Joseph Kantel authored
-
Joseph Kantel authored
Bugfix: Fix text overflow issue for Artist/Writer boxes See merge request !99
-
Arndress authored
Feature: Line counter tool updates - Batch processing See merge request !100
-
Master-Fate authored
The -t or --totalonly switches now allow only the line counts to be generated, instead of all the dialogue lines as well. This can be useful for a more summary-based overview of the unique dialogue counts, especially when used in combination with file globbing.
-
- Apr 15, 2017
-
-
Master-Fate authored
-
Master-Fate authored
-
Master-Fate authored
-
Master-Fate authored
-
Master-Fate authored
-
Master-Fate authored
Also fixes an issue where leaving the credits on on one select screen would cause the other to retain the same value.
-
Master-Fate authored
The calls to count line and images should now only be called when the Credit screen is active. This should hopefully reduce the number of calls overall.
-
Master-Fate authored
-
Master-Fate authored
Such as when there are fewer than 4 individuals shown, e.g. as a result of a search/filter.
-
Master-Fate authored
Counting handlers will now trigger for group members on the group selecrion screen on page change or credits button. Once again, if line/image counts for a character have already been loaded, they will not be loaded again. However, because of the way the loadGroupMemberMeta code is written, characters whose counts were loaded on the individual select screen are different from those on the group selection screen, so browsing groups for the first time this session WILL cause the behaviour.xml file to be fetched. TL;DR: Group Select screen Misty and Individual Select screen Misty are are two different players, so the Misty behaviour.file is fetched twice. The way group members are loaded would have to be rewritten to reduce the number of calls further.
-
Arndress authored
Also merged stages 6 and -3 (both nude), which were mostly duplicated
-
Master-Fate authored
-
Master-Fate authored
The call to behaviour.xml to compute unique line counts is now triggered for characters currently on the selection screen in the following situations: (1) That character's line or image count is not already loaded, AND (2) The user presses the Credits button, OR the user changes pages On first run, this will increase the number of calls to characters' behaviour files by four, but it should not be needed upon subsequent loads. Ideally the calls should not be made unless the Credits screen is displayed, so that might be an avenue worth exploring. This commit also introduces JS Promises into the code, which are cleaner than chaining AJAX success callbacks. However, they are newer, so they may or may not impact older or mobile browsers (MDN suggests they are at least supported by most). Should they cause problems, either they will need to be rewritten, or more preferably, be substituted with a polyfill.
-
- Apr 14, 2017
-
-
Master-Fate authored
For now, the function simply outputs the number of unique dialogue lines to the console rather than displaying on screen. It seems to match the output of the XML unique line counter tool for most characters but a small handful of them seem to have a 1-2 line discrepancy.
-
Master-Fate authored
-
Master-Fate authored
-
Master-Fate authored
Text on the selection screen (particularly when credits are displayed) will overflow their outlined boxes if the text is too long. This function will wrap the text with some HTML markup, to allow proper word wrapping and word breaking.
-
Dilettante authored
-
Dilettante authored
-
- Apr 13, 2017
-
-
Arndress authored
-