chiark / gitweb /
changelog: document last change
[sgt-puzzles.git] / rect.c
2017-09-24 Ian JacksonMerge remote-tracking branch 'upstream/master' into...
2017-04-26 Simon TathamRework the preset menu system to permit submenus.
2017-01-17 Ben Hutchingssgt-puzzles (20161228.7cae89f-1) unstable; urgency...
2017-01-17 Ben HutchingsImport sgt-puzzles_20161228.7cae89f.orig.tar.gz
2016-01-07 Simon TathamRename the docs section for Rectangles.
2015-12-31 Khem Rajrect: Fix compiler errors about uninitialized use of...
2015-10-03 Jonas KölkerRectangles: cancel keyboard drag with Escape.
2013-04-13 Simon TathamGiant const patch of doom: add a 'const' to every param...
2013-04-12 Simon TathamAdd 'const' to the game_params arguments in validate_de...
2012-09-09 Simon TathamNew rule: interpret_move() is passed a pointer to the...
2012-01-31 Simon TathamSort out a bit of confusion between mouse- and keyboard...
2011-06-19 Simon TathamChanged my mind about midend_is_solved: I've now reprot...
2011-04-02 Simon TathamAdd a function to every game backend which indicates...
2009-10-13 Simon TathamSingle mouse clicks to toggle individual grid edges...
2009-01-15 Simon TathamKeyboard cursor support for Rectangles, from James H.
2008-09-06 Simon TathamNew infrastructure feature. Games are now permitted...
2007-03-26 Simon TathamEr, and now do that _without_ introducing further segfa...
2007-03-26 Simon TathamStop failing assertions when we encounter an insoluble...
2007-02-26 Simon TathamDariusz Olszewski's changes to support compiling for...
2006-12-24 Simon TathamHTML Help support for Puzzles, with the same kind of...
2005-10-22 Simon TathamCleanup: it was absolutely stupid for game_wants_status...
2005-10-22 Simon TathamCleanup: remove the game_state parameter to game_colour...
2005-10-22 Simon TathamCleanup: the `mouse_priorities' field in the back end...
2005-09-23 Simon TathamUse game_set_size() to set up the temporary drawstate in
2005-08-18 Simon TathamSubstantial infrastructure upheaval. I've separated...
2005-07-29 Simon TathamBen Hutchings reports that gcc 4 gives an optimiser...
2005-07-18 Simon TathamFix to Chris's patch in r6106 (also from Chris).
2005-07-17 Simon TathamPatch from Chris Emerson: rather than dynamically calling
2005-07-10 Simon Tathamgame_timing_state() now has access to the game_ui....
2005-07-05 Jacob NevinsAdd a `full' parameter to validate_params(), analogous...
2005-07-05 Simon TathamRefactored the game_size() interface, which was getting...
2005-06-30 Simon TathamPrevent drags from being started outside the playing...
2005-06-30 Simon TathamGeneral robustness patch from James Harvey:
2005-06-28 Simon TathamNew {en,de}code_ui functions should be static. Oops.
2005-06-28 Simon TathamMore serialisation changes: the game_aux_info structure...
2005-06-28 Simon TathamAnother function pair required for serialisation; these...
2005-06-27 Simon TathamRe-architecting of the game backend interface. make_mov...
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-17 Simon TathamInfrastructure change which I've been thinking about...
2005-06-10 Simon TathamClean up the behaviour of drags off the edge of the...
2005-06-10 Simon TathamPatch from Chris Emerson to add a status bar to Rectang...
2005-06-07 Simon TathamInteger overflow in game_size(). Oops.
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-01 Simon TathamMiscellaneous fixes from James Harvey's PalmOS porting...
2005-05-31 Simon TathamBetter mouse button handling in Mines:
2005-05-31 Simon TathamMouse-based interface for Cube: you left-click anywhere...
2005-05-30 Simon TathamAdded an `interactive' flag to new_game_desc(), which...
2005-05-30 Simon TathamFirst cut at a game timer. Yet another backend function...
2005-05-30 Simon TathamMines now follows the conventional approach of offering...
2005-05-30 Simon TathamInfrastructure change: game_anim_length and game_flash_...
2005-05-28 Simon TathamAdd the ability to use the Rectangles solver for actual...
2005-05-26 Jacob NevinsAdd origin-shifting (Shift+cursors) and source-shifting...
2005-05-21 Simon TathamCleanups:
2005-05-19 Simon TathamCunning way to ensure unique solutions in generated...
2005-05-18 Simon TathamRectangles random seed IDs shouldn't bother stating...
2005-05-16 Simon TathamThe game IDs for Net (and Netslide) have always been...
2005-05-04 Jacob NevinsAllow for trailing '\0' in game_text_format() in variou...
2005-05-02 Simon TathamAdded an automatic `Solve' feature to most games. This...
2005-05-02 Simon TathamIntroduce the concept of a `game_aux_info' structure...
2005-05-01 Simon TathamCopy-to-clipboard for Rectangles.
2005-05-01 Simon TathamIntroduced a new function in every game which formats...
2005-05-01 Simon TathamI can never remember what that `TRUE' means in the...
2005-01-17 Simon TathamRather than each game backend file exporting a whole...
2004-08-17 Simon TathamRemove extraneous underscores at start and end of Recta...
2004-08-16 Jacob NevinsAfter discussion with Simon, the game redraw functions...
2004-08-16 Simon TathamRobustness in the face of a completely configurable...
2004-08-16 Simon TathamFold in the expanded-grid mechanism for generating...
2004-08-16 Simon TathamAdded a help file, mostly thanks to Jacob.
2004-05-22 Simon TathamFix a memory leak.
2004-05-19 Simon TathamIntroduce routines in each game module to encode a...
2004-05-12 Simon TathamFix `visible' calculation (again).
2004-05-12 Simon TathamAhem. Seed validation was completely broken.
2004-05-12 Simon TathamDuring redraws, I now do corner analysis centrally...
2004-05-12 Simon TathamRemove vestigial code from the previous attempt at...
2004-05-12 Simon TathamFiddle with the coordinate system to see if I can impro...
2004-05-12 Simon TathamFlash on completion. Two people actually complained...
2004-05-11 Simon TathamMissing draw_update call.
2004-05-11 Simon TathamCosmetic fixes for Windows.
2004-05-11 Simon TathamWe should turn off the dragging variables in the UI...
2004-05-11 Simon TathamRectangles is now actually playable, since I've used...
2004-05-11 Simon TathamFramework alteration: we now support a `game_ui' struct...
2004-05-11 Simon TathamAdded a new game, `Rectangles', taken from nikoli.co.jp.