| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Replace TRUE/FALSE with C99 true/false throughout. | Simon Tatham | 2018-11-13 |
| | | | | | | | This commit removes the old #defines of TRUE and FALSE from puzzles.h, and does a mechanical search-and-replace throughout the code to replace them with the C99 standard lowercase spellings. | ||
| * | Adopt C99 bool in the tree234 API. | Simon Tatham | 2018-11-13 |
| | | | | | | The only affected function here is splitpos234, which I don't think these puzzles are even using at the moment. | ||
| * | Initial checkin of a portable framework for writing small GUI puzzle | Simon Tatham | 2004-04-25 |
| games. [originally from svn r4138] | |||