]> git.draconx.ca Git - rrace.git/commit
Reduce the amount of redundant drawing in the game area.
authorNick Bowler <nbowler@draconx.ca>
Wed, 9 Mar 2022 05:43:36 +0000 (00:43 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 9 Mar 2022 06:32:44 +0000 (01:32 -0500)
commitb39d19918b63b80d1f3b068d158fe43415b9d1b6
treeededea9bd1ac4240d68e190a9097ce10154ad945
parent8d65a2da164b109c520d21afd051e4347e194182
Reduce the amount of redundant drawing in the game area.

We only need to redraw tiles that have changed after a move, or
(in the case of expose events) that intersect the exposed region.
Makefile.am
src/game.h
src/motif.c
src/motif.h
src/motif_ui.c
src/x11.c
t/.gitignore
t/boardbit.c [new file with mode: 0644]
tests/game.at