summaryrefslogtreecommitdiff
path: root/lisp/play
Commit message (Expand)AuthorAgeFilesLines
* Use lexical-binding in morse.el and studly.el and add testsStefan Kangas2019-06-012-2/+2
* Remove Maintainer: when it duplicates Author:Paul Eggert2019-05-261-1/+0
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-258-0/+8
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-198-8/+0
* use view-mode on score file for ease of scrolling and quittingSam Steingold2019-05-021-1/+3
* tetris-null-map: bind "q" to `quit-window`Sam Steingold2019-05-021-0/+1
* Use update-game-score more often with TetrisPaul Eggert2019-03-311-15/+23
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-3123-23/+23
|\
| * Update copyright year to 2019Paul Eggert2019-01-0123-23/+23
* | Improve motivations in gomoku messagesPaul Eggert2018-12-271-14/+14
* | Replace insignificant backquotesMichael Heerdegen2018-11-252-31/+31
* | Merge from origin/emacs-26Glenn Morris2018-11-201-1/+1
|\ \ | |/
| * Avoid errors in zone.el when there's overlay at EOBEli Zaretskii2018-11-161-1/+1
* | file-attributes cleanupPaul Eggert2018-09-231-2/+4
* | * lisp/play/bubbles.el: Use lexical-bindingStefan Monnier2018-09-221-19/+13
* | Merge from origin/emacs-26Glenn Morris2018-09-201-34/+30
|\ \ | |/
| * Fix the Bubbles game on TTY framesEli Zaretskii2018-09-171-34/+30
* | * lisp/play/fortune.el (fortune-in-buffer): Revert previous nonsense.Glenn Morris2018-03-211-3/+2
* | * lisp/play/fortune.el (fortune-in-buffer): Unadvertise no-op arg.Glenn Morris2018-03-211-2/+3
* | * lisp/play/fortune.el (fortune-message):Glenn Morris2018-03-211-0/+2
* | Replace use of the obsolete write-contents-hooksGlenn Morris2018-03-121-2/+1
* | Remove many items obsolete since Emacs 22.1Glenn Morris2018-03-101-1/+0
* | Merge from origin/emacs-26Paul Eggert2018-01-0123-23/+23
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-0123-23/+23
* | * lisp/play/gamegrid.el: Use lexical-binding to silence warningsStefan Monnier2017-10-251-2/+2
* | Make Snake, Tetris and Pong adjust to display DPIGemini Lasswell2017-10-241-35/+143
|/
* ; Typo fixes, mostly repeated wordsPaul Eggert2017-10-091-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-1323-23/+23
* Replace more nested ifs with condMark Oteiza2017-04-081-28/+23
* Simpler filter implementationMark Oteiza2017-03-191-22/+17
* Replace more nested ifs with condMark Oteiza2017-03-151-147/+130
* Install update-game-score only on requestPaul Eggert2017-03-121-19/+10
* ; Spelling fixesPaul Eggert2017-03-051-1/+1
* Small dunnet score file improvementsGlenn Morris2017-02-231-6/+11
* * lisp/play/dunnet.el (dun-help): Doc fix.Glenn Morris2017-02-231-1/+1
* Declare dun-line and dun-line-listMark Oteiza2017-02-231-24/+27
* Turn on lexical-binding in dunnet.elMark Oteiza2017-02-201-2/+2
* Make dunnet insertion functions n-aryMark Oteiza2017-02-201-66/+44
* Do not use switch-to-buffer for working in a temp bufferMark Oteiza2017-02-201-106/+83
* Make dun-room-shorts a defconstMark Oteiza2017-02-201-24/+11
* Remove member cloneMark Oteiza2017-02-191-11/+1
* Prefix global varMark Oteiza2017-02-191-12/+13
* Replace nested ifs with condMark Oteiza2017-02-191-300/+252
* ; Fix previous changeMark Oteiza2017-02-191-1/+2
* Set up combination and random item locationMark Oteiza2017-02-191-6/+5
* Replace movement variables with an alist and accessorMark Oteiza2017-02-191-28/+38
* Change top-level setq forms to defvar or defconstMark Oteiza2017-02-191-397/+349
* Move all dunnet globals up to the topMark Oteiza2017-02-191-1122/+1127
* Whitespace trivia in dunnet.elGlenn Morris2017-02-161-3/+3