Historial de Commits

Autor SHA1 Mensaje Fecha
  Ben Harris 87e98e6715 Distinguish MOVE_UNUSED from MOVE_NO_EFFECT in Mines hace 1 año
  Ben Harris a9af3fda1d Rename UI_UPDATE as MOVE_UI_UPDATE hace 1 año
  Ben Harris b08c13f5f4 Update a comment in Mines to reflect that we have user prefs now hace 1 año
  Simon Tatham 0058331aeb New backend functions: get_prefs and set_prefs. hace 1 año
  Simon Tatham a4fca3286f Pass a game_ui to compute_size, print_size and print. hace 1 año
  Simon Tatham 0d86fe4b74 Move obfuscator tests into obfusc.c. hace 1 año
  Ben Harris 9be7db547a Add a game_state argument to decode_ui() hace 1 año
  Simon Tatham 3b9cafa09f Fall back to <math.h> if <tgmath.h> doesn't work. hace 1 año
  Ben Harris 2e48ce132e Replace <math.h> with <tgmath.h> throughout hace 1 año
  Ben Harris 6dac51795e Add an environment variable to control initial cursor visibility hace 1 año
  Ben Harris 9394e9c74b Tighten grid-size limit in Mines hace 1 año
  Ben Harris 49841bd0fc Mines: Add assertions to range-check conversions to short hace 2 años
  Ben Harris c0e08f3087 Limit width and height to SHRT_MAX in Mines hace 2 años
  Ben Harris 2a9be2b89d Mines: Don't check if the player has won if they've already lost hace 2 años
  Ben Harris 1736445518 Mines: forbid moves that flag or unflag an exposed square hace 2 años
  Ben Harris 789e11f8f8 Remove various unused game functions hace 2 años
  Ben Harris 75e8a1a9ca Limit number of mines in Mines game description hace 2 años
  Ben Harris 28671e76b7 Don't segfault on premature solve moves in Mines hace 2 años
  Ben Harris 5bd02f982a Mines: No moving once you're dead! hace 2 años
  Ben Harris 9e2e0692ed Also check for tiny grids in Mines hace 2 años
  Ben Harris 5cc9bfb811 Last-ditch maximum size limit for Mines hace 2 años
  Ben Harris a3310ab857 New backend function: current_key_label() hace 2 años
  Ben Harris 0b36c01639 mines: Ensure highlights don't vanish at small tile sizes hace 2 años
  Simon Tatham 387d323dd8 Mines: fix a typo in a comment. hace 2 años
  Simon Tatham c0da615a93 Centralise initial clearing of the puzzle window. hace 3 años
  Franklin Wei 78bc9ea7f7 Add method for frontends to query the backend's cursor location. hace 4 años
  Simon Tatham d71ac73d8a Mines: add validation for negative mine count. hace 4 años
  Simon Tatham 5f5b284c0b Use C99 bool within source modules. hace 6 años
  Simon Tatham a550ea0a47 Replace TRUE/FALSE with C99 true/false throughout. hace 6 años
  Simon Tatham a76d269cf2 Adopt C99 bool in the game backend API. hace 6 años