Tyler Renelle
c6f7ab8a5c
fix(spells): some $rootScope.applying action fixes so cast-ending is
...
immediate instead of waiting on response. Also, slim down party
population to the essentials to avoid RequestEntityTooLarge
2014-01-21 23:04:01 -08:00
Tyler Renelle
9e69d7959f
feat(quests): add level requirement for quests
2014-01-21 17:46:17 -08:00
Tyler Renelle
ad4ca6655a
feat(cheating) prevent +habit spamming with a 10s timer
2014-01-19 19:32:17 -08:00
Tyler Renelle
a1df41ad81
fix(spells): <ESC> to cancel spell-casting
2014-01-18 14:15:45 -07:00
Cole Gleason
0579c43248
fix(profile): fix bug where empty profile displayed on username click
...
Due to #2396 , Shared was undefined in one controller. There may be other
cases we should look out for.
Fixes #2465
2014-01-18 01:38:09 -06:00
diablo
7179a30827
Fixed broken test for display name
2014-01-17 19:16:40 -06:00
diablo
16c38634b6
Modifies pet name to be 'Desert Wolf' rather than 'Wolf-Desert'
2014-01-16 21:42:08 -06:00
diablo
dfdccfb458
generifies article for food when feeding to pet
2014-01-16 21:34:10 -06:00
diablo
7e791158d4
Fixes misuse of food.key in modal display and instead uses the text value
2014-01-16 20:42:15 -06:00
Andrew Bloomgarden
dc368bb652
Remove references to $rootScope.Shared & .Content in non-view code.
...
Instead, have them request services that return them so tests don’t need to prepare special state.
2014-01-15 21:33:58 -08:00
Andrew Bloomgarden
77801e458e
Change static module name to habitrpgStatic.
...
The way the tests are written now, the habitrpg module definition in static.js
was clobbering the one in app.js. In other words, most of the tests weren't
testing what they thought they were testing.
2014-01-15 21:33:57 -08:00
Tyler Renelle
86220f3e0e
Merge pull request #2319 from HabitRPG/sabe/preferences
...
Finish up @wc8 suggested user preferences: tags and Advanced Options
2014-01-15 21:04:05 -08:00
Tyler Renelle
0ce10ef339
Merge pull request #2352 from colegleason/quest-scroll
...
Allow users to purchase quest scrolls even if they haven't finished the previous quest
2014-01-15 15:39:59 -08:00
Sabe Jones
6e821fa681
Create drop notification Growl style
2014-01-14 22:02:22 -06:00
Tyler Renelle
23d4cba3d3
start moving some directives to habitrpg-shared so mobile can use them,
...
starting with markdown directive
2014-01-13 22:15:32 -07:00
Cole Gleason
58803773d2
Allow users to purchase quest scrolls even if they haven't finished the previous quest
2014-01-10 15:43:44 -06:00
Sabe Jones
27e9dfa0d5
Finish up @wc8 suggested user preferences: tags and Advanced Options start collapsed
2014-01-08 22:19:38 -06:00
Brandon McPhail
521653c102
Rounded critical hit percentages in notifications, e.g. 149.999998% becomes 150%
2014-01-08 15:33:36 -08:00
Brandon McPhail
77278bcffc
Fixed issue where only the first markdown link in a message would open in a new tab. Now all do.
2014-01-08 15:33:36 -08:00
Cole Gleason
cdd80f11e8
Copy leave and clickLeave function for party to fix #2304 . TODO: Refactor into one function?
2014-01-08 15:09:08 -06:00
Tyler Renelle
f742d3202a
Merge pull request #2296 from SyntaxPickax/develop
...
Fixed UI issues when editing checklists
2014-01-07 20:22:52 -08:00
Tyler Renelle
5501969262
Merge pull request #2255 from colegleason/leave-guild-challenges
...
When a user leaves a group, remove them from all group challenges
2014-01-07 19:57:39 -08:00
Brandon McPhail
cf069cbca2
Fixed case where click on trash icon left Checklist string. Test for task.checklist[0] was unnecessary in saveTask().
2014-01-07 12:30:47 -08:00
Brandon McPhail
07d4fc1184
Fixed UI issues when editing checklists
2014-01-07 11:55:41 -08:00
Tyler Renelle
bef4f0685e
Merge pull request #2291 from HabitRPG/sabe/tweak2
...
Beef up critical hit notification with its own style and icon
2014-01-07 10:34:07 -08:00
Sabe Jones
1a92ec1748
Beef up critical hit notification with its own style and icon
2014-01-07 12:03:07 -06:00
Tyler Renelle
54c8f4bc3a
Merge pull request #2288 from HabitRPG/sabe/fix
...
Client side of Rebirth-related fix: don't remove Wolf Eggs upon unlock
2014-01-07 09:49:40 -08:00
Tyler Renelle
154abcefbb
#2010 Add party stats back in. Depends on habirpg-shared#939ce14 to wrap members
2014-01-07 10:46:51 -07:00
Sabe Jones
be2def91f1
Fix #2048 (streak bonuses not appearing to add up)
2014-01-07 11:14:34 -06:00
Sabe Jones
bbbc9bfe50
Client side of Rebirth-related fix: don't remove Wolf Eggs upon drops unlock if user has some already
2014-01-07 08:13:03 -06:00
Cole Gleason
b10c29f02f
Fixed bug where user wasn't really removed. Changed popup depending on if user was in challenges. Fixed selectedChal typo
2014-01-06 23:06:14 -06:00
Tyler Renelle
53aa0bba59
#2245 fix tour wording from 1.5% => 50% class stat bonus
2014-01-06 21:26:55 -07:00
Tyler Renelle
f539108b39
Merge pull request #2275 from colegleason/streak-modal
...
Don't show Streak achievement modal on Fix Character Values if it was undefined
2014-01-06 19:59:14 -08:00
steve hiemstra
fd56c17518
work on #2183 resize checklist items
...
such that they resize dynamically; however the text will still not wrap
due to the fact that it is an input.
2014-01-06 21:21:01 -05:00
Cole Gleason
eb9db5b612
Don't show Streak achievement modal on Fix Character Values if it was previously undefined
2014-01-06 16:43:56 -06:00
Tyler Renelle
f6e6d115ac
chat: add +1 (like) to messages. @snicker does views/options/social/chat-message.jade flag you for any performance issues which should be optimized with bindonce? (I'm still a bit of a bo-noob)
2014-01-05 22:12:02 -07:00
Tyler Renelle
eb5a9150ab
hall: use infinite-scroll to load patrons, since there are so many
2014-01-05 19:51:33 -07:00
Tyler Renelle
a5db8628e2
hall: start moving admin stuff to hall-of-heroes / hall-of-patrons, so everyone can see contribs / backers
2014-01-05 19:19:34 -07:00
Tyler Renelle
e474278ab3
groups: upon group-creation, creator is automatically assigned as leader
...
and only member. Remove sending up leader & members from the client,
should all be handled on the server
2014-01-05 15:08:10 -07:00
Sabe Jones
7904b8e4db
Clear up some confusion caused by AngularJS number filter
2014-01-05 09:32:20 -06:00
Cole Gleason
744d8a6780
When a user leaves a group, remove them from all group challenges
2014-01-04 20:05:48 -06:00
Tyler Renelle
3a5eda1e98
Merge remote-tracking branch 'origin/sabe/attributes' into develop
...
Conflicts:
views/shared/footer.jade
2014-01-04 16:02:22 -07:00
Dušan Juretić
f854d2d022
Use $window on inventoryCtrl, so it can be mocked on tests
2014-01-04 00:01:29 -03:00
Tyler Renelle
c9e083b602
challenges: add "official habitrpg challenge" option
2014-01-03 13:36:13 -07:00
Cole Gleason
f218a52bf2
Add Critical Hit notification by watching user._tmp.crit
2014-01-02 13:41:50 -06:00
Tyler Renelle
7f3b6a4470
Merge pull request #2209 from benblank/pet-alignment
...
Fix (apparent) misalignment of paws on pets/mounts grids
2014-01-01 20:14:44 -08:00
Tyler Renelle
c5ed6917fe
Merge pull request #2210 from benblank/popover-shadows
...
Prevent popover shadows from being clipped/overlapped
2014-01-01 20:13:05 -08:00
Sabe Jones
a9e57a8adf
Merge branch 'develop' into sabe/attributes
2014-01-01 12:42:53 -06:00
Ben Blank
56613910f0
prevent popover shadows from being clipped/overlapped
2013-12-31 14:58:47 -08:00
Ben Blank
32d1ff68b4
fix apparent misalignment of paws on pets/mounts grids
2013-12-31 14:34:24 -08:00