aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Factored out some of the color logic for the cluesKevin Lyles2015-06-10
* Removed DS_FULL (it wasn't used)Kevin Lyles2015-06-10
* Updated name/size of clues_done in TowersKevin Lyles2015-05-26
* Undead: you can now mark clues as doneKevin Lyles2015-05-26
* Reworked draw_path_hintKevin Lyles2015-05-26
* Factored out a portion of game_redrawKevin Lyles2015-05-26
* Towers: you can now mark clues doneKevin Lyles2015-05-22
* Split out the text color portion of draw_tileKevin Lyles2015-05-22
* Cleaned up execute_move a littleKevin Lyles2015-05-22
* Add the 'make test' target to Makefile.am too.Simon Tatham2015-05-18
* Add sorting-order buttons to the benchmark output.Simon Tatham2015-05-18
* Move the benchmarking logic out into a script.Simon Tatham2015-05-18
* Handle replacing an existing arrowKevin Lyles2015-05-11
* Fix the extra arrow hanging around while moving the opposite existing arrowKevin Lyles2015-05-11
* Mark some arguments constantKevin Lyles2015-05-11
* Fix the issue with adding only one arrow when the other end was already whiteKevin Lyles2015-05-11
* Add/remove the opposite arrow when you let goKevin Lyles2015-05-11
* Draw the opposite arrow only while draggingKevin Lyles2015-05-11
* Moved all function declarations to the top of the fileKevin Lyles2015-05-11
* Use the game_state and space typedefsKevin Lyles2015-05-11
* Always use ret instead of state in execute_moveKevin Lyles2015-05-11
* Fixed a typo in a commentKevin Lyles2015-05-11
* Special-case right-dragging of a numbered cell off the grid.Simon Tatham2015-05-09
* Sort out abs/fabs confusion.Simon Tatham2015-04-10
* Add Tracks to the automake makefile's "install" target.Simon Tatham2015-03-25
* Fix a compile warning on ARM.Simon Tatham2015-03-24
* Update README after the switch to autoconf.Simon Tatham2015-03-15
* Fix a build failure on x32 (time_t printfs).Adam Borowski2015-03-09
* Turn <image> tag into <img>.Simon Tatham2015-02-08
* New puzzle from James Harvey: 'Tracks'.Simon Tatham2015-02-08
* Remove a lingering bashism in makedist.sh.Simon Tatham2015-01-17
* Improve the Flood solver.Simon Tatham2015-01-15
* Remove some lingering HTML markup.Simon Tatham2015-01-13
* And one more whitespace fix.Simon Tatham2015-01-13
* Couple of fixes to the new web-page mechanism.Simon Tatham2015-01-13
* Script to autogenerate pieces of the web page.Simon Tatham2015-01-13
* Put the game summaries from the website into gamedesc.txt.Simon Tatham2015-01-13
* Revise the Flood preset list.Simon Tatham2015-01-13
* Handle the space bar in the Javascript front end.Simon Tatham2015-01-13
* New puzzle: 'Flood'.Simon Tatham2015-01-12
* Update the new-puzzle checklist for git.Simon Tatham2015-01-12
* Add OS X metadata to make Puzzles.app searchable in Spotlight.Simon Tatham2015-01-09
* Fix puzzle window resize behaviour on Unity.Simon Tatham2015-01-04
* Fix homology bug (!) in Net's loop highlighter.Simon Tatham2014-12-29
* Error-highlight loops in Net.Simon Tatham2014-12-28
* Permit selecting a diagonal of squares at once in Group.Simon Tatham2014-12-18
* Fix two compile warnings in emcc.c.Simon Tatham2014-11-30
* Remove another erroneous GINT_TO_POINTER.Simon Tatham2014-11-29
* Use the compile flag -std=c89 in place of -ansi.Simon Tatham2014-11-29
* Fix a GINT_TO_POINTER that was back to front.Simon Tatham2014-11-29