chiark / gitweb /
sgt-puzzles.git
2015-06-10 Kevin LylesRemoved an extra layer of complexity for count colors
2015-06-10 Kevin LylesFactored out some of the color logic for the clues
2015-06-10 Kevin LylesRemoved DS_FULL (it wasn't used)
2015-05-26 Kevin LylesUpdated name/size of clues_done in Towers
2015-05-26 Kevin LylesUndead: you can now mark clues as done
2015-05-26 Kevin LylesReworked draw_path_hint
2015-05-26 Kevin LylesFactored out a portion of game_redraw
2015-05-22 Kevin LylesTowers: you can now mark clues done
2015-05-22 Kevin LylesSplit out the text color portion of draw_tile
2015-05-22 Kevin LylesCleaned up execute_move a little
2015-05-18 Simon TathamAdd the 'make test' target to Makefile.am too.
2015-05-18 Simon TathamAdd sorting-order buttons to the benchmark output.
2015-05-18 Simon TathamMove the benchmarking logic out into a script.
2015-05-11 Kevin LylesHandle replacing an existing arrow
2015-05-11 Kevin LylesFix the extra arrow hanging around while moving the...
2015-05-11 Kevin LylesMark some arguments constant
2015-05-11 Kevin LylesFix the issue with adding only one arrow when the other...
2015-05-11 Kevin LylesAdd/remove the opposite arrow when you let go
2015-05-11 Kevin LylesDraw the opposite arrow only while dragging
2015-05-11 Kevin LylesMoved all function declarations to the top of the file
2015-05-11 Kevin LylesUse the game_state and space typedefs
2015-05-11 Kevin LylesAlways use ret instead of state in execute_move
2015-05-11 Kevin LylesFixed a typo in a comment
2015-05-09 Simon TathamSpecial-case right-dragging of a numbered cell off...
2015-04-10 Simon TathamSort out abs/fabs confusion.
2015-03-25 Simon TathamAdd Tracks to the automake makefile's "install" target.
2015-03-24 Simon TathamFix a compile warning on ARM.
2015-03-15 Simon TathamUpdate README after the switch to autoconf.
2015-03-09 Adam BorowskiFix a build failure on x32 (time_t printfs).
2015-02-08 Simon TathamTurn <image> tag into <img>.
2015-02-08 Simon TathamNew puzzle from James Harvey: 'Tracks'.
2015-01-17 Simon TathamRemove a lingering bashism in makedist.sh.
2015-01-15 Simon TathamImprove the Flood solver.
2015-01-13 Simon TathamRemove some lingering HTML markup.
2015-01-13 Simon TathamAnd one more whitespace fix.
2015-01-13 Simon TathamCouple of fixes to the new web-page mechanism.
2015-01-13 Simon TathamScript to autogenerate pieces of the web page.
2015-01-13 Simon TathamPut the game summaries from the website into gamedesc...
2015-01-13 Simon TathamRevise the Flood preset list.
2015-01-13 Simon TathamHandle the space bar in the Javascript front end.
2015-01-12 Simon TathamNew puzzle: 'Flood'.
2015-01-12 Simon TathamUpdate the new-puzzle checklist for git.
2015-01-09 Simon TathamAdd OS X metadata to make Puzzles.app searchable in...
2015-01-04 Simon TathamFix puzzle window resize behaviour on Unity.
2014-12-29 Simon TathamFix homology bug (!) in Net's loop highlighter.
2014-12-28 Simon TathamError-highlight loops in Net.
2014-12-18 Simon TathamPermit selecting a diagonal of squares at once in Group.
2014-11-30 Simon TathamFix two compile warnings in emcc.c.
2014-11-29 Simon TathamRemove another erroneous GINT_TO_POINTER.
2014-11-29 Simon TathamUse the compile flag -std=c89 in place of -ansi.
2014-11-29 Simon TathamFix a GINT_TO_POINTER that was back to front.
2014-11-29 Simon TathamChange the policy for parsing underspecified params...
2014-11-26 Simon TathamRemove an inappropriate assertion in validation context.
2014-11-26 Simon TathamFix a decoding bug in Solo block-structure descriptions.
2014-10-29 Simon TathamFix error highlighting of closed subgraphs in Bridges.
2014-10-27 Simon TathamSome more .gitignore updates.
2014-10-25 Simon TathamAdd a .gitignore, now this project is in git.
2014-10-20 Simon TathamStop using NSApp in the OS X front end.
2014-10-07 Simon TathamFix antialiasing artifacts around edges of Bridges...
2014-09-27 Simon TathamProvide a static version.h for development builds.
2014-09-24 Simon TathamRemove the MD5-based manifest file system.
2014-09-24 Simon TathamRemove dependencies on Subversion.
2014-09-21 Simon TathamImprove connectedness-error highlighting in Singles.
2014-09-09 Simon TathamImprove connectedness-error highlighting in Range.
2014-06-21 Simon TathamFix vertically misaligned text in Javascript puzzles.
2014-04-20 Simon TathamChange our method of calling main() in emccpre.js.
2014-04-20 Simon TathamAdd a missing #include.
2014-03-30 Simon TathamReinstate the Mac OS build step.
2014-02-22 Simon TathamFix the Automake makefile for automake 1.14.
2014-01-16 Jacob NevinsContinue the tradition of only remembering to update...
2014-01-07 Simon TathamPosition the monster counts more sensibly.
2013-11-28 Simon TathamFix a printf 64-bit-cleanness error.
2013-10-09 Simon TathamFix an edge case of divider-obsoletion in Group.
2013-10-09 Simon TathamFaintly highlight the leading diagonal of Group's grid.
2013-08-29 Jacob NevinsDocument 'Unique rows and columns' option in Unruly...
2013-07-30 Jacob NevinsFix a failure to warn about non-unique rows/columns...
2013-07-05 Simon TathamStop using a zero precision specifier with sprintf...
2013-07-02 Simon TathamMake svn-based version identification still work in...
2013-07-02 Simon TathamFix small bugs in the automake construction which were...
2013-06-30 Simon TathamAdd a check in the new configure script to enable lots...
2013-06-30 Simon TathamAdd a mechanism to the automake system to allow 'make...
2013-06-30 Simon TathamSupport building via autoconf and automake. mkfiles...
2013-06-27 Simon TathamAdjust the build script to turn the NestedVM build...
2013-06-19 Simon TathamRemove stray bashisms from the NestedVM makefile.
2013-06-08 Simon TathamRemove spurious "unfinished/" that appeared at the...
2013-06-08 Simon TathamAdd comment to remind myself (and anyone else) how...
2013-06-08 Simon TathamScript to read the new gamedesc.txt and create .desktop...
2013-06-08 Simon TathamRename wingames.lst to gamedesc.txt, and add a couple...
2013-05-10 Simon TathamFix grid generation crashes at Penrose 3x3 sizes. What...
2013-05-05 Simon TathamCorrect the comment at the top of unruly.c, which is...
2013-05-05 Simon TathamNew configuration option in Unruly, to enable a mode...
2013-04-13 Simon TathamD'oh, forgot to adjust devel.but for the const changes.
2013-04-13 Simon TathamGiant const patch of doom: add a 'const' to every param...
2013-04-13 Simon TathamFix a memory management bug in Filling: in some situati...
2013-04-12 Simon TathamAdd 'const' to the game_params arguments in validate_de...
2013-04-12 Simon TathamPatch from Rogier Goossens to speed up the Pattern...
2013-04-12 Simon TathamAdjust Keen's grid generation to constrain the maximum...
2013-04-12 Simon TathamApply some optimisation to Undead's get_unique() functi...
2013-04-11 Simon TathamIntroduce some extra testing and benchmarking command...
2013-04-11 Simon TathamRevamp the triangular grid generation in Loopy, which...
next