index
:
puzzles
devel
master
rockbox
rockbox-devel
My sgt-puzzles tree
Franklin Wei
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
grid.h
(
unfollow
)
Commit message (
Expand
)
Author
2023-07-07
grid.c: allocate face/edge/dot arrays incrementally.
Simon Tatham
2023-06-16
Loopy / grid.c: support the new Spectre monotiling.
Simon Tatham
2023-03-26
Loopy / grid.c: new grid type, 'Hats'.
Simon Tatham
2023-01-15
Limit maximum grid size in Loopy
Ben Harris
2021-04-22
New grid type: compass dodecagonal
Michael Quevillon
2018-11-13
Adopt C99 bool in the grid.c API.
Simon Tatham
2017-11-18
New grid type: the trihexagonal tiling, or 'kagome lattice'.
Simon Tatham
2017-10-01
Make the code base clean under -Wwrite-strings.
Simon Tatham
2017-04-24
New Loopy tiling: 'Great Great Dodecagonal'.
Simon Tatham
2013-04-13
Giant const patch of doom: add a 'const' to every parameter in every
Simon Tatham
2011-04-24
From James Harvey (via a period of collaborative polishing), a patch
Simon Tatham
2011-04-23
Move most of face_text_pos() into grid.c, leaving in loopy.c only the
Simon Tatham
2011-02-24
Another patch from Chris Moore implementing two more grid types, both
Simon Tatham
2011-02-24
Retire the 'middle_face' field in 'struct grid', together with the
Simon Tatham
2011-02-23
Patch from Chris Moore to implement an extra grid type, the 'floret'
Simon Tatham
2008-09-07
How did I manage to check this in without actually trying to build
Simon Tatham
2008-09-06
Completely re-engineered version of Loopy, courtesy of Lambros
Simon Tatham