1
0
Fork 0
forked from OpenNeo/impress
impress/app/models
Matchu 9701221035 wardrobe now considers item.species_support_ids when deciding compatibility
For example, the Meerca Maid Tray is a foreground item, so the SWF is marked
as compatible with all body types, but the item itself is clearly marked as
Meercas-only. items#show reflected this properly, but the swf_assets#index
call that the wardrobe uses ignored item.species_support_ids.

So, /bodies/:body_id/swf_assets.json?item_ids[]=... was deprecated in favor
of /pet_types/:pet_type_id/items/swf_assets.json?item_ids=[]..., which is
much like the former route but, before loading assets, also loads the pet
type and items, then filters the items by compatibility, then only loads
assets for the compatible items.
2013-01-02 23:15:32 -05:00
..
asset_image_conversion_request.rb timeout on background jobs 2012-11-04 12:01:03 -06:00
closet_hanger.rb
closet_list.rb
closet_page.rb
closet_visibility.rb
color.rb
contribution.rb
contribution_observer.rb brought-to-you-by on items#show lists contributors 2012-10-24 22:09:05 -05:00
item.rb wardrobe now considers item.species_support_ids when deciding compatibility 2013-01-02 23:15:32 -05:00
item_observer.rb better cache items#show 2012-08-10 00:02:11 -04:00
item_outfit_relationship.rb
neopets_user.rb bug fix: pet importer no longer chokes when two pets wear the same item 2012-10-01 13:22:17 -05:00
outfit.rb remove N+1 queries on current user outfits page 2012-08-09 18:32:33 -04:00
outfit_image_update.rb timeout on background jobs 2012-11-04 12:01:03 -06:00
outfit_image_uploader.rb use openneo-uploads bucket 2012-07-31 11:42:27 -04:00
parent_swf_asset_relationship.rb
pet.rb add timeout to pet load 2012-08-11 18:47:25 -04:00
pet_attribute.rb
pet_state.rb improve gender/mood sorting using new labels 2012-06-20 16:10:53 -04:00
pet_type.rb
pretty_param.rb
roulette.rb
safety_deposit_page.rb
species.rb
static_resource.rb
swf_asset.rb wardrobe now considers item.species_support_ids when deciding compatibility 2013-01-02 23:15:32 -05:00
user.rb filter lists on petpage export 2012-04-08 15:59:51 -05:00
user_sweeper.rb
zone.rb a more forgiving "type" search filter 2012-10-08 21:20:18 -05:00