2013-03-10 |
Jacob Nevins | Clarify instructions for 'Range' -- I initially read... |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Jacob Nevins | Make Unruly's keyboard controls match the documentation... |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Jacob Nevins | Fix entering pencil marks from the keyboard; the cursor... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Simon Tatham | Stop using CLUE2CHAR to translate clues into text;... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Simon Tatham | Stop the analysis pass in Loopy's redraw routine from... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Simon Tatham | Bring Pearl's game-completion handling in line with... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Simon Tatham | Revamp of the Windows command-line parsing and puzzle... |
commit | commitdiff | tree | snapshot |
2013-01-09 |
Simon Tatham | Pattern's display was broken for non-square puzzles... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Simon Tatham | Actually do what the comment says at the top of main... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Simon Tatham | Fix overnight build failure last night, by making the... |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Simon Tatham | Work around an annoying GTK behaviour I noticed the... |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Simon Tatham | A user points out that I could usefully clarify the... |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Simon Tatham | Remove an unused variable spotted by gcc 4.6.3. |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Simon Tatham | New puzzle! 'Unruly', contributed by Lennard Sprong... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Simon Tatham | Make indentation consistent. (Somehow I forgot to do... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Simon Tatham | Forgot to add the new 'const' in the unfinished subdire... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Simon Tatham | Oops, forgot to initialise changed_ascii on all paths... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Simon Tatham | New rule: interpret_move() is passed a pointer to the... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Jacob Nevins | Minor tweaks to Undead docs. |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Simon Tatham | New puzzle! Contributed by Steffen Bauer, an implementa... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Simon Tatham | For the convenience of Linux package maintainers, add... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Simon Tatham | Fix implicit split to @_. Also add 'use warnings',... |
commit | commitdiff | tree | snapshot |
2012-07-29 |
Simon Tatham | Don't fail an assertion when setting up the provided... |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Simon Tatham | Vary the behaviour of Mines's solve function depending... |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Simon Tatham | Fix a bug introduced by r9495 in which we try to write... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Simon Tatham | Add a hacky environment variable that lets me arrange... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Simon Tatham | Remove the speed optimisation in the stage 3 solver... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Simon Tatham | Another uninitialised-variable fix, this one pointing... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Simon Tatham | Add pointless initialisations to placate a gcc warning. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Simon Tatham | Write a comment outlining a design for a rewritten... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Simon Tatham | Bridges solver enhancement. In the stage 3 solver,... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Simon Tatham | Bridges solver fix: in map_update_possibles, collect... |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Simon Tatham | Patch from Jonas Koelker to improve Filling's error... |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Simon Tatham | Patch from Jonas Koelker for the developer docs, fixing... |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Simon Tatham | GNUstep compatibility: ensure both endpoints are actual... |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Simon Tatham | GNUstep compatibility: add a missing #include. |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Simon Tatham | GNUstep compatibility: avoid attempting blitter_save... |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Simon Tatham | GNUstep compatibility: stop using the API feature isFli... |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Simon Tatham | GNUstep compatibility: remove an unused variable which... |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Simon Tatham | GNUstep compatibility: comment out some API calls that... |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Simon Tatham | GNUstep compatibility: spell null selectors "NULL"... |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Simon Tatham | Add a section to mkfiles.pl to build a makefile that... |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Simon Tatham | Stop using the deprecated NSString stringWithCString... |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Simon Tatham | Update the OS X makefile so I can build on Lion. Regret... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Simon Tatham | Permit users to reconfigure the default setting for... |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Simon Tatham | Add a difficulty exception to prevent Pearl spinning... |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Simon Tatham | Typo fix from Helge Kreutzmann, forwarded from Debian. |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Simon Tatham | Increase by 1 pixel the clip rectangle used to draw... |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Simon Tatham | Swap a 'max' for a 'min', fixing an out-of-range colour... |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Simon Tatham | Increase by 1 in every direction the size of the blitte... |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Simon Tatham | Add an explicit -lm to the link lines in Makefile.gtk... |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Simon Tatham | Fix redundant redrawing in Pegs. Apparently it has... |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Simon Tatham | Change some instances of 'print $thing' to 'print ... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Simon Tatham | Error checking in Pattern, which was until now the... |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Simon Tatham | Comment the Mac build out of Buildscr, since I no longe... |
commit | commitdiff | tree | snapshot |
2012-02-19 |
Simon Tatham | Patch from Jonas Koelker to add keyboard control suppor... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Simon Tatham | Tweak a conditional expression in pearl.c to work aroun... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Simon Tatham | Fix one-character typo in r9405 which was breaking... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Simon Tatham | David Nickerson reports odd behaviour involving a drag... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Simon Tatham | Correct kdiff setting. |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Simon Tatham | Don't try to run solver_killer_sums on a Killer cage... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Simon Tatham | Fix a couple of typos in messages. |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Simon Tatham | David Nickerson reports that it's possible to lay a... |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Simon Tatham | Sort out a bit of confusion between mouse- and keyboard... |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Simon Tatham | Move a debug statement at the end of new_clues from... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Simon Tatham | Add comments suggesting some solver upgrades to Light... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Simon Tatham | The Light Up solver limits its recursion depth, so... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Simon Tatham | Fix default parameter assignment in Light Up when valid... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Simon Tatham | Trivial and silly patch to allow users to configure... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Jacob Nevins | It's a new year. |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Simon Tatham | Tweak right-click processing to be less finicky. |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Simon Tatham | New puzzle! Or rather, new-ish, because this one has... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Simon Tatham | Fix a bug causing premature defeatism in the Bridges... |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Simon Tatham | Allow --save to work with --soln, causing saved game... |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Simon Tatham | Fix bug in error reporting for --save caused by freeing... |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Simon Tatham | Fix bug in --save caused by failure to initialise ctx... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Simon Tatham | In Group, the keyboard-controlled cursor should respect... |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Simon Tatham | Remove the 'cheated' flag in Range's game_ui, which... |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Simon Tatham | When we run out of background colours for chains and... |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Simon Tatham | Patch from Chris Boyle to fix Signpost's labelling... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Simon Tatham | Changed my mind about midend_is_solved: I've now reprot... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Simon Tatham | Pass background colour as a parameter to draw_gts and... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Simon Tatham | Fix segfault in Loopy printing, introduced when I added... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Simon Tatham | Having played Keen a bit following the clue-generation... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Simon Tatham | Apply the rotation in Penrose grid descriptions by... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Simon Tatham | Apply a missing bit of r9164, which only broke the... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Simon Tatham | Portability fixes, mostly from James for Palm purposes... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Simon Tatham | Having looked at Keen's clue selection code, I also... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Simon Tatham | Fix warnings generated by gcc 4.6.0 about variables... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Simon Tatham | Fix two memory leaks reported by Tiago Dionizio in... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Simon Tatham | Forgot to set 'has_incentre' on triangular grids, which... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Simon Tatham | From James Harvey (via a period of collaborative polish... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Simon Tatham | Oops: initialise that new 'has_incentre' flag to false... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Simon Tatham | Move most of face_text_pos() into grid.c, leaving in... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Simon Tatham | Replace my brute-force algorithm in face_text_pos with... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Simon Tatham | Stop calling face_text_pos() for faces that don't need... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Simon Tatham | Support user-specified extra link flags (XLFLAGS) in... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Simon Tatham | Fix mismatch between printf format strings and argument... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Simon Tatham | Remove a stray diagnostic. |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Simon Tatham | Fix an amusing cut-and-paste error in the Java drawing... |
commit | commitdiff | tree | snapshot |
next |