chiark / gitweb /
sgt-puzzles.git
2005-07-17 Simon TathamGet rid of the malloc in shuffle(), by defining a subfu...
2005-07-17 Simon TathamPatch from Chris Emerson: rather than dynamically calling
2005-07-17 Jacob NevinsBlack Box: fix "reveal" button location, explain what...
2005-07-17 Jacob NevinsUse \q{} and \by in Black Box docs.
2005-07-17 Simon TathamI keep forgetting to do things when adding a new puzzle...
2005-07-17 Simon TathamBah, there's always one: failed to `svn add' blackbox...
2005-07-17 Simon TathamAnother game from James H: `Black Box'.
2005-07-16 Simon TathamCleanups and memory leak fixes from James H.
2005-07-16 Simon TathamSanity-checking patch from Phil Bordelon: since Solo...
2005-07-16 Simon TathamNew puzzle: `Untangle', cloned (with the addition of...
2005-07-15 Simon TathamImprove speed of grid generation: I've found something...
2005-07-14 Jacob NevinsAdd Dominosa printout support.
2005-07-14 Simon TathamCleanups to Solo:
2005-07-14 Simon TathamNew puzzle: Dominosa.
2005-07-14 Simon TathamIntroduce a `shuffle' utility function.
2005-07-10 Simon Tathamgame_timing_state() now has access to the game_ui....
2005-07-10 Simon TathamChange of policy on game_changed_state(). Originally...
2005-07-10 Simon TathamSubtle UI change to Mines. Although I mostly find the...
2005-07-09 Simon TathamAlter the `Octagon' board preset so that instead of...
2005-07-06 Simon TathamMissing quit on error was leading to an assertion failu...
2005-07-06 Jacob NevinsMove various printf()s after declarations.
2005-07-06 Simon TathamUnify the two solvers in Solo. nsolve has now had recursion
2005-07-06 Simon TathamRefactoring from James H: the highlight and lowlight...
2005-07-06 Simon TathamSome patches from James H:
2005-07-05 Jacob NevinsRevert the code that assumed that incoming parameters...
2005-07-05 Jacob NevinsAdd a `full' parameter to validate_params(), analogous...
2005-07-05 Simon TathamEnhancements to mkfiles.pl and Recipe to arrange for...
2005-07-05 Jacob NevinsIt's been a new year for a while now.
2005-07-05 Jacob Nevinsrevert supposed typo -- I have no brain
2005-07-05 Jacob NevinsAdd HACKING to main doc build.
2005-07-05 Jacob Nevinstypo
2005-07-05 Jacob NevinsAdd a completion flash when you get down to a single...
2005-07-05 Simon TathamRefactored the game_size() interface, which was getting...
2005-07-05 Simon TathamJames Harvey points out a missing ifdef.
2005-07-04 Jacob NevinsClarify that diagonal moves are not permitted in Pegs.
2005-07-04 Jacob NevinsAdd WinHelp topic.
2005-07-04 Simon TathamThere's always one. Forgot to add Pegs to `make install'.
2005-07-04 Simon TathamDocumentation for Pegs.
2005-07-04 Simon TathamPeg Solitaire implementation, complete with a random...
2005-07-04 Jacob NevinsDocument keyboard controls for Flip
2005-07-04 Jacob NevinsFix bounds checking for Flip cursor control.
2005-07-03 Simon TathamJames H's patch for a keyboard-controlled cursor in...
2005-07-03 Simon TathamAllow game backends to use even special keystrokes...
2005-07-03 Simon Tathamdraw_polygon() and draw_circle() have always had a...
2005-07-01 Simon TathamJames Harvey points out that entering an invalid game...
2005-06-30 Simon TathamPrevent drags from being started outside the playing...
2005-06-30 Simon TathamPreset names retrieved from the environment must be...
2005-06-30 Simon TathamLoad and Save are now supported on all three desktop...
2005-06-30 Simon TathamGeneral robustness patch from James Harvey:
2005-06-30 Simon TathamAttempting to begin a drag from (i.e. just click on...
2005-06-29 Simon TathamAdd a cast whose absence was causing a (-Werror-exacerb...
2005-06-29 Simon TathamValidation of random-state-type game descriptions was...
2005-06-29 Simon TathamWhen serialising this game, it's probably better to...
2005-06-28 Jacob NevinsMake peg removal accessible from the keyboard.
2005-06-28 Simon TathamNew {en,de}code_ui functions should be static. Oops.
2005-06-28 Simon TathamActually implemented the serialise/deserialise functions in
2005-06-28 Simon TathamMore serialisation changes: the game_aux_info structure...
2005-06-28 Simon TathamRogue diagnostic!
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.
next