Commit Graph

16 Commits (aeb6bca35ab93bae035f8ff0cc8a70669a3ece92)

Author SHA1 Message Date
nick black 7a91a2f905 normalize cell initializer names (prefix with NC) 3 years ago
nick black c20e859a6d [python] API conversions 3 years ago
nick black 83ff2cfe5a unsigned geometries 3 years ago
nick black d80884ea48 normalize geometry for ncvisual_from_plane, ncplane_contents, and ncplane_as_rgba() #1696 3 years ago
nick black be42ff909c ncvisual_render -> ncvisual_blit (core/test) #1462 3 years ago
nick black bc4f2a3626
CHANNELS_RGB_ -> NCCHANNELS_ 3 years ago
nick black cadd4aefee s/CELL_ALPHA_/NCCELL_ALPHA_/g 3 years ago
nick black eee6ed4f7b rotate unit tests: fix for big-endian #1714 3 years ago
nick black 3eb004b61d s/channels/ncchannels/g #1570 3 years ago
Nick Black e591ec2e98
cell -> nccell throughout much of remaining API (#1535)
cell -> nccell throughout much of the API #1532
3 years ago
nick black d504e972cc
cell_release -> nccell_release 3 years ago
nick black 1720457467
[rotate] fix unit tests for odd number of columns 3 years ago
nick black d153ccb8f4
[ncvisual] properly size created plane
if we go into ncvisual_render() looking to render a number
of rows not evenly divisible by the scaling factor, we need
to get an extra row (duh). correct ncvisual_render_cell() to
reflect this. the blitters already know to fill this line in
with transparency wherever the image is not defined. fix up
rotation unit tests to reflect this. closes #1513.
3 years ago
nick black 05082fc277
ncplane_as_rgba(), returns pixel geometry along with bitmap #1508 3 years ago
nick black 78c8e70933 [planes] add NCPLANE_OPTION_MARGINALIZED #1472 3 years ago
nick black 38e9051888
move tests to src/tests 3 years ago