Found the following problems while experimenting with tiles using alphablend/overdraw:
- the Win32 client doesn't display those tiles properly: this comes from the fact that Term_pict_win_alpha() should be used for the "pict_hook" hook, but it is still defined as Term_pict_win() in term_data_link()
- all clients don't refresh the cursor properly when using the "look" command on a double-height tile
- the Win32 client doesn't display those tiles properly: this comes from the fact that Term_pict_win_alpha() should be used for the "pict_hook" hook, but it is still defined as Term_pict_win() in term_data_link()
- all clients don't refresh the cursor properly when using the "look" command on a double-height tile
Comment