Commit graph

5061 commits

Author SHA1 Message Date
Skyrunner
3ed977dad6 Fixed #3756?
It seems to be fixed, but I don't know the good development habits for
jade/whatever technology it is. Please comment & close if the fix is not
acceptable.
2014-07-20 16:54:18 +09:00
Tyler Renelle
acc874c60d Merge pull request #3597 from 3onyc/feature/username-change
Implement "Change username" feature
2014-07-19 16:48:20 -06:00
Tyler Renelle
c3eb23612d Merge pull request #3754 from vIiRuS/patch-3
remove beta from api call examples
2014-07-18 09:37:36 -06:00
Phillip Thelen
a4b4063b8d remove beta from api call examples
The API documentation examples used beta.habitrpg.com as url. Additionally, the base URL was specified including "/user/". removed both to avoid confusion and make copy-paste easier
2014-07-18 11:58:25 +02:00
Tyler Renelle
b946338184 feat(dilatory): add dilatory achievement 2014-07-17 18:37:09 -06:00
Tyler Renelle
34236536df feat(admin): allow admins to update user's items (restoring lost items,
granting quest scrolls, etc). @deilann :)
2014-07-17 14:09:39 -06:00
Tyler Renelle
17c6df4f6a fix(bailey): add links to recent update 2014-07-16 13:56:26 -06:00
Tyler Renelle
0e3e199acf bailey(dilatory): mobile update, dilatory changes 2014-07-16 13:25:00 -06:00
Tyler Renelle
016d99a4a7 fix(dilatory): dont' modify original user.progress on world boss dmg,
fixes #3737
2014-07-14 20:52:37 -06:00
benmanley
d1a5ff0cef fix(global-modules): prevent labels from hiding tooltips
– Remove overflow:hidden from label template as it obscured tooltips
applied to label’s children
– Style buttons correctly if they include an input element
2014-07-14 21:52:56 +01:00
benmanley
4cf1030c85 refactor(game-pane.styl): tweak layout and colors
– Improve positioning and size of chat-box buttons
– Replace some px values with ems
– Replace contributor colors with variables (set in global-colors.styl)
2014-07-14 21:52:56 +01:00
Tyler Renelle
f83f2acc1b Merge pull request #3724 from Alys/optOut
make it clearer that you can choose a class later
2014-07-13 11:45:06 -06:00
Matteo Pagliazzi
f2a10f8fc1 feat(i18n): add notices 2014-07-13 18:00:35 +02:00
Alice Harris
157acf9b6b put Vagrantfile back the way it's meant to be 2014-07-13 16:14:46 +10:00
Alice Harris
8cfcf8db10 make it really obvious that you can choose a class later 2014-07-13 16:09:43 +10:00
Alice Harris
8f968d6c14 update Vagrantfile to use my habitrpg box and with performance improvements 2014-07-13 15:27:52 +10:00
Tyler Renelle
bc8aed5897 bailey(dilatory): update on dilatory bug #3712 2014-07-12 16:18:31 -06:00
Tyler Renelle
7dfce54454 Revert "fix(quests): prevent very high damage for all quests" (@lemoness
@deilann - now it's just world boss, capped 900)

This reverts commit 89369e21a3.
2014-07-12 16:13:27 -06:00
Tyler Renelle
89369e21a3 fix(quests): prevent very high damage 2014-07-12 15:16:32 -06:00
Tyler Renelle
860b3acc52 fix(dilatory): tmp fix to prevent high damage #3712 2014-07-12 15:06:07 -06:00
Tyler Renelle
d848faee8e fix(quests): show completion dialog 2014-07-12 14:32:13 -06:00
Tyler Renelle
496618c665 fix(quests): don't reset quest progress when world boss defeated 2014-07-12 14:32:12 -06:00
Matteo Pagliazzi
899581ee56 fix(package.json): relax and update bower version 2014-07-12 16:04:28 +02:00
Matteo Pagliazzi
4f0b4fd171 feat(directives): move directive to be used in mobile to habitrpg-shared 2014-07-12 15:53:47 +02:00
Matteo Pagliazzi
45ab28269a feat(jade): split file to be used on mobile 2014-07-12 15:50:15 +02:00
Tyler Renelle
80dbc1111e fix(quests): when leaving group, if leader or quest.leader is leaving,
re-assign to most senior member. #3709
2014-07-11 16:29:42 -06:00
Tyler Renelle
a8b2b32557 refactor(groups): cleanup leave-group code 2014-07-11 14:43:11 -06:00
Tyler Renelle
95193f550d fix(bailey): updated wording to save vicky 2014-07-11 10:29:25 -06:00
Tyler Renelle
327482f0b0 fix(password): case-insensitive emails in forgot-password 2014-07-10 21:11:58 -06:00
Tyler Renelle
acf6d30b1f chore(bailey): gaymerx meetup 2014-07-10 13:08:06 -06:00
Tyler Renelle
c66c5ec83b feat(quests): seahorse quest 2014-07-07 15:02:19 -06:00
Tyler Renelle
b71767d1d8 Merge pull request #3686 from vIiRuS/apiDoc
document content of _tmp on task up/down fixes #3012
2014-07-07 13:59:31 -06:00
Tyler Renelle
973732421a fix(delete account): allow deleting account after they've canceled
subscription, before it terminates
2014-07-07 13:37:16 -06:00
Phillip Thelen
de7bfce953 document content of _tmp on task up/down fixes #3012 2014-07-06 15:01:46 +02:00
Matteo Pagliazzi
e8779f2121 fix(jade): fix jade warning about "missing space before text for line..." 2014-07-04 12:09:18 +02:00
Matteo Pagliazzi
0ea4cf3494 Merge branch 'develop' of https://github.com/HabitRPG/habitrpg into develop 2014-07-03 18:52:08 +02:00
Matteo Pagliazzi
0efb74eaed fix(swagger): rollback unwanted changes 2014-07-03 18:51:40 +02:00
James Hsiao
ce4271f738 Updated Tavern Boss -> World Boss nomenclature
As discussed in the petting zoo.
2014-07-03 12:48:13 -04:00
Matteo Pagliazzi
e72a6668fc fix(swagger): correct API docs, fix #3679 2014-07-03 18:44:56 +02:00
benmanley
967c46be87 refactor(boss): restyle boss stats meters
Update to reflect redesigned stats meters
2014-07-03 17:14:25 +01:00
benmanley
190ef0402c refactor(avatar): restyle level label 2014-07-03 16:22:51 +01:00
benmanley
b4e53a21aa refactor(labels): match status meter style 2014-07-03 16:10:18 +01:00
benmanley
15a63d6e66 refactor(.hero-stats): re-restyle status meters
Improved status meter design based on user feedback
2014-07-03 16:10:18 +01:00
Tyler Renelle
26bea7071d bailey(backgrounds): new backgrounds, gaymerx 2014-07-02 16:52:57 -06:00
Tyler Renelle
d6d2be9a00 perf(inventory): bindonce for inventory listings, #3486 2014-07-01 12:42:26 -06:00
Tyler Renelle
c0ae0b35b6 feat(clearCompleted): explain what clearCompleted does #3670 2014-07-01 10:19:18 -06:00
Tyler Renelle
9c55bfb498 fix(dilatory): round boss hp/rage to bil/mil/thou, fixes #3667 2014-06-30 21:28:09 -06:00
Tyler Renelle
de2ba36274 fix(dilatory): typo 2014-06-30 20:47:02 -06:00
Tyler Renelle
27a71fa6ea bailey(dilatory): dilatory quest 2014-06-30 19:47:38 -06:00
Tyler Renelle
76b509ef78 Merge branch 'bindonce-guilds' into develop 2014-06-30 19:40:36 -06:00