chiark / gitweb /
sgt-puzzles.git
2005-06-28 Simon TathamMove a rogue declaration to the top of its block.
2005-06-28 Simon TathamAnother function pair required for serialisation; these...
2005-06-28 Simon TathamAnnoying special cases for Mines.
2005-06-27 Simon TathamRe-architecting of the game backend interface. make_mov...
2005-06-26 Simon TathamFix GTK casts to restore correct compilation on GTK...
2005-06-26 Jacob NevinsUnder Gtk 1.2 (at least on Debian woody), a config...
2005-06-25 Jacob NevinsAdd debugging support.
2005-06-25 Jacob NevinsFurther additions to the Guess docs.
2005-06-25 Jacob NevinsMake the keyboard-control cursors visible whenever...
2005-06-25 Jacob NevinsThe AngleArc() function that was being used to draw...
2005-06-24 Simon TathamCouple of presets.
2005-06-24 Simon TathamMore patches from James Harvey: enforce a maximum brigh...
2005-06-24 Simon TathamFix another display/UI glitch which triggered if you...
2005-06-24 Simon TathamTurn off the keyboard-control cursor when the user...
2005-06-24 Simon TathamChange the preprocessor symbol `DEBUG' to `DEBUGGING...
2005-06-24 Simon TathamMy background-erasing changes in r5996/r5997 caused...
2005-06-23 Simon TathamArray overflow fix from James Harvey.
2005-06-23 Jacob NevinsMake the `hold marker' in Guess accessible from the...
2005-06-23 Jacob NevinsFactual and other corrections/additions to the Guess...
2005-06-23 Jacob NevinsReinstate WinHelp topic now we have a manual chapter.
2005-06-23 Simon TathamCredit James Harvey.
2005-06-23 Simon TathamJames Harvey's extensions to Guess: a couple of extra...
2005-06-23 Simon TathamAnd forgot to add guess to the Unix make install target...
2005-06-23 Simon TathamBah, not good enough. Extend those background erases...
2005-06-23 Simon TathamErase backgrounds when drawing over an existing circle...
2005-06-23 Simon TathamAllow dragging of coloured pegs from previous guesses...
2005-06-23 Simon TathamMust outline as well as filling circles, because not...
2005-06-23 Simon TathamTwo small fixes: add some ceil() calls to stop the...
2005-06-23 Simon Tatham`Guess', a Mastermind clone from James Harvey. This...
2005-06-23 Simon TathamIntroduce a front-end function to draw circles.
2005-06-22 Simon TathamThis TODO comment should have been taken out in r5913 :-)
2005-06-22 Simon TathamNew front end functions to save and restore a region...
2005-06-21 Jacob NevinsAdd WinHelp topic
2005-06-21 Simon TathamPatch from James Harvey in response to the new Rectangl...
2005-06-20 Simon TathamConversation with Richard and Chris yesterday gave...
2005-06-19 Simon TathamJames Harvey's memory leak patch for Flip.
2005-06-19 Simon TathamRedraw glitch: tiles marked black (at game-over time...
2005-06-18 Simon TathamJust noticed yesterday that initial window sizing is...
2005-06-18 Simon TathamI've decided I didn't like the asymmetry of putting...
2005-06-18 Simon TathamI'm sick of not having a `make install' target.
2005-06-17 Simon TathamCorrect rogue chapter into a subheading.
2005-06-17 Simon TathamSolver for Flip.
2005-06-17 Simon TathamInfrastructure change which I've been thinking about...
2005-06-17 Simon TathamAnimation.
2005-06-17 Simon TathamAnother new puzzle! This one isn't particularly deep...
2005-06-17 Simon TathamAn email conversation with Chuck Fresno turned up sever...
2005-06-10 Simon TathamClean up the behaviour of drags off the edge of the...
2005-06-10 Simon TathamDisable shuffle overlap checking in the special case...
2005-06-10 Simon TathamOverzealous last-move tracking during shuffle was causi...
2005-06-10 Simon TathamPatch from James Harvey to rearrange the Same Game...
2005-06-10 Simon TathamPatch from Chris Emerson to add a status bar to Rectang...
2005-06-09 Simon TathamGDK 2.6, in its doubtless infinite wisdom, has decided...
2005-06-08 Jacob NevinsRemove debug output.
2005-06-07 Jacob NevinsAdd Windows help topic
2005-06-07 Jacob NevinsTweaks and more complete documentation for Same Game.
2005-06-07 Simon TathamInteger overflow in game_size(). Oops.
2005-06-07 Simon TathamChris Emerson points out that gtk_window_resize() isn...
2005-06-07 Simon TathamJames Harvey's patch to support keyboard control in...
2005-06-07 Simon TathamForgot to add Same Game to the big list for OS X.
2005-06-07 Simon TathamJames Harvey (again) points out an array underrun in...
2005-06-07 Simon TathamAnother James Harvey patch. This one introduces a new...
2005-06-07 Simon TathamJames Harvey has contributed an implementation of ...
2005-06-07 Simon TathamAll the games in this collection have always defined...
2005-06-06 Simon TathamIntroduce a new game backend function (there seem to...
2005-06-04 Simon TathamSmall UI bug: LEFT_RELEASEs were being thrown away...
2005-06-04 Simon TathamRevamp pencil mark placement and sizing. Pencil marks...
2005-06-04 Simon TathamJames Harvey requested that puzzles not use DEBUG as...
2005-06-03 Simon TathamColin Watson suggests that Alt-click (or Option-click...
2005-06-03 Simon TathamUnique solubility in Mines means that you can massively...
2005-06-02 Simon TathamStandalone compilation mode which turns mines.c into...
2005-06-02 Simon TathamFix various departures from C found by `gcc -ansi ...
2005-06-01 Jacob Nevinsmin()/max() macros conflict with ones defined by Window...
2005-06-01 Simon TathamFix Richard's patch so that it's actually C :-/
2005-06-01 Simon TathamAnother highlighting patch from Richard Boulton: immedi...
2005-06-01 Simon TathamMiscellaneous fixes from James Harvey's PalmOS porting...
2005-06-01 Simon TathamArrange that random seeds are as harmonised as they...
2005-06-01 Simon TathamI've proved that a grid dimension of 2 is capable of...
2005-06-01 Simon TathamGareth points out that the recess highlights around...
2005-06-01 Simon TathamPatches from Richard B for Solo:
2005-06-01 Simon TathamChris Emerson observed the same status-bar flicker...
2005-06-01 Simon TathamTypo in click bounds checking.
2005-05-31 Simon TathamBetter mouse button handling in Mines:
2005-05-31 Simon TathamBah, and remove the TODO item. As usual.
2005-05-31 Simon TathamNow _this_ is what Undo ought to be doing in a Mineswee...
2005-05-31 Simon TathamAha! It turns out, after a bit of failure-mode profilin...
2005-05-31 Simon Tathamvalgrind spotted this array underrun. I wonder if this...
2005-05-31 Simon TathamOops! A trivial typo in obfuscate_bitmap() made the...
2005-05-31 Simon Tatham`Solve' operation is relatively simple in Mines.
2005-05-31 Simon TathamApparently a number of Windows programs like to use...
2005-05-31 Jacob NevinsDocument the mouse control method for Cube.
2005-05-31 Jacob NevinsMove definition of PI into puzzles.h. If nothing else...
2005-05-31 Simon TathamMouse-based interface for Cube: you left-click anywhere...
2005-05-31 Simon TathamEmma Garside suggested that it would be nice to have...
2005-05-31 Simon TathamImproved the limited shuffle mechanism in Sixteen and...
2005-05-31 Simon TathamFix a couple of robustness issues.
2005-05-31 Simon TathamGTK misfires timers at inconvenient moments, sometimes...
2005-05-30 Simon TathamChris's patch to stop Mines depending on char being...
2005-05-30 Simon TathamAdded an `interactive' flag to new_game_desc(), which...
2005-05-30 Simon Tatham`Copy' operation for Mines.
2005-05-30 Simon TathamConstrain mine count to be at most the largest number...
next