| Commit message (Expand) | Author | Age |
| * | Cleanup: remove the `just_used_solve' field from a number of games | Simon Tatham | 2005-10-22 |
| * | Forgot to update devel.but in r6417. | Simon Tatham | 2005-10-22 |
| * | Cleanup: it was absolutely stupid for game_wants_statusbar() to be a | Simon Tatham | 2005-10-22 |
| * | Cleanup: remove the game_state parameter to game_colours(). No game | Simon Tatham | 2005-10-22 |
| * | Noticed recently that bitcount16() isn't 16-bit clean due to signed | Simon Tatham | 2005-10-22 |
| * | Cleanup: the `mouse_priorities' field in the back end has been a | Simon Tatham | 2005-10-22 |
| * | OS X frontend was directly calling the backend's wants_statusbar() | Simon Tatham | 2005-10-22 |
| * | Cleanup: rename random_init() to random_new(), because it actually | Simon Tatham | 2005-10-22 |
| * | New puzzle from James H: `Bridges', another Nikoli job. | Simon Tatham | 2005-10-21 |
| * | Miscellaneous fixes. Correct a comparison of y with w causing | Simon Tatham | 2005-10-17 |
| * | Just noticed a longhand shuffling operation which I must have missed | Simon Tatham | 2005-10-17 |
| * | Janes H provides a small workaround for a Palm tools bug. | Simon Tatham | 2005-10-15 |
| * | Small error in solver diagnostics. | Simon Tatham | 2005-10-15 |
| * | Revamp of the control mechanism to permit drag- as well as | Simon Tatham | 2005-10-14 |
| * | New puzzle: `Tents'. Requires a potentially shared algorithms module | Simon Tatham | 2005-10-13 |
| * | loopy_diffnames[] isn't used, and provokes a warning on OS X. | Simon Tatham | 2005-10-13 |
| * | Yikes! I've only just noticed that this copy of tree234.c was still | Simon Tatham | 2005-10-12 |
| * | r6384 didn't go quite far enough. In fact, a grid square which | Simon Tatham | 2005-10-10 |
| * | Fixes for handling human-entered Flip games. The clicked-on square | Simon Tatham | 2005-10-10 |
| * | Richard Earnshaw points out that if you enter an out-of-range number | Simon Tatham | 2005-10-10 |
| * | Use game_set_size() to set up the temporary drawstate in | Simon Tatham | 2005-09-23 |
| * | Fix very strange indentation issue! | Simon Tatham | 2005-09-23 |
| * | Bug fix from James H: prevent LINEWIDTH ever reaching zero. | Simon Tatham | 2005-09-18 |
| * | Another optimisation patch from Mike, which (among other things) | Simon Tatham | 2005-09-18 |
| * | Optimisation patch from Mike: remember which squares we've entirely | Simon Tatham | 2005-09-15 |
| * | Patch from Mike: fix an array indexing error in the clue | Simon Tatham | 2005-09-13 |
| * | Patch from Mike: | Simon Tatham | 2005-09-12 |
| * | I am again gormless! When I overhauled Solo's grid generator in | Simon Tatham | 2005-09-12 |
| * | I found a slightly odd-looking line of code in this file a few days | Simon Tatham | 2005-09-12 |
| * | Minor improvement to initial loop generation. | Simon Tatham | 2005-09-11 |
| * | Oops; left some rogue diagnostics in. | Simon Tatham | 2005-09-11 |
| * | Run the final solution-reduction pass in both directions, since | Simon Tatham | 2005-09-11 |
| * | Solve function for Inertia, using what's essentially an approximate | Simon Tatham | 2005-09-11 |
| * | Marginally greater robustness in the face of solve_game() failing to | Simon Tatham | 2005-09-11 |
| * | Completely rewrite the loop-detection algorithm used to check game | Simon Tatham | 2005-09-10 |
| * | Patch from James H which initialises a couple of Windows API object | Simon Tatham | 2005-09-10 |
| * | I arranged that dying after the game was already completed didn't | Simon Tatham | 2005-09-06 |
| * | Take the Windows taskbar into account when deciding on the maximum | Simon Tatham | 2005-09-06 |
| * | Various patches from Ben H: a fix for an outdated comment, a couple | Simon Tatham | 2005-09-05 |
| * | I've dithered a bit in the past about whether or not it's allowable | Simon Tatham | 2005-09-05 |
| * | Patch from Ton van Overbeek to fix a small memory leak in | Simon Tatham | 2005-09-04 |
| * | Patch from Ton van Overbeek to correct Loopy's misplaced line ends | Simon Tatham | 2005-09-04 |
| * | Another global environment-variable override across all games. This | Simon Tatham | 2005-09-04 |
| * | Couple of minor updates to restore accuracy. | Simon Tatham | 2005-09-04 |
| * | Patches from James H. The usual stuff (memory leak fixes and 16-bit | Simon Tatham | 2005-09-03 |
| * | Someone points out that the Solo text formatter would be a lot | Simon Tatham | 2005-09-02 |
| * | Stop Light Up from eating system keypresses, which it was previously | Simon Tatham | 2005-09-01 |
| * | Optimiser placation. | Simon Tatham | 2005-09-01 |
| * | Palm fixes for Loopy from James H: a #ifdef SLOW_SYSTEM, and an | Simon Tatham | 2005-09-01 |
| * | James H's memory leak fixes to Inertia. | Simon Tatham | 2005-09-01 |