Modding tests (what changed from 2014, what didn't)

I decided to open this topic so that we can gather information about the tests we conduct while trying to code new cards. The idea is to focus on what couldn't be done in DotP2014: can it be done now in DotP2015 or not? I'll also collect some findings that are scattered through the announcement topic.
Here's what I found so far.
EDIT: I attached my test ZED contents for future reference. They won't be updated. If you want to modify them, or just pack them so that they can be used in DotP2015, use my D15Tool.
Here's what I found so far.
- Textures for monocolored hybrid mana are still missing (tried with {2/U} long time ago).
- "Overload" is a possible qualifier for UTILITY_ABILITY
, but it seems it hasn't been coded (tried long time ago). I was wrong, it's possible to make it work! - Giving the Planeswalker type to a card makes the game freeze on startup (tried long time ago). This is actually a step back, unfortunately.
- Double-colored devotion works correctly (tried long time ago with green and blue, they just need to be comma-separated arguments of the GetDevotionTo function).
- The BECAME_TAPPED_FOR_MANA trigger is still useless.
- "Creature A blocks creature B this turn if able" is possible now! There's an official example with Grappling Hook.
- Kira, Great Glass-Spinner and similar cards can be coded now! We have a brand new INTERROGATE_BECAME_TARGET which allows us to do this:
- Kira, Great Glass-Spinner granted ability | Open
- SetBlockController is still broken: when choosing how the opponents' creatures block, the only possible choice is no blockers at all.
- Layer 4 is now split into 4A and 4B, one for types and one for sub-types. Be sure to change it when you port a DotP2014 card, or it won't work.
- card:Reveal() doesn't exist anymore: now the cards to reveal need to be put in a chest and then you call player:RevealToMe(chest).
- The window_step attribute in AI_AVAILABILITY now uses the same names for the steps given to the constants (for example, "STEP_DECLARE_BLOCKERS" rather than "declare_blockers").
EDIT: I attached my test ZED contents for future reference. They won't be updated. If you want to modify them, or just pack them so that they can be used in DotP2015, use my D15Tool.