| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Tracks: use the new findloop for loop detection. | Simon Tatham | 2016-02-24 |
| | | | | | | | | Tracks's previous loop detector was very basic, and only bothered to highlight one loop, even if the player managed to create more than one at a time. Now we highlight all of them. | ||
| * | Add Tracks to the automake makefile's "install" target. | Simon Tatham | 2015-03-25 |
| | | | | | | | | | Each game's .R file should append the binary to $(GAMES) in both the 'am' and 'gtk' makefiles, but presumably due to copy-and-paste from an out-of-date version, tracks.R only did 'gtk'. Also clarified CHECKLST.txt in the hope that I won't miss that again. | ||
| * | New puzzle from James Harvey: 'Tracks'. | Simon Tatham | 2015-02-08 |