2017-09-04 |
Simon Tatham | Mines: show the number of safe squares left, if it... |
blob | commitdiff | raw |
2017-04-26 |
Simon Tatham | Rework the preset menu system to permit submenus. |
blob | commitdiff | raw | diff to current |
2013-04-13 |
Simon Tatham | Giant const patch of doom: add a 'const' to every param... |
blob | commitdiff | raw | diff to current |
2013-04-12 |
Simon Tatham | Add 'const' to the game_params arguments in validate_de... |
blob | commitdiff | raw | diff to current |
2012-09-09 |
Simon Tatham | New rule: interpret_move() is passed a pointer to the... |
blob | commitdiff | raw | diff to current |
2012-06-10 |
Simon Tatham | Vary the behaviour of Mines's solve function depending... |
blob | commitdiff | raw | diff to current |
2011-06-19 |
Simon Tatham | Changed my mind about midend_is_solved: I've now reprot... |
blob | commitdiff | raw | diff to current |
2011-05-04 |
Simon Tatham | Fix warnings generated by gcc 4.6.0 about variables... |
blob | commitdiff | raw | diff to current |
2011-04-02 |
Simon Tatham | Add a function to every game backend which indicates... |
blob | commitdiff | raw | diff to current |
2009-09-13 |
Simon Tatham | Redo Mines and Inertia's mine graphics using an actual... |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Simon Tatham | Patches from James H to add or improve arrow-key-driven... |
blob | commitdiff | raw | diff to current |
2008-09-06 |
Simon Tatham | New infrastructure feature. Games are now permitted... |
blob | commitdiff | raw | diff to current |
2007-02-26 |
Simon Tatham | Dariusz Olszewski's changes to support compiling for... |
blob | commitdiff | raw | diff to current |
2006-12-24 |
Simon Tatham | HTML Help support for Puzzles, with the same kind of... |
blob | commitdiff | raw | diff to current |
2006-02-20 |
Simon Tatham | Mines's error signalling is highly asymmetric: if you... |
blob | commitdiff | raw | diff to current |
2005-10-22 |
Simon Tatham | Cleanup: remove the `just_used_solve' field from a... |
blob | commitdiff | raw | diff to current |
2005-10-22 |
Simon Tatham | Cleanup: it was absolutely stupid for game_wants_status... |
blob | commitdiff | raw | diff to current |
2005-10-22 |
Simon Tatham | Cleanup: remove the game_state parameter to game_colour... |
blob | commitdiff | raw | diff to current |
2005-10-22 |
Simon Tatham | Noticed recently that bitcount16() isn't 16-bit clean... |
blob | commitdiff | raw | diff to current |
2005-09-01 |
Simon Tatham | James H has implemented a new `Tricky' difficulty level... |
blob | commitdiff | raw | diff to current |
2005-08-18 |
Simon Tatham | Substantial infrastructure upheaval. I've separated... |
blob | commitdiff | raw | diff to current |
2005-08-05 |
Simon Tatham | Cleanups to completion flashes: all four of these games... |
blob | commitdiff | raw | diff to current |
2005-07-29 |
Simon Tatham | Patches from Ben Hutchings to fix failures of sscanf... |
blob | commitdiff | raw | diff to current |
2005-07-10 |
Simon Tatham | game_timing_state() now has access to the game_ui.... |
blob | commitdiff | raw | diff to current |
2005-07-10 |
Simon Tatham | Subtle UI change to Mines. Although I mostly find the... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
Jacob Nevins | Add a `full' parameter to validate_params(), analogous... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
Simon Tatham | Enhancements to mkfiles.pl and Recipe to arrange for... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
Simon Tatham | Refactored the game_size() interface, which was getting... |
blob | commitdiff | raw | diff to current |
2005-07-03 |
Simon Tatham | draw_polygon() and draw_circle() have always had a... |
blob | commitdiff | raw | diff to current |
2005-06-30 |
Simon Tatham | General robustness patch from James Harvey: |
blob | commitdiff | raw | diff to current |
2005-06-29 |
Simon Tatham | Validation of random-state-type game descriptions was... |
blob | commitdiff | raw | diff to current |
2005-06-28 |
Simon Tatham | New {en,de}code_ui functions should be static. Oops. |
blob | commitdiff | raw | diff to current |
2005-06-28 |
Simon Tatham | More serialisation changes: the game_aux_info structure... |
blob | commitdiff | raw | diff to current |
2005-06-28 |
Simon Tatham | Another function pair required for serialisation; these... |
blob | commitdiff | raw | diff to current |
2005-06-28 |
Simon Tatham | Annoying special cases for Mines. |
blob | commitdiff | raw | diff to current |
2005-06-27 |
Simon Tatham | Re-architecting of the game backend interface. make_mov... |
blob | commitdiff | raw | diff to current |
2005-06-23 |
Simon Tatham | `Guess', a Mastermind clone from James Harvey. This... |
blob | commitdiff | raw | diff to current |
2005-06-17 |
Simon Tatham | Infrastructure change which I've been thinking about... |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Simon Tatham | All the games in this collection have always defined... |
blob | commitdiff | raw | diff to current |
2005-06-06 |
Simon Tatham | Introduce a new game backend function (there seem to... |
blob | commitdiff | raw | diff to current |
2005-06-04 |
Simon Tatham | Small UI bug: LEFT_RELEASEs were being thrown away... |
blob | commitdiff | raw | diff to current |
2005-06-03 |
Simon Tatham | Unique solubility in Mines means that you can massively... |
blob | commitdiff | raw | diff to current |
2005-06-02 |
Simon Tatham | Standalone compilation mode which turns mines.c into... |
blob | commitdiff | raw | diff to current |
2005-06-02 |
Simon Tatham | Fix various departures from C found by `gcc -ansi ... |
blob | commitdiff | raw | diff to current |
2005-06-01 |
Simon Tatham | Miscellaneous fixes from James Harvey's PalmOS porting... |
blob | commitdiff | raw | diff to current |
2005-06-01 |
Simon Tatham | Arrange that random seeds are as harmonised as they... |
blob | commitdiff | raw | diff to current |
2005-06-01 |
Simon Tatham | I've proved that a grid dimension of 2 is capable of... |
blob | commitdiff | raw | diff to current |
2005-06-01 |
Simon Tatham | Gareth points out that the recess highlights around... |
blob | commitdiff | raw | diff to current |
2005-06-01 |
Simon Tatham | Typo in click bounds checking. |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Simon Tatham | Better mouse button handling in Mines: |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Simon Tatham | Bah, and remove the TODO item. As usual. |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Simon Tatham | Now _this_ is what Undo ought to be doing in a Mineswee... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Simon Tatham | Aha! It turns out, after a bit of failure-mode profilin... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Simon Tatham | valgrind spotted this array underrun. I wonder if this... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Simon Tatham | Oops! A trivial typo in obfuscate_bitmap() made the... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Simon Tatham | `Solve' operation is relatively simple in Mines. |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Simon Tatham | Mouse-based interface for Cube: you left-click anywhere... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Simon Tatham | Emma Garside suggested that it would be nice to have... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Simon Tatham | Fix a couple of robustness issues. |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Simon Tatham | Chris's patch to stop Mines depending on char being... |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Simon Tatham | Added an `interactive' flag to new_game_desc(), which... |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Simon Tatham | `Copy' operation for Mines. |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Simon Tatham | Constrain mine count to be at most the largest number... |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Simon Tatham | First cut at a game timer. Yet another backend function... |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Simon Tatham | D'oh, there's always one. Remove first-click stuff... |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Simon Tatham | Mines now follows the conventional approach of offering... |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Simon Tatham | Neat idea from Gareth: if you put a % on the end of... |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Jacob Nevins | Nit: "warning: extra tokens at end of #endif directive" |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Simon Tatham | Initial checkin of my Minesweeper clone, which uses... |
blob | commitdiff | raw | diff to current |
|