RSS feed
c5edffdd
– Simon Tatham <anakin@pobox.com>
authored
on 2005/07/15 12:43
Improve speed of grid generation: I've found something simple I can
606eb3f0
– Jacob Nevins <jacobn@chiark.greenend.org.uk>
authored
on 2005/07/14 18:50
Add Dominosa printout support.
ee09498a
– Simon Tatham <anakin@pobox.com>
authored
on 2005/07/14 14:15
Cleanups to Solo:
69410c79
– Simon Tatham <anakin@pobox.com>
authored
on 2005/07/14 13:42
New puzzle: Dominosa.
bb63d0d3
– Simon Tatham <anakin@pobox.com>
authored
on 2005/07/14 13:37
Introduce a `shuffle' utility function.
3d2c442b
– Simon Tatham <anakin@pobox.com>
authored
on 2005/07/10 06:17
game_timing_state() now has access to the game_ui. This means that
145301d0
– Simon Tatham <anakin@pobox.com>
authored
on 2005/07/10 06:06
Change of policy on game_changed_state(). Originally, it was called
ac36314b
– Simon Tatham <anakin@pobox.com>
authored
on 2005/07/10 05:27
Subtle UI change to Mines. Although I mostly find the unified left-
2ec5a51c
– Simon Tatham <anakin@pobox.com>
authored
on 2005/07/09 06:19
Alter the `Octagon' board preset so that instead of presenting you
d5fe59b2
– Simon Tatham <anakin@pobox.com>
authored
on 2005/07/06 17:24
Missing quit on error was leading to an assertion failure on some
d7588e60
– Jacob Nevins <jacobn@chiark.greenend.org.uk>
authored
on 2005/07/06 16:10
Move various printf()s after declarations.
6ea61aa9
– Simon Tatham <anakin@pobox.com>
authored
on 2005/07/06 14:36
Unify the two solvers in Solo. nsolve has now had recursion
75333973
– Simon Tatham <anakin@pobox.com>
authored
on 2005/07/06 14:27
Refactoring from James H: the highlight and lowlight colour setup
d4001cbc
– Simon Tatham <anakin@pobox.com>
authored
on 2005/07/06 07:06
Some patches from James H:
755d0c0b
– Jacob Nevins <jacobn@chiark.greenend.org.uk>
authored
on 2005/07/05 17:40
Revert the code that assumed that incoming parameters used a random generation
f3c95109
– Jacob Nevins <jacobn@chiark.greenend.org.uk>
authored
on 2005/07/05 17:27
Add a `full' parameter to validate_params(), analogous to the one in
96882828
– Simon Tatham <anakin@pobox.com>
authored
on 2005/07/05 15:40
Enhancements to mkfiles.pl and Recipe to arrange for the auxiliary
4763b712
– Jacob Nevins <jacobn@chiark.greenend.org.uk>
authored
on 2005/07/05 15:38
It's been a new year for a while now.
68d0a346
– Jacob Nevins <jacobn@chiark.greenend.org.uk>
authored
on 2005/07/05 15:12
revert supposed typo -- I have no brain
5ff23cd6
– Jacob Nevins <jacobn@chiark.greenend.org.uk>
authored
on 2005/07/05 15:11
Add HACKING to main doc build.
2c8d3176
– Jacob Nevins <jacobn@chiark.greenend.org.uk>
authored
on 2005/07/05 15:10
typo
b75ce341
– Jacob Nevins <jacobn@chiark.greenend.org.uk>
authored
on 2005/07/05 14:57
Add a completion flash when you get down to a single peg.
b74dac6d
– Simon Tatham <anakin@pobox.com>
authored
on 2005/07/05 14:13
Refactored the game_size() interface, which was getting really
a4e3d69d
– Simon Tatham <anakin@pobox.com>
authored
on 2005/07/05 08:03
James Harvey points out a missing ifdef.
74c4a6bf
– Jacob Nevins <jacobn@chiark.greenend.org.uk>
authored
on 2005/07/04 17:07
Clarify that diagonal moves are not permitted in Pegs.
4bc951ce
– Jacob Nevins <jacobn@chiark.greenend.org.uk>
authored
on 2005/07/04 16:06
Add WinHelp topic.
9f8533c4
– Simon Tatham <anakin@pobox.com>
authored
on 2005/07/04 15:55
There's always one. Forgot to add Pegs to `make install'.
eab3699a
– Simon Tatham <anakin@pobox.com>
authored
on 2005/07/04 15:53
Documentation for Pegs.
97e93dbf
– Simon Tatham <anakin@pobox.com>
authored
on 2005/07/04 15:42
Peg Solitaire implementation, complete with a random board
aae02992
– Jacob Nevins <jacobn@chiark.greenend.org.uk>
authored
on 2005/07/04 10:35
Document keyboard controls for Flip
5c48a594
– Jacob Nevins <jacobn@chiark.greenend.org.uk>
authored
on 2005/07/04 07:21
Fix bounds checking for Flip cursor control.
69892176
– Simon Tatham <anakin@pobox.com>
authored
on 2005/07/03 10:49
James H's patch for a keyboard-controlled cursor in Flip.