codecombat/app/views/play/menu
UltCombo 7d7d2d5f0e updateLevelRequiredItems: special-case rings, fixes #2740
Rings often have unique effects instead of progressively enhancing another ring's effect, hence let's make rings required even if there's already non-restricted rings equipped.
If, by any chance, there's ever a new ring which enhances the effect of a ring which is required for some level, then it should be easy enough to whitelist it in the given ring slot's allowed items array.
2015-06-29 21:25:43 -03:00
..
GameMenuModal.coffee Fixed #2420. Fixed #2605. Can now change programming language from LadderPlayModal. 2015-04-18 16:57:02 -07:00
GuideView.coffee Added extra lesson resource links to the Guide. 2015-03-05 08:58:11 -08:00
InventoryModal.coffee updateLevelRequiredItems: special-case rings, fixes #2740 2015-06-29 21:25:43 -03:00
ItemView.coffee Refactored the GameMenu to be part of play.js. Set up the config to automatically bundle templates into their respective views, if their names match. 2014-11-29 12:46:04 -08:00
MultiplayerView.coffee Only show sync pvp UI to admins 2014-12-09 14:30:50 -08:00
OptionsView.coffee Fixed #2013: removed autorun code. Fixed preloading to actually happen, but only on short solutions without a ton of statement execution. 2015-04-18 15:52:24 -07:00
SaveLoadView.coffee Refactored the GameMenu to be part of play.js. Set up the config to automatically bundle templates into their respective views, if their names match. 2014-11-29 12:46:04 -08:00