Files
godot/core
Benjamin Dahse 075997c563 Rewrite Image::blit_rect to use the following algorithm:
1. Let r1 be the source rectangle clipped against the entire source image rectangle.
2. Let r2 be r1 offset by p_dest, clipped against the entire destination image rectangle.
3. Copy pixels from r1 to r2.
2017-06-14 15:56:58 +02:00
..
2017-05-28 21:48:05 -03:00
2017-04-14 11:31:18 +02:00
2017-06-01 00:16:33 +02:00
2017-05-05 02:09:43 +02:00
2017-06-08 23:48:14 -05:00
2017-04-26 04:48:03 +09:00
2017-06-05 01:11:00 -07:00