2010-02-15 |
Simon Tatham | Updates to the new-puzzle checklist, since the world... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Simon Tatham | New puzzle! Setting what might be a record for how... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Simon Tatham | Patch inspired by one from James H: remove spurious... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Simon Tatham | Fix from James H: the shared code between drawing and... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Simon Tatham | Fix from James H: in printing mode, the shared code... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Simon Tatham | Memory leak fix from James H. |
commit | commitdiff | tree | snapshot |
2010-01-17 |
Simon Tatham | Patch from James H to fix a bug in which ambiguous... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Jacob Nevins | Typo/formatting fixes for Magnets documentation. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Simon Tatham | Highlight the sides as well as the top of a tower when... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Simon Tatham | Don't use payload strings directly as the format for... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Simon Tatham | Placate optimiser. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Simon Tatham | New puzzle from James H: 'Magnets'. |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Simon Tatham | Couple of small changes to Singles from James H which... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Simon Tatham | Patch from James H: make the Windows debugging output... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Simon Tatham | Add a couple more checks to the 3d collision detection... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Jacob Nevins | Corrections to Singles documentation, plus index terms. |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Simon Tatham | Misspelled keyword. |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Simon Tatham | New puzzle from James Harvey: 'Singles', an implementat... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Simon Tatham | Retire the YTRANS and YUNTRANS macros in latin.[ch... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Simon Tatham | The 3-D graphics in Towers need a corresponding change... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Simon Tatham | Oops! Remove evidence of blatant clone-and-hack from... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Simon Tatham | Oops. Uncomment the difficulty exceptions! (Also add... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Jacob Nevins | New year, new puzzle. |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Jacob Nevins | Fix formatting. |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Simon Tatham | Crop the Towers icon more sensibly (i.e. at all). |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Simon Tatham | Upgrade the graphics in Towers to include a thematicall... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Simon Tatham | New puzzle, again using the revised latin.c: 'Towers... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Simon Tatham | Memory leak fix from James H. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Simon Tatham | Proof that check_errors() is sufficient. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Simon Tatham | Refer to group elements by letters instead of numbers... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Simon Tatham | Add a facility in the latin.c solver diagnostics to... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Simon Tatham | Add an even more evil (!) game mode, in which it's... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Simon Tatham | Yikes! Fix a misaimed 'sizeof' which I only got away... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Simon Tatham | A user asked for the < signs in Unequal to be bolder. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Simon Tatham | Missing piece of code I should have cribbed from Solo... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Simon Tatham | Another 16-bit-cleanliness fix (and for once I spotted... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Simon Tatham | Memory leak fix from Tiago Dionizio: whenever we free... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Simon Tatham | 16-bit cleanliness patch from James H. |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Simon Tatham | For my own use in local Windows builds of the 'unfinish... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Simon Tatham | Couple of missing 'static's. |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Simon Tatham | New puzzle in 'unfinished'. Essentially, Sudoku for... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Simon Tatham | Fix bug causing array overrun. Only seemed to be showin... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Simon Tatham | New puzzle! 'Keen', a clone of KenKen. |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Simon Tatham | Normalise Unequal (and latin.c) so that solver diagnost... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Simon Tatham | I've never trusted common variables. Take those bare... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Simon Tatham | Introduce, and implement as usefully as I can in all... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Simon Tatham | Tweak the semantics of dsf_merge() so that the canonica... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Simon Tatham | Refactor latin.c to make it easier to reuse. Instead... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Simon Tatham | New mode for Unequal, from James H. In this mode, calle... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Simon Tatham | latin_generate_quick is long gone, so remove it from... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Simon Tatham | Keyboard control for Dominosa (patch largely due to... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
Simon Tatham | Jonas Koelker points out that the backspace key didn... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Simon Tatham | Minor bug fixes from James Harvey. |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Simon Tatham | Patches from Frode Austvik to modify the effects of... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Simon Tatham | Patch from Frode Austvik to tinker with the GTK interfa... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Simon Tatham | Patch from Frode Austvik to permit passing CFLAGS in... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Jacob Nevins | Another wording tweak from Helge Kreutzmann. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Simon Tatham | Fix for the grid generation in the presence of particul... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Simon Tatham | Add a precautionary pair of initialisations to placate... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Jacob Nevins | Remove ASCII-art arrows. Missing \dash (Debian bug... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Jacob Nevins | Beat up on Black Box docs, after Debian bug #548472. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Jacob Nevins | Typo fixes from Debian bug#554341. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Simon Tatham | Single mouse clicks to toggle individual grid edges... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Simon Tatham | Add a couple of missing checks in validate_desc(),... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Simon Tatham | Minor rewording and typo-correction. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Simon Tatham | Aha, I've managed to prove that my inadequate error... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Simon Tatham | Error-highlighted trees look nicer with a different... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Simon Tatham | Redo Mines and Inertia's mine graphics using an actual... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Simon Tatham | Tweak to the promptness of error highlighting display. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Simon Tatham | About time I got round to this: error highlighting... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Simon Tatham | Fix width/height braino introduced in r5844. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Simon Tatham | Add execute permission to the .exe files inside the... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Simon Tatham | More defensive-coding fixes from James H. |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Simon Tatham | Patch from Mark Wooding: when I did r7980 I had complet... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Simon Tatham | Patch from Mark Wooding: use gdk_event_request_motions... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Simon Tatham | Patch from Mark Wooding: stop setting GTK_EXPAND for... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Simon Tatham | Patch from Mark Wooding: one-pixel fix to the alignment... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Simon Tatham | Patch from Mark Wooding (though somewhat tampered with... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Simon Tatham | Memory management and other fixes from James H. |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Simon Tatham | Fix a misdesign I must have missed when I reviewed... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Simon Tatham | check_valid() wasn't checking that Killer cages contain... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Jacob Nevins | It's been a new year for some time now. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Simon Tatham | Patch from James H to provide 16-bit-int cleanliness... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Simon Tatham | Patch from James H to abstract out of Dominosa the... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Jacob Nevins | Make menus accessible from the keyboard in the Gtk... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Simon Tatham | Fix cosmetic glitch in the interaction between Killer... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Jacob Nevins | Make icon building cope with Solo's increased default... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Jacob Nevins | Fix duplicate keyword. |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Simon Tatham | A substantial patch to Solo from Bernd Schmidt, adding... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Simon Tatham | Introduce some infrastructure to permit games' print... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Simon Tatham | Fix the Java front end's vertical text positioning... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Simon Tatham | Keyboard control patch for Bridges, from James H. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Simon Tatham | Lee Dowling points out that duplicating the entire... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Simon Tatham | Keyboard control patch for Black Box, from James H. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Simon Tatham | Keyboard control patch for Twiddle, from James H. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Simon Tatham | Keyboard control patch for Pattern, from James H. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Simon Tatham | Keyboard control for Map, from James H. |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Simon Tatham | Reorder if statements in Unequal's interpret_move(... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Simon Tatham | Patch from James H to add keyboard control in Sixteen... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Simon Tatham | Switch over to using the new-style GtkFileChooser in... |
commit | commitdiff | tree | snapshot |
next |