impress/app
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
..
controllers wardrobe now considers item.species_support_ids when deciding compatibility 2013-01-02 23:15:32 -05:00
helpers a few tweaks to items#show contributors appearance 2012-10-24 22:16:01 -05:00
models wardrobe now considers item.species_support_ids when deciding compatibility 2013-01-02 23:15:32 -05:00
stylesheets a few tweaks to items#show contributors appearance 2012-10-24 22:16:01 -05:00
views a few tweaks to items#show contributors appearance 2012-10-24 22:16:01 -05:00