2005-07-17 |
Simon Tatham | I keep forgetting to do things when adding a new puzzle... |
commit | commitdiff | tree | snapshot |
2005-07-17 |
Simon Tatham | Bah, there's always one: failed to `svn add' blackbox... |
commit | commitdiff | tree | snapshot |
2005-07-17 |
Simon Tatham | Another game from James H: `Black Box'. |
commit | commitdiff | tree | snapshot |
2005-07-16 |
Simon Tatham | Cleanups and memory leak fixes from James H. |
commit | commitdiff | tree | snapshot |
2005-07-16 |
Simon Tatham | Sanity-checking patch from Phil Bordelon: since Solo... |
commit | commitdiff | tree | snapshot |
2005-07-16 |
Simon Tatham | New puzzle: `Untangle', cloned (with the addition of... |
commit | commitdiff | tree | snapshot |
2005-07-15 |
Simon Tatham | Improve speed of grid generation: I've found something... |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Jacob Nevins | Add Dominosa printout support. |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Simon Tatham | Cleanups to Solo: |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Simon Tatham | New puzzle: Dominosa. |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Simon Tatham | Introduce a `shuffle' utility function. |
commit | commitdiff | tree | snapshot |
2005-07-10 |
Simon Tatham | game_timing_state() now has access to the game_ui.... |
commit | commitdiff | tree | snapshot |
2005-07-10 |
Simon Tatham | Change of policy on game_changed_state(). Originally... |
commit | commitdiff | tree | snapshot |
2005-07-10 |
Simon Tatham | Subtle UI change to Mines. Although I mostly find the... |
commit | commitdiff | tree | snapshot |
2005-07-09 |
Simon Tatham | Alter the `Octagon' board preset so that instead of... |
commit | commitdiff | tree | snapshot |
2005-07-06 |
Simon Tatham | Missing quit on error was leading to an assertion failu... |
commit | commitdiff | tree | snapshot |
2005-07-06 |
Jacob Nevins | Move various printf()s after declarations. |
commit | commitdiff | tree | snapshot |
2005-07-06 |
Simon Tatham | Unify the two solvers in Solo. nsolve has now had recursion |
commit | commitdiff | tree | snapshot |
2005-07-06 |
Simon Tatham | Refactoring from James H: the highlight and lowlight... |
commit | commitdiff | tree | snapshot |
2005-07-06 |
Simon Tatham | Some patches from James H: |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Jacob Nevins | Revert the code that assumed that incoming parameters... |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Jacob Nevins | Add a `full' parameter to validate_params(), analogous... |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Simon Tatham | Enhancements to mkfiles.pl and Recipe to arrange for... |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Jacob Nevins | It's been a new year for a while now. |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Jacob Nevins | revert supposed typo -- I have no brain |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Jacob Nevins | Add HACKING to main doc build. |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Jacob Nevins | typo |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Jacob Nevins | Add a completion flash when you get down to a single... |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Simon Tatham | Refactored the game_size() interface, which was getting... |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Simon Tatham | James Harvey points out a missing ifdef. |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Jacob Nevins | Clarify that diagonal moves are not permitted in Pegs. |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Jacob Nevins | Add WinHelp topic. |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Simon Tatham | There's always one. Forgot to add Pegs to `make install'. |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Simon Tatham | Documentation for Pegs. |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Simon Tatham | Peg Solitaire implementation, complete with a random... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Jacob Nevins | Document keyboard controls for Flip |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Jacob Nevins | Fix bounds checking for Flip cursor control. |
commit | commitdiff | tree | snapshot |
2005-07-03 |
Simon Tatham | James H's patch for a keyboard-controlled cursor in... |
commit | commitdiff | tree | snapshot |
2005-07-03 |
Simon Tatham | Allow game backends to use even special keystrokes... |
commit | commitdiff | tree | snapshot |
2005-07-03 |
Simon Tatham | draw_polygon() and draw_circle() have always had a... |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Simon Tatham | James Harvey points out that entering an invalid game... |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Simon Tatham | Prevent drags from being started outside the playing... |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Simon Tatham | Preset names retrieved from the environment must be... |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Simon Tatham | Load and Save are now supported on all three desktop... |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Simon Tatham | General robustness patch from James Harvey: |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Simon Tatham | Attempting to begin a drag from (i.e. just click on... |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Simon Tatham | Add a cast whose absence was causing a (-Werror-exacerb... |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Simon Tatham | Validation of random-state-type game descriptions was... |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Simon Tatham | When serialising this game, it's probably better to... |
commit | commitdiff | tree | snapshot |
2005-06-28 |
Jacob Nevins | Make peg removal accessible from the keyboard. |
commit | commitdiff | tree | snapshot |
2005-06-28 |
Simon Tatham | New {en,de}code_ui functions should be static. Oops. |
commit | commitdiff | tree | snapshot |
2005-06-28 |
Simon Tatham | Actually implemented the serialise/deserialise functions in |
commit | commitdiff | tree | snapshot |
2005-06-28 |
Simon Tatham | More serialisation changes: the game_aux_info structure... |
commit | commitdiff | tree | snapshot |
2005-06-28 |
Simon Tatham | Rogue diagnostic! |
commit | commitdiff | tree | snapshot |
2005-06-28 |
Simon Tatham | Move a rogue declaration to the top of its block. |
commit | commitdiff | tree | snapshot |
2005-06-28 |
Simon Tatham | Another function pair required for serialisation; these... |
commit | commitdiff | tree | snapshot |
2005-06-28 |
Simon Tatham | Annoying special cases for Mines. |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Simon Tatham | Re-architecting of the game backend interface. make_mov... |
commit | commitdiff | tree | snapshot |
2005-06-26 |
Simon Tatham | Fix GTK casts to restore correct compilation on GTK... |
commit | commitdiff | tree | snapshot |
2005-06-26 |
Jacob Nevins | Under Gtk 1.2 (at least on Debian woody), a config... |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Jacob Nevins | Add debugging support. |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Jacob Nevins | Further additions to the Guess docs. |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Jacob Nevins | Make the keyboard-control cursors visible whenever... |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Jacob Nevins | The AngleArc() function that was being used to draw... |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Simon Tatham | Couple of presets. |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Simon Tatham | More patches from James Harvey: enforce a maximum brigh... |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Simon Tatham | Fix another display/UI glitch which triggered if you... |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Simon Tatham | Turn off the keyboard-control cursor when the user... |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Simon Tatham | Change the preprocessor symbol `DEBUG' to `DEBUGGING... |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Simon Tatham | My background-erasing changes in r5996/r5997 caused... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Simon Tatham | Array overflow fix from James Harvey. |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Jacob Nevins | Make the `hold marker' in Guess accessible from the... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Jacob Nevins | Factual and other corrections/additions to the Guess... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Jacob Nevins | Reinstate WinHelp topic now we have a manual chapter. |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Simon Tatham | Credit James Harvey. |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Simon Tatham | James Harvey's extensions to Guess: a couple of extra... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Simon Tatham | And forgot to add guess to the Unix make install target... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Simon Tatham | Bah, not good enough. Extend those background erases... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Simon Tatham | Erase backgrounds when drawing over an existing circle... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Simon Tatham | Allow dragging of coloured pegs from previous guesses... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Simon Tatham | Must outline as well as filling circles, because not... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Simon Tatham | Two small fixes: add some ceil() calls to stop the... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Simon Tatham | `Guess', a Mastermind clone from James Harvey. This... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Simon Tatham | Introduce a front-end function to draw circles. |
commit | commitdiff | tree | snapshot |
2005-06-22 |
Simon Tatham | This TODO comment should have been taken out in r5913 :-) |
commit | commitdiff | tree | snapshot |
2005-06-22 |
Simon Tatham | New front end functions to save and restore a region... |
commit | commitdiff | tree | snapshot |
2005-06-21 |
Jacob Nevins | Add WinHelp topic |
commit | commitdiff | tree | snapshot |
2005-06-21 |
Simon Tatham | Patch from James Harvey in response to the new Rectangl... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Simon Tatham | Conversation with Richard and Chris yesterday gave... |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Simon Tatham | James Harvey's memory leak patch for Flip. |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Simon Tatham | Redraw glitch: tiles marked black (at game-over time... |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Simon Tatham | Just noticed yesterday that initial window sizing is... |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Simon Tatham | I've decided I didn't like the asymmetry of putting... |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Simon Tatham | I'm sick of not having a `make install' target. |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Simon Tatham | Correct rogue chapter into a subheading. |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Simon Tatham | Solver for Flip. |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Simon Tatham | Infrastructure change which I've been thinking about... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Simon Tatham | Animation. |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Simon Tatham | Another new puzzle! This one isn't particularly deep... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Simon Tatham | An email conversation with Chuck Fresno turned up sever... |
commit | commitdiff | tree | snapshot |
next |