Cut 1.0.90 pretest: 500 mouse UX, version bump, NEWS, docs
Full-SVG 500 made mouse-operable for newcomers: kitty Discard button and five-card cap, on-table phase banner, ? Help/Rules overlay with the bid legend, legal-play dimming, card-size slider, and a layout pass that moves the Help and size controls into the log panel so nothing overlaps. Bump all files to 1.0.90, add NEWS, a README testing quick-start, and make the shared engine files checkdoc-clean.
This commit is contained in:
parent
5ff6d8afed
commit
5da3144c0a
28 changed files with 360 additions and 112 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Corwin Brust <corwin@bru.st>
|
||||
;; Maintainer: Corwin Brust <corwin@bru.st>
|
||||
;; Version: 1.0.60
|
||||
;; Version: 1.0.90
|
||||
;; Package-Requires: ((emacs "26.1"))
|
||||
;; Keywords: games
|
||||
;; URL: https://code.bru.st/corwin/card-game.el
|
||||
|
|
@ -280,7 +280,8 @@ Return non-nil when S can ask."
|
|||
|
||||
(define-derived-mode cg-go-fish-mode special-mode "GoFish"
|
||||
"Major mode for Go Fish."
|
||||
(setq-local truncate-lines t))
|
||||
(setq-local truncate-lines t)
|
||||
(setq-local cursor-type cg-cursor-type))
|
||||
|
||||
;;;###autoload
|
||||
(defun cg-go-fish ()
|
||||
|
|
@ -475,7 +476,8 @@ Return non-nil when S can ask."
|
|||
|
||||
(define-derived-mode cg-old-maid-mode special-mode "OldMaid"
|
||||
"Major mode for Old Maid."
|
||||
(setq-local truncate-lines t))
|
||||
(setq-local truncate-lines t)
|
||||
(setq-local cursor-type cg-cursor-type))
|
||||
|
||||
;;;###autoload
|
||||
(defun cg-old-maid ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue