Alice Harris
7d74f36466
improve code for user.items.gear.owned.toObject as lefnire suggested in https://github.com/HabitRPG/habitrpg-shared/pull/305#issuecomment-55528155
2014-12-27 07:28:06 +10:00
Alice Harris
71269a762f
reinsert comment that was accidentally removed
2014-12-27 07:28:06 +10:00
Alice Harris
8678e10958
improve iteration over all owned items to correctly handle mogoose toObject - ref https://github.com/HabitRPG/habitrpg-shared/pull/305#issuecomment-55469925
2014-12-27 07:28:06 +10:00
Alice Harris
0391d1afc4
add mostly pointless comment to trigger a new Travis build test since the last one didn't do what I wanted :)
2014-12-27 07:28:05 +10:00
Alice Harris
abc2f59b57
allow the free weapon_warrior_0 equipment to be lost on death so that new players can experience equipment loss
2014-12-27 07:28:05 +10:00
Alice Harris
d7f9760c0f
fix typo so that Ryan doesn't make pointed comments at me
2014-12-27 07:28:05 +10:00
Alice Harris
87f51913d0
prevent off-class items and free items being lost on death
2014-12-27 07:28:05 +10:00
Sabe Jones
41f4ab7b8a
feat(event): Implement Seasonal Shop
2014-12-25 14:58:25 -06:00
Ben Lind
e1d44cc54f
HabitRPG/habitrpg#3260 Buttonless habit full width
...
When the user has neither a plus nor a minus button on
one of their habits, the habit’s title will now span the entire
width of the task div instead of having a gap to the left.
2014-12-18 14:01:31 -06:00
Tyler Renelle
3de86f35cb
fix(plans): attempted fix for: Cast to number failed for value "NaN" at
...
path "purchased.plan.consecutive.count", see https://github.com/HabitRPG/habitrpg/issues/4317
2014-12-06 12:49:19 -07:00
Tyler Renelle
2018cc84ab
fix(gem-cap) use customerId in gem purchase
2014-12-05 15:11:27 -07:00
Tyler Renelle
6ac6f4d476
fix(plans): fix conversion cap
2014-12-03 20:24:35 -07:00
Tyler Renelle
9e64bc3788
fix(plans): move plan reset up for people in inn
2014-12-03 20:16:33 -07:00
Tyler Renelle
9d3e6c71fe
fix(plans): possible safe-check of gemcapextra cc @Sabrecat
2014-12-03 20:03:40 -07:00
Tyler Renelle
3dd775235d
fix(): remove some logs
2014-12-03 19:05:54 -07:00
Tyler Renelle
bf7e1e66ed
feat(plans): time traveler - by full sets
2014-12-03 15:24:08 -07:00
Tyler Renelle
d81badde69
feat(plans): add time traveler - buy individual mystery items
2014-12-03 15:24:08 -07:00
Tyler Renelle
76be625f6d
feat(plans): add consecutive-month benefits for subscribers
2014-12-03 15:24:08 -07:00
Alice Harris
66aebf2e80
make Gold=>Gem conversion cap message more accurate in terms of when to wait until - fixes https://github.com/HabitRPG/habitrpg/issues/3996
2014-11-25 05:16:36 +10:00
Tyler Renelle
03f47cd0aa
feat(private-messages): add a "clear all" fn
2014-11-21 08:42:08 -07:00
Tyler Renelle
1bca160eb6
feat(private-messages): add features for private-messaging (deletePM, blockUser)
2014-11-20 19:06:00 -07:00
Tyler Renelle
f68f884525
refactor(reflist): helper fn for reflist.push (not used now, but might
...
need soon)
2014-11-20 16:22:42 -07:00
Tyler Renelle
a38c8761a2
feat(premium): add premium features
2014-11-18 16:21:16 -08:00
Tyler Renelle
83a22b8133
feat(webhooks): add webhooks operations
2014-11-16 20:03:20 -08:00
Tyler Renelle
97a9ecf1f4
feat(quests): goldeknight auto-drops at 40
2014-11-11 21:04:21 -07:00
Matteo Pagliazzi
e788872932
fix typo in previous commit
2014-11-03 19:55:10 +01:00
Matteo Pagliazzi
e692b4b392
do not allow user to revive if not dead, fixes HabitRPG/habitrpg#3599
2014-11-03 19:53:27 +01:00
Tyler Renelle
d3ca101dd8
feat(quests): add moonstone chain, lvl drop at 60
2014-10-23 10:33:20 -06:00
Alice Harris
6b0701cd26
Merge pull request #315 from sbreiler/develop
...
Fix percent function to return minimum zero
2014-10-11 10:16:25 +10:00
Tyler Renelle
d843ff1ae4
feat(item-store): unlock item-store earlier (lvl 1), see #4134
2014-10-09 17:23:54 -06:00
Tyler Renelle
1e9c1295e5
fix(moment): fix deprecated warnings, use updated moment syntax
2014-10-08 17:38:37 -06:00
Matteo Pagliazzi
166d53ac1b
chore(github): merge pr #327
2014-10-07 17:01:06 +02:00
Brandon Reid
d0cebce605
Fixed bug when calculating the reverse delta.
...
Added in a case for a todo with checklists
so the gp and exp for those are reversed correctly.
Added a couple test cases for checking then unchecking tasks.
2014-10-06 13:33:43 -06:00
Tyler Renelle
8cef966713
fix(spookDust): user serverside method for spookdust as it's path-protected
2014-10-03 00:31:49 -06:00
Tyler Renelle
e754ed48f7
fix(memleak): add a "nullify" function to user wrapper. This is stupid,
...
find a better way. See HabitRPG/habitrpg#4079
2014-10-02 16:44:33 -06:00
Brandon Reid
65b3561fb0
Changed calculateDelta() so when unchecking a task it removes the right amount of gold and exp
2014-10-01 17:13:51 -06:00
deilann
2054d10de2
release pets feature
2014-09-29 15:11:24 -07:00
Tyler Renelle
731d75a059
Merge branch 'fall-fest' into develop
2014-09-20 14:01:30 -06:00
Steffen Breiler
9bfd38c5f9
Fix percent function to return minimum zero
...
The percent function is used for ui-bars. When returning numbers below zero the bar will show up with 100% width, 'cause css don't know negative width.
2014-09-18 01:26:52 +02:00
Tyler Renelle
2790ee1bab
feat(fall): Add candy drops. Add canDrop & canBuy to food, handled separately for this
...
event and future events
2014-09-16 17:25:58 -06:00
Alice Harris
b93445ed93
allows stats to change for users who used rebirth
2014-09-17 06:24:39 +10:00
Alice Harris
86b61ae458
Merge pull request #304 from Alys/pushToBottom-sortFix
...
add support for pushTaskToBottom to help with To-Do sort order bug
2014-09-12 14:05:55 +10:00
Alice Harris
99e4f9b458
fix rebirth issues: reset levelDrops, wipe buffs, deequip all gear types
2014-09-10 18:40:08 +10:00
Alice Harris
a1e3505667
implement pushToBottom
2014-09-09 17:26:00 +10:00
Tyler Renelle
8708207c1c
fix(inventory): disallow buying if !item.canOwn(user)
2014-09-05 15:54:53 -06:00
Tyler Renelle
4f56d7e761
Merge pull request #295 from Alys/deathGearLoss
...
report correct equipment/gear item lost on death (most of the time)
2014-09-02 16:03:37 -06:00
Alice Harris
86b6663485
merge change for predictableRandom(options?.seed)
2014-09-02 13:47:57 +10:00
Alice Harris
bb85f6e3dd
allow correct equipment item to be lost on death - mostly fixes https://github.com/HabitRPG/habitrpg/issues/2789
2014-09-02 12:35:40 +10:00
Alice Harris
3c8ebf96d7
fix typo option/options - fixes https://github.com/HabitRPG/habitrpg-shared/issues/293
2014-09-01 12:28:32 -06:00
Alice Harris
9dfa30a61f
allow tasks to stay visible while being edited, even if the edit changes an attribute that would normally cause the task to be hidden
2014-08-23 02:17:01 +10:00