shithub: puzzles

RSS feed

3d0d54e3 – Simon Tatham <anakin@pobox.com> authored on 2015/10/03 08:28
GTK 3 prep: use GTK instead of GDK window-icon functions.

fd7882fb – Simon Tatham <anakin@pobox.com> authored on 2015/10/03 08:28
GTK 3 prep: make the server-side backing pixmap optional.

07906104 – Simon Tatham <anakin@pobox.com> authored on 2015/10/03 08:28
GTK 3 prep: use gtk_radio_menu_item_get_group().

2c1b0008 – Simon Tatham <anakin@pobox.com> authored on 2015/10/03 08:27
GTK 3 prep: use GtkComboBox for drop-down lists.

71c7bcd9 – Simon Tatham <anakin@pobox.com> authored on 2015/10/03 08:27
GTK 3 prep: use the glib names for base object types.

0dc2fd1e – Simon Tatham <anakin@pobox.com> authored on 2015/10/03 08:27
GTK 3 prep: use GTK_KEY_* constants.

238cd9dc – Simon Tatham <anakin@pobox.com> authored on 2015/10/03 08:27
GTK 3 prep: use accessors instead of direct field access.

7242dcc4 – Simon Tatham <anakin@pobox.com> authored on 2015/10/03 08:27
Fix packing direction of config boxes.

8b491946 – Simon Tatham <anakin@pobox.com> authored on 2015/10/03 08:27
Don't refresh backing store on a no-op configure event.

f9027226 – Chris Boyle <chris@boyle.name> authored and Simon Tatham <anakin@pobox.com> committed on 2015/09/26 14:54
Enforce more than one dot in Galaxies puzzles.

ba9e0d58 – Simon Tatham <anakin@pobox.com> authored on 2015/09/18 08:20
Fix OS X build failure due to a deprecated method.

eda5a867 – Bo Lindbergh <blgl@stacken.kth.se> authored and Simon Tatham <anakin@pobox.com> committed on 2015/09/02 17:58
Implement osx_draw_thick_line

6f5386c4 – Bo Lindbergh <blgl@stacken.kth.se> authored and Simon Tatham <anakin@pobox.com> committed on 2015/08/25 11:45
Typo in the OS X Info plist

dd9e24a4 – Simon Tatham <anakin@pobox.com> authored on 2015/08/14 15:42
emcc frontend: stop indiscriminately squashing mouseups.

c296301a – Simon Tatham <anakin@pobox.com> authored on 2015/08/01 07:14
Replace a TCHAR with a WCHAR.

5e1c335e – Simon Tatham <anakin@pobox.com> authored on 2015/07/13 15:06
Solo, Undead: support 'm' to fill in all pencils.

aa1a9375 – Simon Tatham <anakin@pobox.com> authored on 2015/07/05 17:57
Fix redrawing of Undead 'done' clues after a resize.

f306b9db – Kevin Lyles <kevinlyles@gmail.com> authored and Simon Tatham <anakin@pobox.com> committed on 2015/06/08 11:47
Magnets: you can now mark clues as done

ecbf5f62 – Kevin Lyles <kevinlyles@gmail.com> authored and Simon Tatham <anakin@pobox.com> committed on 2015/06/08 12:42
Removed an extra layer of complexity for count colors

92635a2f – Kevin Lyles <kevinlyles@gmail.com> authored and Simon Tatham <anakin@pobox.com> committed on 2015/06/08 12:20
Factored out some of the color logic for the clues

