summaryrefslogtreecommitdiff
path: root/lisp/play
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanups in tetris.elStefan Kangas2020-12-281-32/+14
* ; * lisp/play/5x5.el: Fix my last change.Stefan Kangas2020-12-161-1/+1
* * lisp/play/5x5.el: Fix typo. Remove redundant :group args.Stefan Kangas2020-12-141-15/+7
* * lisp/play/dunnet.el: Make it so loading the file is harmlessStefan Monnier2020-12-111-113/+87
* ; * lisp/play/doctor.el (make-doctor-variables): Fix indentation.Stefan Kangas2020-12-051-311/+311
* Prefer setq-local in play/*.elStefan Kangas2020-12-054-89/+87
* * lisp/play/dunnet.el: Remove Emacs 18 compat code.Stefan Kangas2020-12-021-9/+4
* Use null-device where appropriateMichael Albinus2020-11-251-1/+1
* Make the handwrite.el PS valid againLars Ingebrigtsen2020-11-161-1/+1
* Use lexical-binding in fortune.el and add testsStefan Kangas2020-11-141-35/+33
* Remove redundant installation instructionsStefan Kangas2020-11-122-17/+2
* Use lexical-binding in solitaire.elStefan Kangas2020-11-031-5/+3
* Add "Old-" prefix to "Version" header in more casesStefan Kangas2020-10-182-3/+3
* ; Prefer https to http in many URLsStefan Kangas2020-10-011-1/+1
* Don't quote lambdas in several placesStefan Kangas2020-10-011-2/+2
* Ensure that the game directory exists before trying to write to itLars Ingebrigtsen2020-09-221-0/+2
* ; Fix typosStefan Kangas2020-09-211-1/+1
* Merge from origin/emacs-27Glenn Morris2020-09-091-1/+1
|\
| * ; Fix typos; change "Emacs-Lisp" to "Emacs Lisp"Stefan Kangas2020-09-021-1/+1
* | Use lexical-binding in pong.elStefan Kangas2020-08-311-18/+2
* | Use lexical-binding in life.el and add testsStefan Kangas2020-08-301-9/+21
* | Various life.el improvementsStefan Kangas2020-08-301-12/+48
* | Remove some XEmacs compat code from gamegrid.elStefan Kangas2020-08-301-6/+1
* | * lisp/play/tetris.el: Use lexical-binding.Stefan Kangas2020-08-301-1/+1
* | Fix compilation warning in snake.elLars Ingebrigtsen2020-08-301-1/+1
* | * lisp/play/snake.el: Use lexical-binding.Stefan Kangas2020-08-291-1/+1
* | Remove some compat code from bubbles.elLars Ingebrigtsen2020-08-121-6/+4
* | * lisp/play/snake.el (snake-null-map): Quit on `q'. (Bug#42731)Peder O. Klingenberg2020-08-071-0/+1
* | ; Fix warning in last changeBasil L. Contovounesios2020-05-131-1/+1
* | Use lexical-binding in animate.el and add testsStefan Kangas2020-05-131-1/+1
* | Use lexical-binding in dissociate.el and add testsStefan Kangas2020-05-131-1/+1
* | Use lexical-binding in spook.elStefan Kangas2020-04-261-5/+3
* | Fix movement commands in gomokuAsher Gordon2020-04-031-10/+36
* | Declare some <package>-version variables obsoleteStefan Kangas2020-03-211-0/+1
* | Remove subsumed repetitions in regexpsMattias EngdegÄrd2020-02-201-1/+1
|/
* Update copyright year to 2020Paul Eggert2020-01-0123-23/+23
* Fixes bug where restoring game saved in an endgame question room would show '...Ronnie Schnell2019-11-041-0/+2
* Remove XEmacs compat code from decipher.elStefan Kangas2019-10-201-7/+1
* Disable pause/resume from menu in snake and tetrisStefan Kangas2019-10-202-12/+22
* Port snake menu to EmacsStefan Kangas2019-10-171-13/+29
* Port tetris menu to EmacsStefan Kangas2019-10-171-13/+29
* lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero2019-10-171-2/+2
* Revert "Remove XEmacs code from tetris.el"Lars Ingebrigtsen2019-10-151-0/+11
* Revert "Remove XEmacs-only code from snake.el"Lars Ingebrigtsen2019-10-151-0/+11
* Remove XEmacs-only code from snake.elLars Ingebrigtsen2019-10-041-11/+0
* Remove XEmacs code from tetris.elLars Ingebrigtsen2019-10-041-11/+0
* Allow gamegrid-add-score to treat lower scores as better.Federico Tedin2019-09-141-22/+27
* Really save games scores to the games scores directoryLars Ingebrigtsen2019-08-231-1/+2
* Add C-b/f/p/n keystrokes in `M-x snake'Lars Ingebrigtsen2019-08-141-1/+6
* Merge from origin/emacs-26Glenn Morris2019-08-101-2/+2
|\