| Age | Commit message (Collapse) | Author | 
|---|
|  | If a z-buffer is added these checks will need to be done independent from and
prior to drawing.  Also it's silly to makergb() pixels which can't be drawn. | 
|  | Simple x,y coordinate check | 
|  | The relative path broke out-of-tree builds.
Previously the following:
$ mkdir /tmp/foo
$ cd /tmp/foo
$ ~/src/rototiller/configure
$ make
Would fail to compile unable to locate the headers in
~/rototiller/src
This fixes it. | 
|  | Restoring some organizational sanity since adopting autotools. |