aboutsummaryrefslogtreecommitdiff
path: root/tracks.c (follow)
Commit message (Expand)AuthorAge
* Centralise initial clearing of the puzzle window.Simon Tatham2021-04-25
* Add method for frontends to query the backend's cursor location.Franklin Wei2020-12-07
* Tracks: fix a small memory leak.Simon Tatham2020-02-26
* Tracks: add reverse neighbour deduction in hard mode.Simon Tatham2020-02-26
* Tracks: new parity-based deduction.Simon Tatham2020-02-26
* Tracks: new neighbour-based deduction.Simon Tatham2020-02-26
* Tracks: add standalone solver program.Simon Tatham2020-02-26
* Tracks: make solver return max difficulty used.Simon Tatham2020-02-26
* Add missing 'static' to game-internal declarations.Simon Tatham2018-11-13
* Use C99 bool within source modules.Simon Tatham2018-11-13
* Replace TRUE/FALSE with C99 true/false throughout.Simon Tatham2018-11-13
* Adopt C99 bool in the game backend API.Simon Tatham2018-11-13
* Tracks: stop drawing background for clues in game_print.Simon Tatham2018-07-20
* Add a request_keys() function with a midend wrapper.Franklin Wei2018-04-22
* Return error messages as 'const char *', not 'char *'.Simon Tatham2017-10-01
* Use a proper union in struct config_item.Simon Tatham2017-10-01
* New name UI_UPDATE for interpret_move's return "".Simon Tatham2017-10-01
* tracks: Make error clue background whiteIan Jackson2017-09-30
* tracks: Greyscale colour initialisation: line up columnsIan Jackson2017-09-30
* tracks.c: draw_clue: Introduce bg parameterIan Jackson2017-09-30
* tracks: thicken the lines of the grid itself.Simon Tatham2017-09-29
* tracks: Roughly double the thickness of the "no track" crossesIan Jackson2017-09-29
* tracks: Scale thickness of "no track here" crossesIan Jackson2017-09-29
* Rework the preset menu system to permit submenus.Simon Tatham2017-04-26
* Clarify conditions to avoid compiler errorsKhem Raj2016-12-06
* Tracks: fix further completion-checking loopholes.Simon Tatham2016-02-26
* Tracks: tighten up a small loophole in completion checking.Simon Tatham2016-02-24
* Tracks: use the new findloop for loop detection.Simon Tatham2016-02-24
* Fix premature completion flash in Tracks.Simon Tatham2015-10-23
* Highlight clue errors in Tracks in some more situations.Jonas Kölker2015-10-21
* New puzzle from James Harvey: 'Tracks'.Simon Tatham2015-02-08