Commit Graph

54 Commits

Author SHA1 Message Date
Matteo Pagliazzi 4274090205 fix(translations): fix #2564 and similar ones 2014-01-26 14:48:38 +01:00
Matteo Pagliazzi 8e99186e9c refactor(translations): achievements 2014-01-24 20:07:02 +01:00
Tyler Renelle 518f200a8f fix(#2375) merge in @SabreCat's stats.jade changes "More elegant
show/hide setup for attribute bonuses"
2014-01-15 22:15:26 -07:00
Tyler Renelle e66fdd80ef feat(perfect-day achievement) 2014-01-15 16:24:23 -07:00
Matteo Pagliazzi 2e12ffefc6 revert previous change 2014-01-15 16:56:40 +01:00
Matteo Pagliazzi 178086ef30 fix some translation strings 2014-01-15 16:54:37 +01:00
Marcelo Sizer 6cc7d73683 Replace old stats.jade file 2014-01-14 17:06:16 -02:00
Marcelo Sizer 1b1c646e24 Replace old code 2014-01-14 16:22:14 -02:00
Marcelo Sizer e7307681d3 Replace old code 2014-01-14 16:19:37 -02:00
Marcelo Sizer 20277e623e Add @paglias suggested fixes 2014-01-14 16:16:40 -02:00
Marcelo Sizer f40b8c6e64 Fix indentation 2014-01-14 16:01:53 -02:00
Marcelo Sizer 556118c1f0 Add @paglias suggested fixes 2014-01-14 15:57:55 -02:00
Marcelo Sizer 8a8d3f17ca Fix typo 2014-01-11 16:16:02 -02:00
Marcelo Sizer 8188f173bc Replace hard-coded strings for env.t on views/shared/profiles folder. 2014-01-11 16:11:45 -02:00
Sabe Jones 0a959b5f92 More UI demystification 2014-01-07 22:56:18 -06: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
Tyler Renelle 928f7cfdd7 Merge remote-tracking branch 'origin/sabe/rebirth' into develop
Conflicts:
	src/models/user.js
	views/shared/modals/index.jade
2013-12-31 08:04:51 -07:00
Sabe Jones 199a74d8a9 Fix #2181 (allocated points showing up in Class Equip Bonus) 2013-12-30 07:33:17 -06:00
Sabe Jones c3aed6fb28 RPG demystification, cont'd 2013-12-29 20:58:35 -06:00
Sabe Jones 2f79472439 Some work on demystification of RPG elements 2013-12-29 11:04:31 -06:00
Tyler Renelle fa2fddb516 winter: add snowball achievement 2013-12-27 09:48:58 -07:00
Sabe Jones f38b8e41af Final commit for Rebirth feature! Implement achievement and prestige icon 2013-12-25 17:56:55 -06: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 9fc5784320 classes: add streaks buff for mages 2013-12-18 10:39:23 -07:00
Tyler Renelle 75acffa073 show stealth buff in stats 2013-12-18 10:23:22 -07:00
Tyler Renelle 3fe74e7708 cleaner stats page 2013-12-16 14:29:44 -07:00
Tyler Renelle 2175d7733d classes: better stats breakdown, including buffs 2013-12-16 14:18:31 -07:00
Tyler Renelle 5251b4ce3c classes: add just guide for classes unlock 2013-12-16 13:33:05 -07:00
Tyler Renelle 478be61113 fix(classes) misc class fixes (not @snicker, ng-if on item store since
we dynamically swap it sometimes)
2013-12-12 20:03:32 -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
Nick Gordon 62aeb7087a fixes #1936. petCount was only being calculated for the current user, not for the profile being displayed. This data should probably be calculated in the model rather than in a controller 2013-11-27 21:22:15 -08:00
Tyler Renelle aca122d6de fix up CONTRIBUTING.md, update "submit bugs" links with this change 2013-11-26 17:09:13 -07:00
Tyler Renelle 33c2c1db2d Merge pull request #1888 from HabitRPG/sabe_tweak
Fix matters of colons
2013-11-23 14:45:45 -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
Matteo Pagliazzi df5a436338 use countPets also for stats, fix #1898 2013-11-23 17:42:47 +01:00
Sabe Jones 9e5e035c6e Fix matters of colons: missing space after colon in stats, colon getting placed after tags in task tag list. 2013-11-22 23:22:47 -06:00
Nick Gordon dfb09b1f9b Yeah, this didn't work with the achievements popup, because the same template is used for anyone's modal 2013-11-22 15:59:53 -08: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
Sabe Jones e458b571dc Move stat formulae to mouseover popup instead of inline 2013-11-21 20:37:55 -06:00
Sabe Jones 450e154948 On further thought, "Equipment" is better than "Gear." Also fixed a typo. 2013-11-17 10:01:27 -06:00
Sabe Jones 6cc41c47c7 Work on standardizing terminology 2013-11-17 09:36:38 -06:00
Tyler Renelle 2b286ba889 [#1821] [#1723] fix pet counters (incl for member modals) 2013-11-15 17:51:00 -08:00
Tyler Renelle 962cf9a3be contrib: add name-tag colors based on contributor level 2013-11-07 12:23:12 -08:00
Tyler Renelle 9d15e724e2 challenge prize: award winner 1 achievement and challenge.prize
gems. then close challenge.
2013-10-31 13:49:31 -07:00
Tyler Renelle d432397c27 [#1514] missing veteran achievement 2013-09-12 16:42:48 -04:00
Tyler Renelle 3929c789d1 [#1479] fix to modals showing your own achievemetns (controller-scoping issue) 2013-09-09 10:30:17 -04:00
Tyler Renelle aad034564e [#1459] add profile-editing (note, it requires bluring the input fields for
changes to go through - this is a pretty assuming solution, but I doubt it
will cause problems)
2013-09-08 12:28:06 -04:00