Commit Verlauf

Autor SHA1 Nachricht Datum
  Simon Tatham c82537b457 Fix some unused-variable warnings. vor 10 Monaten
  Ben Harris a9af3fda1d Rename UI_UPDATE as MOVE_UI_UPDATE vor 11 Monaten
  Ben Harris 4227ac1fd5 Add preferences for existing UI style controls vor 11 Monaten
  Simon Tatham 0058331aeb New backend functions: get_prefs and set_prefs. vor 1 Jahr
  Simon Tatham a4fca3286f Pass a game_ui to compute_size, print_size and print. vor 1 Jahr
  Ben Harris 418cb3a567 Make encode_ui() and decode_ui() optional in back-ends vor 1 Jahr
  Simon Tatham 3b9cafa09f Fall back to <math.h> if <tgmath.h> doesn't work. vor 1 Jahr
  Ben Harris 2e48ce132e Replace <math.h> with <tgmath.h> throughout vor 1 Jahr
  Ben Harris 6dac51795e Add an environment variable to control initial cursor visibility vor 1 Jahr
  Ben Harris e8ac0381f9 Convert a lot of floating-point constants to single precision vor 1 Jahr
  Ben Harris 448095ede8 Undead: be a bit more careful about sprintf buffer sizes vor 1 Jahr
  Ben Harris 0a7c531e8f Undead: check the return value of sscanf() in execute_move() vor 1 Jahr
  Ben Harris 789e11f8f8 Remove various unused game functions vor 1 Jahr
  Ben Harris 85ccdf2f75 Adjust Undead upper grid-size limit to avoid overflow vor 1 Jahr
  Ben Harris 942d883d9b Range-check normal moves in Undead vor 1 Jahr
  Ben Harris 952ef8ca56 Undead: fix buffer overrun in "M" command vor 1 Jahr
  Ben Harris a02c55b049 Undead: check for valid commands in execute_move() vor 1 Jahr
  Ben Harris 4ec2c58045 When filling in or blanking a square, don't generate null moves vor 1 Jahr
  Ben Harris a3310ab857 New backend function: current_key_label() vor 1 Jahr
  Simon Tatham c0da615a93 Centralise initial clearing of the puzzle window. vor 3 Jahren
  Franklin Wei 78bc9ea7f7 Add method for frontends to query the backend's cursor location. vor 3 Jahren
  Simon Tatham db3b531e2c Add missing 'static' to game-internal declarations. vor 5 Jahren
  Simon Tatham 5f5b284c0b Use C99 bool within source modules. vor 5 Jahren
  Simon Tatham a550ea0a47 Replace TRUE/FALSE with C99 true/false throughout. vor 5 Jahren
  Simon Tatham a76d269cf2 Adopt C99 bool in the game backend API. vor 5 Jahren
  Simon Tatham b732fda2cf Undead: remove an unused structure field. vor 5 Jahren
  Franklin Wei 60a929a250 Add a request_keys() function with a midend wrapper. vor 6 Jahren
  Simon Tatham b3243d7504 Return error messages as 'const char *', not 'char *'. vor 6 Jahren
  Simon Tatham de67801b0f Use a proper union in struct config_item. vor 6 Jahren
  Simon Tatham eeb2db283d New name UI_UPDATE for interpret_move's return "". vor 6 Jahren