Matteo Pagliazzi
d242ee3291
refactor(i18n): use strings for content
2014-05-06 20:04:09 +02:00
Sabe Jones
ff3f1c590c
fix(bosses): Use ceiling rounding for boss HP
...
Corrects the issue reported by some users where boss HP shows 0 but they're not actually defeated yet. Man, Angular "number" directive, why you gotta round like that?
2014-02-28 19:07:57 -06:00
Matteo Pagliazzi
fa2c64d2d8
chore(i18n): prepare english for transifex: remove ending or starting space & _comment strings
2014-02-11 19:30:55 +01:00
Matteo Pagliazzi
a7e3e76daa
refactor(bs3): add fixed height modals & panels for quests & group members
2014-02-09 16:29:16 +01:00
Matteo Pagliazzi
1a44c3cf0c
refactor(bs3): css
2014-02-09 16:16:43 +01:00
Matteo Pagliazzi
9ea9ed841d
refactor(bs3): buyQuest fix, add back badges colors, minor fixes
2014-02-08 19:20:10 +01:00
Matteo Pagliazzi
0fe0cb4f2d
refactor(bs3): labels style and text, buttons classes
2014-02-08 16:27:34 +01:00
Matteo Pagliazzi
5d4d82ad51
refactor(bs3): port options (profile, inventory, social (groups and hall)) and misc
2014-02-05 19:05:42 +01:00
Matteo Pagliazzi
0a047f5b2f
Merge branch 'develop' into paglias/bs3
2014-02-01 16:47:32 +01:00
Tyler Renelle
800231cf64
feat(quests): allow html in quest notes
2014-01-31 15:06:56 -07:00
Matteo Pagliazzi
cc348b2f11
refactor(bs3): sync with develop & misc
2014-01-31 20:04:40 +01:00
Matteo Pagliazzi
0764aa8c17
refactor(bs3): convert icons to new format
2014-01-31 19:47:48 +01:00
Marcelo Sizer
44d9ea2a15
i18n(interpolation): Add string interpolation
2014-01-30 18:25:25 -02:00
Matteo Pagliazzi
abdbaa6fe3
Merge pull request #2583 from Sinza-/split-main-json
...
Split main.json
2014-01-28 10:25:31 -08:00
Marcelo Sizer
c09d89f872
Fix version conflict
2014-01-26 17:39:36 -02:00
Marcelo Sizer
8d41c44ad7
Fix version conflict
2014-01-26 17:37:54 -02:00
Marcelo Sizer
8f4016d669
Split main.json
2014-01-26 17:30:41 -02:00
Matteo Pagliazzi
4274090205
fix(translations): fix #2564 and similar ones
2014-01-26 14:48:38 +01:00
Cole Gleason
2a91cee0ff
Merge branch 'round-boss' into develop
2014-01-25 13:22:49 -06:00
Cole Gleason
1412570484
revert(party): Round boss health up instead of to nearest integer
...
This reverts commit 626da5681f .
Fixes #2563 .
2014-01-25 13:22:24 -06:00
Dušan Juretić
70001b1feb
Mark collected items in collection quests
2014-01-24 22:28:19 -03:00
Matteo Pagliazzi
2eb7ea5e91
Merge pull request #2550 from HabitRPG/paglias/translations-refactoring
...
Refactor translations
2014-01-24 13:53:46 -08:00
Matteo Pagliazzi
5336134c7d
refactor(translations)
2014-01-24 22:49:36 +01:00
Cole Gleason
626da5681f
fix(party): Round boss health up instead of to nearest integer
...
If the boss has something like 0.2 HP it shows as 0 which is confusing
to the user. Let's round up instead.
Fixes #2504 .
2014-01-24 15:27:30 -06:00
Matteo Pagliazzi
13a7cc9d55
improve(translations): merge pr and lots of fixes
2014-01-23 17:02:16 +01:00
Luveluen
ab84219835
Update group.jade
2014-01-23 09:40:31 +01:00
Luveluen
098247233f
Update group.jade
...
line 133 problem
2014-01-22 23:21:19 +01: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
57cd53cfc9
fix #2155 . Since quest.leader is new, doesn't apply to quests started
...
before today. Show abort/begin for all quest members if quest.leader
doesn't exist, otherwise only show those options to the leader
2013-12-28 21:54:25 -07:00
Tyler Renelle
ea0b5b9291
quest: add quest leader. only quest-leader can begin/abort. Abort
...
restores quest scroll to leader. Bug fixes on clearing quest
data (completion, abort, etc)
2013-12-28 16:36:16 -07:00
Tyler Renelle
e9e2f26a9f
collection quest item icons fix
2013-12-25 21:26:51 -07:00
Tyler Renelle
76da27478a
bosses: update wording to make cron-calculations more obvious
2013-12-25 11:45:29 -07:00
Tyler Renelle
44e89d1be7
bosses: misc small bugs
2013-12-25 00:55:38 -07:00
Tyler Renelle
f8559b1762
bosses: pretty things up amongst the modals, etc. Move rewards to a
...
directive so we can share it. Add dialog on quest-completion using
user.party.quest.completed flag
2013-12-24 23:30:48 -07:00
Tyler Renelle
094989db13
quests: add collection quests, incl. polar bear pt 2, and quest arks, and achievements
2013-12-24 17:24:09 -07:00
Tyler Renelle
ae403a55a5
quests: add abort feature
2013-12-23 02:56:55 -07:00
Tyler Renelle
8095397317
Quests: hurt boss via score method, refactor chat function, change all content.*.name to content.*.key for consistency
2013-12-23 01:19:18 -07:00
Tyler Renelle
ecb354e2cc
Quests: initial Bosses WIP - invite, accept, reject, etc
2013-12-22 17:46:54 -07:00
Tyler Renelle
ee1cd3c05d
[ #1977 ] APIv2 WIP - start of a framework where operations are shared
...
between client & server. If the op is called on the client, it updates
the user & then POSTs to the server with op of the same name. If called
on server, it updates the user and user.save()s
2013-12-11 21:42:57 -07:00
Tyler Renelle
8803df46c0
classes & grunt-spritesmith: death, paws, gems-cleanup
2013-12-04 16:02:08 -07:00
Sabe Jones
9086ccffcd
Consistent formatting of markdown hint in group edit fields
2013-11-24 07:41:41 -06:00
Sabe Jones
2101fe255f
Place link to Markdown help prominently in Tavern chat ( fix #1906 )
2013-11-24 07:35:12 -06:00
Tyler Renelle
e9467dc466
Merge pull request #1896 from Fandekasp/party_members_order
...
Party members order
2013-11-23 16:52:31 -08:00
Nick Gordon
4453ac9fb8
removed comments from testing.
2013-11-23 11:14:16 -08:00
Nick Gordon
52145a479e
testing completed, committing test results in comments
2013-11-23 10:55:56 -08:00
Nick Gordon
40de2f3bf0
manual testing of bindonce commencing -____-
2013-11-23 09:26:39 -08:00
Adrien Lemaire
dcd0e7e95b
add setting in Social→Party→Members
2013-11-23 21:59:58 +11:00
Nick Gordon
b431336463
more optimizations with bindonce, replacing ngIf with boIf.
...
some of this was done with an axe rather than a fine brush, so there may be issues we need to be on the watch for.
2013-11-22 15:16:24 -08:00
Nick Gordon
0d19c0de21
Looked for opportunities to replace ngclass with boclass to improve performance, as well as replacing some instances of ng-if with bo-if
2013-11-22 14:40:44 -08:00
Adrien Lemaire
4980a2e6b5
remove groups websites
2013-11-12 22:25:40 +11:00