Historique des commits

Auteur SHA1 Message Date
  Ben Harris a9af3fda1d Rename UI_UPDATE as MOVE_UI_UPDATE il y a 1 an
  Simon Tatham e0bb6d3b85 Untangle: add a 'snap to grid' user preference. il y a 1 an
  Simon Tatham 628cc6785b Untangle: replace manual int64 bodging with int64_t. il y a 1 an
  Simon Tatham 0058331aeb New backend functions: get_prefs and set_prefs. il y a 1 an
  Simon Tatham a4fca3286f Pass a game_ui to compute_size, print_size and print. il y a 1 an
  Ben Harris 418cb3a567 Make encode_ui() and decode_ui() optional in back-ends il y a 1 an
  Simon Tatham 3b9cafa09f Fall back to <math.h> if <tgmath.h> doesn't work. il y a 1 an
  Ben Harris 2e48ce132e Replace <math.h> with <tgmath.h> throughout il y a 1 an
  Ben Harris 26c7f3aa28 Miscellaneous const fixes il y a 1 an
  Ben Harris 19401e95e0 Don't leak duplicate edges in Untangle il y a 1 an
  Ben Harris 789e11f8f8 Remove various unused game functions il y a 2 ans
  Ben Harris d3290195da Untangle: forbid descriptions that connect a node to itself il y a 2 ans
  Ben Harris d5b8a20def Last-ditch point-count limit for Untangle il y a 2 ans
  Ben Harris a3310ab857 New backend function: current_key_label() il y a 2 ans
  Franklin Wei 78bc9ea7f7 Add method for frontends to query the backend's cursor location. il y a 4 ans
  Simon Tatham 5f5b284c0b Use C99 bool within source modules. il y a 6 ans
  Simon Tatham a550ea0a47 Replace TRUE/FALSE with C99 true/false throughout. il y a 6 ans
  Simon Tatham a76d269cf2 Adopt C99 bool in the game backend API. il y a 6 ans
  Franklin Wei 60a929a250 Add a request_keys() function with a midend wrapper. il y a 6 ans
  Simon Tatham 3276376d1b Assorted char * -> const char * API changes. il y a 7 ans
  Simon Tatham b3243d7504 Return error messages as 'const char *', not 'char *'. il y a 7 ans
  Simon Tatham de67801b0f Use a proper union in struct config_item. il y a 7 ans
  Simon Tatham eeb2db283d New name UI_UPDATE for interpret_move's return "". il y a 7 ans
  Simon Tatham a7dc17c425 Rework the preset menu system to permit submenus. il y a 7 ans
  Simon Tatham 251b21c418 Giant const patch of doom: add a 'const' to every parameter in every il y a 11 ans
  Simon Tatham 0b93de904a Add 'const' to the game_params arguments in validate_desc and il y a 11 ans
  Simon Tatham 8cfcbac027 Split Untangle's background colour into two. COL_BACKGROUND is still il y a 11 ans
  Simon Tatham 3b250baa02 New rule: interpret_move() is passed a pointer to the game_drawstate il y a 12 ans
  Simon Tatham 73daff3937 Changed my mind about midend_is_solved: I've now reprototyped it as il y a 13 ans
  Simon Tatham 980880be1f Add a function to every game backend which indicates whether a game il y a 14 ans