aboutsummaryrefslogtreecommitdiff
path: root/pearl.c (follow)
Commit message (Expand)AuthorAge
* Add method for frontends to query the backend's cursor location.Franklin Wei2020-12-07
* Add missing 'static' to game-internal declarations.Simon Tatham2018-11-13
* Use C99 bool within source modules.Simon Tatham2018-11-13
* Replace TRUE/FALSE with C99 true/false throughout.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
* 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
* Rework the preset menu system to permit submenus.Simon Tatham2017-04-26
* Fix missing error highlights (+ array underrun!) in Pearl.Simon Tatham2016-12-16
* Account for disconnected paths in Loopy and Pearl error highlights.Simon Tatham2016-04-28
* Pearl: revise loop detection similarly to Loopy.Simon Tatham2016-02-24
* Pearl: reinstate a conditioned-out assertion.Simon Tatham2016-02-24
* build fixSimon Tatham2015-10-03
* Cancel dragging in Pearl by pressing Escape or Backspace.Jonas Kölker2015-10-03
* Change Pearl's cursor logic.Jonas Kölker2015-10-03
* Refactor Pearl's mark_in_direction, and invert a parameter.Jonas Kölker2015-10-03
* Refactor modifier handling in Pearl's cursor code.Jonas Kölker2015-10-03
* Add game_text_format to Pearl.Jonas Kölker2015-10-03
* Fix a typo in the comments of Pearl.Jonas Kölker2015-10-03
* Giant const patch of doom: add a 'const' to every parameter in everySimon Tatham2013-04-13
* Add 'const' to the game_params arguments in validate_desc andSimon Tatham2013-04-12
* Bring Pearl's game-completion handling in line with my usual practice:Simon Tatham2013-01-19
* New rule: interpret_move() is passed a pointer to the game_drawstateSimon Tatham2012-09-09
* Add a difficulty exception to prevent Pearl spinning forever whenSimon Tatham2012-04-08
* Patch from Jonas Koelker to add keyboard control support to Pearl.Simon Tatham2012-02-19
* Tweak a conditional expression in pearl.c to work around a display bugSimon Tatham2012-02-17
* Fix one-character typo in r9405 which was breaking right-clicks.Simon Tatham2012-02-13
* David Nickerson reports odd behaviour involving a drag start pointSimon Tatham2012-02-08
* David Nickerson reports that it's possible to lay a line over a 'noSimon Tatham2012-02-02
* Move a debug statement at the end of new_clues from the caller (justSimon Tatham2012-01-31
* Tweak right-click processing to be less finicky.Simon Tatham2012-01-22
* New puzzle! Or rather, new-ish, because this one has been lying aroundSimon Tatham2012-01-22