Commit Graph

520 Commits

Author SHA1 Message Date
Alice Harris 3c8ebf96d7 fix typo option/options - fixes https://github.com/HabitRPG/habitrpg-shared/issues/293 2014-09-01 12:28:32 -06:00
Tyler Renelle 11f3055913 feat(mystery): august mystery 2014-08-25 17:16:16 -06:00
Tyler Renelle a55738b06f Merge branch 'Fandekasp-sortable_tags' into develop 2014-08-19 15:02:06 -06:00
Tyler Renelle 475e4c0e4e feat(quests): Parrot quest 2014-08-18 19:00:36 -06:00
Tyler Renelle d3520e48e4 feat(quests): lvl 15 ATOM quest drop 2014-08-12 16:18:08 -07:00
Adrien Lemaire 5ca2084744 add shared logic for tag sorting 2014-08-10 23:01:30 +09:00
Tyler Renelle b73cc259b2 feat(backgrounds): add august bgs set 2014-08-05 15:16:31 -06:00
Joby Walker aa4bd944c9 Fix assignment in freeRebirth test 2014-08-01 13:20:13 -07:00
Joby Walker 24e0f705b2 Fix freeRebirth flag
Coffee is assuming the negation (!) applies to the AND of the two tests
should be just !user.flags.freeRebirth = true.  Fixes 4 test errors.
2014-08-01 01:35:07 -07:00
Joby Walker 6a4897b27f Fix User Reset
5cd0039 added regression where reset on new user would fail because user.items.gear.owned is undefined
This patch allows tests to get *much* further than before
2014-07-31 20:56:00 -07:00
Tyler Renelle 75eb860650 feat(mystery): july mystery items 2014-07-24 19:40:27 -06:00
Tyler Renelle 327a337a26 Merge pull request #234 from HabitRPG/sabe/crits
feat(crits): Make crit hits boost MP
2014-07-18 16:59:02 -06:00
Tyler Renelle f1db2bf1d5 refactor(dotSet): move dotSet & dotGet to exports 2014-07-17 12:55:45 -06:00
Tyler Renelle b449387cc0 fix(dilatory): add honey https://twitter.com/ogbajoj/status/489515513148497920 2014-07-16 15:50:42 -06:00
Tyler Renelle 4cb79c6fff fix(dilatory): update rewards: 0gp, 0xp, food drops 2014-07-16 13:24:06 -06:00
Sabe Jones 424cf1a5bf fix(event-gear): Correct headgear costs
Previously, all seasonal event helms except Winter were priced as third-tier instead of fourth-tier headgear. Now Spring and Summer headgear costs 60, same as penultimate class headgear and Winter headgear.
2014-07-12 10:29:48 -05:00
Matteo Pagliazzi 214facaa93 feat(directives): move directive to be used in mobile from habitrpg 2014-07-12 15:53:06 +02:00
Tyler Renelle 5cd0039171 fix(reset): don't remove special gear on reset #3349 2014-07-07 19:06:48 -06:00
Tyler Renelle 9e85a886ba feat(quests): seahorse quest 2014-07-07 14:56:47 -06:00
Tyler Renelle 3a83ca1770 feat(gaymerx): gaymerx special gear 2014-07-02 16:53:13 -06:00
Tyler Renelle 6e46b7670c feat(backgrounds): add Set2 bgs 2014-07-02 16:33:21 -06:00
Tyler Renelle 6f615ad634 fix(dilatory): double-woops... rage/3 2014-06-30 20:49:46 -06:00
Tyler Renelle 3900f52026 fix(dilatory): woops, rage*3 (should cast it 3x during 30days) 2014-06-30 20:31:17 -06:00
Tyler Renelle 893f04aaa2 fix(dilatory): update stats with real avgs from global usage 2014-06-30 19:55:51 -06:00
Phillip Thelen c190d49b4f Check if items are owned before equipping
This checks if the user actually owns the pet, mount or gear they are trying to equip. This also prevents users from setting things that do not exist. (before users could set the value for pets and mounts to any string. Not sure if this leaves possiblilities for xss attacks. but this fix also prevents that).
2014-06-27 14:36:25 +02:00
Tyler Renelle de302ecf45 feat(dilatory): better strings for negelect strings & completion, + formatting 2014-06-25 21:34:37 -06:00
Tyler Renelle e62a18bd37 feat(dilatory): Add dilatory boss. Add limit-break (rage) to bosses. Add defense 2014-06-25 14:49:24 -06:00
Tyler Renelle fd645fb6a5 feat(mystery): mystery items 062014 2014-06-24 16:41:18 -06:00
deilann 5181b046b4 fix(winter): add specialClass to winter 2013 items
Fixes https://github.com/HabitRPG/habitrpg/issues/3641