26b5e2c6 – Kevin Lyles <kevinlyles@gmail.com> authored and Simon Tatham <anakin@pobox.com> committed on 2015/06/08 11:48
Removed DS_FULL (it wasn't used)

6bbfa6fe – Kevin Lyles <kevinlyles@gmail.com> authored and Simon Tatham <anakin@pobox.com> committed on 2015/05/25 15:46
Updated name/size of clues_done in Towers

f0750894 – Kevin Lyles <kevinlyles@gmail.com> authored and Simon Tatham <anakin@pobox.com> committed on 2015/05/25 15:46
Undead: you can now mark clues as done

c3285318 – Kevin Lyles <kevinlyles@gmail.com> authored and Simon Tatham <anakin@pobox.com> committed on 2015/05/25 15:46
Reworked draw_path_hint

9def49ae – Kevin Lyles <kevinlyles@gmail.com> authored and Simon Tatham <anakin@pobox.com> committed on 2015/05/25 15:46
Factored out a portion of game_redraw

486d2c8a – Kevin Lyles <kevinlyles@gmail.com> authored and Simon Tatham <anakin@pobox.com> committed on 2015/05/12 19:23
Towers: you can now mark clues done

7c52202b – Kevin Lyles <kevinlyles@gmail.com> authored and Simon Tatham <anakin@pobox.com> committed on 2015/05/16 09:51
Split out the text color portion of draw_tile

a614347a – Kevin Lyles <kevinlyles@gmail.com> authored and Simon Tatham <anakin@pobox.com> committed on 2015/05/16 09:51
Cleaned up execute_move a little

80c1a693 – Simon Tatham <anakin@pobox.com> authored on 2015/05/18 12:41
Add the 'make test' target to Makefile.am too.

fb0ff8c3 – Simon Tatham <anakin@pobox.com> authored on 2015/05/18 12:39
Add sorting-order buttons to the benchmark output.

89492101 – Simon Tatham <anakin@pobox.com> authored on 2015/05/18 12:17
Move the benchmarking logic out into a script.

f49c7f53 – Kevin Lyles <kevinlyles@gmail.com> authored and Simon Tatham <anakin@pobox.com> committed on 2015/05/09 15:16
Handle replacing an existing arrow

3627111c – Kevin Lyles <kevinlyles@gmail.com> authored and Simon Tatham <anakin@pobox.com> committed on 2015/05/09 15:11
Fix the extra arrow hanging around while moving the opposite existing arrow

bef1b2c5 – Kevin Lyles <kevinlyles@gmail.com> authored and Simon Tatham <anakin@pobox.com> committed on 2015/05/09 17:05
Mark some arguments constant

3768ed65 – Kevin Lyles <kevinlyles@gmail.com> authored and Simon Tatham <anakin@pobox.com> committed on 2015/05/09 14:51
Fix the issue with adding only one arrow when the other end was already white

83318d42 – Kevin Lyles <kevinlyles@gmail.com> authored and Simon Tatham <anakin@pobox.com> committed on 2015/05/03 06:46
Add/remove the opposite arrow when you let go

4fa5df1c – Kevin Lyles <kevinlyles@gmail.com> authored and Simon Tatham <anakin@pobox.com> committed on 2015/05/03 06:46
Draw the opposite arrow only while dragging

774395d3 – Kevin Lyles <kevinlyles@gmail.com> authored and Simon Tatham <anakin@pobox.com> committed on 2015/05/09 14:51
Moved all function declarations to the top of the file

155607b7 – Kevin Lyles <kevinlyles@gmail.com> authored and Simon Tatham <anakin@pobox.com> committed on 2015/05/09 17:36
Use the game_state and space typedefs

6684bec6 – Kevin Lyles <kevinlyles@gmail.com> authored and Simon Tatham <anakin@pobox.com> committed on 2015/05/03 08:40
Always use ret instead of state in execute_move

7cf1e1f8 – Kevin Lyles <kevinlyles@gmail.com> authored and Simon Tatham <anakin@pobox.com> committed on 2015/05/03 08:40
Fixed a typo in a comment

52a0f3c3 – Simon Tatham <anakin@pobox.com> authored on 2015/05/09 11:35
Special-case right-dragging of a numbered cell off the grid.

7f64f4a5 – Simon Tatham <anakin@pobox.com> authored on 2015/04/10 03:55
Sort out abs/fabs confusion.

10460d1b – Simon Tatham <anakin@pobox.com> authored on 2015/03/25 14:23
Add Tracks to the automake makefile's "install" target.

195217a4 – Simon Tatham <anakin@pobox.com> authored on 2015/03/24 15:20
Fix a compile warning on ARM.

05b533d1 – Simon Tatham <anakin@pobox.com> authored on 2015/03/15 04:50
Update README after the switch to autoconf.

ffe0aa6a – Adam Borowski <kilobyte@angband.pl> authored and Simon Tatham <anakin@pobox.com> committed on 2015/03/09 03:58
Fix a build failure on x32 (time_t printfs).

f1e68fb5 – Simon Tatham <anakin@pobox.com> authored on 2015/02/08 17:52
Turn <image> tag into <img>.

362bf8d4 – Simon Tatham <anakin@pobox.com> authored on 2015/02/08 11:23
New puzzle from James Harvey: 'Tracks'.

bd0a3570 – Simon Tatham <anakin@pobox.com> authored on 2015/01/17 03:49
Remove a lingering bashism in makedist.sh.

cca302c0 – Simon Tatham <anakin@pobox.com> authored on 2015/01/15 15:21
Improve the Flood solver.

202e7fec – Simon Tatham <anakin@pobox.com> authored on 2015/01/13 15:59
Remove some lingering HTML markup.

3f651b25 – Simon Tatham <anakin@pobox.com> authored on 2015/01/13 15:46
And one more whitespace fix.

603409d0 – Simon Tatham <anakin@pobox.com> authored on 2015/01/13 15:30
Couple of fixes to the new web-page mechanism.

7cf7e37d – Simon Tatham <anakin@pobox.com> authored on 2015/01/13 15:04
Script to autogenerate pieces of the web page.

e3a8e648 – Simon Tatham <anakin@pobox.com> authored on 2015/01/13 14:54
Put the game summaries from the website into gamedesc.txt.

f39681ab – Simon Tatham <anakin@pobox.com> authored on 2015/01/13 14:31
Revise the Flood preset list.

d31eff14 – Simon Tatham <anakin@pobox.com> authored on 2015/01/13 14:19
Handle the space bar in the Javascript front end.

201b3298 – Simon Tatham <anakin@pobox.com> authored on 2015/01/12 14:51
New puzzle: 'Flood'.

b2f8f5fb – Simon Tatham <anakin@pobox.com> authored on 2015/01/12 14:44
Update the new-puzzle checklist for git.

70b26db8 – Simon Tatham <anakin@pobox.com> authored on 2015/01/08 09:10
Add OS X metadata to make Puzzles.app searchable in Spotlight.

8f8333a3 – Simon Tatham <anakin@pobox.com> authored on 2015/01/04 13:03
Fix puzzle window resize behaviour on Unity.

79874f18 – Simon Tatham <anakin@pobox.com> authored on 2014/12/29 05:11
Fix homology bug (!) in Net's loop highlighter.

546fbe67 – Simon Tatham <anakin@pobox.com> authored on 2014/12/28 07:19
Error-highlight loops in Net.

822243de – Simon Tatham <anakin@pobox.com> authored on 2014/12/18 04:48
Permit selecting a diagonal of squares at once in Group.

5b367167 – Simon Tatham <anakin@pobox.com> authored on 2014/11/30 12:00
Fix two compile warnings in emcc.c.

f806528a – Simon Tatham <anakin@pobox.com> authored on 2014/11/29 05:39
Remove another erroneous GINT_TO_POINTER.

2fe0667f – Simon Tatham <anakin@pobox.com> authored on 2014/11/29 05:29
Use the compile flag -std=c89 in place of -ansi.

69ab4b22 – Simon Tatham <anakin@pobox.com> authored on 2014/11/29 05:24
Fix a GINT_TO_POINTER that was back to front.

f781937d – Simon Tatham <anakin@pobox.com> authored on 2014/11/29 05:23
Change the policy for parsing underspecified params strings.

078d3c0a – Simon Tatham <anakin@pobox.com> authored on 2014/11/26 16:25
Remove an inappropriate assertion in validation context.

d7a4c529 – Simon Tatham <anakin@pobox.com> authored on 2014/11/26 14:27
Fix a decoding bug in Solo block-structure descriptions.

4a8edc65 – Simon Tatham <anakin@pobox.com> authored on 2014/10/29 17:41
Fix error highlighting of closed subgraphs in Bridges.

30174552 – Simon Tatham <anakin@pobox.com> authored on 2014/10/27 17:58
Some more .gitignore updates.

8b62420a – Simon Tatham <anakin@pobox.com> authored on 2014/10/25 11:27
Add a .gitignore, now this project is in git.

74a97a1e – Simon Tatham <anakin@pobox.com> authored on 2014/10/20 13:43
Stop using NSApp in the OS X front end.

b1158d4d – Simon Tatham <anakin@pobox.com> authored on 2014/10/07 17:22
Fix antialiasing artifacts around edges of Bridges islands.

1ba20edd – Simon Tatham <anakin@pobox.com> authored on 2014/09/27 10:51
Provide a static version.h for development builds.

64ceaf03 – Simon Tatham <anakin@pobox.com> authored on 2014/09/24 06:33
Remove the MD5-based manifest file system.

2ebbdbf2 – Simon Tatham <anakin@pobox.com> authored on 2014/09/24 06:33
Remove dependencies on Subversion.

bc930a12 – Simon Tatham <anakin@pobox.com> authored on 2014/09/21 11:33
Improve connectedness-error highlighting in Singles.

ac6fd11d – Simon Tatham <anakin@pobox.com> authored on 2014/09/09 10:20
Improve connectedness-error highlighting in Range.

ff8a9fbc – Simon Tatham <anakin@pobox.com> authored on 2014/06/21 13:40
Fix vertically misaligned text in Javascript puzzles.

a7ddd633 – Simon Tatham <anakin@pobox.com> authored on 2014/04/20 04:47
Change our method of calling main() in emccpre.js.

5e637af2 – Simon Tatham <anakin@pobox.com> authored on 2014/04/20 04:47
Add a missing #include.

fd392c8e – Simon Tatham <anakin@pobox.com> authored on 2014/03/30 11:19
Reinstate the Mac OS build step.

bcf1c965 – Simon Tatham <anakin@pobox.com> authored on 2014/02/22 13:19
Fix the Automake makefile for automake 1.14.

580f9059 – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2014/01/15 20:03
Continue the tradition of only remembering to update the copyright year

f41f4c0c – Simon Tatham <anakin@pobox.com> authored on 2014/01/07 13:21
Position the monster counts more sensibly.

3a35ed21 – Simon Tatham <anakin@pobox.com> authored on 2013/11/28 13:32
Fix a printf 64-bit-cleanness error.

cdc12242 – Simon Tatham <anakin@pobox.com> authored on 2013/10/09 16:44
Fix an edge case of divider-obsoletion in Group.

96626d9c – Simon Tatham <anakin@pobox.com> authored on 2013/10/09 16:44
Faintly highlight the leading diagonal of Group's grid.

e2b35b2f – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2013/08/29 05:27
Document 'Unique rows and columns' option in Unruly, plus formatting tweaks

fe11a86a – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2013/07/30 16:18
Fix a failure to warn about non-unique rows/columns in non-square Unruly grids, reported in Debian bug #718354.

82d772e1 – Simon Tatham <anakin@pobox.com> authored on 2013/07/05 17:54
Stop using a zero precision specifier with sprintf ("%.0d") to cause

57918d45 – Simon Tatham <anakin@pobox.com> authored on 2013/07/02 03:04
Make svn-based version identification still work in VPATH builds.

1ee9f5f2 – Simon Tatham <anakin@pobox.com> authored on 2013/07/02 02:48
Fix small bugs in the automake construction which were preventing the

6c34cb72 – Simon Tatham <anakin@pobox.com> authored on 2013/06/30 06:51
Add a check in the new configure script to enable lots of gcc warning

c06792c0 – Simon Tatham <anakin@pobox.com> authored on 2013/06/30 06:16
Add a mechanism to the automake system to allow 'make install' to only

b375232d – Simon Tatham <anakin@pobox.com> authored on 2013/06/30 04:58
Support building via autoconf and automake. mkfiles.pl now outputs a

Next