aboutsummaryrefslogtreecommitdiff
path: root/devel.but (follow)
Commit message (Expand)AuthorAge
* Fix typo in docs for request_keys()Franklin Wei2020-12-07
* Add method for frontends to query the backend's cursor location.Franklin Wei2020-12-07
* Adopt C99 bool in the tree234 API.Simon Tatham2018-11-13
* Adopt C99 bool in the printing API.Simon Tatham2018-11-13
* Adopt C99 bool in the midend API.Simon Tatham2018-11-13
* Adopt C99 bool in the game backend API.Simon Tatham2018-11-13
* Add a request_keys() function with a midend wrapper.Franklin Wei2018-04-22
* Make the code base clean under -Wwrite-strings.Simon Tatham2017-10-01
* Assorted char * -> const char * API changes.Simon Tatham2017-10-01
* Return error messages as 'const char *', not 'char *'.Simon Tatham2017-10-01
* Use a proper union in struct config_item.Simon Tatham2017-10-01
* New name UI_UPDATE for interpret_move's return "".Simon Tatham2017-10-01
* Fix a typo in devel.but.Simon Tatham2017-09-29
* draw_thick_line: Bound thickness by 1.0 belowIan Jackson2017-09-29
* Rework the preset menu system to permit submenus.Simon Tatham2017-04-26
* D'oh, forgot to adjust devel.but for the const changes.Simon Tatham2013-04-13
* Fix a memory management bug in Filling: in some situations itsSimon Tatham2013-04-13
* Add 'const' to the game_params arguments in validate_desc andSimon Tatham2013-04-12
* Fix a typo I noticed in passing.Simon Tatham2013-04-07
* Add a new midend function to reset the tile size to the puzzle'sSimon Tatham2013-04-07
* I've just realised that the JS puzzles' permalinks were not updatingSimon Tatham2013-04-05
* Introduce a mechanism by which calls to midend_supersede_game_desc()Simon Tatham2013-03-31
* Reinstate a missing semicolon.Simon Tatham2013-03-31
* Edit the paragraph in the midend_deserialise() docs which I forgot toSimon Tatham2013-03-30
* Add a midend function to return the current random seed, parallel toSimon Tatham2013-03-30
* Add documentation for the identify_game() function which I introducedSimon Tatham2013-03-30
* New rule: interpret_move() is passed a pointer to the game_drawstateSimon Tatham2012-09-09
* Patch from Jonas Koelker for the developer docs, fixing a couple ofSimon Tatham2012-05-14
* Changed my mind about midend_is_solved: I've now reprototyped it asSimon Tatham2011-06-19
* Trivial markup fix.Simon Tatham2011-04-03
* Move up midend_is_solved() in the developer docs from subheading toSimon Tatham2011-04-03
* Add a function to every game backend which indicates whether a gameSimon Tatham2011-04-02
* Add functions provided by the midend to tell a front end whether GUISimon Tatham2011-04-02
* Patch from Mark Wooding to add documentation of the newSimon Tatham2010-05-29
* Introduce, and implement as usefully as I can in all front ends, aSimon Tatham2009-12-27
* Fix duplicate keyword.Jacob Nevins2009-02-22
* Introduce some infrastructure to permit games' print functions toSimon Tatham2009-02-22
* r8396 introduced midend_tilesize(). Document it.Simon Tatham2009-01-16
* Remove strange punctuation.Jacob Nevins2008-10-04
* New infrastructure feature. Games are now permitted to beSimon Tatham2008-09-06
* Just noticed that the return value of midend_process_key() wasn'tSimon Tatham2008-06-10
* New feature in midend.c which allows us to ask for the number of theSimon Tatham2008-04-08
* Revise the printing colour framework so that we can explicitlySimon Tatham2008-04-07
* Since we've changed the semantics of the `expand' argument to midend_size(),Jacob Nevins2007-03-03
* About time I got round to documenting the newSimon Tatham2007-03-03
* Misdirected cross-reference spotted by Jonas Koelker.Simon Tatham2007-01-27
* Couple of minor errors.Simon Tatham2006-10-17
* I'm sick of repeatedly adding and removing local changes to RecipeSimon Tatham2006-08-05
* Random docs cleanups I've collected together.Simon Tatham2006-07-07
* Cleanup: relieve frontends of the duty to callSimon Tatham2005-10-22