- Jul 30, 2019
-
-
FarawayVision authored
Caulifla: new target lines See merge request spnati/spnati!105
-
Boanerger#9344 authored
**Total Linecount: ** 2362 -> 2403 (+41) **Generic Linecount: ** 1724 -> 1712 (-12) **Conditional Linecount: ** 667 -> 703 (+36) **Special-Conditions Linecount: ** 75 -> 93 (+18) **Targeted Linecount: ** 491 -> 511 (+20) Targeting Updates: - `leggy`: 23 -> 26 (+3) - `caulifla`: 5 -> 7 (+2) - `jin`: 0 -> 9 (+9) - `erufuda`: 24 -> 25 (+1) - `shimakaze`: 26 -> 31 (+5) Command executed by: Boanerger#9344
-
FarawayVision authored
-
FarawayVision authored
-
FarawayVision authored
-
Command executed by: FarawayVision#4854
-
-
FarawayVision authored
-
Patisdom authored
-
spnanon#8190 authored
Command executed by: spnanon#8190
-
spnanon#8190 authored
Command executed by: spnanon#8190
-
spnanon#8190 authored
Command executed by: spnanon#8190
-
FarawayVision authored
Ryuji: Ryuji bugfixes See merge request spnati/spnati!102
-
Thursdays#0266 authored
Command executed by: Thursdays#0266
-
FarawayVision authored
Mae: Typo and bug fixes See merge request spnati/spnati!101
-
FarawayVision authored
Haru: Haru bugfixes + a few extra human target lines and an easter egg line See merge request spnati/spnati!100
-
Thursdays#0266 authored
Command executed by: Thursdays#0266
-
Thursdays#0266 authored
**Total Linecount: ** 1650 -> 1654 (+4) **Conditional Linecount: ** 1230 -> 1234 (+4) **Special-Conditions Linecount: ** 131 -> 132 (+1) **Targeted Linecount: ** 942 -> 943 (+1) **Filtered Linecount: ** 180 -> 183 (+3) Targeting Updates: - `human`: 60 -> 61 (+1) Filter Updates: - `athletic`: 4 -> 6 (+2) - `muscular`: 6 -> 7 (+1) Command executed by: Thursdays#0266
-
- Jul 29, 2019
-
-
Arndress authored
Nugi-chan's basic strip dialogue isn't working quite yet for a reason that I can't diagnose tonight, and I intend to expand her targets to other summer friends and locations for a fuller release, but here are the actual images and posing work. Nugi-chan's reskin was designed by HorseKiller!
-
FarawayVision authored
Closes #25 Resolves Sentry issue SPNATI-4J
-
FarawayVision authored
-
FarawayVision authored
Closes #18 and #24
-
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`.
-