• src/conio/bitmap_con.c src/syncterm/bbslist.c ripper.c

    From Deuc╨╡ to Git commit to main/sbbs/master on Monday, May 10, 2021 09:19:16
    https://gitlab.synchro.net/main/sbbs/-/commit/634c876326da39e98dda7cbb
    Modified Files:
    src/conio/bitmap_con.c src/syncterm/bbslist.c ripper.c
    Log Message:
    Numerous changes:

    Clamp coordinate translation max
    Fill using native pattern, not scaled pattern
    Add a bad, broken, and slow even/odd fill
    Fix logging when RIP is enabled
    Use the same ellipse algorithm for partial as full ellipses
    Detect diagonal movement in ellipse drawing and don't make the edge fat
    Only recurse once in the flood fill
    Implement the v2 poly bezier command
    Enable filled pie slices
    Add RIP_POINT command (basically a scaled pixel using line width)