mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 03:34:14 +00:00
* Added logic for a repeating Chilling Frost skill. Added test case for redundant chilling frost skill cast. Added comments for the logic of repeating Stealth skill because of an error. * Added logic for a repeating Stealth skill. Avoiding MP reduction still pending because of console error. Test cases pending. * Completed the logic for a repeated Stealth skill. Added repeated frost skill cast check in common. Removed exclusive test. Test cases are pending. * Added test case for Stealth skill recast. Fixed lint errors. Fixed a flaw in if statement which led to test case failure. * Fixed lint errors in test case. * Added a common JSON entry for skil recasts in three files. Other files remaining. Added Chilling Frost recast check in common code. Modified test cases. * Added spellDisabled condition in client code. * Reverted JSON messages for three languages. Added spellAlreadyCast attribute to JSON file in locales/en. Made changes for showing appropriate message in client code. * Added an import for throwing BadRequest in common code. Modified test case accordingly. * Update website/common/script/content/spells.js Co-authored-by: Matteo Pagliazzi <matteopagliazzi@gmail.com> * Added target and req attributes in cast() method arguments. * Changed common code test case because of increased function parameters. Moved chilling frost test casse to common tests instead of server tests. * Changed the test case format in common tests. * Added a missing done statement. * Fixed a minor error which led to failing test case. Removed the exclusive test which led to lint error. * Fixed lint errors. * Added a class named 'disabled' for the frontend change. * fix(skills): style cleanup * fix(skills): unfix Co-authored-by: Matteo Pagliazzi <matteopagliazzi@gmail.com> Co-authored-by: Sabe Jones <sabrecat@gmail.com> |
||
|---|---|---|
| .. | ||
| auth | ||
| buy | ||
| stats | ||
| DELETE-user.test.js | ||
| DELETE-user_messages.test.js | ||
| DELETE-user_push_device.test.js | ||
| GET-user.test.js | ||
| GET-user_anonymized.test.js | ||
| GET-user_inAppRewards.test.js | ||
| GET-user_inventory_buy.test.js | ||
| GET-user_toggle-pinned-item.test.js | ||
| POST-move-pinned-item.js | ||
| POST-user_block.test.js | ||
| POST-user_change-class.test.js | ||
| POST-user_class_cast_spellId.test.js | ||
| POST-user_custom-day-start.test.js | ||
| POST-user_disable-classes.test.js | ||
| POST-user_equip_type_key.test.js | ||
| POST-user_feed_pet_food.test.js | ||
| POST-user_hatch_egg_hatchingPotion.test.js | ||
| POST-user_mark_pms_read.test.js | ||
| POST-user_open_mystery_item.test.js | ||
| POST-user_purchase.test.js | ||
| POST-user_purchase_hourglass.test.js | ||
| POST-user_push_device.test.js | ||
| POST-user_read_card.test.js | ||
| POST-user_rebirth.test.js | ||
| POST-user_release_both.test.js | ||
| POST-user_release_mounts.test.js | ||
| POST-user_release_pets.test.js | ||
| POST-user_reroll.test.js | ||
| POST-user_reset.test.js | ||
| POST-user_revive.test.js | ||
| POST-user_sell.test.js | ||
| POST-user_sleep.test.js | ||
| POST-user_unlock.js | ||
| PUT-user.test.js | ||