feat(backgrounds): september 2014 backgrounds

This commit is contained in:
Tyler Renelle 2014-09-02 12:02:37 -06:00
parent a8ba7ebc61
commit 60b93367e5
19 changed files with 2522 additions and 2467 deletions

File diff suppressed because one or more lines are too long

View file

@ -10822,7 +10822,7 @@ gear = {
value: 200,
canOwn: (function(u) {
var _ref;
return +((_ref = u.backer) != null ? _ref.tier : void 0) >= 300;
return (+((_ref = u.backer) != null ? _ref.tier : void 0) >= 300) || (u.items.gear.owned.head_special_2 != null);
})
},
nye: {
@ -12776,6 +12776,20 @@ api.backgrounds = {
text: t('backgroundDustyCanyonsText'),
notes: t('backgroundDustyCanyonsNotes')
}
},
backgrounds092014: {
thunderstorm: {
text: t('backgroundThunderstormText'),
notes: t('backgroundThunderstormNotes')
},
autumn_forest: {
text: t('backgroundAutumnForestText'),
notes: t('backgroundAutumnForestNotes')
},
harvest_fields: {
text: t('backgroundHarvestFieldsText'),
notes: t('backgroundHarvestFieldsNotes')
}
}
};
@ -13384,14 +13398,19 @@ api.taskClasses = function(task, filters, dayStart, lastCron, showCompleted, mai
return 'hidden';
}
if (main) {
for (filter in filters) {
enabled = filters[filter];
if (enabled && !((_ref = task.tags) != null ? _ref[filter] : void 0)) {
return 'hidden';
if (!task._editing) {
for (filter in filters) {
enabled = filters[filter];
if (enabled && !((_ref = task.tags) != null ? _ref[filter] : void 0)) {
return 'hidden';
}
}
}
}
classes = type;
if (task._editing) {
classes += " beingEdited";
}
if (type === 'todo' || type === 'daily') {
if (completed || (type === 'daily' && !api.shouldDo(+(new Date), task.repeat, {
dayStart: dayStart

928
dist/spritesmith0.css vendored

File diff suppressed because it is too large Load diff

BIN
dist/spritesmith0.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 98 KiB

954
dist/spritesmith1.css vendored

File diff suppressed because it is too large Load diff

BIN
dist/spritesmith1.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 72 KiB

496
dist/spritesmith2.css vendored

File diff suppressed because it is too large Load diff

BIN
dist/spritesmith2.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 83 KiB

1584
dist/spritesmith3.css vendored

File diff suppressed because it is too large Load diff

BIN
dist/spritesmith3.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 161 KiB

After

Width:  |  Height:  |  Size: 170 KiB

488
dist/spritesmith4.css vendored

File diff suppressed because it is too large Load diff

BIN
dist/spritesmith4.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 KiB

After

Width:  |  Height:  |  Size: 171 KiB

488
dist/spritesmith5.css vendored

File diff suppressed because it is too large Load diff

BIN
dist/spritesmith5.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View file

@ -23,5 +23,13 @@
"backgroundDustyCanyonsText":"Dusty Canyon",
"backgroundDustyCanyonsNotes":"Wander through a Dusty Canyon.",
"backgroundVolcanoText":"Volcano",
"backgroundVolcanoNotes":"Heat up inside a Volcano."
"backgroundVolcanoNotes":"Heat up inside a Volcano.",
"backgrounds092014": "SET 4: Released September 2014",
"backgroundThunderstormText":"Thunderstorm",
"backgroundThunderstormNotes":"Conduct lightning in a Thunderstorm.",
"backgroundAutumnForestText":"Autumn Forest",
"backgroundAutumnForestNotes":"Stroll through an Autumn Forest.",
"backgroundHarvestFieldsText":"Harvest Fields",
"backgroundHarvestFieldsNotes":"Cultivate your Harvest Fields."
}

View file

@ -1083,6 +1083,16 @@ api.backgrounds =
dusty_canyons:
text: t('backgroundDustyCanyonsText')
notes: t('backgroundDustyCanyonsNotes')
backgrounds092014:
thunderstorm:
text: t('backgroundThunderstormText')
notes: t('backgroundThunderstormNotes')
autumn_forest:
text: t('backgroundAutumnForestText')
notes: t('backgroundAutumnForestNotes')
harvest_fields:
text: t('backgroundHarvestFieldsText')
notes: t('backgroundHarvestFieldsNotes')
repeat = {m:true,t:true,w:true,th:true,f:true,s:true,su:true}
api.userDefaults =