- Jul 31, 2019
-
-
ReformCopyright authored
For consistency, hide the minimal UI's human player name label with the clothing area when the human player is out. Also avoids having it visibly coloured blue at that time.
-
- Jul 29, 2019
-
-
FarawayVision authored
-
FarawayVision authored
Change DOCTYPE to HTML5 and make index.html conformant See merge request spnati/spnati!98
-
FarawayVision authored
Caulifla: line fixes See merge request spnati/spnati!97
-
Boanerger#9344 authored
**Total Linecount: ** 2361 -> 2362 (+1) Command executed by: Boanerger#9344
-
FarawayVision authored
Nami: Dialogue update See merge request spnati/spnati!96
-
metalytar13#4657 authored
**Total Linecount: ** 1529 -> 1602 (+73) **Generic Linecount: ** 764 -> 815 (+51) **Conditional Linecount: ** 765 -> 787 (+22) **Targeted Linecount: ** 338 -> 360 (+22) Targeting Updates: - `futaba`: 0 -> 11 (+11) - `mulan`: 6 -> 11 (+5) - `akko`: 4 -> 10 (+6) Command executed by: metalytar13#4657
-
Command executed by: FarawayVision#4854
-
FarawayVision authored
Meia: Stoic Pose Tweaks See merge request spnati/spnati!95
-
spnanon#8190 authored
Command executed by: spnanon#8190
-
FarawayVision authored
Caulifla: additional target lines See merge request spnati/spnati!94
-
Boanerger#9344 authored
**Total Linecount: ** 2337 -> 2361 (+24) **Conditional Linecount: ** 642 -> 667 (+25) **Targeted Linecount: ** 467 -> 491 (+24) Targeting Updates: - `erufuda`: 0 -> 24 (+24) Command executed by: Boanerger#9344
-
FarawayVision authored
-
FarawayVision authored
Tooltip fixes See merge request spnati/spnati!89
-
FarawayVision authored
Explicitly exclude :disabled buttons from :hover and :active rules. See merge request spnati/spnati!88
-
FarawayVision authored
-
- Jul 28, 2019
-
-
ReformCopyright authored
Specific rule for the Back button on the individual selection screen to override the pushdown effect :active rule.
-
Nmasp authored
Akko: New Targets: -Nami Revised Targets: -Croix (should cover more cases) Futaba: -Targets: Nami -Corrects a pose Mulan: -Targets: Croix, Nami, Lucina
-
ReformCopyright authored
Mainly involves: * adding `alt` attributes to all `<img>` and `<input type="image">` elements, at least empty ones, * adding `src` attributes to all `<img>` and `<input type="image">` elements. Uses a transparent image as a placeholder. blankcard.jpg is not needed; the card elements have backgrounds (which should be white, not off-white like name labels and speech bubbles), * fixing duplicate `id`s (partly by deleting the old individual filter modal), Other errors: * `<button>` mustn't contain block elements * boolean attributes, like `disabled`, do not take `true` and `false` as their values; they are true by existing, and if they have a value, it must be the same as the attribute name. * `<label>` can only contain one labelable control. * `<p>` can only contain inline elements and text. * `<ul>` must contain `<li>` elements. * `&` should be encoded as `&`. Side effect: * Switching to HTML5 seems to add vertical space between lines of inline-block elements. The selection cards on the individual select screen were changed from `display: inline-block` to `float: left`.
-
Command executed by: FarawayVision#4854
-
FarawayVision authored
Caulifla: updated poses, new lines, animations and dialogue fixes See merge request spnati/spnati!93
-
Boanerger#9344 authored
**Total Linecount: ** 2211 -> 2337 (+126) **Generic Linecount: ** 1715 -> 1724 (+9) **Conditional Linecount: ** 508 -> 642 (+134) **Targeted Linecount: ** 367 -> 467 (+100) Targeting Updates: - `moon`: 0 -> 1 (+1) - `lucina`: 0 -> 6 (+6) - `ryuko`: 43 -> 56 (+13) - `chihiro`: 0 -> 6 (+6) - `palutena`: 0 -> 7 (+7) - `nagisa`: 0 -> 7 (+7) - `revy`: 2 -> 10 (+8) - `leggy`: 0 -> 23 (+23) - `saki_zls`: 0 -> 29 (+29) Command executed by: Boanerger#9344
-
FarawayVision authored
Misaka: Bug fixes. See merge request spnati/spnati!92
-
SaysMISAKA#1940 authored
Command executed by: SaysMISAKA#1940
-
Command executed by: FarawayVision#4854
-
FarawayVision authored
Misaka: Dialogue update. See merge request spnati/spnati!91
-
SaysMISAKA#1940 authored
**Total Linecount: ** 451 -> 504 (+53) **Generic Linecount: ** 342 -> 395 (+53) Command executed by: SaysMISAKA#1940
-
- Jul 27, 2019
-
-
Command executed by: FarawayVision#4854
-
FarawayVision authored
Rin: Pose Updates, Dialogue Updates, Dialogue Fixes. See merge request spnati/spnati!90
-
SentimentalRotom#4264 authored
**Total Linecount: ** 1243 -> 1272 (+29) **Conditional Linecount: ** 991 -> 1005 (+14) **Special-Conditions Linecount: ** 84 -> 69 (-15) **Targeted Linecount: ** 670 -> 666 (-4) Targeting Updates: - `misty_hgss`: 0 -> 12 (+12) - `sei`: 66 -> 65 (-1) - `franziska`: 49 -> 14 (-35) - `beatrix`: 0 -> 5 (+5) Command executed by: SentimentalRotom#4264
-
ReformCopyright authored
* Refactor status icon and tooltip updating. * Initialize tooltips once and in one place (except for the individual selection screen, where selection cards are created dynamically) by setting tooltip attributes in index.html. * Change `updateIndividualSelectScreen()` to hiding and showing selection cards to avoid destroying the tooltip handlers. * Move `pointer-events: none` property to .opponent-image so that opponent suggestion status tooltips work. * Change placement of tooltips so they fit on screen.
-
ReformCopyright authored
Needed after switching to class combinations made the rules more specific than the :disabled rule.
-
FarawayVision authored
Erufuda: lines to Akko and Hanako See merge request spnati/spnati!87
-
Mike#4433 authored
**Total Linecount: ** 759 -> 794 (+35) **Generic Linecount: ** 567 -> 568 (+1) **Conditional Linecount: ** 192 -> 226 (+34) **Special-Conditions Linecount: ** 24 -> 26 (+2) **Targeted Linecount: ** 104 -> 138 (+34) **Filtered Linecount: ** 62 -> 63 (+1) Targeting Updates: - `hanako`: 0 -> 9 (+9) - `akko`: 0 -> 25 (+25) Filter Updates: - `undead`: 0 -> 1 (+1) Command executed by: Mike#4433
-
Nmasp authored
-
FarawayVision authored
Nami: Lines to Lucina, fixes typos. See merge request spnati/spnati!86
-
metalytar13#4657 authored
**Total Linecount: ** 1520 -> 1529 (+9) **Generic Linecount: ** 765 -> 764 (-1) **Conditional Linecount: ** 755 -> 765 (+10) **Targeted Linecount: ** 328 -> 338 (+10) Targeting Updates: - `lucina`: 0 -> 10 (+10) Command executed by: metalytar13#4657
-
- Jul 26, 2019
-
-
Command executed by: FarawayVision#4854
-
FarawayVision authored
Cammy_white: bugs fixes See merge request spnati/spnati!85
-
metalytar13#4657 authored
**Total Linecount: ** 2042 -> 2065 (+23) **Generic Linecount: ** 750 -> 751 (+1) **Conditional Linecount: ** 1292 -> 1314 (+22) **Targeted Linecount: ** 973 -> 995 (+22) Targeting Updates: - `nami`: 0 -> 22 (+22) Command executed by: metalytar13#4657
-