Sabe Jones
12cefe4e9f
Spring Fling 2017 ( #8579 )
...
* feat(event): Spring Fling 2017
* fix(sprites): adjustments
Also enables pastel hair/skin purchases
2017-03-18 12:01:41 -05:00
Sabe Jones
4909f67ded
feat(content): Pet Quest and Future Mystery Sets ( #8569 )
2017-03-14 14:31:10 -05:00
Sabe Jones
61db283473
Jackalopes ( #8547 )
...
* feat(content): add Jackalope rare mount
* chore(news): Bailey for Group Plans
* fix(sprites): correct inconsistent file perms
2017-03-09 14:50:28 -07:00
Sabe Jones
f68cc569d6
fix(sprites): adjust eggs ( #8543 )
2017-03-08 11:12:49 -06:00
Sabe Jones
448a953147
Backgrounds and Armoire 2017/03 ( #8525 )
...
* feat(content): add Armoire and BGs 2017-03
* chore(sprites): compile
* chore(event): disable Cupid Potions
* fix(sprites): correct shop canvas
* chore(news): Bailey 2017-03-02
* 3.78.0
2017-03-02 15:49:07 -06:00
Sabe Jones
ab65aa692f
fix(sprites): NYE 2x pixelfixes
...
and move a promo to subfolder
2017-02-23 02:56:33 +00:00
Sabe Jones
daa6bd0315
chore(event): end Valentine's
2017-02-21 21:21:25 +00:00
Sabe Jones
99f2373214
feat(content): Mystery items 2017/02
2017-02-21 21:20:24 +00:00
Sabe Jones
605488dd47
feat(content): Guinea Pig quest
2017-02-16 20:51:12 +00:00
Sabe Jones
ff5c44c5a8
feat(event): Valentine's
2017-02-14 17:32:23 +00:00
Sabe Jones
569fbff244
feat(content): backgrounds and Armoire Feb 2017
2017-02-02 17:30:46 +00:00
Sabe Jones
3fe847f329
feat(content): Cupid Hatching Potions
2017-02-02 17:29:33 +00:00
Sabe Jones
8d148b4d69
End Winter Wonderland ( #8466 )
...
* chore(event): end Winter Wonderland
* fix(test): update constant
2017-02-02 09:08:51 -06:00
Sabe Jones
930a869365
feat(event): Habit Birthday 2017
2017-01-31 18:30:39 +00:00
Sabe Jones
8d5becc9ce
feat(content): subscriber items 2017-01
2017-01-24 21:30:16 +00:00
Sabe Jones
37a71924fe
Incentives, Batch 2 ( #8435 )
...
* feat(content): Incentives batch 2 gear
* feat(incentives): incentives 55-100
* chore(migration): hand out missed incentive
* refactor(constant): export MAX_INCENTIVES
* fix(incentives): correct const import
and say "Royal Purple Potion" not "Royal Purple"
2017-01-20 20:36:38 -06:00
Sabe Jones
f00bb29192
fix(quest): correct pt 2 label
2017-01-18 16:25:52 +00:00
Sabe Jones
6169b9d0ae
feat(content): new Gold quests ( #8418 )
...
and Wintery Skins, and fixes #8412
2017-01-17 16:03:10 -08:00
MathWhiz
838c8b4e08
Update Royal Purple Flying PIg ( #8401 )
2017-01-12 15:06:25 -08:00
Sabe Jones
023e433a5c
feat(content): Triceratops pet quest
2017-01-10 20:32:21 +00:00
Sabe Jones
13da92ea68
feat(content): Armoire and BGs 2017-01
2017-01-03 21:35:23 +00:00
Sabe Jones
c6560b6b1b
chore(event): end New Year's bennies
2017-01-03 00:19:20 +00:00
Sabe Jones
969607cd3b
feat(event): New Year's 2016
2016-12-30 22:19:29 +00:00
padm0
1f95376d39
added missing pixels to robe fixes #8289 ( #8296 )
2016-12-26 03:06:34 +10:00
Sabe Jones
27c38bdf45
feat(content): subscriber items 2016-12
2016-12-21 20:34:45 +00:00
Sabe Jones
30f3d786bb
feat(event): Winter Wonderland 2016-2017 ( #8290 )
2016-12-16 17:49:22 -08:00
padm0
07bbba6789
newly designed peppermint panda mount. Original images were incorrect drawings. fixes #7982 ( #8286 )
2016-12-16 16:53:09 -08:00
padm0
6afb2bd0d4
adjust positioning on mounts fixes #7982 ( #8285 )
...
* adjust positioning on mounts fixes #7982
* fixing background on peppermint flying pig
2016-12-16 16:46:37 -08:00
Sabe Jones
281f6d1806
Holly Potions ( #8281 )
...
* feat(content): Wonderland 2016 gear strings
* feat(content): Holly Potions
and string data for Winter Wonderland and December subscriber gear
* fix(event): correct winter availability
* refactor(canBuy): concise return logic
* chore(news): Bailey
2016-12-15 08:36:28 -08:00
Kaitlin Hipkin
0817cf96e1
Achievement list renovation & Achievements API ( #7904 )
...
* pull apart achievements into different subcategories
* achievs previously hidden to others if unachieved are now always shown
* achievs previously always hidden if unachieved are now always shown
* pull apart ultimate gear achievs
* add achiev wrapper mixin
* add achiev mixin for simple counts
* add achiev mixin for singular/plural achievs
* add simpleAchiev mixin and support attributes
* always hide potentially unearnable achievs if unearned
* contributor achiev now uses string interpolation for readMore link
* transition to basic achiev grid layout
* fix npc achievement img bug introduced in c90f7e2
* move surveys and contributor achievs into special section so it is never empty
* double size of achievs in achievs grid
* achievs in grid are muted if unachieved (includes recompiled sprites)
* fix streak notification strings
* add counts to achievement badges for applicable achieved achievs
* list achievements by api
* fix achievement strings in new api
* unearned achievs now use dedicated (WIP) 'unearned' badge instead of muted versions of the normal badges
* fix & cleanup achievements api
* extract generation of the achievements result to a class
* clean up achievement counter css using existing classes
* simplify exports of new achievementBuilder lib
* remove class logic from achievementBuilder lib
* move achievs to common, add rebirth achiev logic, misc fixes
* replace achievs jade logic with results of api call
* fix linting errors
* achievs lib now returns achievs object subdivided by type (basic/seasonal/special
* add tests for new achievs lib
* fix linting errors
* update controllers and views for updated achievs lib
* add indices to achievements to preserve intended order
* move achiev popovers to left
* rename achievs lib to achievements
* adjust positioning of achieve popovers now that stats and achievs pages
are separate
* fix: achievements api correctly decides whether to append extra string for master and triadBingo achievs
* revert compiled sprites so they don't bog down the PR
* pull out achievs api integration tests
* parameterize ultimate gear achievements' text string
* break out static achievement data from user-specific data
* reorg content.achievements to add achiev data in related chunks
* cleanup, respond to feedback
* improve api documentation
* fix merge issues
* Helped Habit Grow --> Helped Habitica Grow
* achievement popovers are muted if the achiev is unearned
* fix singular achievement labels / achievement popover on click
* update apidoc for achievements (description, param-type, successExample, error-types)
* fix whitespace issues in members.js
* move html to a variable
* updated json example
* fix syntax after merge
2016-12-13 12:48:18 -06:00
padm0
90a9e8e192
Fixing 112016 mystery set. ( #8276 )
2016-12-12 09:13:59 -08:00
Travis
5efe5b7b10
updating dragon mount images to all align. fixes #8253 ( #8259 )
2016-12-08 19:52:12 +10:00
Sabe Jones
1249b9d410
feat(content): Dec 2016 pets
2016-12-07 20:57:25 +00:00
Sabe Jones
eae5f0d605
fix(sprites): staff position
2016-12-02 00:08:44 +00:00
Sabe Jones
de070a450a
feat(content): BGs and Armoire 2016-12
2016-12-01 21:22:22 +00:00
Myles Louis Dakan
c42f81b629
changed quest images for egg and knight1 ( #8245 )
2016-12-01 10:58:38 -06:00
Sabe Jones
9a78a7b896
fix(npcs): remove foamy Daniel
2016-12-01 15:44:08 +00:00
Sabe Jones
0ba5df4164
chore(news): Last Chance Bailey
2016-11-30 20:43:55 +00:00
Sabe Jones
25b0ff38c4
Login Incentives ( #8230 )
...
* feat(incentives): login bennies WIP
* feat(content): incentive prize content WIP
* fix(content): placeholders pass tests
* WIP(content): Bard instrument placeholder
* feat(content): Incentives build
* chore(sprites): compile
and fix some strings
* WIP(incentives): quests and backgrounds
* fix(quests): correct buy/launch handling
* [WIP] Incentives rewarding (#8226 )
* Added login incentive rewards
* Updated incentive rewards
* Added incentive modal and updated notification structure
* Added analytics to sleeping
* Added login incentives to user analytics
* Fixed unit tests and ensured that prizes are incremented and not replaced
* Updated style of daily login incentive modal
* Added rewards modal
* Added translations
* Added loigin incentive ui elements to profile
* Updated login incentives structure and abstracted to common.content
* Added dynamic display for login incentives on profile
* Added purple potion image
* Updated daily login modal
* Fixed progress calculation
* Added bard gear
* Updated login incentive rewards
* Fixed styles and text
* Added multiple read for notifications
* Fixed lint issues
* Fixed styles and added 50 limit
* Updated quest keys
* Added login incentives reward page
* Fixed tests
* Fixed linting and tests
* Read named notifications route. Add image for backgrounds
* Fixed style issues and added tranlsations to login incentive notification
* Hided abiltiy to purchase incentive backgrounds and added message to detail how to unlock
* Updated awarded message
* Fixed text and updated progress counter to display better
* Fixed purple potion reward text
* Fixed check in backgrouns reward text
* fix(quest): pass tests
* Added display of multiple rewards
* Updated modal styles
* Fixed neagtive 50 issue
* Remvoed total count from daily login incentives modal
* Fixed magic paw display
* fix(awards): give bunnies again
* WIP(incentives): more progress on BG shop
* fix(incentives): actually award backgrounds
* fix(incentives): more BG fixy
* fix(backgrounds): don't gem-buy checkin bgs
* Added dust bunny notification
* fix(incentives): don't redisplay bunny award
* chore(news): Bailey
and different promo sprite
2016-11-23 19:34:09 -06:00
Sabe Jones
80e9735b28
Turkey Day 2016 ( #8231 )
...
* feat(event): Turkey Day 2016
* fix(test): allow for free pet
2016-11-22 20:00:10 -06:00
Mich Elliott
7d76622410
Remove white backgrounds from mount sprites ( #8217 )
...
* Remove white background from single mount sprite
* Remove white background on ~40 mount sprites
2016-11-21 07:48:41 +10:00
Sabe Jones
28637286d6
fix(sprites): remove base outlines
2016-11-17 17:49:35 +00:00
Sabe Jones
c977e5ebb5
fix(sprites): adjust Y position
2016-11-17 17:49:34 +00:00
Sabe Jones
f040e668f3
chore(sprites): add
2016-11-17 17:49:34 +00:00
Sabe Jones
b6fdac8885
feat(quest): Ferret Pet
2016-11-15 22:14:12 +00:00
Sabe Jones
8cbbb58e78
chore(event): end Fall Fest
2016-11-04 20:20:53 +00:00
Sabe Jones
35b9ed6273
backgrounds and Armoire 2016-11 ( #8178 )
...
* feat(content): backgrounds and Armoire 2016-11
* chore(event): November Take This migration
* chore(news): Bailey
2016-11-02 18:27:32 -05:00
Sabe Jones
1c018cedb1
chore(event): sprites and news
2016-10-31 18:45:39 +00:00
Sabe Jones
80892bd6a8
feat(event): JackOLantern ladder ( #8174 )
2016-10-31 08:14:06 -05:00
Sabe Jones
d323be19c6
Mystery Items 2016/10 ( #8169 )
...
* feat(content): mystery items 2016-10
* chore(news): Bailey 2016-10-25
Also ends the Enchanted Armoire A/B test.
* fix(armoire): failing tests from A/B conclusion
2016-10-25 16:16:00 -05:00