Removed "can own" text and replaced it with specialClass, so that Winter 2013 items grant class bonus.
2014-06-22 13:37:34 -07:00
Sabe Jones eb07a9c77a feat(crits): Make crit hits boost MP
Another nudge to make STR more attractive: critical hit on a To-Do multiplies MP gain.
2014-06-22 14:44:39 -05:00
Tyler Renelle f939bdcbcb feat(summer): summer event 2014-06-20 15:28:29 -06:00
Tyler Renelle 81108a0039 feat(backgrounds): i18n for backgrounds 2014-06-10 18:29:33 -06:00
Tyler Renelle 1151576e6c feat(backgrounds): group bgs into sets in content.coffee, for easier
"purchase set"
2014-06-10 17:47:08 -06:00
Tyler Renelle d95528a205 feat(backgrounds): add backgrounds feature 2014-06-10 17:47:08 -06:00
Tyler Renelle 9767c540c3 feat(bosses): add Octohulu quest 2014-06-09 14:23:46 -06:00
Tyler Renelle 781ebfccce fix(equipment): only markModified(gear) when equipping gear 2014-06-09 13:31:32 -06:00
Alice Harris 9f084e1ac4 show "unequipped" message instead of "equipped" when taking off gear 2014-05-27 12:08:15 +10:00
Tyler Renelle cfd2c427e8 feat(mystery): add 05/2014 mystery item 2014-05-23 00:33:39 +02:00
Tyler Renelle 73b8128af9 fix(accessories): add body accessory to user model, fixes https://github.com/HabitRPG/habitrpg/issues/3346 2014-05-22 23:23:30 +02:00
Alice Harris c09e06e73a fix #3513 - if contrib level is NaN, use 0
Fixes (I hope) https://github.com/HabitRPG/habitrpg/issues/3513. NOTE that private code will need to be edited too - ref https://github.com/HabitRPG/habitrpg-shared/commit/f49ed5436c60d6b135909a3c8714347d99499701
2014-05-22 16:25:08 +10:00
Tyler Renelle 25ce644915 feat(mystery): 0 GP mystery items @deilann 2014-05-21 08:49:51 -06:00
Sabe Jones f49ed5436c feat(drops): Tweak contrib bonuses
At @deilann's request, divide the drop chance bonus for contributor levels in half and add a +1/level contributor bonus (subject to the subscription multiplier once implemented in private code) to drop cap.
2014-05-18 22:42:31 -05:00
Matteo Pagliazzi 893164c535 fix(i18n): another possible hotfix for wrong language, @lefnire this one works on my local computer but maybe it will not work on prod like the other one 2014-05-18 20:19:50 +02:00
Tyler Renelle b0f4c9e9e3 Merge pull request #217 from Alys/messageEvolve
insert messageEvolve into correct locations, replacing incorrect messageAlreadyMount
2014-05-17 19:21:24 -06:00
Tyler Renelle fea7e9e69d Merge pull request #218 from Alys/todo-with-checklist-untick
fix bug where an un-checked to-do with checklist removes only part of reward
2014-05-17 19:20:48 -06:00
Alice Harris 7edeb53cda add correct message for equipping equipment
Currently, when you put on equipment, you see the messageBought notification. There was no messageEquipped notification in the code so I've added one.

I've updated ALL locale files IN ENGLISH, following the convention already in place for using English when there is no translation (e.g., locales/pl/messages.json, locales/sv/messages.json).
2014-05-18 10:45:24 +10:00
Alice Harris 8f07f06cb0 fix bug where an un-checked to-do with checklist removes only part of reward
When a to-do is checked off, the rewards are increased by the number of checklist items that have been completed. However as reported in https://github.com/HabitRPG/habitrpg/issues/3474, if the to-do is later un-checked, then the rewards subtracted are not being similarly increased by the number of checklist items completed. This fix will change that - the number of checklist items completed will have an equal effect on checking and unchecking a to-do.

This of course won't fix the problem of, upon unchecking, not being able to calculate the exact value of the rewards that had been given upon checking, so there will still be a discrepancy between checking and unchecking, but it will be much smaller than it is currently.
2014-05-17 19:55:08 +10:00
Alice Harris 01595fcf1a insert messageEvolve into correct locations, replacing incorrect messageAlreadyMount
Currently, when you feed a pet enough to turn it into a mount, you see the messageAlreadyMount notification ("You already have that mount. Try feeding another pet."). This fix changes it to the messageEvolve notification ("You have tamed <%= egg %>, let's go for a ride!").
2014-05-17 19:44:59 +10:00
Tyler Renelle 519154dc89 Revert "feat(archive_todo)" (see http://goo.gl/mCygbz) 2014-05-15 23:48:02 -06:00
Matteo Pagliazzi f1e1ea11ef fix(i18n): super fast fix for i18n issues, REVISIT, cc @lefnire 2014-05-15 23:35:07 +02:00